frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

How do you rewrite C/C++ projects to Rust?

https://blog.jetbrains.com/rust/2026/07/27/cpp-to-rust-migration/
1•smokeeaasd•4m ago•0 comments

Samsung's Galaxy Ring Gets FDA-Cleared Sleep Apnea Detection This Fall

https://gizmodo.com/samsungs-galaxy-ring-gets-fda-cleared-sleep-apnea-detection-this-fall-2000791433
1•brandonb•7m ago•0 comments

Advice for New Managers (2025)

https://danbruder.com/blog/advice-for-new-managers
2•danbruder•7m ago•0 comments

GitHub Copilot app usage metrics now expand across report rollups

https://github.blog/changelog/2026-07-28-github-copilot-app-usage-metrics-now-expand-across-repor...
2•smokeeaasd•8m ago•0 comments

NPM publish-time malware scanning and dual-use metadata

https://github.blog/changelog/2026-07-28-npm-publish-time-malware-scanning-and-dual-use-metadata/
1•smokeeaasd•9m ago•0 comments

Show HN: Learning Rust by writing a Markdown to HTML compiler

https://andreadimatteo.com/md-to-html-compiler.html
4•deotman•12m ago•0 comments

My girlfriend broke up with me – This is my body's reaction to the news

https://reddit.com/r/dataisbeautiful/comments/1v874lz/my_girlfriend_broke_up_with_me/
3•refp•14m ago•0 comments

Multiple Mouse Cursors in Wayland

https://blinry.org/multi-seat-wayland/
4•marvinborner•17m ago•0 comments

An idea I had took me from chaos and stressed AF to insanely productive

https://www.taskloco.com/
3•taskloco_nyc•19m ago•1 comments

AI systems out-persuade expert humans

https://arxiv.org/abs/2606.16475
2•Gaishan•19m ago•1 comments

Hiring Engineers, $100k+, Equity, etc. // AI OS for Manufacturing

https://www.tryharmony.ai/
2•georgeharmony•22m ago•0 comments

Marble – a model-agnostic agent harness for life sciences

https://marble.glass.bio/
3•jhales•27m ago•0 comments

Neural Processing Unit in the most powerful STM32 (2024)

https://blog.st.com/stm32n6/
2•uticus•28m ago•0 comments

Sam Altman is ready to decelerate

https://techcrunch.com/2026/07/28/sam-altman-is-ready-to-decelerate/
3•brandonb•31m ago•2 comments

Industry Brief: Private 5G for Manufacturing and Industrial Sites [pdf]

https://framerusercontent.com/assets/HV1dtfKZyXK2aknO6go8Cemejl8.pdf
3•y2so•32m ago•0 comments

Tesla sues Cybertruck supplier Angstrom amid standoff keeping production hostage

https://electrek.co/2026/07/28/tesla-sues-cybertruck-supplier-angstrom-tooling/
2•toomuchtodo•33m ago•1 comments

MVP for new AI interface for writing

https://www.trymargin.org
3•JosephPDiener•34m ago•1 comments

New OpenAI Transcription Models

https://xcancel.com/antibot/captcha
3•jaflo•34m ago•0 comments

Nvidia Nemotron 3 Embed Ranks #1 Overall on RTEB, Advancing Agentic Retrieval

https://huggingface.co/blog/nvidia/nemotron-3-embed-wins-rteb
2•gmays•35m ago•0 comments

Best AI APIs for Startups – WisGate

https://wisgate.ai/blogs/best-ai-apis-for-startups
2•kevin_wang7•35m ago•0 comments

Show HN: Can you distinguish NBA shooting streaks from randomness?

https://www.hothand.study/
2•Tippedcellar405•37m ago•0 comments

Poll: HN Comments or article?

2•j0e1•37m ago•0 comments

Zep: Building Agents in Go Without a Framework

https://blog.getzep.com/agentic-development-in-go/
2•schrodinger•37m ago•0 comments

Show HN: VoiceHop – Real-Time Audio and Video Translation

https://chromewebstore.google.com/detail/voicehop-real-time-audio/gpjfekccjgnojplebmaafgbhjggimfio
2•qwikhost•41m ago•0 comments

A U.S. Citizen Deleted His Phone's Data. Now He Faces a Felony Charge

https://www.nytimes.com/2026/07/28/us/duress-password-phone-wipe-charge.html
4•aarghh•41m ago•0 comments

Show HN: Sleepsignal.app

https://sleepsignal.app/
2•coldbreeze•42m ago•0 comments

Lightweight Spring Boot Monitoring Without Prometheus and Grafana

https://pvrlabs.xyz/articles/lightweight-spring-boot-monitoring.html
5•ejboy•44m ago•0 comments

Show HN: Local meeting notes transcriber, but linuxy

https://github.com/tomelliot/all-ears
2•tomelliot•44m ago•0 comments

Anatomy of a frontier lab agent intrusion, replayed from 17,600 logged actions

https://huggingface-anatomy-of-frontier-lab-model-intrusion.static.hf.space/index.html
2•colinplamondon•47m ago•0 comments

AI helps Stanford scientists discover natural Ozempic without usual side effects

https://www.sciencedaily.com/releases/2026/07/260719230608.htm
2•rsyring•51m ago•0 comments
Open in hackernews

Show HN: Blogs.hn – Tiny Blog Directory

https://blogs.hn
2•surprisetalk•1y ago
It's been a while since I shared my blog directory...

In proper HN fashion, the site is open-source and requires no JS!

There's instructions on how to add/edit a blog on the Github README.

[0] https://github.com/surprisetalk/blogs.hn

Note that your blog might appear in blogs.json, but not on the site! Right now I'm using the following code to filter out blogs. Your blog might appear if you add more metadata:

  if (
    3 > 0  
      + !!blog.title  
      + (blog.desc.length > 40)  
      + !!blog.about  
      + !!blog.now  
      + !!blog.feed  
      + 3 * (blog.hn.length > 1)      
  )
    continue;
As I mention on the /about page, if you don't already have a blog, I recently made a minimal static site generator! It's easier than ever to begin your writing journey :)

[1] https://github.com/surprisetalk/worstpress

Comments

gnabgib•1y ago
Discussion on your 2023 post (225 points, 57 comments) https://news.ycombinator.com/item?id=36613727

Related:

Show HN: Hacker News user blogroll (937 points, 2023, 187 comments) https://news.ycombinator.com/item?id=36605493

Show HN: OPML list of Hacker News Users Personal Blogs (281 points, 2023, 101 comments) https://news.ycombinator.com/item?id=36627112