Slashdot Mirror


User: complete+loony

complete+loony's activity in the archive.

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

Comments · 2,514

  1. I'd much rather something like Trevisor, where the key never leaves CPU registers.

  2. Re:What are the OpenMP/OpenCL improvement? on LLVM 8.0 Released With Cascade Lake Support, Better Diagnostics, More OpenMP/OpenCL (phoronix.com) · · Score: 1

    LLVM is a big project, and not all developers with commit access contribute text to the release notes.

    If you need to know exactly what changed you could search the raw history, or diff the release tags from the github mirror.

  3. Re:No manual review? on Thousands in London Face Incorrect Benefit Cuts From Automated Fraud Detector (sky.com) · · Score: 1

    Australia's welfare system sent automated letters to everyone they detected as being over paid. Cutting them off, or at least setting up a way to claw back the overpayment.

    Problem was of course that the data wasn't perfect, and the system double counted some people's salary information going back 5 years.

  4. That was a freak event though. Strong winds push over a long power line, the other one had trouble coping, then power generators started tripping off.

    And now have a grid connected battery that can react faster than we can measure. So if something similar happened again, the generators might be able to stay on.

  5. Re:if i could all my games to work on non-windows on Anti-Cheat Software Causing Big Problems For Windows 10 Previews (arstechnica.com) · · Score: 1

    As already mentioned somewhere else, steam on linux now ships with wine for playing windows games. Plus if you have the skills to hack on wine, steam makes it easy to use your own version so you can submit patches upstream to help everyone else move to linux.

  6. Re:Would you pay for this feature? Me neither. on Chrome Should Get 'Extremely Fast' at Loading a Whole Lot of Web Pages (cnet.com) · · Score: 1

    Reusing data you already have can be much quicker than waiting for the speed of light (or at least the speed of internet) to reload content from remote servers.

  7. Re:Use The Best Password on Severe Vulnerabilities Uncovered In Popular Password Managers (zdnet.com) · · Score: 1

    Summer2017 was a good time for password cracking.

  8. Pffft Only one country? on Researcher Scans All IP Addresses of Austria, Finds a Ton of Things That Shouldn't Be Online (haschek.at) · · Score: 4, Interesting

    At a defcon talk in 2014 (talk slides) they scanned the whole IPv4 space live, looking for VNC instances. At least, anything that responded to a SYN packet.

    Then they took a couple months to connect to each VNC instance, if no password was required, grab a screen shot.

    Leading to a series of talks of things that shouldn't be on the internet.

  9. Re:Good - Forget Mars on Mars One is Dead (engadget.com) · · Score: 1

    I thought freaks were people who marked you as a foe.

  10. Re:Good - Forget Mars on Mars One is Dead (engadget.com) · · Score: 1

    Can we make a craft that can keep us safe in Venus' atmosphere indefinitely, no matter which parts fail? No.

  11. Re:Good - Forget Mars on Mars One is Dead (engadget.com) · · Score: 1

    Because some people could live in bunkers on earth, with fairly easy access to water, air & food. No matter how much we screw up in the near future, short of all out nuclear war. Compared to living in bunkers on Mars where lots of water, air & food supplies would need to be shipped in from earth.

    The problems we are currently facing here are *much* simpler to deal with than what we would face on any other planet.

  12. Re:Yes, it misses the point of Firefox. on Firefox 65 Arrives With Content Blocking Controls, and Support for WebP and AV1 (venturebeat.com) · · Score: 1

    The push to split firefox into multiple processes forced a redesign of extension interfaces. If you are going to break it once anyway, trying to build or adopt a cross browser standard isn't a terrible idea.

  13. I made a mistake a bit like this once. So to reduce latency I started recording audio before answering, and only start sending data when the user answers. I figured the best way to make sure all the code you need is loaded into ram, is to try and use it. But of course on this cheap device there's a 2KB hardware buffer you can't seem to avoid. So the person on the other end hears about 120ms of audio from before you hit the button.

  14. Re:What if the same person submitted DNA twice on Identical Twins Test 5 DNA Ancestry Kits, Get Different Results On Each (www.cbc.ca) · · Score: 2

    The people of reddit have been posting all kinds of 23&me related stories from doing tests over Christmas. While some stories were from parents coming clean about the skeletons in their closets, others may have been spurious results like this. I've always been skeptical of their methods and the validity of the results they have obtained.

  15. Re:Helium is missing = not that exact dating on World's Oldest Periodic Table Chart Found At University of St Andrews In Scotland (phys.org) · · Score: 1

    The inert gasses were chalked in later (see objectivity video I posted above for some close ups).

  16. Re:A couple videos of this periodic table on World's Oldest Periodic Table Chart Found At University of St Andrews In Scotland (phys.org) · · Score: 1

    Minor note, he tore the canvas backing that will probably be discarded, not the printed paper itself.

  17. A couple videos of this periodic table on World's Oldest Periodic Table Chart Found At University of St Andrews In Scotland (phys.org) · · Score: 5, Informative

    This periodic table appeared on Objectivity, while it was being restored by paper conservator Richard Hawkes. Also discussed by Professor Sir Martyn Poliakoff on Periodic Video's.

  18. Re:Story doesn't seem up to date on Google Maps Deterring Outback Tourists, Say Small Firms (bbc.com) · · Score: 1

    The only traffic jams we get are city drivers commuting or going camping on long weekends. On most roads, you'd measure the minutes or perhaps hours between cars, rather than the number of cars per minute.

  19. Re:Apparently over a markerboard gag on DerbyCon Will Hold Its Last InfoSec Conference in September This Year (derbycon.com) · · Score: 1

    What helps you deal with stress? Boobies

    #MeToo, my wife's boobs are great stress relief. And she'd never call my attention sexual assault, even if she is annoyed sometimes.

    What, I'm not allowed to use that hashtag, because you made it a popular reference to sexual assault? Is that what this escalation is ultimately about? Sheesh, they're just words, quit grandstanding and get over it.

  20. Their rage isn't directed at the guy who wrote it, but the people who get "social media" offended about it.

  21. Re:This might call for some Fox News counterhackin on Government Shutdown: TLS Certificates Not Renewed, Many Websites Are Down (zdnet.com) · · Score: 1

    If governments spend less than they receive, the "real" economy is reduced as money is taken out of circulation. But a government can run a stable deficit, so long as their total debt only grows at the same rate as the real economy.

  22. In this case they have obviously decided that it's worth going public with what they know, even though they risk alerting the suspect.

  23. Re:"Alexa, start Apache". Smple input to complex c on Linux systemd Affected by Memory Corruption Vulnerabilities, No Patches Yet (bleepingcomputer.com) · · Score: 2

    I don't mind that services have a simple config declaration, with mostly standard start / stop handling. But it would be better to start with some form of "#!/..." so the config file can be used as a script that launches a generic service handler from a traditional init system.

    But that's not the only part of the OS that systemd is trying to replace...

  24. Re:Need security? Don't use JIT! on The Elite Intel Team Still Fighting Meltdown and Spectre (wired.com) · · Score: 1

    Mixing security domains in a single process, like a JIT in the kernel or browser, is a big problem with most spectre variants. Program wide CPU and compiler mitigations for these problems suck.

    But there are other spectre variants that can be triggered between processes on the same core.

    Heck there are variants that can be triggered remotely, just by sending well crafted data to some vulnerable parsing routine.

    In response to spectre, the truly paranoid would be well served by keeping their secrets as far away from other programs and users as possible.

  25. Re:No use for for cryptography but still interesti on 51st Known Mersenne Prime Number Found (mersenne.org) · · Score: 0

    Print it out and you could use it as a paper weight. Or just talk about it for a while I guess.