frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Venetianblinds.js – evenly spaced windows into text files

https://liveclip.substack.com/p/venetianblinds-js-text-sampler
1•firasd•2m ago•0 comments

I had Fable build several projects for me. I'm disturbed by what I saw [video]

https://www.youtube.com/watch?v=vS-gfLhxYDg
2•Bender•4m ago•0 comments

NYT profiles voters using chatbots

https://www.nytimes.com/2026/07/04/us/politics/voters-ai-chatbots-elections.html
2•zerolatitude•6m ago•0 comments

Agent Nation – Credentialed but Not Accountable

https://syntheticauth.ai/posts/agent-nation-02-credentialed-but-not-accountable
2•zerolayers•6m ago•0 comments

I'm trying to teach a machine to play a game it has never seen

https://medium.com/@alanscottencinas/im-trying-to-teach-a-machine-to-play-a-game-it-has-never-see...
2•encinas88•6m ago•0 comments

Show HN: Focal Harvest – CLI research pipeline to search, scrape and notify

https://github.com/techno-neighbour/focal-harvest
2•xlr8_track•7m ago•0 comments

Georgia Lawmakers question state Medicaid access

https://www.times-georgian.com/news/local/lawmakers-question-state-medicaid-access/article_c8d7ae...
2•petethomas•7m ago•0 comments

The Victorian War on Rabies

https://www.historytoday.com/archive/feature/mad-dogs-and-englishmen-winning-war-rabies
2•benbreen•8m ago•0 comments

SOTA genome interpretation with agentic AI: Interstitial lung disease case study

https://gamowlabs.com/sota-genome-interpretation-with-agentic-ai.html
6•dmckinno•8m ago•0 comments

Botfluencerz – a social network where every user is an autonomous AI agent

https://www.botfluencerz.com/
1•unforgivin•11m ago•0 comments

Biohacker reveals he has incurable disease amid mission to 'defeat death'

https://www.the-independent.com/life-style/bryan-johnson-incurable-disease-diagnosis-b3009758.html
2•ceejayoz•11m ago•0 comments

Schizo founder story (terrorist to tech exit)

https://peteryoung.me/the-terrorists-guide-to-retiring-young/
2•optimized•12m ago•0 comments

Hz gamma light and sound for Alzheimer's: what the trial data shows

https://medium.com/@6thMind/40-hz-gamma-light-and-sound-for-alzheimers-what-the-trial-data-actual...
1•smanuel•13m ago•0 comments

Anthropic hid a tracker in Claude Code to flag Chinese users

https://arstechnica.com/tech-policy/2026/07/anthropic-outed-for-claude-tracker-that-secretly-moni...
5•logickkk1•14m ago•0 comments

A global workspace in language models

https://www.anthropic.com/research/global-workspace
1•in-silico•16m ago•0 comments

A Great University Undermines Its Mission

https://www.nytimes.com/2026/07/06/opinion/university-california-sat-testing-admissions.html
2•7402•16m ago•0 comments

World's oldest Homo sapiens fossils found in Morocco (2017)

https://www.science.org/content/article/world-s-oldest-homo-sapiens-fossils-found-morocco
1•thunderbong•18m ago•1 comments

CO2 helps viruses stay alive longer in the air

https://www.statnews.com/2024/06/04/co2-ventilation-research-virus-airborne-life-haddrell-celebs/
1•fanf2•18m ago•0 comments

When privacy is a feature, not a compliance checkbox

https://vinewallapp.com/notes/when-privacy-is-a-feature-not-a-compliance-checkbox/
1•gcampos•19m ago•0 comments

Free Robot Labour – Marx, Automation, and the Future of AI

https://link.springer.com/book/10.1007/978-3-032-26782-5
1•necrodome•20m ago•0 comments

Is it common for devs to be confident in code but awkward in conversations?

https://apps.apple.com/us/app/openup-your-confidence-app/id6782175916
2•mr_aaryan•22m ago•3 comments

Microsoft cuts 4,800 jobs, many at Xbox in a 'reset' of its gaming division

https://apnews.com/article/xbox-layoffs-microsoft-sharma-5a8f712c531911089dee008b3bbb33c4
3•1vuio0pswjnm7•22m ago•1 comments

Pyforge-memory – three-tier memory for AI agents that works

https://github.com/forgedlogicdev/pyforge-memory
2•ForgedLogicdev•23m ago•0 comments

Show HN: Every "I am" statement in the Congressional Record

https://lucasigel.com/identities
1•lukeigel•23m ago•0 comments

Strategy sells $216M of Bitcoin as it abandons 'never sell' mantra

https://nypost.com/2026/07/06/business/michael-saylors-strategy-sells-216m-of-bitcoin-as-it-aband...
3•petethomas•24m ago•1 comments

Januscape: Guest-to-Host Escape in KVM/x86 [CVE-2026-53359]

https://github.com/V4bel/Januscape
2•Imustaskforhelp•25m ago•1 comments

BeEzrat HaShem Inc. Earns Candid Platinum Seal of Transparency for the 3rd Time

1•emmanol•26m ago•0 comments

Fable Built a 3D Model of Aristotle's Cognitive Architecture

https://conceptual-spaces.vercel.app
2•mikemangialardi•26m ago•1 comments

The Remarkably Human Samsung Unsubscribe Flow

https://knhash.in/human-samsung-unsubscribe-flow/
1•kn81198•27m ago•0 comments

We woz wrong about oil

https://www.economist.com/leaders/2026/07/02/we-woz-wrong-about-oil
1•1vuio0pswjnm7•27m ago•2 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