Slashdot Mirror


User: EkriirkE

EkriirkE's activity in the archive.

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

Comments · 605

  1. Re:Sequel on Filming For The Hobbit Begins In July · · Score: 1

    Seeing as how Lucas is to be involved, there will be references to aliens and/or space ships featured prominently but loosely involved in the plot line.

  2. Re:This sounds like some great software. on Disgruntled Ex-Employee Remotely Disables 100 Cars · · Score: 1, Funny

    I believe the middle eastern models do.

  3. Re:11k Is Too Big? on Simpler "Hello World" Demonstrated In C · · Score: 1

    Your soldering iron, power supply, battery charger have computers in them? Must be pretty advanced. All of these usually just have some kind of comparator inside and basic logic ICs - unless they have menus with settings, etc

  4. Re:So what? on Simpler "Hello World" Demonstrated In C · · Score: 1

    ...Actually, the reason you need 4 GB of RAM is because the programs you're using are far more complex than the ones that people were using when 256 MB was top-of-the-line. You may say, "But all I need is to read e-mail and browse the web!" -- except that nowadays those tasks involve rendering GUIs with Javascript, streaming and playing HD video in realtime...

    I was doing all of these on my 386 4MB machine, windows 3.1 and aol+realplayer (I know, I know...)
    Around Y2K I started seeing the bloat; programs that would tell you your local IP address at 1MB, where if assembled natively could go to 1KB (512 stub, 512 data/code), Installers that no longer fit on floppy disks for new versions of programs that provided nothing new compared to older, slimmer (exe) versions.
    Hell, I had no problem multitasking VisualStudio6, ICQ, Yahoo, Netscape on my 486/66, upgraded to 64MB RAM + 1GB HD. Now I can barely run firefox alone on 4GB ofRAM.
    The only time I had to kill things was when I went into photoshop or premiere which heavily cached in RAM.

  5. 6mo old repost on Blind Soldier Uses Tongue To "See" · · Score: 1
  6. Re:But what difference will it make? on Scientists Need Volunteers To Look At the Sun · · Score: 1

    I'd assume the protections there are for lightning strikes would work on transmission lines during such an incident, and metal-paneled cars may have a chance w/ the Faraday cage effect?

  7. Re:I remember a DIY LED netsystem.... on Researchers Beam 230Mb/sec Wireless Internet WIth LEDs · · Score: 1

    I've been looking for this site again forever, thanks! It's applied to many-a-slashdot story claiming to have invented something similar

  8. Re:Coming Soon on Woman Live-Tweets Her Abortion · · Score: 1

    I don't know if that'd be a step up; the Pentium has problems properly creating floaters...

  9. Re:Too much time on their hands on Triumph of the Cyborg Composer · · Score: 2, Insightful

    This is why I don't buy albums, but individual tracks.

  10. Re:Well... on Apple Bans Sexy Apps, Developers Upset · · Score: 2, Informative

    Or utilizing their already-inbuilt "Allow Apps Rated" restrictions. (Don't Allow, 4+, 9+, 12+, 17+, Allow All Apps)

  11. Gee, look at that... on iPhone's Liquid Sensors Can Be Triggered By Wintertime Use · · Score: 1

    Yet another generic phone story slapped as "iPhone" to improve SEO hits. The little stickers with powdered red dye is them have been in every phone I've ever seen for almost 10 years now.

  12. Re:how is this different on Owners Smash iPhones To Get Upgrades, Says Insurance Company · · Score: 1

    You must be new here. Any article relating to *.phones automatically becomes iPhone-specific.

  13. Nothing (new) to see here, move along... on 64-Bit Flash Player For Linux Finally In Alpha · · Score: 1

    I've had adobe's 64bit linux plugin forever, both in FF and Chrome. The only thing new may be the subversion (instead of 10.1.2.3 or whatever I've been on, now they are on 10.1.2.3b?)

  14. Re:Long Live the Surplus Store. on Silicon Valley's Island of Misfit Tech · · Score: 1

    You missed LARK Swap (You have PARK Swap)
    http://www.livermoreark.org/swap/swap.html

  15. Re:Long Live the Surplus Store. on Silicon Valley's Island of Misfit Tech · · Score: 1

    WTF are you going to get a Fry's anymore? Maybe some batteries and a battery holder? Their components selection is worthless now.

  16. Re:Antenna? on Wi-Fi In a SIM Card · · Score: 1
  17. Fujitsu on IdeaPad U1, What We Wanted the iPad To Be · · Score: 1

    Fujitsu's Stylistic series has been around forever and is/does what the iPad is/does plus a plethora more.

    Nothing novel or revolutionary has happened here, move along...

  18. Re:Please stop writing IDEs in Java on Eight PHP IDEs Compared · · Score: 1

    Its the swing something or other UI, yes. It's distinctive, and If I see that?... the applet get deleted.
    I didn't try it at all beyond launching it, you're right!
    Java has left a very foul taste in my mouth and that hint of feces just doesn't go away...

  19. Re:Please stop writing IDEs in Java on Eight PHP IDEs Compared · · Score: 1

    It was a P2 400 Gateway you insensitive clod!

  20. Re:Please stop writing IDEs in Java on Eight PHP IDEs Compared · · Score: 1

    A++++ post, would mod if had points.

    Memory gluttons and high latency. I took one look at eclipse to see what the fuss was about and immediately uninstalled it when I saw the java gui.

  21. Re:VHS, x86, Microsoft Windows on Eight PHP IDEs Compared · · Score: 1

    That's what I use... or gedit in lunix or vim(m) when ssh'ing

  22. Re:$500573 on Google To Pay $500 For Bugs Found In Chromium · · Score: 1

    SOOSTE? or did you mean 600613

  23. Re:Only a Minor Update - but major features on Mozilla Firefox 3.6 Released · · Score: 1

    a 10MB minor update? That's what the download screen said. I just took a peek at the primary download site and Windows download is listed as 8MB on the front page.

  24. Is this a cover? on Hotel Chain Offers Human Bed Warmers · · Score: 1

    This sounds like a good cover for a prostitution ring.

  25. Re:Why does password strength matter? on Analysis of 32 Million Breached Passwords · · Score: 1

    ...

    On a related note, what pisses me off even more is going to a website and trying to use a strong password and their system doesn't allow it.

    Notable offenders for me:
    American Express only allows 8 characters. Hell, they even have a javascript alert telling you "Invalid password" if you type in more than 8.
    Discover Card only allows 10 characters. These guys are a little more HTML savvy and have a MAXLENGTH=10 on the password field

    This suggests to me they store the password as-is or with some lame cypher so that it may be recovered plaintext. (The user database password field length limited to 8) If they hash the passwords, then you could use any length password resulting in a same-length hash to store in the DB.