Slashdot Mirror


User: w_dragon

w_dragon's activity in the archive.

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

Comments · 666

  1. Re:Implicit ownership of the air? on U.S. Passenger Jet Nearly Collided With Drone In March · · Score: 3, Interesting

    Actually, if you want to fly an ultralight aircraft and keep it below 1000ft you may not even need the license or certification, depending on where you are.

  2. Re:Implicit ownership of the air? on U.S. Passenger Jet Nearly Collided With Drone In March · · Score: 1

    They don't. If you're away from populated centers there is still plenty of uncontrolled airspace around. But if you're near an airport then the massive jet carrying hundreds of passengers performing the most dangerous part of the flight with proper clearance damn well has right of way over anything else.

  3. Re:Cars on Why Microsoft Shouldn't Patch the XP Internet Explorer Flaw · · Score: 2

    If the defect may kill you car makers may fix something 12 years old. Maybe. If the defect will allow someone to easily unlock your doors and steal everything in the car they won't care.

  4. Re:Who are these people on Why Microsoft Shouldn't Patch the XP Internet Explorer Flaw · · Score: 1

    Microsoft would have fixed it anyway, since there are still a few large organizations paying for extended XP support. All they decided to do was make the patch generally available.

  5. Author is dumb on How 'DevOps' Is Killing the Developer · · Score: 3, Informative

    Full-stack developer generally refers to a developer who can code the full software stack - UI, middleware, and backend. Also lots of QA people can code - automated testing is mostly coding - and lots of developers can't test at all. Author needs a bit more real-world experience.

  6. Re:He didn't make a mistake? on Eric Schmidt On Why College Is Still Worth It · · Score: 2

    You could flip that around and say that degrees may not have value beyond what employers believe they have. Right now a degree gets you extra money, on average, compared to someone without a degree. That alone gives a degree value.

  7. Re:"Programming error'? on The Tech Industry Is Getting Ridiculous · · Score: 1

    No, but the fact that the compiler doesn't warn on the unreachable code that follows is a programming error.

  8. Re:I don't agree that coding is more like math on The Neuroscience of Computer Programming · · Score: 2

    There aren't many fields that use more than 2-3 branches of math. Programming tends to use formal logic, lambda calculus, and graph theory. I never understood why people here think math ends at calculus and statistics.

  9. Re:Developed by Stephen Wolfram? on Can Wolfram Alpha Tell Which Team Will Win the Super Bowl? · · Score: 3, Funny

    Ask wolfram alpha.

  10. Re:I'm somewhat disturbed... on Federal Agency Data-Mining Hundreds of Millions of Credit Card Accounts · · Score: 1

    Every purchase you make on a credit card the merchant pays a portion to the credit card company, generally 1-3%. The interest on balances is actually a small portion of the major cards' profits.

  11. Re:I don't think so on Samsung's First Tizen Smartphone Gets Leaked · · Score: 1

    HP being a good example. Their hardware is generally solid, but every piece of software they're associated with is crap. This includes drivers, most firmware, and pure software (QTP is overpriced and broken, their diameter api crashes as often as it works). I suspect that the process for building good hardware is so different from the process for good software that companies have trouble doing both.

  12. Re:Can someone please kill the fucker on Quentin Tarantino Vs. Gawker: When Is Linking Illegal For Journalists? · · Score: 2

    DMCA takedowns apply to sites that host user-created content. It does not apply to content that a site creates itself.

  13. Re:It's about tactics: GPL helps free software on FSF's Richard Stallman Calls LLVM a 'Terrible Setback' · · Score: 4, Insightful

    In every software company I've worked at the codebase is roughly 5% critical, complex code that makes the company money, 95% boilerplate utility, ui, boring code that everyone tries to find ways to reduce. For that 5% it's important it be GPL-free since there's no way in hell the company will release it, and GPL violations can be expensive. Anything it links against in the other 95% must also be GPL-free. The rest of it can contain whatever free code reduces work for developers. Fixing a bug in boost may help my competitors, sure, but maintaining a fork just so I can jealously guard a little change in a third party library is a shocking amount of work long-term. The money rests in giving back and getting someone else to maintain as much code as you can, other than your core competence.

  14. Re:It's not a bad thing. on U.S. Teenagers Are Driving Much Less: 4 Theories About Why · · Score: 1

    Not true, young males are higher risk even when learning, for flying or driving. That's why insurance is cheaper once you're over 25 regardless of experience, and for females under 25.

  15. Re:What a bunch of liers on An Iowa ISP's Metered Pricing: What Will the Market Bear? · · Score: 1

    This is about rural Iowa. The main cost for maintenance is probably getting a person to the area where a problem is. They cherry-picked the date to be in the middle of a recession when they could pay peanuts for someone to drive 3 hours to the middle of nowhere to replace a repeater, versus now when they have to pay 9 peanuts.

  16. Re:Bios code? on Ask Slashdot: What's the Most Often-Run Piece of Code -- Ever? · · Score: 1

    I would agree, probably some ethernet or ip handling code. Something that has to exist on every device that connects to a network and is run on every single packet. The CRC check on the ethernet frame is a likely candidate. Every router, switch, and networked device is going to run an identical check on every packet before it can even verify that the frame is well-formed. Maximum frame size is around 9kB, and the standard is 1500 bytes. That's a lot of runs on a 10 gb lan.

  17. Not the first on Chrome Is the New C Runtime · · Score: 2

    This guy talks like this is some new idea, but there are excellent libraries that already provide this stuff. A quick look at the list tells me that boost and openssl cover most of the functionality, and unlike chromium they are made to be libraries, so you can be pretty confident they work under all conditions and the developers won't screw around with the api between versions.

  18. Re:Seems reasonable on Russia Backs Sending Top Students Abroad With a Catch · · Score: 2

    https://ohio.overseasvotefoundation.org/vote/home.htm Click on 'voter help' and select 'can my American children, born abroad, vote'

  19. Re:Seems reasonable on Russia Backs Sending Top Students Abroad With a Catch · · Score: 5, Informative

    The US is about the only country that taxes citizens regardless of where they live and work. Which leads to a fun situation where the kids of US citizens born abroad are considered natural US citizens and expected to file taxes, but may not be eligible to vote depending on which state their parents were from. Taxation without representation.

  20. Re:What about Samsung? on Apple Devices To Reach Parity With Windows PCs In 2014 · · Score: 1

    If they're looking at the sold-to-stores number then it is still deceptive. A store will have some stock of each smartphone they sell. For apple that's 3 models max. For android it may be 3 models per manufacturer. If they're looking at sell-through to users then it's a valid comparison.

  21. Why is this news? on Microsoft Extends Updates For Windows XP Security Products Until July 2015 · · Score: 1

    If McAfee announced that they would continue supplying virus definitions to their antivirus running on XP would that make the front page of slashdot? Because that's all MS announced here. I very much doubt it takes them much extra effort to port virus definitions to a previous version of MSE.

  22. Re:Cold weather climates on Incandescent Bulbs Get a Reprieve · · Score: 1

    There is nowhere in the world that people live where you heat your house 12 months a year. Even for the cold months the best your bulb can do is determined by how electricity is generated in your part of the world. Burning natural gas in a modern furnace to heat a house is in the mid-90% efficiency range. Burning that same gas to generate electricity is about 60% efficient. If your electricity is mostly renewable then wasting energy on the scale of a lightbulb makes no difference. If you use coal and natural gas then electric heating of any sort is sadly inefficient given the alternatives.

  23. Re:This is the AP Comp Sci exam on Tech's Gender and Race Gap Starts In High School · · Score: 1

    The question is are girls avoiding it because they're not interested, or are there some subtle (or not) level of sexism inherent in the industry? It used to be that orchestras were nearly 100% male, and all kinds of excuses were put forth as to how males were better musicians, more dedicated, etc. Then they started doing auditions with the player behind a screen, and suddenly the male-female ratio jumped to right around 50-50. Are you sure girls are avoiding CS because they aren't interested?

  24. Re:Safety on Who Is Liable When a Self-Driving Car Crashes? · · Score: 1

    This is pretty much exactly how autopilot works in aviation. The pilot sets the autopilot, and it flies so long as it can understand and react to the conditions it can sense. If it detects bad input, or a condition it isn't programmed to handle, it hands control back to the pilot. Generally planes don't fall out of the sky just because the pilot has control again when he didn't expect it.

  25. Re: Efficiency. on Who Is Liable When a Self-Driving Car Crashes? · · Score: 1

    It's not just faulty parts that will make super-close driving dangerous, regardless of reaction time. The tire composition and tread, the weight of the vehicle, and the strength of the brakes all affect stopping distance. Fundamentally an SUV can not stop as quickly as a sports car if it's going the same speed.