Live data from Hacker News

Viewing profile — wbadart

wbadart

HN member
Joined
Mon, Feb 01, 2021, 10:55 PM UTC
HN karma
80
Public activity
21 items

About wbadart

No profile information was provided.

Recent public activity

  1. 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…

  2. 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 …

  3. 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…

  4. 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…

  5. 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…

  6. 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…

  7. 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 …

  8. comment
    Comment #45883004

    I think that's what Silence was (for SMS): https://f-droid.org/packages/org.smssecure.smssecure/

  9. 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…

  10. story
  11. comment
    Comment #43081409

    Software bill of materials https://www.cisa.gov/sbom

  12. 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…

  13. comment
    Comment #42607677

    You might like ZeroTier[0]. Similar solution to Tailscale but supports email registration. [0]: https://www.zerotier.com/

  14. 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…

  15. 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…

  16. 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…

  17. 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 …

  18. 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…

  19. 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.

  20. 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…

  21. 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.