Slashdot Mirror


User: jandrese

jandrese's activity in the archive.

Stories
0
Comments
6,981
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6,981

  1. Everybody got off scott free then on Judge Dismisses Second Conviction of Ex-Goldman Sachs Coder · · Score: 3, Funny

    Prior to this Sergey Aleynikov was the only person connected with the global financial meltdown to receive any prison time at all in the US. Now that it has been dismissed we can say that nobody involved in destroying the savings and retirements of billions of people around the world was significantly punished. At least they gave their word that they wouldn't engage in the sort of risky behavior that collapsed the global economy again I guess, and we know that investment bankers are as good as their word.

  2. Re:Hmmm...if the enemy is watching... on The IT Containers That Went To War · · Score: 1

    Maybe it takes 3 minutes to set up a Vietnam era shoulder launched missile? They figure the Choppers are spotted on the way in and have to get out before the guys with the missiles are ready.

  3. Re:apple issued enterprise dev cert to ht on Hacking Team Hacked, Attackers Grab 400GB of Internal Data · · Score: 1

    Which means they sent $100 to Apple? Is this shocking?

  4. Re:400GB on Hacking Team Hacked, Attackers Grab 400GB of Internal Data · · Score: 1

    If you think 400GB of email alone is too much you clearly have never worked in a company that allows you to mail powerpoints around.

  5. Re:Yay! on Hacking Team Hacked, Attackers Grab 400GB of Internal Data · · Score: 3, Funny

    In other words they covered it exactly the same way they cover the Olympics?

  6. Re:NULL cipher on Amazon's New SSL/TLS Implementation In 6,000 Lines of Code · · Score: 1

    The TFA mentioned that it only supports a tiny subset of the functionality that OpenSSL supports. I'm reasonably certain that they didn't include the old and broken stuff in their rewrite.

  7. Re:Good idea on Amazon's New SSL/TLS Implementation In 6,000 Lines of Code · · Score: 1

    Maybe you can talk securely. Nobody has publicly announced any vulnerabilities in HMAC-MD5 yet, but that MD5 piece hanging off of there makes me nervous. If Amazon is willing to say that they no longer support Windows 3.11 for Workgroups users buying products from the Amazon store, it is their call. They have to weigh the loss of customers over discovering later that some weird long forgotten part of their OpenSSL implementation gave the keys to the kingdom over to the hackers.

  8. Re:Kids don't understand sparse arrays on AP CS Test Takers and Pass Rates Up, Half of Kids Don't Get Sparse Arrays At All · · Score: 2

    No, but you will need the CS degree to be a good programmer. If you know what is going on under the hood you can avoid those O(N^5) operations that make your code inefficient. If you just blindly use whatever looks vaguely correct in the standard library you'll never know why your code is so slow.

  9. Re:It just makes the router worse. on Wi-Fi Router's 'Pregnant Women' Setting Sparks Vendor Rivalry In China · · Score: 1

    Only if there is some other device on the network that needs data 24/7. For most people the router is going to go mostly idle once the laptop is closed because there's nothing for it to be talking to. The only thing it should be transmitting is the occasional beacon.

  10. It just makes the router worse. on Wi-Fi Router's 'Pregnant Women' Setting Sparks Vendor Rivalry In China · · Score: 3, Informative

    The description makes it sound like they just cut the Tx power on the router by two thirds when you enable the mode, which means it will just have a much shorter range. Even better: This would only help if the woman stayed near the router, she's going to get a lot more "radiation" from her laptop, since it has a similar radio and of course is much closer to her. Even if the science were sound, this wouldn't work. It's both dumb and pointless.

  11. Re:This is why I gave up PC gaming on AMD Radeon R9 Fury X Launched, Independent Benchmarks, HBM Put To the Test · · Score: 4, Insightful

    You don't need to buy this card if you're happy gaming at console resolutions. Even 6 year old midrange cards can push modern games just fine if you're willing to accept 720p at 30hz. You can even hook up the controller to your PC if you hate the easy precision of a mouse.

  12. Re:Almost gets it... on Elon Musk Probably Won't Be the First Martian · · Score: 3, Insightful

    The problem with orbital mining is that it depends on the presence of orbital manufacturing. And orbital manufacturing depends on the existence of raw material. There is a chicken and egg problem unless you're willing to try to safely deorbit many tons of material every year, which is a terrifying prospect. It doesn't really make sense until we're building some sort of enormous space station or space ship in orbit and the launch costs exceed the eye popping costs of starting up an orbital mining/refining/manufacturing industry.

  13. Re:Static on IT Pros Blast Google Over Android's Refusal To Play Nice With IPv6 · · Score: 1

    While technically true, in practice everybody does the 64/64 split, especially once you get out onto the Internet. Sure you can do whatever you like on your local network, but don't expect it to go beyond your border router.

  14. Re:So what? on IT Pros Blast Google Over Android's Refusal To Play Nice With IPv6 · · Score: 1

    True, unless you intend to connect your local network to the Internet, which I think most people are planning to do. You also don't need a global IPv4 address unless you want to connect to the Internet.

  15. Re:Static on IT Pros Blast Google Over Android's Refusal To Play Nice With IPv6 · · Score: 3, Insightful

    Anybody who moves between networks, like a cell phone? You still do route aggregation in IPv6, so even if your host ID (lower 64 bits of the address) don't change, the network ID (upper 64 bits) will when you move between networks. Otherwise you would need to propagate every single device in the world into the global routing table, and that doesn't scale.

  16. Re:Not Needed on IT Pros Blast Google Over Android's Refusal To Play Nice With IPv6 · · Score: 3, Informative

    Kind of true. Router autodiscovery works, but has some problems. It doesn't provide DNS information to the clients, nor does it allow the clients to populate their hostnames in the local DNS the way a DHCP server does. This makes it far from ideal when you want to allow for client to client communications. It also lacks any sort of authentication mechanism which makes it vulnerable to spoofing attacks. Router autodiscovery is a really incomplete solution.

  17. Re:Nuclear? on The Presidential Candidate With a Plan To Run the US On 100% Clean Energy · · Score: 1

    Nuclear isn't particularly "clean"--refining the fuel is messy, but it is low carbon.

  18. Re:Slashvertisment on Unreal Engine Code Issues Fixed By Third-party Company · · Score: 1

    It kind of is, but they put in so much information that I can't hold it against them. Look how many code fragments with common errors there are in there. This is a quality article.

  19. Re:Why not future proof the application? on Ask Slashdot: A Development Environment Still Usable In 25 Years Time? · · Score: 1

    And then one of the stupid old PLCs craps out and you discover that they have not been made for 20 years and all of the old stock is exhausted... Now you have a crisis where you have to rebuild a major part of your system at great expense.

  20. Re:OpenSSL has been replaced... on New OpenSSL Security Advisory Announced · · Score: 1

    IIRC they did remove some of the more obscure APIs, but honestly most of those were research projects that were never used in real life, so they shouldn't break anything. The OpenBSD guys compile their own ports tree against LibreSSL and have only had a small handful of applications break I think.

  21. Re:No surprise the Pi does well on Pi Stays Sky High In 2015 Hacker SBC Survey · · Score: 1

    Mine has a 2GB eMMC slot, which is too small for a standard Debian install, and you can't put the standard Debian on the eMMC you have to hack it to make it work.

  22. No surprise the Pi does well on Pi Stays Sky High In 2015 Hacker SBC Survey · · Score: 3, Insightful

    The Pi hardware isn't the best, nor is it cheapest, but the community has a lot of support built around it. There are pre-built images for all sorts of tasks and people have gone and done a lot of the hard work on it. I have a Pi and a BeagleBone and the BeagleBone, although slightly faster, has some braindamage that is hard to ignore. It has a built-in version of Linux, but it's hard to update and the eMMC space is a little too small to be really useful. So you boot off of SD instead, but that requires you to hold down a button while it is booting to bypass the eMMC. But then you notice that it doesn't have as many packages available as the Pi. No Chromium for instance, so you're stuck with the really stripped down and mostly broken browsers. The worst part is that by industry standards, the Beaglebone is above average. You can pick up one of the many much more powerful and featureful AllWinner boards, but find yourself utterly stymied by the horrendous state of the documentation and lack of community. It's really hard to get real work done if you have to do all of the groundwork yourself.

  23. Re:"Crunch Time" == Bad Project Management on Stress Is Driving Developers From the Video Game Industry · · Score: 5, Insightful

    Isn't that how game companies work? They hire fresh faced grads, work them like dogs for a few years and then let them go once they get the skills to demand good pay and reasonable working conditions. Or they just burn out entirely and change professions. That's one reason why there is so little institutional knowledge in game companies and they end up making the same mistakes over and over again.

  24. Re:Of course they did. on Emails Show How Industry Lobbyists Basically Wrote The Trans-Pacific Partnership · · Score: 2

    It's not hard to see why this happens. The industries they are trying to regulate (or deregulate) are hideously complex and don't discuss the details of their work with the government if they don't have to. So a regulator has little chance of writing workable legislation without outside assistance, and the only outside people with knowledge of the industry work in it. This is the fundamental reason communism doesn't work beyond small agrarian communities--it puts people in charge who are not working in the field daily and don't have the mass of knowledge necessary to properly manage the resources. That said, the answer is clearly not "let the industry self regulate", because that guarantees destruction of the commons and oppression of the working class. Sadly I don't have a good solution to this problem, all I know is the current solutions don't work.

  25. I thought we already did on Presidential Candidate Lincoln Chaffee Proposes That US Go Metric · · Score: 1

    Didn't the US officially go metric back in the 80s? Not that it means anything obviously, but there was a push to make sure Metric was taught in schools and used where convenient.