frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Show HN: A scriptable text editor for LLMs

https://github.com/dhamidi/texted
1•dhamidi•1m ago•0 comments

How Anthropic Uses Claude Code

https://twitter.com/_catwu/status/1930703532715626587
1•tosh•7m ago•0 comments

George Legrady – Artist Exploring AI Aesthetics (2025) [video]

https://vimeo.com/1086177502
1•wasteofelectron•10m ago•1 comments

Captured a Summer Vacation on a PowerBook

https://jasoneckert.github.io/myblog/powerbook-summer-vacation/
2•fside•11m ago•0 comments

Global Building Atlas

https://github.com/zhu-xlab/GlobalBuildingAtlas
1•marklit•12m ago•0 comments

Show HN: Find your next cybersecurity job

https://www.cyber-security.careers
1•delta234•13m ago•0 comments

The golden era of flying is now

https://www.theupwing.com/thegoldeneraofflyingisnow/
1•dionysou•15m ago•1 comments

Ask HN: What are your fav/goto decision making hacks/heuristics?

1•ottaborra•16m ago•0 comments

Crayfish Plague

https://en.wikipedia.org/wiki/Crayfish_plague
1•tarcar•17m ago•0 comments

Silicon Valley wants to help me make a superbaby. Should I let it?

https://sfstandard.com/2025/06/01/silicon-valley-wants-to-help-me-make-a-superbaby-should-i-let-it/
1•MukundMohanK•19m ago•0 comments

Freedesktop team member closes all open xserver merge requests

https://gitlab.freedesktop.org/xorg/xserver/activity
1•theshrike79•22m ago•2 comments

I accidentally hacked a hotel switchboard

https://myit.substack.com/p/accidentally-hacked-a-hotel-switchboard
1•TowerTall•25m ago•0 comments

How to get smart again: the anti brain rot formula

https://postcardsbyelle.substack.com/p/how-to-get-smart-again
2•babushkaboi•28m ago•1 comments

Show HN: Is Your Company's AI Just Indians?

https://indian-company-checker.vercel.app/
1•thedeep_mind•33m ago•1 comments

Show HN: A React layout component for proper staggered grid/Masonry layout

https://github.com/biniamkiros/sentereige
1•biniamkiros•33m ago•0 comments

The Human and Ecological Costs of Perfume

https://worldsensorium.com/the-human-and-ecological-costs-of-perfume/
1•dnetesn•34m ago•0 comments

The Ocean Odyssey of Wilson

https://nautil.us/the-ocean-odyssey-of-wilson-1215754/
1•dnetesn•34m ago•0 comments

The bizarre story of a maths proof that is only true in Japan

https://www.newscientist.com/article/2482461-the-bizarre-story-of-a-maths-proof-that-is-only-true-in-japan/
13•monksdream•39m ago•2 comments

The Global Rise of AI Tools: What It Means for Work and Creativity in 2025

1•deepmistry•51m ago•0 comments

Aether: A CMS That Gets Out of Your Way

https://lebcit.github.io/post/meet-aether-a-cms-that-actually-gets-out-of-your-way/
3•LebCit•52m ago•0 comments

Proxy Services Feast on Ukraine's IP Address Exodus

https://krebsonsecurity.com/2025/06/proxy-services-feast-on-ukraines-ip-address-exodus/
3•Daviey•1h ago•0 comments

Benchmarking Is Hard Sometimes (postgresql)

https://vondra.me/posts/benchmarking-is-hard-sometimes/
2•biehl•1h ago•0 comments

Passkey Deployment Checklist

https://web.dev/articles/passkey-checklist
1•vdelitz•1h ago•0 comments

Save Millions on Your Cloud Bill: 11 Strategies for Kubernetes Cost Optimization

https://blog.cleancompute.net/p/kubernetes-cost-optimization
3•nibir•1h ago•0 comments

Show HN: TypeBridge – Zero Ceremony Compile-time RPC for client/server

https://github.com/uptownhr/TypeBridge
2•uptownhr•1h ago•1 comments

Tackling performance issues caused by load from bots

https://progress.opensuse.org/news/125
3•fionera•1h ago•0 comments

Show HN: Bulktopus – Generate All Your Ad and Social Media Images 10x Faster

https://www.bulktopus.com/
1•fer_momento•1h ago•0 comments

Contrastive Flow Matching

https://arxiv.org/abs/2506.05350
1•badmonster•1h ago•2 comments

Show HN: Posture Correction Using AirPods Motion Sensors

https://github.com/wizenheimer/workwell
4•tinylm•1h ago•0 comments

Show HN: Restore Per-App Keyboard Input Language on macOS

https://gitlab.com/spacest/InputLanguageKeeper
2•rado•1h ago•0 comments
Open in hackernews

AI Devs are the new "Campfire Guitarist"

https://www.funkaey.com/blog/AI-Devs-are-the-new-campfire-guitarists
6•rage4774•1d ago

Comments

bitmasher9•1d ago
I wonder if the author specifically writes in a difficult to comprehend style to demonstrate their humanity. They specifically relay heavily on sharing niche cultural context, to the point where I’m sure most people will not extract all of the meaning.

Reading this feels like only getting half of the inside jokes of a friend group.

rage4774•1d ago
I appreciate the feedback. I was not trying to prove I’m human. It was rather the case of trying to get the idea out as long as it’s fresh. Being a non-native English speaker didn’t help I presume.
garbagecoder•1d ago
I had a similar take after my first experience using AI to help me code. I put it aside as a curiosity. But when I went back recently, it's not that it's perfect, but the improvement in that time was massive. Does that mean it will continue to improve at that pace? Not necessarily, but we haven't seen the end state yet, so anything we say is just a judgment on what we have at the moment.
rage4774•1d ago
But do you use it now to help you code and if yes, how? The negative effects of relying to heavily on AI while coding are greatly discussed, hence I am wondering what a „good“ use case would be.
bitmasher9•1d ago
Not OP, but I specifically like to use AI to explain obtuse sections of code that would take me longer periods of time to understand by reading.

If I have a bug reported and I’m not sure where it is, pasting the bug report into an LLM and asking it to find the bug has yielded some mixed results but ultimately saved me time.

I use AI more for reading than writing code.

rage4774•1d ago
Interestingly enough, I also was wondering if I could improve my efficiency by condensing written text. The idea would be to remove the usual padding or „slop“ you have within most of the modern web environment.

Wouldn’t you loose a bit of that brain power if you stop to make those connections yourself while trying to understand those code sections?

bitmasher9•1d ago
I don’t think so for two reasons.

I still have to relay on my own wits to read the most complicated code.

I don’t spend less time reading code. I just read more code.

garbagecoder•1d ago
I haven't used it directly on anything except little test projects. But my general view is that it's like being an editor as opposed to a writer. I have to have mastered the craft of writing to edit someone else's copy.
rage4774•1d ago
I couldn’t agree more, thanks for answering! Anecdotally I’ve witnessed people using and talking big about ML/ LLM‘s while being in shock when learning about the fact that there are fundamentally basic statistical concepts behind those.
palmotea•17h ago
> The negative effects of relying to heavily on AI while coding are greatly discussed, hence I am wondering what a „good“ use case would be.

Really depends on your perspective. For some executives, a "good" use case may be the equivalent of burning goodwill to generate cash: push devs to use AI extensively on everything, realize a short term productivity bump while their skills atrophy (by haven't atrophied yet), then let the next guy deal with the problem of devs that have fully realized the "negative effects of relying to heavily on AI."

rage4774•7h ago
That’s a pretty dark perspective but it would imply that those executives are some kind of evil geniuses that grasp the extent of this situation. I personally try to count this kind of behavior on the statistics one of the ignobels present: 80% of asked uni professors felt they’re above the average (iq wise).
ofjcihen•1d ago
I appreciate the insights here.

The author grazes something I’ve been thinking about for a while while watching LLMs evolve along with their uses: will this tool result in more significant work being accomplished or just more…work in general.

By that I mean it accommodates completing small well documented projects well but seems to flounder on larger more meaningful work.

We already have a problem with junior/mid tier knowledge workers not scoping their efforts effectively and just doing work for works sake. Will the ease of completing small but ultimately useless work result in more of this?

Not a jab at LLMs really. More our propensity to miss the forest in our rush to view a tree.