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. Re:To make hiding the malware easier. Slow no cach on EFF Applauds 'Massive Change' to HTTPS (eff.org) · · Score: 2

    Sure HTTPS prevents MITM attacks from compromising your browser, but for most sites it does nothing to hide what you are browsing. Crawl a site and fingerprint the packet size and timing of requests, and you can easily compare that a captured trace of your target.

  2. The two most difficult problems in Comp Sci on Ask Slashdot: What's The Worst IT-Related Joke You've Ever Heard? · · Score: 1

    The two most difficult problems in computer Science are cache coherency, naming things and off by one errors.

  3. Garbage In, Garbage Out; used to express the idea that in computing and other fields, incorrect or poor-quality input will produce faulty output.

  4. Re:Fuck off with this security bullshit. on Wondering Why Your Internal .dev Web App Has Stopped Working? (theregister.co.uk) · · Score: 1

    And what do you do when your engineers leave HQ and go to consult onsite?

  5. Re:Oh, come on!! on Bacteria Found On ISS May Be Alien In Origin, Says Cosmonaut (independent.co.uk) · · Score: 2

    Don't forget the space walks. How many times have astronauts put on a suit while inside the station, then touched the outside of the ISS.

  6. Re:Git-r-done on Ask Slashdot: How Are So Many Security Vulnerabilities Possible? · · Score: 3, Insightful

    Engineering software typically involves confirming that everything that is supposed to happen, happens. Making software secure involves testing that everything that shouldn't happen, doesn't.

    Testing for *every* possible failure case is hard.

  7. There's a hobby-ish project attempting to recreate one; Mega 65

  8. Intel's ME being based on MINIX is quite old news. Or at least, based on the summary. Is there anything new in the talk that should have been in the summary / writeup?

  9. Re:Obvious question on Google Working To Remove MINIX-Based ME From Intel Platforms (tomshardware.com) · · Score: 5, Interesting

    What about JTAG?

  10. Re:Seems like a good thing! on Linux Has a USB Driver Security Problem (bleepingcomputer.com) · · Score: 1

    And don't plugin that usb key you found in the parking lot... Though usually I would trust a linux machine for examining an unknown usb device. Certainly more than I would trust a Windows box. So this is a little troubling.

  11. Then there is the moving of those stones across land, up ramps and positioning them in place.

    Actually, there may be sufficient evidence to suggest that all of this was done via the power of water too. The pyramid's subterranean chamber may have functioned as a hydraulic ram pump, filling some form of temporary lock structure to lift each stone block up and into place.

  12. Re:fuzzing works. on Targeted Fuzzing Is Improving Linux Security, Linus Torvalds Says (iu.edu) · · Score: 1

    For C code, you can use clang's built in fuzzer. With clang's other sanitizers checking that you aren't triggering any other undesirable behaviour.

  13. TLDR; Replay packet 3 on WPA2 Security Flaw Puts Almost Every Wi-Fi Device at Risk of Hijack, Eavesdropping (zdnet.com) · · Score: 5, Informative

    Replay packet 3 in the 4 way handshake, and the client will encrypt two different payloads with the same key and nonce. A big mistake with most encryption methods.

    Worse, linux wpa_supplicant nulls out the key memory but still processes the replayed packet, causing the client to use a known (zero) key.

  14. Re:They actually *are* autonomous agents on When You Split the Brain, Do You Split the Person? (aeon.co) · · Score: 1

    "But it's not the thing that's speaking to the person next to you."

    Well, maybe.

    I read a small number of books to my kids, with funny voices and everything, so many times that I could stop thinking about the process at all. My eye's scanned the words on the page, my voice made the noises, but I was off thinking about something else. The rest of my brain had pretty much automated the process.

    Sometimes my internal thought process would direct my eyes across the room to look at something, and I'd wonder why my voice stopped.

  15. Just because it appeared on an image search.... on Saudi Arabian Textbook Shows Yoda Joining The UN (bbc.com) · · Score: 3, Funny

    ... doesn't mean it hasn't been altered. Like that time Bert appeared on an osama bin laden poster.

  16. Re:No mobile != resisting technology on Can An Individual Still Resist The Spread of Technology? (chicagotribune.com) · · Score: 1

    I don't have a phone or laptop that I carry with me everywhere, so that rules out *all* software solutions. I'm also unlikely to carry around a piece of paper, or buy a key fob. My gripe is that there's no permanent opt-out of the question. While I already know that there are other 2-factor options, the question is phrased primarily around adding a phone number. Which I don't have.

  17. Re:No mobile != resisting technology on Can An Individual Still Resist The Spread of Technology? (chicagotribune.com) · · Score: 2

    I don't have a phone either, and I have noticed a number of online services are starting to assume that you have one.

    I couldn't sign up for online access to my bank's services without a phone, because they want to send me an SMS verification code from time to time.

    Use popular services from google or facebook, and they will periodically nag you to enable what they call 2-factor, which again involves an SMS code. Both services fail to provide a "quit annoying me" button.

  18. Re:Still no mount events! on Linux Kernel 4.13 Officially Released (softpedia.com) · · Score: 2

    If something is broken, but nobody has complained, then obviously nobody is using it and the code can be deleted.

    Or at least this is a line of reasoning that is commonly used to remove features from open source software.

  19. A version of this patch has been merged into the master branch of me_cleaner. So I'd suggest following their guides to attempt disabling Intel ME. Of course there's a risk you'll brick your motherboard...

  20. Wait for this patch to me_cleaner to be better tested?

  21. Re:"a painful labour shortage"?! Bollocks! on Bricklaying Robots and Exoskeletons Are the Future of the Construction Industry (vice.com) · · Score: 1

    And the flow of credit to pay those workers is also drying up.

  22. Re:It's not 'a framework'. It's Chrome. on In Defense of the Popular Framework Electron (dev.to) · · Score: 1

    And lower memory utilisation. As the carefully designed memory model of chrome's multiple processes, share everything they can.

  23. Re:Look, women are fine at engineering on Google Cancels Town Hall To Discuss Diversity In Its Ranks (nbcnews.com) · · Score: 1

    Google are a bit of a special case here though. They *have* to filter applicants, they simply get too many good people applying. Perhaps another question worth asking;

    Are google's hiring practices making the diversity picture worse for other companies, by hiring such a large percentage of these under-represented groups?

  24. Re:56 Transactions/Sec? on Why the Bitcoin Network Just Split In Half and Why It Matters (arstechnica.com) · · Score: 1

    One of my options was that you can verify the entire blockchain, but you don't have to keep spent transactions. So long as you trust your own memory of that verification, you'll be fine.

  25. Re:56 Transactions/Sec? on Why the Bitcoin Network Just Split In Half and Why It Matters (arstechnica.com) · · Score: 4, Insightful

    To mine you only need to hash the latest block, so long as you can trust other people to verify the transactions you are hashing.

    To verify new transactions, you only need to keep the set of unspent transactions around, and you could partition that easily enough.

    And you could depend on other people to hold all that data for you. There's no real advantage to everyone storing the whole block chain forever, so long as enough people have a backup copy somewhere.