HN user

zoidb

1,370 karma
Posts79
Comments194
View on HN
nedbatchelder.com 6d ago

A Place of Certainty

zoidb
2pts0
raphting.dev 2mo ago

German Email Sovereignty

zoidb
1pts0
dfarq.homeip.net 3mo ago

What Happened to Procomm Plus

zoidb
2pts0
github.com 5mo ago

NewsGoat – A terminal-based RSS reader written in Go

zoidb
2pts0
12days.cmdchallenge.com 7mo ago

Twelve Days of Shell

zoidb
258pts86
www.brendangregg.com 7mo ago

Virtual Brendans

zoidb
2pts0
sef.kloninger.com 8mo ago

Three Months

zoidb
1pts0
jarv.org 9mo ago

The Wild Vibe

zoidb
2pts0
github.com 9mo ago

Show HN: NewsGoat – A terminal-based RSS reader written in Go

zoidb
9pts1
eli.thegreenplace.net 9mo ago

Consistent hashing

zoidb
98pts25
rachelbythebay.com 11mo ago

Squashing my dumb bugs and why I log build IDs

zoidb
14pts6
everythingsysadmin.com 12mo ago

Everything Sysadmin's Last Post

zoidb
3pts0
lcamtuf.substack.com 1y ago

Π = 4

zoidb
1pts0
lcamtuf.substack.com 1y ago

0.9999 ≊ 1

zoidb
36pts110
github.blog 1y ago

GitHub Introduces Sub-Issues

zoidb
3pts0
ido50.net 1y ago

Growing My Own Coffee

zoidb
2pts0
www.karl.berlin 1y ago

Stack Traces Are Underrated

zoidb
96pts56
blog.plover.com 1y ago

Reflector Grids

zoidb
2pts0
rednafi.com 1y ago

Hierarchical rate limiting with Redis sorted sets

zoidb
2pts0
surveymoji.com 1y ago

Show HN: SurveyMoji – An easy way to get realtime feedback with a link/QR code

zoidb
16pts6
www.arp242.net 1y ago

Jia Tanning Go Code

zoidb
33pts5
jarv.org 1y ago

Cat without cat on the commandline (2020)

zoidb
25pts20
nedbatchelder.com 1y ago

Cleaning Up a Messy Branch

zoidb
1pts0
phdn.org 1y ago

The Moon: A Propaganda Hoax

zoidb
1pts0
wttr.in 1y ago

Weather from the Command Line

zoidb
7pts1
horovits.medium.com 1y ago

AWS Quietly Axing Services

zoidb
2pts0
oops.cmdchallenge.com 1y ago

When everything has been deleted and only have bash

zoidb
1pts0
rachelbythebay.com 2y ago

How to waste bandwidth, battery power, and annoy sysadmins

zoidb
295pts147
jarv.org 2y ago

Using the value strict for the samesite cookie attribute

zoidb
1pts0
samesite.diduthink.com 2y ago

Show HN: I built an interactive site to explore the SameSite attr on cookies

zoidb
1pts0

For those here that are old enough to remember Knoppix I think there are some similar things happening here. There were similar theads about Knoppix not being a distro for those who installed to their hdd using the live cd. But there was also clear demand for what it offered.

I for one really liked the out-of-box Omarchy experience and wouldn't know the first thing right now about how to customize arch so that it feels the same as Omarchy. Maybe it's trivial? But honestly I don't care I just like Omarchy's default opinion design way better than any other distro I've tried so far.

There were a lot of excellent comments, but one thing kept coming up: what's the point in blogging if people are using ChatGPT, Claude and DeepSeek to spoon-feed them answers? Who, apart from the AIs, will read what you write?

It's undeniable that AI has changed the utility of blogging as a means to spread knowledge to others. I agree 100% with the author and most of the comments below that blogging for yourself is great, and that showcasing what you are passionate about is also great. I don't think the position people are taking is that blogging isn't worth it because that is no longer important.

The point I gather, is that it used to be you could find a small nugget of something technical (for example, on stack-overflow, in a manual, etc) and explain it in a way that is approachable to a select audience. Then, over time that audience comes to appreciate learning new and interesting things. Take for example https://kyrylo.org/html/2024/10/25/why-does-target-blank-hav... . ChatGPT can practically write this same post by asking the question, and tailor the explanation to any level of expertise, and can break individual concepts down that is 100% tailored to the person asking the question. That is where I think blogging has been turned on its head.

For the USA

Level 0: Blood relatives only. “Uncle”/”Auntie” is strictly for real uncles/aunts (by blood or marriage). No fictive use.

This is definitely not true for children in the USA. I believe it is common (or for sure it was common) that children use Aunt/Uncle for close friends of the family.

It doesn't help to share state between the front and the backend. What apline.js really excels at is managing state on the frontend itself, especially for UI. For example, if you need to click on one thing that shows another thing, or you need to swap out ui elements it helps to make that easier.

For communicating the backend through using an api, or issuing async get/post or form submissions that is done pretty much the same as you would do it using html or javascript.

As an application developer, you should set all cookies with SameSite=Lax

This is really good advice and has bitten me in the past, I think as someone who is new to this it is tempting to avoid the term "Lax" but you might end up with some surprising behavior if you go with "Strict" as your default.

I also attempted to make sense of it all and created https://samesite.diduthink.com