frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Telegram says app restored on Apple's App Store

https://www.reuters.com/business/retail-consumer/telegram-says-app-restored-apples-app-store-2026...
1•mfiguiere•1m ago•0 comments

A modern Saga/TCC orchestration engine for microservices

https://github.com/scalar-labs/scalardb-saga
1•feeblefakie•2m ago•0 comments

Show HN: Velokey – One Task API for Kling, Veo, Seedance, and Sora

https://velokey.ai
1•PaiDxng•6m ago•0 comments

Socket.dev warns about Rust Tokio library obfuscation

https://socket.dev/cargo/package/tokio
2•cwaffles•6m ago•0 comments

Eval-driven development: Lessons from evaluating GenAI at scale

https://medium.com/airbnb-engineering/eval-driven-development-lessons-from-evaluating-genai-at-sc...
1•simonpure•6m ago•0 comments

Billion-dollar property collapse highlights private credit danger

https://www.abc.net.au/news/2026-08-04/property-collapse-highlights-private-credit-danger-jon-adg...
1•kripy•7m ago•0 comments

Hollow-LLM Attack: Ghost Weights That Fool Zero-Knowledge LLM Verification

https://arxiv.org/abs/2607.28884
1•sbulaev•9m ago•0 comments

George Orwell's 1984 (Hinge Dating App)

https://www.spectator.com.au/2026/07/the-dark-truth-about-dating-apps-and-ai/
1•circumcised•15m ago•0 comments

QRiosity Killed the Cat

https://qriositykilledthecat.com
1•OccamsMirror•16m ago•0 comments

Palantir Shares Jump on 'Otherworldly' Sales, Improved Forecast

https://www.wsj.com/business/earnings/palantir-lifts-guidance-as-revenue-nearly-doubles-f4d79fa7
2•andsoitis•19m ago•2 comments

Full-Stack AI Engineer, Clinical Systems – NYC Based – Healthtech

https://alnuhealth.com/careers/full-stack-ai-engineer-clinical-systems
1•ben-scire•22m ago•2 comments

Telegram Removed from AppStore?

https://www.reddit.com/r/ios/s/RYlp8LKNdD
4•outcoldman•23m ago•1 comments

Nvidia NemotronLabs VoiceChat 11B – real-time full duplex with tool calling

https://huggingface.co/nvidia/NVIDIA-NemotronLabs-VoiceChat-11B
1•karimf•26m ago•0 comments

Birth order and disease risk across the human phenome

https://www.nature.com/articles/s44360-026-00177-z
3•Jimmc414•26m ago•0 comments

Telegram Removed from App Store

https://apps.apple.com/us/app/telegram-messenger/id686449807
10•ExpertAdvisor01•28m ago•3 comments

The Skylar Semigroup Framework for Prime Numbers

https://zenodo.org/records/21781236
1•larklaflamme•29m ago•0 comments

Winamp Announces Strategic Partnership with Deezer

https://winamp.com/press/winamp-announces-strategic-partnership-with-deezer-to-power-the-next-gen...
2•soheilpro•33m ago•0 comments

What I Learned Growing an Engineering Blog from 0 to 463,000 Pageviews

https://sahansera.dev/what-i-learned-growing-engineering-blog-463000-pageviews/
1•sahan•35m ago•0 comments

BYOC Is Not Just 'Deploy into Their Cloud'

https://omnistrate.com/blog/byoc-anywhere-the-spectrum-of-bring-your-own-cloud-deployments
2•kkgupta•38m ago•0 comments

AI Is Breaking the SaaS Deployment Model: 10 Commandments for BYOC

https://byocanywhere.org/
2•kkgupta•39m ago•0 comments

The day my sneaky link made me gag (and not in the fun way)

https://by40.substack.com/p/the-day-my-sneaky-link-made-me-gag
2•ninetailed_aux•39m ago•0 comments

How human hearing is shaping high-end audio

https://physicstoday.aip.org/quick-study/how-human-hearing-is-shaping-high-end-audio
3•7402•44m ago•0 comments

Snakes aren't simple tubes. Their bodies have 5 regions, including a short neck

https://theconversation.com/snakes-arent-simple-tubes-their-bodies-have-five-regions-including-a-...
3•defrost•52m ago•0 comments

The Myth, the Mythos, and the Man

https://om.co/2026/06/07/the-myth-the-mythos-and-the-man/
2•sanj•53m ago•0 comments

Show HN: Every plaintext HTTP request on your Linux box captured via eBPF

https://github.com/yeet-src/httpwatch
1•r3tr0•53m ago•0 comments

Cruising for Shells in Flowise – 6 RCEs That Rode Flowise Low and Slow

https://www.elttam.com/blog/cruising-for-shells-in-flowise
1•pentestercrab•54m ago•0 comments

Show CVBoosta:Resume Optimizer that tailors your resume to every job

1•cvboosta•55m ago•0 comments

Linux manpages maintainer wants to raise memory.h from the dead

https://lore.kernel.org/linux-man/am0RdPxvbIYUKAL-@devuan/T/#m277b916c39713d644d36a42d82debbff1df...
1•potus_kushner•58m ago•1 comments

Why Airplanes Use 400 Hz Power

https://blog.monroeaerospace.com/why-airplanes-use-400-hz-power/
2•thunderbong•58m ago•3 comments

The Next Five Years – Economics of AI – Patrick Collison

https://next-five-years.vercel.app/
3•haritha1313•1h ago•0 comments
Open in hackernews

Top Tips for Writing Code with AI

https://brettdidonato.substack.com/p/top-5-tips-for-writing-code-with
2•bsdpython•1y ago

Comments

uberman•1y ago
Solid, particularly the advice about context. I find with AI, less is better. Once you have "enough" context, adding more increases the risk of problems. The one I take exception with is the last. "You don't need to understand what the AI wrote". I feel you absolutely do need to understand what the AI wrote and if you don't you should not commit it.
bsdpython•1y ago
Thanks. I know the last one is controversial, but the way I am starting to think about it is that we are just moving to a new layer of abstraction. I no longer understand very well how hardware works, nor do I know in detail how a browser renders a page, nor the full fine details of how many of the libraries I use work. My own AI generated code, in pockets, is starting to work in the same way. And I'm starting to become OK with that risk.
sherdil2022•1y ago
The implementations for those abstractions are well tested (hopefully). Committing code that we don’t thoroughly test or have an understanding about is going to bite us sooner than later. They are landmines. Not abstractions.
bsdpython•1y ago
Is it possible we hit a wikipedia moment (it being more accurate than Encyclopedias) where the quality of typical ai generated code is better than popular open source libraries?