salted-fry | 5 months ago | on: Google Ends Support for Lynx Browser
salted-fry's comments
salted-fry | 6 months ago | on: We regret but have to temporary suspend the shipments to USA
I got bit by this one - ordered a few days ago, thinking there might not be much time left - guess I was more right than I realized. (they're offering refunds but I'll probably let them keep the money - not like it's their fault)
salted-fry | 2 years ago | on: Gron: Make JSON greppable
salted-fry | 2 years ago | on: Gron: Make JSON greppable
One warning to note is that gron burns RAM. I've killed 32GB servers working with 15MB JSON files. (I think gron -u is even worse, but my memory is a bit fuzzy here).
https://github.com/adamritter/fastgron as an alternative has been pretty good to me in terms of performance, I think both in speed and RAM usage.
salted-fry | 2 years ago | on: Show HN: I made an iOS HN app to navigate large threads without getting lost
Run mkdir -p /path/to/some/directory/{cur,new,tmp}, then ./hn2mdir.bash /path/to/some/directory/, and it'll crawl Algolia's HN API to dump a bunch of emails, one for each post/comment. You can read it with mutt -f /path/to/some/directory. Syncing with IMAP left as an exercise to the reader (I'm using mbsync).
Note that it gets large, fast, and may break your IMAP server; I periodically run find ~/Mail/HN -type f -mtime +30 -delete to clear it out.
Edit: should clarify, this is read-only, I've never bothered to set up any kind of response functionality
salted-fry | 3 years ago | on: Introducing ChatGPT and Whisper APIs
salted-fry | 3 years ago | on: Best command-line-only video games (2019)
salted-fry | 4 years ago | on: Fixing stutters in Papers Please on Linux
salted-fry | 4 years ago | on: When did Neil Armstrong set foot on Mars?
Google helpfully responds "16 bits", which is pulled from the History section of Wikipedia and hasn't been accurate in something like twenty-five years.
Edit: Should have listened to people saying to screenshot your queries. Google still quotes the paragraph in question, and bolds "16 bits", but no longer puts it in a big bold heading like it's the single answer to your question.
Double Edit: except in chrome, where I do still get the old page. Here's a screenshot for posterity, after Google somehow fixes this: https://i.imgur.com/7Ng6DyK.png
salted-fry | 5 years ago | on: Ask HN: What are some “10x” software product innovations you have experienced?
salted-fry | 5 years ago | on: Show HN: Split Keyboards Gallery
salted-fry | 5 years ago | on: Show HN: Split Keyboards Gallery
What I'd love to see is a "106% keyboard", where a couple columns are duplicated on both the left/right side. Does anybody make such a keyboard?
salted-fry | 5 years ago | on: On the bonkers color palette of Garfield comics
salted-fry | 5 years ago | on: On the bonkers color palette of Garfield comics
I happen to disagree, in that I think the law should say that derivative works are co-owned by the owners of the original work and the creator of the derivative; but that does not seem to be what the law currently says.
salted-fry | 5 years ago | on: Ask HN: What RSS Reader do you use?
Like some others have noted, using email as a storage mechanism reduces part of the problem (tracking which items are read/unread) to one that's already solved (by IMAP). Additionally, using isync lets me have local copies of everything; this used to be really important when I was a "poor" grad student, because I could do cool stuff like download a bunch of comics ahead of time on my laptop, then read webcomics/mailing-lists on the 2-hour bus ride. I still like having local copies of things on principle, although nowadays everybody is always-connected so it's not as useful.
salted-fry | 7 years ago | on: How SSH port became 22
$ telnet localhost ssh
Trying ::1...
Connected to localhost.
Escape character is '^]'.
SSH-2.0-OpenSSH_7.7
Obviously, it's just getting translated from ssh to 22 under-the-hood. I'm not sure who's doing the translation, though.salted-fry | 8 years ago | on: UK has best health system in developed world, US analysis concludes
http://www.commonwealthfund.org/~/media/files/publications/f...
http://www.commonwealthfund.org/publications/fund-reports/20...
salted-fry | 9 years ago | on: Violating Terms of Use Isn’t a Crime, EFF Tells Court
The theory here is that, after breaking the TOS, if you continue to use the service then that use is unauthorized and therefore felonious.
As the EFF notes, previous judges have refused to rule it this way, basically on the basis of "that's insane, even if it is what the law says".
Edit: for reference, the relevant legal bits are here, in section (a.2.C), with relevant definitions in (e.2.B): https://www.law.cornell.edu/uscode/text/18/1030
salted-fry | 9 years ago | on: TOX – A New Kind of Instant Messaging
Edit: Ah, I see; "including the majority of the entities" would exclude Namecoin from being a proper solution to Zooko's Triangle.
EDIT: Forging user agent in Links (with links -http.fake-user-agent) gets a usable homepage, but the results page just sends you to a turn-on-your-javascript page.