Viewing profile — rsapkf
rsapkf
HN member- Joined
- Mon, Oct 14, 2019, 8:36 AM UTC
- HN karma
- 383
- Public activity
- 37 items
- HN profile
- View on Hacker News ↗
About rsapkf
Homepage: https://rsapkf.org
Recent public activity
- story
-
comment
Comment #37297901
They're Made out of Meat: https://www.mit.edu/people/dpolicar/writing/prose/text/think...
-
comment
Comment #37295203
Update: It's empty! https://www.youtube.com/watch?v=VNJRWKCtKqo&t=1540s
-
comment
Comment #37290173
Opening livestream link: https://www.youtube.com/watch?v=VNJRWKCtKqo
-
comment
Comment #36939346
How to study philosophy as an amateur[0] by Existential Comics is a good introductory guide. [0]: https://existentialcomics.com/blog
-
comment
Comment #36746919
Some recommendations: - Weaving the Web by Tim Berners-Lee: https://www.amazon.com/Weaving-Web-Original-Ultimate-Destiny... - Founders at Work: https://www.amazon.com/Founders-Work…
-
comment
Comment #36667515
The latest Firefox mobile update added a dropdown to the address bar for switching search engines and searching through history/bookmarks/tabs easily.
-
comment
Comment #35291368
Kibology? https://en.wikipedia.org/wiki/James_Parry
-
comment
Comment #35285579
The article explains three ways to get new comments in a thread. One way is to go to Algolia (Search provider for HN) and type in the thread id in a specific format. This bookmarkl…
-
comment
Comment #35284453
Here's a bookmarklet to take you directly to the algolia page from a thread: javascript: (() => { const id = window.location.href.match(/\d+$/g)[0]; window.open(`https://hn.algolia…
-
comment
Comment #34966443
One Vimium feature that I use a lot is the "Vomnibar". As a heavy bookmarks user, it lets me easily search for any existing duplicates before bookmarking a page by just pressing 'b…
-
comment
Comment #34548411
There are tons of these. I use this one: https://cheat.sh/
-
comment
Comment #34271309
Lichess PWA works better than the official app on mobile: https://lichess.org
-
comment
Comment #34271263
https://wttr.in Works in the terminal as well: curl wttr.in
-
comment
Comment #34246610
Yes, they should be fine as long as you are not reusing them. If you want more customization, I wrote a generator with more options like a custom separator and leetspeak: https://p…
- comment
-
comment
Comment #34197158
Something similar (but simpler) I made for my personal use: https://rsapkf.org/tz
- comment
-
comment
Comment #34102498
Relevant: https://github.com/duffn/dumb-password-rules
-
comment
Comment #33944164
Among many tricks and tips, I recommend mapping `|` and `-` to split panes: bind-key | split-window -h bind-key - split-window -v More on my wiki: https://wiki.rsapkf.org/notes/uni…
-
comment
Comment #33752197
I think you are looking for Awfice: https://news.ycombinator.com/item?id=24752546
-
comment
Comment #32937718
A while back, I made live versions of all the fictional sites mentioned on the show for fun: https://moss-archives.netlify.app . Feel free to send pull requests here: https://githu…
-
comment
Comment #29206704
There is also a great playlist by Welch Labs called "Imaginary Number are Real" that I really like: https://youtube.com/playlist?list=PLiaHhY2iBX9g6KIvZ_703G3KJ...
-
comment
Comment #29174037
It's called Baader-Meinhof phenomenon: https://www.healthline.com/health/baader-meinhof-phenomenon
-
comment
Comment #29159431
This is from Rootless Root: The Unix Koans of Master Foo - http://www.catb.org/esr/writings/unix-koans/shell-tools.html