HackerTrans
TopNewTrendsCommentsPastAskShowJobs

wbadart

no profile record

Submissions

We rewrote OpenFGA in pure Postgres

getrover.substack.com
52 points·by wbadart·9 เดือนที่ผ่านมา·13 comments

comments

wbadart
·18 วันที่ผ่านมา·discuss
I never pass up an opportunity to recommend the Cyber Plumber's Handbook: https://github.com/opsdisk/the_cyber_plumbers_handbook

Goes over similar content as TFA, in perhaps a little more depth. Indispensable sysadmin knowledge.
wbadart
·เดือนที่แล้ว·discuss
I'm stuck with macOS at work and these have also been the most painful parts of the experience for me. Luckily, I recently found Rectangle[0] and InstantSpaceSwitcher[1]. The former gives keyboard based arranging (though not focus; still just use cmd+tab for that) while the latter gives instant transitions between virtual desktops (including shortcuts for navigating directly to a target, rather than sliding over sequentially).

[0]: https://github.com/rxhanson/Rectangle

[1]: https://github.com/jurplel/InstantSpaceSwitcher

Recent discussion on the latter: https://news.ycombinator.com/item?id=47708818
wbadart
·2 เดือนที่ผ่านมา·discuss
Great writeup!

Lately I've been enjoying Open Props[0]. It's a library of CSS props/ variables that helps structure a design system. I like it because it's CSS-first, so like OP experienced moving off TW, I've learned more CSS, and it works with the browser not against it. It also provides some sane defaults for anyone less interested in fiddling with precise cosmetics.

[0]: https://open-props.style/
wbadart
·7 เดือนที่ผ่านมา·discuss
https://www.goatcounter.com/help/logfile

> - There will be more bot requests.

> - Some data won’t be available: screen sizes, page titles.

> - It won’t disambiguate to canonical paths from <link rel="canonical">; i.e. /page and /page?x=y will show up as two different paths.
wbadart
·7 เดือนที่ผ่านมา·discuss
Great write up!

Wanted to highlight MDN's HTTP caching guide[0] that OP links in the conclusion. It's written at a higher level than the underlying reference material and has been a great resource I've turned to several times in the last few years.

[0]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Cac...
wbadart
·8 เดือนที่ผ่านมา·discuss
I think that's what Silence was (for SMS): https://f-droid.org/packages/org.smssecure.smssecure/
wbadart
·8 เดือนที่ผ่านมา·discuss
OP, love the idea, and cool to see a useful PWA!

One note: I noticed when opening the installed PWA in airplane mode, styles didn't load. You might be interested in this article on PWA caching from MDN:

https://developer.mozilla.org/en-US/docs/Web/Progressive_web...