Slashdot Mirror


User: StripedCow

StripedCow's activity in the archive.

Stories
0
Comments
2,032
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,032

  1. FDD? That explains it! on Ask Slashdot: Have You Experienced Fear Driven Development? · · Score: 1

    I once used a word-processor that accidentally opened a pop-up saying:
    "Help! I'm being held in an office in Seattle. Please contact the police!"

  2. Do it well on Torvalds: No Opinion On Systemd · · Score: 4, Informative

    If they're going to change it, I suggest they change it well.

    That is, support *functional* dependencies between processes, and caching of input/output. Automatic starting of processes when configurations change, etc. Right now, my computer has to reboot whenever stuff changes and some script does not handle the changes correctly (or simply does not run).

    Also, whenever I reboot my system, I don't know if I will get back the system that I shut down (some configurations may have been changed and may have broken my system without me knowing it, only to cause a nightmare when I reboot the system, which is usually the worst possible moment). That has to be fixed as well.

  3. Re:FDD exists for only one reason... on Ask Slashdot: Have You Experienced Fear Driven Development? · · Score: 1

    The problem is that *any* IT problem can be solved eventually. And if your colleagues tell their managers that they can do it, where do you stand?

  4. Acceptance? on FBI Completes New Face Recognition System · · Score: 1

    This is exactly what NSA has been doing, but this time it's "in the real world".
    Why do they think people will accept this?

  5. Please no on Why Apple Should Open-Source Swift -- But Won't · · Score: 0

    I'd like to keep my OSS free of U2-spam, thank you!

  6. Re:Will the bike messenger unions kill it? on Uber CEO: We'll Run Your Errands · · Score: 1

    Nope. The "this product cannot be resold" label will kill the service.

  7. Re:why? Better for Comcast to not know on Comcast Allegedly Asking Customers to Stop Using Tor · · Score: 1

    Not sure if this is true. If Tor is designed to automatically utilize _excess_ bandwidth (i.e., what you paid for but do not use), then it's a different story.

  8. Re:why? Better for Comcast to not know on Comcast Allegedly Asking Customers to Stop Using Tor · · Score: 1

    The solution could be if Comcast could be paid for every MB that they carry.
    Then Tor may actually become lucrative for Comcast.

    Another advantage of the pay-for-use pricing model.

  9. Re:why? Better for Comcast to not know on Comcast Allegedly Asking Customers to Stop Using Tor · · Score: 2

    This raises the question of why Comcast would care.

    Probably because (in their view) Tor is a huge waste of bandwidth: connections are not direct, but have to go through N different intermediate peers (which could all be Comcast subscribers).

  10. Re:Keynote acknowledged this on Early iPhone 6 Benchmark Results Show Only Modest Gains For A8 · · Score: 2

    Instead they're offloading functionality.

    God. How long before they introduce a "Twitter" or "Facebook" coprocessor (which they provide for a significant fee of course)?
    How long before we will be having the "cpu neutrality" discussion?

  11. Re:Thermodynamic equilibrium is not required on Information Theory Places New Limits On Origin of Life · · Score: 1

    You can be ignorant and attempt to argue it all you want, but you will always be wrong.

    But:

    progress in science consists in replacing a theory that is wrong with one that is more subtly wrong -- unknown

  12. Re:Thermodynamic equilibrium is not required on Information Theory Places New Limits On Origin of Life · · Score: 1

    There's this "Sun" bombarding the planet with energy, constantly.

    Then take the two-body system given by the Earth and the Sun as the closed system.

  13. Re:Offtopic -1 on UCLA Biologists Delay the Aging Process In Fruit Flies · · Score: 0

    Posting to slashdot does not qualify as a proof, unfortunately.

    You should have posted elsewhere, e.g., here: http://ip.com/
    (just found this website by googling)

  14. One mistake on Chinese Man Sues State-Owned Cell Phone Company For Blocking Google · · Score: 4, Funny

    Unfortunately for him, the judge is also state-owned.

  15. Naming on Book Review: Architecting the Cloud · · Score: 1

    Why don't we just call "the cloud" by the name we used for it decades ago?
    "Mainframe", that is.

  16. Re:Idiots on Fedora To Get a New Partition Manager · · Score: 1

    take it and use what's already been developed and use it as a base to create something new/better,
    while letting the original developers take all the credit

    Fixed that for you.

    Also, making changes to somebody else's code involves the risk of introducing serious bugs. So essentially, what you are proposing is a lose/lose situation.

  17. Re:Meteorite my ass on Apparent Meteorite Hits Managua, Nicaragua, Leaving Crater But No Injuries · · Score: 1

    We don't have any sort of before and after picture

    You can find the "before" picture on google maps/earth of course.

  18. Re:The trouble with billionaires on Bill Gates Wants To Remake the Way History Is Taught. Should We Let Him? · · Score: 2

    The argument is completely ad hominem. Let me do an ad hominem too: why would I still take you seriously if you can't even follow the simple rules of logic?

  19. Solution on Is There a Creativity Deficit In Science? · · Score: 1

    Kickstarter for scientists. Just put your project there, and see if it gets funded.

  20. Re:Sorry, she is not worthy of the title on White House Names Google's Megan Smith As CTO · · Score: 1

    Control Theory is part of Mechanical Engineering.
    And a position like this is all about "control".

  21. Re:...really? on Tesla's Next Auto-Dealer Battleground State: Georgia · · Score: 1

    Simple solution: they can see them in the showroom, and buy them online...

  22. R? on How the Outdated TI-84 Plus Still Holds a Monopoly On Classrooms · · Score: 1, Interesting

    when the R cow is free?

    Why use a convoluted language like R when you can use Python?

  23. Re:Only a matter of time ... on Japanese Firm Showcases "Touchable" 3-D Technology · · Score: 1

    This is my favorite explanation for the Fermi paradox.

  24. Re:Probably not. on Does Learning To Code Outweigh a Degree In Computer Science? · · Score: 1

    I guess the world assumes people with a "software engineering" degree don't understand theory

    People don't understand software engineering. Period.

  25. Re:Oh god why. on Tox, a Skype Replacement Built On 'Privacy First' · · Score: 1

    We have TOR for that.
    Don't make developers implement stuff that should be handled in different layers of the communication stack. The code will only get more hairy and less secure.