frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The technology people call science fiction is here

https://github.com/KnowledgeeKZA3224/scqos-reference-implementation/blob/main/docs/THE_TECHNOLOGY...
1•Knowledgee_KZA•2m ago•0 comments

Datasets for Large Language Models: A Comprehensive Survey

https://arxiv.org/abs/2402.18041
1•Anon84•3m ago•0 comments

Revolut gave away customers' data

https://www.internationalcyberdigest.com/revolut-gave-away-customers-data/
1•taubek•5m ago•0 comments

Fx can now use a frontier model, then delegate to cheaper models to implement

https://twitter.com/fazxes/status/2098800924776903047
1•wslh•5m ago•0 comments

Vibe Coding Is the New Bootstrap

https://sampleminer.com/blog/vibe-coding-is-the-new-bootstrap/
1•xdotcommer•7m ago•1 comments

Adios Create – Landing page builder

https://www.adios.dev/create
1•clovis818•7m ago•0 comments

The U.N. Backs a New World Map Showing Africa in Its True Relative Size

https://www.npr.org/2026/09/04/nx-s1-5958611/africa-world-map-un-vote
2•karakoram•10m ago•0 comments

Csvcomp – Zero-dependency Python CSV diff utility

https://github.com/prasad-a-abhishek/csvcomp
1•prasadaabhishek•11m ago•0 comments

Namecheap Hosting Is Down

1•wolfgangbabad•14m ago•0 comments

WebSocket is a legacy API (2016)

https://github.com/whatwg/html/issues/2177
1•htunnicliff•15m ago•1 comments

NextJS but in Rust

https://nextrs.hirschi.dev/docs/getting-started
1•ashirsc•16m ago•0 comments

Claude of Tanks

https://github.com/Kevin-Liu-01/Claude-of-Tanks
1•tiredpanda•19m ago•0 comments

Comment: Feeling Sad about AI

https://simonwillison.net/2026/Sep/11/feeling-sad-about-ai/
1•abdelhousni•20m ago•0 comments

Spanish Island Wants to Ditch Drunk British Tourists for Rich American Ones

https://www.wsj.com/world/europe/this-spanish-island-wants-to-ditch-drunk-british-tourists-for-ri...
2•RestlessMind•21m ago•0 comments

Diablo V

https://diablo5.blizzard.com/en-us
1•meerita•21m ago•0 comments

EU CYBER RESILIENCE ACT forces manufacturers to disclose exploited vulnerabilit

https://digital-strategy.ec.europa.eu/en/policies/cra-reporting
3•drungli•24m ago•0 comments

Nvidia in talks to invest in Anthropic's mega IPO

https://www.reuters.com/legal/transactional/nvidia-talks-invest-anthropics-mega-ipo-sources-say-2...
1•cwwc•25m ago•0 comments

Teaching Novice Computing and Programming in the Agentic AI Era [pdf]

https://cs.brown.edu/people/sk/Publications/Papers/Published/fkl-teach-nov-agentic-ai-era/paper.pdf
2•azhenley•26m ago•0 comments

Free Agent – Amp

https://ampcode.com/news/free-agent
3•literallyroy•28m ago•0 comments

The Future of Blender [video]

https://www.youtube.com/watch?v=pTHmtHXwVKY
1•stephdin•28m ago•0 comments

Jeff Park: Lets slow down but not before we IPO not before we dump on retail

https://twitter.com/dgt10011/status/2098815095497253093
2•donsupreme•29m ago•0 comments

Our Eukaryotic Moment

https://contraptions.venkateshrao.com/p/our-eukaryotic-moment
1•brettcvz•34m ago•0 comments

Show HN: Vibe Logic Programming Language

https://cosmos-language-lab-0819.asd-user56.chatgpt.site/
1•mccosmos•34m ago•0 comments

Domain-Specific Hallucination Detection in Large Language Models

https://arxiv.org/abs/2609.11878
1•Betelbuddy•35m ago•0 comments

The Machine That Says No: 1-Bit Music on the ZX Spectrum [video]

https://www.youtube.com/watch?v=ZFL1ad90M2k
1•ofrzeta•37m ago•0 comments

ChiPass Release 2026.09.0

https://codeberg.org/ChiPass/ChiPass/releases/tag/v2026.09.0
1•birdculture•38m ago•0 comments

atx, the true structured text format (2002)

http://www.aaronsw.com/2002/atx/intro.html
1•theanonymousone•38m ago•0 comments

Sensetime Posts First Profit Since Listing as AI Revenue Rises

https://technode.global/2026/08/27/sensetime-h1-2026-first-profit-generative-ai-revenue/
1•drungli•39m ago•0 comments

Aaron Swartz and atx: the spec writer open source lost

https://dev.profullstack.com/~anthony/blog/121-post.html
2•theanonymousone•40m ago•0 comments

Navigating the AI crisis: a humble guide for math students

https://arxiv.org/abs/2609.06889
1•Betelbuddy•46m ago•0 comments
Open in hackernews

Ask HN: If AI writes the code, what matters?

2•andrewstetsenko•54m ago
AI is getting pretty good at writing code. Not all of it, obviously, but enough that I keep wondering what this does to the job of a software engineer.

If writing the code is no longer the hard part, what is?

Understanding the problem? System design? Knowing the product and users? Making good decisions about what to build?

What do you think will make someone a really good software engineer in the next few years?

Comments

SamInTheShell•12m ago
Just going to defer to an IBM thing here: https://www.youtube.com/watch?v=l-QPwk_f4eE

And just say: LLMs only amplify the the knowledge you have, even the best models o use like Fable still suffer from promoting false narrative as a chart progresses. Often it’s stuff that can be ignored like the “not X but Y” crap it dumps because its reasoning had assumptions it invalidated. Sometimes it’s directly in your system architecture, because you never expressed preferences for solved foundational issues, you end up with generic http handler setups or whatever the hot web thing is today.

Takes knowledge and lots of it to really be on top of when these things go down a failure mode path.