SeldomSoup | 6 years ago | on: Ask HN: How to be honest on a resume/job interview with a poor job history?
SeldomSoup's comments
SeldomSoup | 10 years ago | on: Tor hidden service operators: your default Apache install is probably vulnerable
SeldomSoup | 10 years ago | on: Mint 17.3 may be the best Linux desktop distro yet
SeldomSoup | 10 years ago | on: Mozilla to stop Sponsored Tiles in Firefox
SeldomSoup | 10 years ago | on: Lavoisier died at age 50, on the guillotine
SeldomSoup | 10 years ago | on: Introducing the IBM Swift Sandbox
SeldomSoup | 10 years ago | on: Signal Desktop
Remember, this a secret court, whose judges are likely highly biased in favor the government, with secret proceedings where only the NSA gets to make a case. Not exactly a legitimate safeguard.
I also have reservations about the grandparent comment, but PRISM is still pretty awful.
SeldomSoup | 10 years ago | on: dd – Destroyer of Disks (2008)
dd if=/dev/zero of=/dev/sdXXX bs=1048576
Question: is there a disadvantage to using a higher blocksize? Is the read/write speed of the device the only real limit?SeldomSoup | 10 years ago | on: FBI director's speech at U. Chicago Law School
SeldomSoup | 10 years ago | on: How is NSA breaking so much crypto?
The world where we all depend on secure communications for autonomy of our own lives?
SeldomSoup | 10 years ago | on: Show HN: CPU simulator in 60 lines of code
SeldomSoup | 10 years ago | on: Show HN: CPU simulator in 60 lines of code
SeldomSoup | 10 years ago | on: Windows 7 Update appears to be compromised?
(I am not experienced in cryptography. This explanation might be a little simplistic.)
SeldomSoup | 10 years ago | on: Show HN: Extract it – Because nobody can remember tar commands
SeldomSoup | 10 years ago | on: RAML – RESTful API modeling language
SeldomSoup | 10 years ago | on: RAML – RESTful API modeling language
SeldomSoup | 10 years ago | on: New human-like species discovered
SeldomSoup | 10 years ago | on: Start school day at 11am to let students sleep in, says expert
SeldomSoup | 10 years ago | on: The Debate Around “Do We Even Need CSS Anymore?”
Great. Now simply reading a page without JS will become impossible, let alone interacting with it.
SeldomSoup | 10 years ago | on: C Programming Guidelines
if(rc < 0) goto fail;
as a countermeasure for that breed of bug.