Slashdot Mirror


User: nevermore94

nevermore94's activity in the archive.

Stories
0
Comments
210
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 210

  1. Firesomething on Tracking Browsers Without Cookies Or IP Addresses? · · Score: 1

    Funny thing is, my browser is unique every time I go there, thanks to Firesomething.

  2. Re:Verizon on Rumor — AT&T Losing iPhone Exclusivity Next Week · · Score: 1

    I, for one, hope that Verizon doesn't get the iPhone anytime soon, or that if they do, it does not mess with the great voice and data service that I currently have on my Droid, like that way that many people say that the iPhone is ruining AT&T's service.

  3. JCI - Junior Chamber International on How Do You Volunteer Professional Services? · · Score: 1

    Contact the JCI and they should be able to put you in contact with a local branch in the location of your choice who should then be able to find a way to use your services:
    http://www.jci.cc/

  4. No wonder ... on Ginkgo Doesn't Improve Memory Or Cognitive Skills · · Score: 1

    ... that I could never remember to take it.

  5. Re:Summary is dead wrong! on Facebook Masks Worse Privacy With New Interface · · Score: 1

    That is actually stricter than what I want. Ideally I want just my name and picture to show up for everyone in public searches and nothing else. I have a rather unique name and I still want people who know me to be able to find me in the search and verify that it is me by my picture.

  6. Re:Summary is dead wrong! on Facebook Masks Worse Privacy With New Interface · · Score: 1

    Well, then, tell me how to set my Friend List and Pages sections to be Only Friends. I do not need strangers seeing who my friends are or what other pages I like.

  7. Re:Isn't this a dupe? on Bug In Most Linuxes Can Give Untrusted Users Root · · Score: 1
    So, what if that key doesn't exist at all? Does that mean you are protected, or vulnerable and can't easily fix it? We are a SuSE shop, and I have checked all 3 version that we use in production: SuSE 8, SuSE 9, SuSE 10, and all 3 do not have this key.

    # sysctl -n vm.mmap_min_addr
    error: 'vm.mmap_min_addr' is an unknown key
    /proc/sys/vm/mmap_min_addr: No such file or directory

  8. I for one ... on Scientists Build a Smarter Rat · · Score: 1

    can't remember how this meme should go.

  9. Re:Pandora? on New XBMC Port Promises ARM-Powered HD In the Palm of Your Hand · · Score: 1

    Sweet! Another reason why I can't wait to get my Pandora in another 1-2 months.

  10. Re:Does anyone actually play it? on NASA Uses AI Customer Service Robot In Second Life · · Score: 1

    I played it for several years, made over a grand in real money profit, and had a lot of fun doing it, but now I have a real life fiancee and a little daughter, so I have pretty much quit playing due to lack of free time, but I still miss the fun I had playing and creating things there sometimes.

  11. Re:Who? on Panasonic Begins To Lock Out 3d-Party Camera Batteries · · Score: 1

    Actually, Panasonic made some of the best Digital Point & Shoot, non-DSLR cameras out there. I just bought a new Panasonic Lumix for my fiancee after MUCH research. And, I was looking to buy a Panasonic Lumix fz28k for myself, but now I think I am leaning back to the Canon SX10.
    Unfortunately, none of my researching had come across this new development until today. Having already boughten 4 extra generic batteries that last just as long for my current Canon PowerShot, I am not sure that I would want to have to go back to $50 verses $5 dollar batteries.

  12. Re:Stay With Me Here on What Do You Do With a Personal Domain? · · Score: 1

    Hey, I made one of them flaming torches that got copied from my site onto hundreds of others. I am still kind of proud of that little torch ;-)

  13. Re:Everyone remember phaser test? on Curved Laser Beams Could Help Tame Lightning · · Score: 1

    No, they are still working on perfecting the rapid nadion effect.

  14. Re:Spore on Will Wright Leaves EA/Maxis For Stupid Fun Club · · Score: 2, Insightful

    I played it obsessively for about 2 weeks and then I went back to playing RTS games like Command & Conquer 3 and Supreme Commander and haven't been back since. Despite its supposed infinite combinations, it has held almost no replayability interest for me since raising 2 creatures from Spore to Spacefaring.

  15. Re:Like the phonograph.... The what? on Young People Prefer "Sizzle Sounds" of MP3 Format · · Score: 1

    There is also more to MP3 compression than just the bitrate. What software they were compressed with can matter a lot as well. I have compared many MP3's from different compressors with Spectrum and Fast Fourier Analyzers and have seen a wide variety of differences. I have seen very bad 192 bit rate mp3s and very good 128 bit rate mp3s. Some older free compressors would chop off the high end of the spectrum terribly on mp3s and other good compressors, such as Fraunhofer II HQ codec, would not chop until a much higher spectral range. Also, some of the first Apple iTunes AAC's were chopped very low. A good 128 bit mp3 compression of a CD track was often WAY better when compared to the same song from iTunes. Thankfully, times have moved on and now there are very good encoders, such as LAME VBR, but just keep in mind that not all MP3s (even at the same bitrate) are created equal.

  16. Re:You can automate it on How To Keep a Web Site Local? · · Score: 1

    This is brilliantly simple. I have been fighting some very persistent foreign spammers on my little local interest only phpbb forum by adding various .htaccess blocks, but all I have to do is add a simple zip code validation on the sign up page. It is something anyone local should know. That should stop all but the most dedicated manual spamming. Thank you, thank you for the idea.

  17. Similar Hardware as the Pandora but larger on New Netbook Offers Detachable Tablet · · Score: 1

    This device is built on the same hardware platform (TI-OMAP3 ARM Cortex-A8) as the Pandora, but in a larger form factor. This is great news for the community as it will mean that much more software available for the Cortex-A8 platform.
    More info follows:
    - ARM® Cortex(TM)-A8 600Mhz+ CPU running Linux
    - 430-MHz TMS320C64x+(TM) DSP Core
    - PowerVR SGX OpenGL 2.0 ES compliant 3D hardware
    http://www.openpandora.org/

  18. Re:If you have a choice... on Beginning Portable Shell Scripting · · Score: 4, Interesting

    Lol, under 40 lines... Where I have worked for 10 years, we use portable shell scripts to maintain hundreds of database servers on several different UNIX platforms including Linux, AIX, DEC, and even SCO. Our older utility suite which had a full character curses like menu system is comprised of around 54,000 line of shell including comments in 214 scripts. Our new system which has a full web interface is around 64,000 lines of shell including comments in 226 scripts, plus it makes calls out of the older utilities as well. The longest individual script I maintain is currently 2,741 lines long, but it includes many functions from our shell libraries and makes calls out to even more shell utilities. And, it all still works on all of our Linux, AIX, DEC, and SCO servers. Also, as being a Java programmer, I would hate to even try to calculate how many lines of code it would take to try to duplicate all of the functionality in Java.

  19. Re:Slashdot on Why Do We Name Servers the Way We Do? · · Score: 1

    I can attest to that. When I started working for my company 10 years ago, they were just starting to switched from big iron to Linux servers and started naming them with, I kid you not, 4 letter animal names: bear, griz, frog, toad, croc, rino, etc. Also, all of the Windows servers were named after Snow White & the 7 Dwarves. Then, years later we merged with another company in another state. Now all new servers are prefixed with state location, then function code, then a number: ndapp1, modev1, ndqa2, mobeta1, ndtest2, mofs1, ndts1, etc. Boring, but functional.

  20. Re:I can't wait for taxation - SL Taxes? on IRS Eyeballing Virtual World Tax Policies · · Score: 1

    So, this is what I am wondering. I created some virtual items in SL and sold them for a couple of years and made a decent Linden profit with 0 investment. Then, last fall I cashed out around $500 worth of my Lindens to apply to a new computer. I am sure I need to pay taxes on this, but they don't send out W2's or anything and I have no idea what to report it as. I have always done my taxes online with TurboTax and now, ironically, because of profit earned in a virtual world, I might have to go see a real tax man.

  21. RTS - Bos Wars - Spring Annihilation on Great Games To Put On a Free PC? · · Score: 1

    I think Bos Wars would be a great choice:
    http://www.boswars.org/

    Also Spring with its various mods is a great free game, but might be a bit much for the hardware:
    http://spring.clan-sy.com/

  22. Re:Game AI For Fun on A Look At Modern Game AI · · Score: 1

    I have recently started playing Balanced Annihilation based on the Spring game engine. http://spring.clan-sy.com/ The game has mainly been oriented to online play, but at least 3 good working AI's have been built by the community and I have enjoyed pitting them against and watching how they behave. http://spring.clan-sy.com/phpbb/viewforum.php?f=15 You can almost anthropomorphise them to have different personalities. Being that it is all free and open source, if you are interested in RTS game AI, you may want to check them out.

  23. Re:I haven't been hit yet... on AVG Virus Scanner Removes Critical Windows File · · Score: 1

    The most important thing ... with any virus software ... is to make sure you have it set to "Ask me before removing threats" and NOT "Remove all threats automatically". That way you get to make the final choice about what gets deleted and you can avoid any false positives from destroying anything important.

    I now run AVG on both of my systems and have never had it delete anything. Previously, I have had both McAfee and Norton find false positives and want to delete things that I knew were safe. So, false positives are nothing unique to AVG, although this was a particularly bad blunder.

  24. Sed One-Liners on (Useful) Stupid Regex Tricks? · · Score: 1

    Sed is more than just RegEx, but this is the handiest collection of sed regular expressions that I have ever found:
    http://sed.sourceforge.net/sed1line.txt

  25. Re:grep and awk on (Useful) Stupid Unix Tricks? · · Score: 1

    Exactly. I started out my first programming job writing cross compatible utility shell scripts that had to work on AIX, DEC, and SCO UNIXes as well as Linux across 500 or so servers that didn't have consistent PERL installs, if it was there at all. So, I got very good at writing complex and very portable scripts using only sh with the standard complement of grep, sed, & awk. awk became truly indispensable as it was the only higher level scripting tool that I had available to me that was was pretty much the same on all IXes.