Viewing profile — snorremd
snorremd
HN member- Joined
- Thu, Apr 21, 2016, 7:07 AM UTC
- HN karma
- 615
- Public activity
- 179 items
- HN profile
- View on Hacker News ↗
About snorremd
Recent public activity
-
comment
Comment #49081551
Indeed. In a publishing (Wordpress) like solution maybe you would use HTMX for the user facing parts and React or something similar for the more interactive admin parts. Then you d…
-
comment
Comment #49072132
I don't necessarily disagree that there comes a point at which you are working more against HTMX than with it. I think rather than measuring that contention point between HTMX and …
-
comment
Comment #49069320
I think HTMX is a great fit for forum software. Forum websites mostly deliver non-interactive content in the form of text and maybe some audio, video, or image content. All of this…
-
comment
Comment #49021738
I'm still considering whether to cancel or simply make do with 32GB memory. I initially ordered 64GB as I'd like to not worry about memory usage all that much. But getting the 32GB…
-
comment
Comment #48950019
As a former Clojure dev (now just using Clojure in my spare time) I love Babashka. Michiel Borkent really nailed it with sci (Small Clojure Interpreter) and Babashka. Running a cus…
-
comment
Comment #48944928
Did they actually create the org yet? I saw the news you are linking that they were going to start the process. But I've seen no follow up news about the organization actually bein…
-
comment
Comment #48932435
The PLC governance not having been moved yet is my one main gripe against ATProto/Atmosphere now. There is so much being built on top of this protocol, and I truly believe it has t…
-
comment
Comment #48904861
Indeed. Don't be dissuaded by Hacker News commenters. All the naysayers here doesn't seem to have published their own blog posts about how they built circular LCD clocks with Ardui…
-
comment
Comment #48761037
> I hope these folks manage to get a bunch of money and can fund the continued development for at least the next decade. I believe VoidZero has been acquired by Cloudflare [1], so …
-
comment
Comment #48672513
WebFinger + self-hosted Oauth provider is indeed nice. Unfortunately not widely available.
-
comment
Comment #48568499
The three volume hard-book bound set is one of my favorite possessions. It has been a little while since I read them, but I must have read them cover to cover twice. The print qual…
-
comment
Comment #48340477
This. I'm presently running serverless containers, serverless jobs, managed container registry, managed database, virtual private network, IAM policies, DNS, managed Grafana and ob…
-
comment
Comment #48278468
Exactly. Nasjonalbiblioteket (National Library of Norway) has centuries of written material (Bokmål, Nynorsk and some Sami) and decades of audio and video material featuring varied…
-
comment
Comment #48066854
The sad thing is Attenborough has lived to see the destruction of nature he loved so much. His constant warnings have gone mostly unheard. In some ways I think excellent nature pro…
-
comment
Comment #47995750
Regularly being presented with a "Set up Windows" after boot forcing you to click "no thanks" on a bunch of Microsoft services is exactly the kind of thing that irritates me. I've …
-
comment
Comment #47947434
Interestingly ATProto uses Merkle Search Trees to store data as commits, so in some respects it is similar to git. It even signs each commit (say you post an issue record to your A…
-
comment
Comment #47947377
I kept a Docker install of GitLab running for many years at my first full time employer out of university back in 2014 to 2020. It was really not too difficult. Every once a while …
-
comment
Comment #46975860
I've recently been setting up web servers like Forgejo and Mattermost to service my own and friends' needs. I ended up setting up Crowdsec to parse and analyse access logs from Tra…
-
comment
Comment #46944937
When me and a bunch of friends and acquaintances switched away from Slack a little under a year ago (I think) we looked into Matrix. One of the primary requirements was that even o…
-
comment
Comment #46657400
I'm in the same boat as you. I've built a personal home page with Astro and hosted it on Cloudflare. It has been really cheap, only paying for worker subscription at 5 dollars per …
-
comment
Comment #46407164
I’ve ended up the same place as you. I had previously set up my gpg key on a Yubikey and even used that gpg key to handle ssh authentication. Then at some point it just stopped wor…
-
comment
Comment #43829767
I love that Kagi puts the "monetization" icon right next to results so I can avoid navigating to them. This means I'm much less likely to click on Medium.com links and other moneti…
-
comment
Comment #43459311
Scaleway is indeed the closest thing we have to AWS, Google Cloud and Azure by a European company. They are fast building out a comprehensive managed cloud with IAM, managed databa…
-
comment
Comment #42144562
This. Relying on developers manually trying to follow a style guide is a recipe for not having a consistent style. Instead something like pgFormatter should be used. I'm not sure w…
-
comment
Comment #41830896
A killer feature rustic has over restic is built-in support for .gitignore files. So all your dependencies and build output is automatically ignored in your backups.