frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I've been doing endurance testing on microSD cards for the last 3 years

https://www.reddit.com/r/raspberry_pi/s/ciRiOgBwyU
1•trymas•25s ago•1 comments

LLM Speedrun: Architecture

https://layog.io/blog/llm-speedrun-arch/
1•layog•1m ago•0 comments

Vetted AI code is hard to justify

https://amoffat.github.io/blog/vetting-burnout.html
1•Curiositry•3m ago•0 comments

Saudi wealth fund scales back 'fantastical' plans for Neom

https://www.thetimes.com/business/companies-markets/article/saudi-wealth-fund-scales-back-fantast...
1•petethomas•8m ago•0 comments

One Base Currency. Every Rate You Care About

https://medium.com/@chris.ahrweiler/one-base-currency-every-rate-you-care-about-f4fa436dede9
1•docjojo•8m ago•0 comments

Seatd – We flipped the economics of restaurant reservations

https://seatd.net
1•ursaeast•8m ago•1 comments

Is Your Mailbox Full? Duplicate Emails May Be the Reason

https://medium.com/@chris.ahrweiler/is-your-mailbox-full-duplicate-emails-may-be-the-reason-eec27...
1•docjojo•8m ago•0 comments

Compression and Encryptionto Email

https://medium.com/@chris.ahrweiler/compression-and-encryption-built-into-email-a3e71e306385
1•docjojo•9m ago•0 comments

A Japan without 'katsudon'? New forecast reveals 2050 heat crisis

https://www.asahi.com/ajw/articles/16812647
2•rawgabbit•9m ago•0 comments

AI Stock Research Assistant · Streamlit

https://ai-stock-research-kiaan.streamlit.app
1•KiaanKothari•12m ago•0 comments

Running Qwen3.8-27B on DGX Spark

https://blog.kubesimplify.com/qwen3-8-27b-on-dgx-spark
1•saiyampathak•13m ago•0 comments

China Hunts for Scientific Talent. The U.S. Is Making It Easier

https://www.nytimes.com/2026/08/17/business/china-scientific-talent-competition.html
2•occamschainsaw•15m ago•0 comments

DeepSeek-V4-Pro outperforms Fable 5 after fixing runtime inference control

https://github.com/Tiger3807861189/DeepSeek-V4-J-Space-Capability-Realization-Report
2•DarenWatson•17m ago•0 comments

Monty Hall Problem

https://en.wikipedia.org/wiki/Monty_Hall_problem
1•efilife•17m ago•0 comments

GGUF Quantization Compared: Q4_K_M vs. IQ4_XS vs. IQ4_NL

https://kaitchup.substack.com/p/choosing-a-gguf-model-k-quants-i
2•peter_d_sherman•21m ago•0 comments

Elon Musk's GitHub alternative couldn't have arrived at a worse time for GitHub

https://www.neowin.net/news/elon-musks-github-alternative-couldnt-have-arrived-at-a-worse-time-fo...
4•bundie•23m ago•0 comments

Forget Work. Passive Income Is the New American Dream

https://www.wsj.com/lifestyle/careers/passive-income-dreams-2e67ee5c
3•hheikinh•25m ago•0 comments

Digital Sundial

https://www.fransmaes.nl/genk/en/gk-zw08-e.htm
1•vova_hn2•26m ago•0 comments

I tested the viral "antigravity drive" claims against published physics

https://github.com/Montblanctech/ehd-thrust-verification
1•MontblancTech•31m ago•0 comments

Chat Wells, an Internet Masquerade

https://stuff.kyleperik.com/chatwells/
1•kyleperik•33m ago•1 comments

Emacs 31.1 RC1 is available

https://lists.gnu.org/archive/html/emacs-devel/2026-08/msg00599.html
1•ixsploit•33m ago•1 comments

Poll showing Bass leading Raman by double digits was bogus "social experiment"

https://www.msn.com/en-us/news/news/poll-showing-bass-leading-raman-by-double-digits-was-bogus-co...
4•ilamont•35m ago•0 comments

Weird Machines in Transport Layer Security

https://arxiv.org/abs/2608.13685
3•sbulaev•40m ago•0 comments

What If I Told You Humans Are Moving Faster Than AI?

https://medium.com/freedomofthought/what-if-i-told-you-humans-are-moving-faster-than-ai-833441f3fb21
2•raynchad•46m ago•0 comments

Why It Hasn't Happened Yet: Capable AI and Malicious Intent

https://substack.norabble.com/p/why-it-hasnt-happened-yet
2•nedruod•53m ago•0 comments

Niu Lai – a two-person animated film becomes an unlikely hit in China [video]

https://www.youtube.com/watch?v=5XdeI0cOWSs
1•gregzeng95•58m ago•0 comments

Expert Witness to ChatGPT "Show how 3M is 0 percent at fault"

https://www.404media.co/show-how-3m-is-0-at-fault-expert-witness-used-chatgpt-to-write-report-def...
3•kristjansson•1h ago•0 comments

Using Starlink's Satellites to Study Earth's Upper Atmosphere

https://hackaday.com/2026/08/17/using-starlinks-satellites-to-study-earths-upper-atmosphere/
3•toomuchtodo•1h ago•0 comments

When it comes to LLM, it's you who's using it wrong

https://www.vinoth.net/llm-wrong
1•avinoth•1h ago•0 comments

San Diego 150 Years Ago: Rare AI Reconstruction Visuals [video]

https://www.youtube.com/watch?v=qWaR_nc5sKM
2•latchkey•1h ago•0 comments
Open in hackernews

Ask HN: If building an IDE from scratch, what features would you add?

2•rajasimon•1y ago
Many IDEs feel bloated or outdated. If you could design one from scratch, what would you keep, drop, or reinvent?

Comments

T0V1•1y ago
I'd keep all the features from neovim, remove all the features from every other IDE.
joegibbs•1y ago
Native vector search would be great. I was just thinking today how irritating it is to try to find some specific component in a very large codebase without knowing exactly what it’s called already.
SvenL•1y ago
Great debugging capabilities, time travel debugging, data break points, attach to running processes, remote debugging etc.

I think the most important feature for an IDE is debugging - at least this is the feature which separates an ide from just a Text Editor

pancsta•1y ago
You mean like Zed? Check their roadmap.