HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rsapkf

no profile record

comments

rsapkf
·3 anni fa·discuss
They're Made out of Meat: https://www.mit.edu/people/dpolicar/writing/prose/text/think...
rsapkf
·3 anni fa·discuss
Update: It's empty! https://www.youtube.com/watch?v=VNJRWKCtKqo&t=1540s
rsapkf
·3 anni fa·discuss
Opening livestream link: https://www.youtube.com/watch?v=VNJRWKCtKqo
rsapkf
·3 anni fa·discuss
How to study philosophy as an amateur[0] by Existential Comics is a good introductory guide.

[0]: https://existentialcomics.com/blog
rsapkf
·3 anni fa·discuss
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-Stories-Startups-Early/...
rsapkf
·3 anni fa·discuss
The latest Firefox mobile update added a dropdown to the address bar for switching search engines and searching through history/bookmarks/tabs easily.
rsapkf
·3 anni fa·discuss
Kibology?

https://en.wikipedia.org/wiki/James_Parry
rsapkf
·3 anni fa·discuss
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 bookmarklet will open that page directly with all the options pre-selected instead of having to open a new tab, copy and type in the id in the search box, etc.
rsapkf
·3 anni fa·discuss
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.com/?dateRange=all&page=0&prefix=false&query=story:${id}&sort=byDate&type=comment`)
  })();
rsapkf
·3 anni fa·discuss
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'. If I start the search with "/<Space>", it will show the full path to the bookmark folder too!
rsapkf
·3 anni fa·discuss
There are tons of these. I use this one: https://cheat.sh/
rsapkf
·4 anni fa·discuss
Lichess PWA works better than the official app on mobile: https://lichess.org
rsapkf
·4 anni fa·discuss
https://wttr.in

Works in the terminal as well:

  curl wttr.in
rsapkf
·4 anni fa·discuss
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://pwizard.netlify.app
rsapkf
·4 anni fa·discuss
Something similar (but simpler) I made for my personal use: https://rsapkf.org/tz
rsapkf
·4 anni fa·discuss
Relevant: https://github.com/duffn/dumb-password-rules
rsapkf
·4 anni fa·discuss
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/unix/tmux/
rsapkf
·4 anni fa·discuss
I think you are looking for Awfice: https://news.ycombinator.com/item?id=24752546
rsapkf
·7 anni fa·discuss
Came here to tell this. IIRC, a newer edition of the book by Martin Gardner was published in 1998 with some notable updates. I read the newer one when I was in high school and as with all other Martin Gardner books, this was an absolute gem to learn and understand calculus.