frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Cline for JetBrains

https://plugins.jetbrains.com/plugin/28247-cline
1•howtofly•48s ago•0 comments

Teens turned their rooms into tech-free zones. This was the result

https://www.bbc.co.uk/news/articles/c1lelqg0jy3o
1•xyzzy3000•1m ago•0 comments

Show HN: StripeMeter – pre-invoice parity for Stripe usage billing

https://github.com/geminimir/stripemeter
1•coryli•1m ago•0 comments

RetroArch for WarpOS is a modular Emulation System

https://aminet.net/package/misc/emu/RetroArchWos
1•doener•1m ago•0 comments

Times the Soviets Shot Down US Warplanes in the Cold War

https://hushkit.net/2025/09/15/10-times-the-soviets-shot-down-us-warplanes-in-the-cold-war/
1•speckx•2m ago•0 comments

Mutual Fund Titans Plowed into Private Markets. It Isn't Working

https://www.bloomberg.com/news/features/2025-09-15/why-mutual-fund-titans-push-into-private-credi...
1•petethomas•2m ago•0 comments

Sweden to implement nationwide mobile phone ban in schools

https://www.theguardian.com/world/2025/sep/16/sweden-nationwide-mobile-phone-ban-schools
1•sandebert•3m ago•0 comments

Death by AI: Will large language models diminish Wikipedia?

https://asistdl.onlinelibrary.wiley.com/doi/full/10.1002/asi.24975
1•Antibabelic•4m ago•0 comments

Java 25 Officially Released

https://mail.openjdk.org/pipermail/announce/2025-September/000360.html
2•mkurz•5m ago•1 comments

UK must adopt stablecoins or risk losing financial crown warns new report

https://www.imperial.ac.uk/news/268455/uk-must-adopt-stablecoins-risk-losing/
1•gnabgib•6m ago•0 comments

Generative AI is hollowing out entry-level jobs, study finds

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=5425555
1•zeuch•6m ago•2 comments

Nature 0.6 Released, Better Server-Side Development Experience

https://nature-lang.org/news/20250914
1•weiwenhao•8m ago•0 comments

eBook: Kubernetes at the Edge – Container Orchestration at Scale

https://www.conissaunce.com/kubernetes-edge-ebook.html
1•chhum•8m ago•0 comments

Xcena MX1 RISC-V Computational Memory in CXL 3.0

https://www.servethehome.com/xcena-mx1-risc-v-computational-memory-in-cxl-3-0/
1•PaulHoule•9m ago•0 comments

Ask HN: What AI products and solutions have you paid for?

1•ivape•9m ago•0 comments

Arcan September Hackathon Report #1

https://arcan-fe.com/2025/09/15/arcan-september-hackathon-report-1/
1•nhanb•10m ago•0 comments

Trucker built a scale model of NYC over 21 years

https://gothamist.com/arts-entertainment/this-trucker-built-a-scale-model-of-nyc-over-21-years-it...
4•speckx•11m ago•0 comments

Should research on mirror-image molecular biology be stopped?

https://www.nature.com/articles/d41586-025-02912-0
2•bookofjoe•12m ago•1 comments

Is NPS still relevant for SaaS companies?

https://www.sensaro.ai/blog/why-nps-still-matters
1•timwilkinson•12m ago•0 comments

Show HN: Browse tech jobs by category – FAANG, Fintech, AI, Ecommerce

https://www.interviewrounds.com/jobs
1•beefive•12m ago•0 comments

When the job search becomes impossible

https://www.jeffwofford.com/wp/?p=2240
3•pertinhower•13m ago•0 comments

Rupert's Snub Cube and Other Math Holes [video]

https://www.youtube.com/watch?v=QH4MviUE0_s
2•ivanjermakov•15m ago•0 comments

Ongoing Supply Chain Attack Targets CrowdStrike NPM Packages

https://socket.dev/blog/ongoing-supply-chain-attack-targets-crowdstrike-npm-packages
2•talboren•16m ago•0 comments

Save pins button always disabled

https://github.com/orgs/community/discussions/84168
1•blenderob•18m ago•0 comments

AI Tools Differ from Human Tools

https://tomtunguz.com/tools-evolution/
1•brandonb•18m ago•0 comments

Intercellular communication through ultra-fast hydrodynamic trigger waves

https://www.nature.com/articles/s41586-019-1387-9
1•vogu66•19m ago•0 comments

Show HN: Time-aware utilities for LLM prompts (TypeScript)

https://time-ai.blueprintlab.io
1•yaoke259•19m ago•0 comments

CIA Freedom of Information Act Electronic Reading Room

https://www.cia.gov/readingroom
3•bookofjoe•21m ago•0 comments

GPT5 and Codex Took over Agentic Coding

https://www.latent.space/p/gpt5-codex
1•mooreds•21m ago•0 comments

Hotels with Options for Wild Swimming

https://www.nytimes.com/2025/09/11/t-magazine/wild-swimming-hotels.html
2•mooreds•21m ago•0 comments
Open in hackernews

Show HN: Atlas – Open-source network discovery and visualization tool

https://github.com/karam-ajaj/atlas
1•vnerd•1h ago
Hi HN,

I built Atlas , an open-source tool for network discovery, visualization, and monitoring. It scans Docker and physical hosts, maps them into an interactive network graph, and shows live status (online/offline).

I created Atlas because I often struggled to keep track of hosts across my homelab and Docker Swarm setups. Existing tools were either too heavy, too closed, or didn’t show the topology in a clear way. Atlas aims to be:

Lightweight (single container, minimal setup)

Self-hosted (no cloud dependencies)

Visual (interactive graph of hosts, subnets, and containers)

Extensible (Go backend, FastAPI API, React frontend)

GitHub repo: github.com/karam-ajaj/atlas

Live demo: atlasdemo.vnerd.nl

I’d love feedback from the community:

What use cases do you see for this?

Which features are most important to you (alerts, integrations, OS detection, etc.)?

Any advice on scaling this beyond homelabs?

Thanks for checking it out!