Slashdot Mirror


User: Bengie

Bengie's activity in the archive.

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

Comments · 6,462

  1. Re:This is a bad idea on The Clock Is Ticking For the US To Relinquish Control of ICANN (betanews.com) · · Score: 1

    That said, the good news is that ICANN just controls the DNS registries

    DNS and IP blocks. They could not only mess up DNS entries, but IP routing. Of course no one really needs to listen to them in the first place, but they are the current source of correct data, and a democracy does not work well with this sort of system. You need a single authoritative source, otherwise you get Internet islands or worse.

  2. Re:stress is the systemic killer in modern workpla on Chronic Stress Could Lead To Depression and Dementia, Scientists Warn (independent.co.uk) · · Score: 2

    If you don't like Earth, find your own planet. Yep, entirely an "option".

  3. do mental tasks cause more distress than physical tasks?

    2-3 hours of hard thinking can exhaust me more than a 12 hours of physical labor.

  4. Re:It gets worse... on AMD Rips 'Biased and Unreliable' Intel-Optimized SYSmark Benchmark (hothardware.com) · · Score: 1

    My Win8.1 machine takes about 10 seconds to a usable desktop and I have all kinds of crap installed. Like you said, it's that bios crap that can slow things down. I disable all legacy. PCI support? What? serial port? Parallel port? Bah. Disable all of that crap.

  5. Re: Typical on How Procrastination Can Be Good For You (nytimes.com) · · Score: 1

    Most jobs don't need creative, they just need to be done.

    "Done" is subjective. To me, nothing is done until you forgot the last time someone reported an issue or asked why it failed. After I deploy something and it affects 20,000+ customers( 2mil+ users), anything that I missed will consume most of my time, leaving me little time to fix the issue or work on anything else. I think of this as "Amdahl's law" applied to supporting software. It limits the number of projects I can work on based on the amount of imperfections in the code. Other teams you say? Support you own code. When you have to support your code, you learn not to crap where you eat.

  6. Re:oblig on How Procrastination Can Be Good For You (nytimes.com) · · Score: 1

    More than likely, you just so happen to do well when working in longer bursts. Much research has gone into the subject of working for long stretches like you, and it all says most people do horribly and never get better at it. It's not something that is learned, it is something that you are.

    The funny thing about most research is that it attempts to treat everyone the same way when everyone have different ranges of strengths and weaknesses.

  7. Re: oblig on How Procrastination Can Be Good For You (nytimes.com) · · Score: 1

    I have to agree. They're conflating two different things because they look similar. There is a difference between getting enough time to think and procrastinating. A better comparison would be to given a bunch of people 3 days to come up with some ideas, and have some group of people wait until the last day to come up with ideas.

    I do a lot of divergent thinking at work.
    Step1) Look over the issue until I feel I cannot think anymore about it
    Step2) Take a break
    Step3) Goto step1

    I take a lot of breaks, ranging in lengths depending on how hard the problem is that I am thinking about. When working on a new project, I'll probably spend about 5 hours a day taking breaks.

  8. Re:Interview "Grilling" or "Testing" is Poppycock on Google Has Toughest Interview Process For Developers, But Not the Worst (getvoip.com) · · Score: 1

    There's too many types of intelligence to say "raw intelligence". There is always someone that would be considered very smart that will be "stupid" by some sort of metric of intelligence. Some people have a strong memory, some are great at divergent thinking, some have strong abstract reasoning, and many others. No one person is great in all areas. Most people that excel at one are horrible at another.

    And a proper team takes all types. Like you pointed out, no matter how smart someone is, without some basic soft skills, they're worthless.

  9. Re:I have done my own comparisons on BBC Confirms 50% Bitrate Savings For H.265/HEVC Vs H.264/AVC (bbc.co.uk) · · Score: 1

    2) When "low in bits", x265 blurs images rather than making them look blocky. This sometimes looks better but to me often looks worse.

    Blocking is because of a limited amount of information to display data. Blurring is about adding noise. Noise is annoying.

  10. But at what frequency? Energy is the cause of gravity. When a mass-energy event occurs, the gravity doesn't go away, it just suddenly moved away quickly. From a distant observer even the speed of light is slow. Would it even look like anything happened?

  11. Re:Easy Fix on NY Bill Would Force Decryption of Smartphones On Demand (onthewire.io) · · Score: 1

    That only applies if Amazon has an office in New York. It's illegal for a state to interfere with interstate commerce, but they can punish those in their state for owning or selling something. If I'm from out of state, does that mean I have an illegal device according to the state? This would make a huge mess, so I assume they're only outlawing the sales. Again, order from out of state.

  12. Re:Huh? on The FSF Is 30 Years Old; Where Should They Go From Here? (fsf.org) · · Score: 1

    "free as in beer xor free as in freedom"

    Fixed. You can't have both.

  13. Re:Stupid idea on K12CS.org: Microsoft, Google, Apple Identifying What 1st Graders Should Know · · Score: 1

    Programming requires abstract thinking, creativity, and recognition of context. The really hard part is putting yourself in the perspective of another. I'm not even sure you can do this without first recognizing yourself. I have a feeling that if a computer can program, it'll be sentient.

  14. Re:Still useful outside a cryptographic context? on Deprecation of MD5 and SHA1 -- Just in Time? (threatpost.com) · · Score: 2

    ZFS uses either Fletcher4-256 or SHA-256. Fletcher is based on CRC-64.

  15. Re:It Depends on Why You Are Using Hash Codes on Deprecation of MD5 and SHA1 -- Just in Time? (threatpost.com) · · Score: 2

    Unless you have a cryptographically strong hash, you have to compare the data. CRCs are meant only to let you know if data has been corrupted, not if the data is the uniquely different than other data. CRC may be faster than SHA2-256, but it is much slower than having to read and compare a bunch of data.

  16. Re:You shouldn't use one hash. on Deprecation of MD5 and SHA1 -- Just in Time? (threatpost.com) · · Score: 2

    Even Better, although I used SHA512 myself.

    salt = cryptorand.getbbytes(64);
    final = salt +HMACSHA1(data,salt);

  17. Re:Why the emphasis on Lets Encrypt? on Malvertising Campaign Used a Free Certificate From Let's Encrypt (csoonline.com) · · Score: 1

    The point of certs is not to blindly trust a cert because someone has one, it's to trust the cert is the cert it claims to be. The North Korea government could have a cert for all I care, but I'm not going to trust their site, even if I trust their cert.

  18. Re:Why the emphasis on Lets Encrypt? on Malvertising Campaign Used a Free Certificate From Let's Encrypt (csoonline.com) · · Score: 1

    Revoking certs is expensive. Clients must store a list of every revoked cert that are still valid. If creating a cert is free, one could just create a bunch of certs and revoke them, which would quickly overwhelm clients ability to track revoked certs. Especially embedded devices with limited memory and storage.

  19. Re:Sampling bias on Dropbox Obtains Peer-To-Peer File Sharing Patent (thestack.com) · · Score: 1

    Software is very similar to art in its ability to quickly evolve. Software is entirely an exercise of the mind, and nearly all works builds from prior work. This makes it uniquely different than all other patent-able areas. Patents are meant to protect an implementation of an idea, but due to the abstract nature of software, software patents are used to protect the idea instead of the implementation.

  20. Re: How useful really is password length? on New HTTPS Bicycle Attack Reveals Details About Passwords From Encrypted Traffic (softpedia.com) · · Score: 2

    With a semi-decent password, knowing the length would still take Universe ages. When it comes to bruteforcing, knowing the length doesn't save much time. Every character added to the password length increases the number of combinations by the magnitude of the alphabet size. Assuming you're using a full 92 char alphabet, lets assume 100 chars, a 12 char password is 100 larger space than 11 chars, and 10,000 larger than 10 chars, and 1,000,000 times larger than 9. Another way to write this. Assume 12 chars is "1". If you knew the password to be 12 chars, then the work would be 1. If you didn't know it was 12 chars and had to go through all of the smaller passwords, then it'll be 1 + 1/100 + 1/10000 + 1/1000000 + etc. As you can see, iterating through the smaller password sizes adds virtually no extra time.

    The main benefits you gain is if you know the person uses certain words, you could limit the word combinations, or you could decide to skip breaking the password because it's too hard.

  21. Re:Is it even possible? on The Network Revolution Needed For Remote Surgery (thestack.com) · · Score: 1

    The best ping I got from my home connection is 6ms to a Google PoP in Chicago, about 300 miles away. I actually only got that for a short bit when my ISP was using their fail-over when upgrading their Level 3 link. The next day, my ping was back to a sluggish 7ms. I'm showing a 0.0095% packetloss to 8.8.8.8 over the past 10 days and a range of 0.14ms-0.6ms of jitter to several public NTP servers ranging from 300 miles to 1200 miles away. Don't assume the furthest NTP server has the worst jitter, it has the best. 0.14ms of jitter over a 2400mile 30ms route from Midwest USA to New York.

    $45/month for 100/100 dedicated fiber.

  22. Re:Fundamental Limit on The Network Revolution Needed For Remote Surgery (thestack.com) · · Score: 1

    Takes about 5ms for a signal to get from your brain to your hands. I'm sure the 1ms is taking about something else, like jitter.

  23. Re: 1 ms ping time on The Network Revolution Needed For Remote Surgery (thestack.com) · · Score: 1

    Researchers create fiber network that operates at 99.7% speed of light, smashes speed and latency records 2013 http://www.extremetech.com/com...

  24. Re:Good for them on Dutch City To Experiment With Paying Citizens a "Basic Income" (theguardian.com) · · Score: 1

    Economics is not a math but a social science. You can do all kinds of magic with money as long as people think it's valuable. The problem is a lot of people think that money reflect value. It does not. There are many cases were spending money on stuff that has no monetary ROI is still a great investment.

    They're not doing a math experiment, they're doing a social experiment. You won't know until you try. Money itself was an experiment, yet we consider it a staple of any modern society. Bartering used to be the only way to do anything and money was laughed at.

  25. Re:Well, maybe... on US Dept. of Ed: English, History, and Civics Teachers Good Enough For CS Class · · Score: 1

    CS has little to do with programming at a lot to do with theory and thought process. Who needs a programming language, just use pseudo-code and a whiteboard.