Viewing profile — wbadart
wbadart
HN member- Joined
- Mon, Feb 01, 2021, 10:55 PM UTC
- HN karma
- 80
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About wbadart
No profile information was provided.
Recent public activity
-
comment
Comment #49134590
My favorite recent read on the topic was from Brett Devereaux: https://acoup.blog/2025/08/22/collections-life-work-death-an... TL;DR: whether farming takes all your waking hours de…
-
comment
Comment #48988435
Seems like most popular harnesses, including codex and Claude code, support Agent Skills (an open spec for skill formatting/ organization): https://agentskills.io/clients Which is …
-
comment
Comment #48661164
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 litt…
-
comment
Comment #48337867
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 forme…
-
comment
Comment #48162681
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 ex…
-
comment
Comment #46399352
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 pa…
-
comment
Comment #46376787
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 …
-
comment
Comment #45883004
I think that's what Silence was (for SMS): https://f-droid.org/packages/org.smssecure.smssecure/
-
comment
Comment #45773454
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…
- story
-
comment
Comment #43081409
Software bill of materials https://www.cisa.gov/sbom
-
comment
Comment #42612428
I've faced this as well. One of the big sources of "mess" for me in a years-long ledger is inconsistencies in account naming. I get around this with a big block of alias that renam…
-
comment
Comment #42607677
You might like ZeroTier[0]. Similar solution to Tailscale but supports email registration. [0]: https://www.zerotier.com/
-
comment
Comment #42604145
+1 While I don't think this approach meets OP's requirements (they seem to be looking for something a little more turn-key), I hope other readers of this thread will fall down this…
-
comment
Comment #42308103
As I understand it, Erlang inherited its arity notation from Prolog (which early versions of Erlang were implemented in). https://en.m.wikipedia.org/wiki/Erlang_(programming_langua…
-
comment
Comment #41823479
I thought this was a cool idea, so I looked around for existing implementations and found https://github.com/barre/privaxy Been a while since the last commit, so I'm not sure if it…
-
comment
Comment #39496457
My favorite part of the (extensive) Haskell API is `Hledger.Cli.Script` [0]. It re-exports all the most commonly used functions and data types, meaning you're just one import away …
-
comment
Comment #38465995
I knew of Don Norman from reading The Design of Everyday Things a few years ago; funny to see his name pop up here! Searching around to make sure it's the same Norman, I came to fi…
-
comment
Comment #34888829
I think that 500 figure isn't the total number of submissions, but rather the number of _people_ who Clarkesworld banned for plagiarism/ submitting AI-generated content.
-
comment
Comment #34270803
In Haskell, if all the functions in the pipeline are pure, I'd probably write that as wood & measure 12 & cut 40 WZ & sand 220 & paint Red See https://hackage.haskell.org/package/b…
-
comment
Comment #25995290
Re #1, I haven't used it before but there is https://github.com/tiangolo/full-stack-fastapi-postgresql Looks like it includes the kind of admin dashboard you'd get with Django.