frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Fragments Against the Ruins

https://quillette.com/2025/09/03/fragments-against-the-ruins-homer-iliad-translation/
1•warrenm•1m ago•0 comments

Spawning 1992-style TUI windows via MCP

https://twitter.com/hey_zilla/status/1963983467902849105
1•3stripe•1m ago•0 comments

Ubuntu is adopting sudo-rs, a Rust-based reimplementation of sudo

https://twitter.com/ubuntu/status/1963665482541682820
1•tzury•2m ago•0 comments

Environments Hub: Your Language Model needs better (open) environments to learn

https://huggingface.co/blog/anakin87/environments-hub
1•anakin87•3m ago•1 comments

Stochastic Terrorism

https://en.wikipedia.org/wiki/Stochastic_terrorism
1•throw0101d•3m ago•0 comments

An audio to MP3 converter running in the browser

https://mp3converter.cloud/en
2•coderff•4m ago•2 comments

H2-rich hydrothermal system driven by serpentinization in the western Pacific

https://www.science.org/doi/10.1126/sciadv.adx3202
1•PaulHoule•5m ago•0 comments

Nano Banana AI Image Generator

https://ainanobanana.co
1•jacksteven•5m ago•0 comments

OpenAI set to build AI chips with Broadcom

https://www.ft.com/content/e8cc6d99-d06e-4e9b-a54f-29317fa68d6f
1•fork-bomber•6m ago•0 comments

Camoufox: Stealthy, minimalistic Firefox build for web scraping

https://github.com/daijro/camoufox
1•nateb2022•6m ago•0 comments

Protobuffers Are Wrong

https://reasonablypolymorphic.com/blog/protos-are-wrong/
1•b-man•7m ago•0 comments

Show HN: Visualizing startup exits – the tool I wish I had as a founder

https://icanpitch.com/startup-exit-visualizer
1•neebelthan•7m ago•0 comments

Does anyone still use Morse code?

https://morse-coder.com/
1•mixfox•8m ago•0 comments

The case of the crash on a null pointer even though we checked it for null

https://devblogs.microsoft.com/oldnewthing/20250905-00/?p=111560
2•warrenm•10m ago•0 comments

Welcome to Jesus's Inbox

https://www.thenewworld.co.uk/matt-muir-welcome-to-jesuss-inbox/
1•speckx•11m ago•0 comments

4D Gaussian Splatting: InfiniteStudio Wins Best in Show at Siggraph Real Time

https://radiancefields.com/infinite-studio-wins-best-in-show-at-siggraph-real-time-live
1•cubefox•11m ago•1 comments

With LLMs, Drive Manually

https://blog.julik.nl/2025/09/driving-by-hand
1•julik•12m ago•0 comments

AI just Broke Trackmania's most Legendary Record [video]

https://www.youtube.com/watch?v=zFLQU70QstY
1•tetraodonpuffer•12m ago•0 comments

Chef Asma Khan's Guide to Indian Food in London

https://www.bbc.com/travel/article/20250903-chef-asma-khans-guide-to-indian-food-in-london
1•koolhead17•13m ago•0 comments

Unsolved Problems in MLOps

https://spawn-queue.acm.org/doi/pdf/10.1145/3762989
1•jamesblonde•13m ago•0 comments

Ultra Ethernet's Design Principles and Architectural Innovations

https://arxiv.org/abs/2508.08906
4•tanelpoder•14m ago•0 comments

After Afghan Quake, Many Male Rescuers Helped Men but Not Women

https://www.nytimes.com/2025/09/04/world/asia/afghanistan-earthquake-rescue-efforts-women.html
2•7402•15m ago•0 comments

MyAI101: Foundational AI literacy for students, teachers and curious adults

https://myai101.com
1•yzh•15m ago•1 comments

Azelastine Nasal Spray for Prevention of SARS-CoV-2 Infections

https://jamanetwork.com/journals/jamainternalmedicine/fullarticle/2838335
1•notmyjob•16m ago•0 comments

Submit your ideas for Interop 2026

https://webkit.org/blog/17320/submit-your-ideas-for-interop-2026/
1•ksec•18m ago•1 comments

A Nighttime Raid

https://www.nytimes.com/2025/09/05/briefing/a-nighttime-raid.html
1•jbegley•20m ago•0 comments

Pig lung transplanted into brain-dead person for 9 days

https://www.livescience.com/health/surgery/first-ever-pig-to-human-lung-transplant-attempted-in-b...
1•gmays•20m ago•0 comments

AI robots can carve stone statues. buildings are next

https://www.fastcompany.com/91366303/ai-robots-can-already-carve-stone-statues-entire-buildings-a...
1•warrenm•21m ago•0 comments

Digital Terraforming

https://digitalterraforming.com/
1•thenthenthen•21m ago•0 comments

Tech 'I'm glad it's over.' Google CEO thanks Trump for antitrust 'resolution'

https://www.cnbc.com/2025/09/04/google-ceo-thanks-trump-for-antitrust-resolution.html
1•01-_-•21m ago•0 comments
Open in hackernews

Rebuilt intoDNS with better UX – one-click record copying and cleaner interface

https://namegator.net/intodns/
2•egldmila•2h ago

Comments

egldmila•2h ago
I've been using intoDNS for years when troubleshooting domain issues, but always found the interface... let's say "functional but not friendly." You know how it is - great data, but feels like it was built in 2008 and never updated. So I rebuilt it from scratch with modern UX principles. The main pain points I fixed:

One-click copying: Every DNS record now has a copy button. No more selecting text and hoping you got the whole record. Better data visualization: Organized the information hierarchy so you're not hunting through walls of text Responsive design: Actually works properly on mobile (revolutionary, I know) Faster queries: Optimized the DNS lookups and added proper caching

The backend still does the same comprehensive checks - MX records, nameservers, SOA, blacklists, etc. But now you can actually parse the results without squinting. Built it at namegator.net/intodns if anyone wants to try it. Still free, obviously. The interesting technical challenge was maintaining query speed while adding the UX improvements. Had to rethink how we batch the DNS requests and present progressive results. What DNS debugging tools do you folks use? Always curious about other approaches to this problem space.