Slashdot Mirror


User: Culture20

Culture20's activity in the archive.

Stories
0
Comments
9,596
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 9,596

  1. Re:In other words... on NYC Police Gathering Cellphone Logs · · Score: 1

    Or you're the family of someone shady.

  2. By telling the truth on Ask Slashdot: Troubling Trend For Open Source Company · · Score: 1

    You're not a software company. Stop saying you are. You're a support company for open source software that your people happen to write. FYI, I tend to stay away from projects like that because they have a perverse incentive to make the product harder to use to increase support calls (RH with the kernel patch sources, Ubuntu with unity, etc.).

  3. Re:Or... on Newly Developed RNA-Based Vaccine Could Offer Lifelong Protection From the Flu · · Score: 5, Funny

    strange half-man/half-flu monstrosity

    How's that work? A man that constantly seeks to deposit his genetic material into others with a side effect of replication? That's 100% man!

  4. Re:WTH? on Confidential Police Documents Found In Confetti At Macy's Parade · · Score: 1

    Well, they could have been printed or copied in landscape and shredded with other documents which were not landscape.

  5. Re:I call BS on this on Confidential Police Documents Found In Confetti At Macy's Parade · · Score: 1

    TV hosts, you say? Maybe this batch of papers was being used in a reporter's investigation and got shredded at the TV station then used so that they could add extra "snow" for the cameras?

  6. Re:I call BS on this on Confidential Police Documents Found In Confetti At Macy's Parade · · Score: 1

    It's all too easy to spin pre-shredded documents to look like your docs are being shredded when the real docs are being transferred to a safe storage box to sell to corporate spies and ID theives

    That's why I mentioned interleaving colored paper.

    A document scanner could also just as easily be installed between the feeder and the cutting blades to record data milliseconds before shredding.

    Good catch. Didn't think of that. So essentially do the same thing we do with unwipeable HDDs: disassemble and destroy platters & solid state cache in-house. (ie shred and burn paper in-house)

  7. Re:I call BS on this on Confidential Police Documents Found In Confetti At Macy's Parade · · Score: 2

    Be sure to toss some colored paper in to make sure.

  8. I was wondering why Mojang took two months to update some serious bugs on Minecraft PE.

  9. Re:Where are you getting this from? Some highschoo on BlackBerry 10 Preview Looks Positive · · Score: 1

    But who will pay for your app? That's another factor to consider if you don't want to add advertisements to your apps.

  10. Re:Divorce will never happen to me! on The Internet Has Transformed Modern Divorce · · Score: 4, Funny

    What language can't be improved with the liberal application of parentheses?

    Lisp

  11. Re:increasing divorce or honesty? on The Internet Has Transformed Modern Divorce · · Score: 1

    Easy solution to the facebook problem... don't do it. I don't. It's an obvious trap. MySpace was too. I don't get why people are so addicted to it. "Look at me!! I'm social! I have 1000 very close friends!!!" Do these clowns know how ridiculous they look?

    Most people are "addicted" to Facebook because their real friends are using it to coordinate events or announce news. Not on Facebook? You missed the party. Not on Facebook? You didn't hear about the passing of your friend's aunt. It's not Facebook that they're addicted to, it's their friends.

  12. Re:Metro isn't a Nintendo type game anyways on THQ Clarifies Claims of "Horrible, Slow" Wii U CPU · · Score: 1

    I remember at a local pizza place here in my home town, they had a Super Mario Brothers arcade game in their little game room, and my first thought was "who would blow quarters in that, when the home version was pretty much identical?"

    People whose parents wouldn't buy an Atari, Nintendo, or Sega because "we bought you a Fairchild years ago!" Same deal with an 8088 running DOS in 1995, although I had computers available at school.

  13. Re:I'll just say this now on Microsoft Granted Patent For Augmented Reality Glasses · · Score: 1

    Putting things on your face is a pain.

    Do you know how many sunglasses are sold annually? Reduce the cost of these AR glasses enough, add in UV filters and focusable liquid lenses, and you've got the new rich man's (sun)glasses. Eventually they would become everyone's glasses.

  14. Re:Nobody plays fair on DuckDuckGo - Is Google Playing Fair? · · Score: 1

    That bang is slightly counterintuitive for geeks. I would think it means "don't use bing" not "use bing".

  15. Re:Dear Computer Programmers: Why do this? on Mozilla Dropping 64-Bit Windows Nightly Builds For Now · · Score: 1

    It's 'hard' only because it's a huge - yes really - number of lines of code. Gigantonormous numbers.

    Not quite Gigantonormous, but it more than doubles some sections with tests to see if you're running in 32bit or 64 bit, then using the proper size of variables.

    Pointers are the main reason why software don't port between 32 and 64 bit easily. It was the same in the transitions from 8 to 16 and 16 to 32. The power of C is being close to the hardware, with less overhead. The curse of C is being close to the hardware, being harder to move to new 64-bit hardware. This is a known trade-off and it's worth it. People who don't believe it write hardware independent Java code etc, and as observed, their software usually don't provide all the desired features, hence people stick with the software written in languages closer to the hardware.

    To elaborate, pointers are variables which point towards specific places in memory, and are quite useful for passing data between functions (or even other programs) without having to copy the data. A 32 bit pointer can not point to any address space beyond the 32-bit limit (4GB), so 64 bit pointers are needed in 64 bit systems, assuming they have more than 4GB RAM (often including video RAM; found that out the hard way). If one source tree is used for both 32bit and 64 bit systems, there will be the endless if-statements that I mentioned above any place where pointers are defined (and in some cases, used). And of course it affects some bit shifting, etc. This is on top of endianness, which is a whole mess unto itself.

  16. Bonus: on Mozilla Dropping 64-Bit Windows Nightly Builds For Now · · Score: 2, Funny

    That naturally limits FF's RAM consumption to the 32bit address space. Bravo, they've reduced it by 90%+!

  17. Re:4D? on Fetuses Caught Yawning In 4D · · Score: 1

    Most "3D" movies are merely stereoscopic, containing no more data than two 2D movies, one slightly offset from the other. This "4D" movie would presumably allow zooming, changing camera angles, etc.

  18. Not Thankful on GNOME 3 To Support a "Classic" Mode, of Sorts · · Score: 5, Insightful

    I am not thankful for Matthias' condescension. A little more humility on his part in admitting Gnome 3 is bad design would be appropriate.

  19. What's the hottest running CPU? on Ask Slashdot: Geekiest Way To Cook a Turkey? · · Score: 1

    Or gpu?

  20. Re:RTFA on Student Refusing RFID Badge Now Fights Expulsion Order · · Score: 1

    They could use a magnetic strip reader for the same purpose and they're cheaper than RFID.

  21. Re:Put badge in microwave for 10 seconds. on Student Refusing RFID Badge Now Fights Expulsion Order · · Score: 1

    Following this idea, your driver licence is the mark of the beast. Last time I checked no christians, no matter how fundamentalist, [refuse to] carry it.

    Corrected to what I assume you meant. Although I'm pretty sure the Amish don't carry them. FYI, the "sign of the beast" is intended to be something worn on the forehead/hand that allows buying/selling. Nothing about attending classes, traveling, etc.

  22. Re:Oops, somebody noticed on That Was Fast: Leahy Drops Warrantless E-mail Surveillance Bill · · Score: 2

    I would love going back to runner-up in presidential elections becoming the Vice President. That could make for excellent gridlock within the executive branch.

  23. Re:Oops, somebody noticed on That Was Fast: Leahy Drops Warrantless E-mail Surveillance Bill · · Score: 1
    It's more that we rightly view email and other written communications to be papers/effects.

    The right of the people to be secure in their persons, houses, papers, and effects, against unreasonable searches and seizures, shall not be violated, and no Warrants shall issue, but upon probable cause, supported by Oath or affirmation, and particularly describing the place to be searched, and the persons or things to be seized.

  24. Re:Slashdot has a credibility problem on Senate Bill Rewrite Lets Feds Read Your E-mail Without Warrants · · Score: 1

    "lets" vs "will let" isn't exactly a case of opposites. If the summary had said the bill "will protect email privacy from any government intrusion" I'd say the case for opposites would have been made. As it stands, it's more of a reality vs proposal scenario.

  25. Re:Look at the age of the Senator. on Senate Bill Rewrite Lets Feds Read Your E-mail Without Warrants · · Score: 1

    How can they represent the common man when they don't have to worry about getting layoff, health care, mortgages, car payments, credit card bills, bank loans, retirement plans etc. type of common problems?

    How can they take the time to represent anyone when they have to worry about health care, mortgages, car payments, credit card bills, bank loans, retirement plans, etc. type of common problems?

    Notice that I leave getting laid off out of the list since they have to worry about that routinely and they waste a year or more per cycle drumming up support for elections. If they had to worry about the other stuff to, they'd never get any bills drafted. Huh. Maybe you're on to something after all.