Live data from Hacker News

Viewing profile — de46le

de46le

HN member
Joined
Sat, Aug 10, 2024, 2:45 PM UTC
HN karma
8
Public activity
5 items

About de46le

No profile information was provided.

Recent public activity

  1. comment
    Comment #47091020

    Mine's this-ish (nushell, but easily bashified or pwshd) for finding all merged, including squashed: let t = "origin/dev"; git for-each-ref refs/heads/ --format="%(refname:short)" …

  2. comment
    Comment #45937664

    More likely the town of Os in Innlandet, Norway, which was around that population a year or two ago.

  3. comment
    Comment #41963695

    https://datatracker.ietf.org/doc/html/rfc6996#section-5 - it's in the range reserved for private use, so it's probably network internal to wherever the list is originally from?

  4. comment
    Comment #41211548

    Oh for sure, standalone elements would definitely be better, I just wanted to point out that there's a way around needing to do silly stuff like Though in my experience, it's great…

  5. comment
    Comment #41209956

    A button doesn't have to be inside a form, though. You could have an empty form as a neighbour to the button (or anywhere else inside the page body), and associate the button with …