Viewing profile — zhann_dc
zhann_dc
HN member- Joined
- Tue, Nov 25, 2014, 3:12 PM UTC
- HN karma
- 27
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About zhann_dc
Recent public activity
-
comment
Comment #47374732
I'd argue you should be working towards no longer having to do these because agentic systems in place will do it in your stead. All you need to do now, is sign off the code and adj…
- story
-
comment
Comment #42754331
Hey, in the EU we don't have that crappy Apple Intelligence, but at least we have alternative App Stores. :o) Governments can go both ways!
-
comment
Comment #35887895
Why?
-
comment
Comment #33192533
We do. Though we make sure to stay on the previous major. So we’ll only upgrade to PostgreSQL 15 when 16 is released.
-
comment
Comment #24992327
Ergo, is JavaScript deplorable?
-
comment
Comment #17798373
I went for: function mdless() { pandoc -s -f markdown -t man $1 | groff -T utf8 -man | less } umedit() { mkdir -p ~/.notes; vim ~/.notes/$1; } um() { mdless ~/.notes/"$1"; } umls()…
-
comment
Comment #15779966
If you use your terminal all day, do yourself a favor and learn readline shortcuts [1]. Once you have you might stop overwriting these, because imho C-a is a terrible prefix and ve…