Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zhann_dc
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
zhann_dc
12d ago
Well, truth be told.. It _is_ nothing compared to Big Oil.
2.
▲
by
zhann_dc
6mo ago
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 adjust the agent so it would do these as you would.
3.
▲
Rewriting My Workflow: From AI Skeptic to Terminal Convert
(blog.stevendecoeyer.be)
1 points
by
zhann_dc
1y ago
|
0 comments
4.
▲
by
zhann_dc
2y ago
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!
5.
▲
by
zhann_dc
3y ago
Why?
6.
▲
by
zhann_dc
4y ago
We do. Though we make sure to stay on the previous major. So we’ll only upgrade to PostgreSQL 15 when 16 is released.
7.
▲
by
zhann_dc
6y ago
Ergo, is JavaScript deplorable?
8.
▲
by
zhann_dc
8y ago
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"; } uml
9.
▲
by
zhann_dc
9y ago
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 very handy to move to the beginning of a line. [1] http:/