frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Tiny LLM – LLM Serving in a Week

https://skyzh.github.io/tiny-llm/
1•vinhnx•35s ago•0 comments

Sam Altman says that bots are making social media feel 'fake'

https://techcrunch.com/2025/09/08/sam-altman-says-that-bots-are-making-social-media-feel-fake/
2•CharlesW•3m ago•0 comments

Snap breaks into 'startup squads' as ad revenue stalls

https://techcrunch.com/2025/09/08/snap-breaks-into-startup-squads-as-ad-revenue-stalls/
1•gpi•4m ago•0 comments

An Anime Girl Converter

https://animegirl.art
2•AnimeGirlArt•6m ago•0 comments

Six Israelis killed by Palestinian gunmen at Jerusalem bus stop

https://www.bbc.com/news/articles/cr70ny0l7vgo
2•gexpert•7m ago•0 comments

Show HN: Chrome-site-stats – Track, limit, and optimize your browsing time

https://chromewebstore.google.com/detail/chrome-site-stats/mpkenbknhlncpjelbiekdbnhmjomjleo
1•wedwin53•9m ago•0 comments

Veryl 0.16.4 – A Modern HDL as Alternative to SystemVerilog

https://veryl-lang.org/blog/annoucing-veryl-0-16-4/
1•dalance•13m ago•0 comments

User Interface Design Guidelines: 10 Rules of Thumb

https://www.interaction-design.org/literature/article/user-interface-design-guidelines-10-rules-o...
1•andsoitis•14m ago•0 comments

Will AI Choke Off the Supply of Knowledge?

https://www.wsj.com/tech/ai/will-ai-choke-off-the-supply-of-knowledge-8a71cbcd
1•CharlesW•14m ago•0 comments

A new generative AI approach to predicting chemical reactions

https://news.mit.edu/2025/generative-ai-approach-to-predicting-chemical-reactions-0903
3•CharlesW•15m ago•0 comments

Saving Energy in Self-Hosting, Wake-on-LAN, and Rust

https://guibeira.dev/wakezilla-en.html
3•doggao•19m ago•0 comments

Israel is not committing genocide in Gaza, government concludes

https://www.thetimes.com/uk/politics/article/israel-war-gaza-not-genocide-david-lammy-22wdsmt90
3•gexpert•22m ago•0 comments

Show HN: A deep reading tool for those engaging with cutting-edge knowledge

https://densewiki.org/
3•mngrwl•27m ago•0 comments

Show HN: Yapyap – a simple and fast dictation for Linux using whisper.cpp

https://github.com/lxe/yapyap
3•lxe•28m ago•0 comments

Doge Entered Social Security

https://www.propublica.org/article/inside-doge-social-security-takeover-leland-dudek
2•worik•29m ago•0 comments

Show HN: A budget app so simple it's 1 chart

https://4keynumbers.com
1•nikodunk•31m ago•0 comments

Codeberg Down

https://status.codeberg.org/status/codeberg
3•jasonjmcghee•33m ago•0 comments

Nearly dying helped me discover my own cure (and more) [video]

https://www.ted.com/talks/david_fajgenbaum_how_nearly_dying_helped_me_discover_my_own_cure_and_ma...
1•toomuchtodo•37m ago•1 comments

Microsoft's analog optical computer cracks 2 practical problems,shows AI promise

https://news.microsoft.com/source/features/innovation/microsoft-analog-optical-computer-cracks-tw...
1•pseudolus•41m ago•0 comments

WaveBoy

https://waveboy.bitbybitsynths.com/
1•derbOac•42m ago•0 comments

The MCP Registry

http://blog.modelcontextprotocol.io/posts/2025-09-08-mcp-registry-preview/
3•aratahikaru5•48m ago•0 comments

EUV: Lithography: History, Latest Results, Technology Roadmap [video]

https://www.youtube.com/watch?v=qGy0GK0PMwc
2•matt_d•57m ago•0 comments

What Happens If No One Reads

https://www.thefp.com/p/what-happens-if-no-one-reads-culture-education
3•lermontov•58m ago•0 comments

Ask HN: How do developers learn design intuition?

2•mercat•59m ago•1 comments

Josh Wolfe on AI and the Breaking of Silicon Valley's Social Contract [video]

https://www.youtube.com/watch?v=Sd7cCpoJjbI
1•mooreds•59m ago•0 comments

Ted Lasso is 1M Micro-Lessons for what Tech Leadership needs

https://substack.com/@gettingshitdone/p-170912817
3•mooreds•1h ago•0 comments

Anthropic reduced model output quality from Aug 5

https://status.anthropic.com/incidents/72f99lh1cj2c
2•bashtoni•1h ago•0 comments

Lumi Language Model

https://websim.com/@electric_otter/eunoia
1•eunoiaAI•1h ago•1 comments

First 'perovskite camera' can see inside the human body

https://news.northwestern.edu/stories/2025/09/first-perovskite-camera-can-see-inside-the-human-body/
5•geox•1h ago•0 comments

Show HN: Tablemd – canvas-based Markdown table editor

https://tablemd.app
1•albert-yu•1h ago•0 comments
Open in hackernews

Show HN: Submit to Hacker News | Browser Extension

https://hn.wbnns.com/
1•wbnns•16h ago

Comments

wbnns•16h ago
Hi all, I built this browser extension as someone who reads HN daily but doesn't post much. I want to be more active and thought this would be a fun weekend side project. Would appreciate any feedback. Particularly interested in hearing about HN pain points this could be improved to address.

This extension is inspired by the 'post to HN' bookmarklet and does three main things...

1. Smart title optimization: automatically removes site names, converts "10 Ways to Build X" to "How to Build X", and follows HN's title guidelines / recommendations for best practices

2. Duplicate detection: scans 1000+ recent HN stories to find existing submissions (links to the most upvoted, canonical version if found)

3. Built-in HN guidelines: helps people like me who want to contribute, be mindful of doing it the right way

It's pure vanilla JavaScript with no external dependencies, uses HN's official Firebase API for duplicate checking, and only requests activeTab permission. Works on Chrome, Firefox, Edge, and Brave.

It's open source (MIT license) and privacy-first and the only data it accesses is your current tab's URL and title when you explicitly use it: https://github.com/wbnns/submit-to-hacker-news

You can install it by downloading from GitHub and loading the appropriate folder into your browser's developer mode. No accounts or setup required.

codingdave•16h ago
The HN API is not efficient - it says so itself in its readme. Which means neither is this. Making 1000+ HTTP requests to dupe check feels kind of insane when all you are doing is URL comparisons.

Why not instead make a single call to: https://news.ycombinator.com/from?site=whateverdomain.com, and parse that single result?

wbnns•15h ago
Thanks so much, I've just refactored to do exactly this, based on your comment: https://github.com/wbnns/submit-to-hacker-news/commit/1afd66...
wbnns•15h ago
Additional updates alongside the change: https://github.com/wbnns/submit-to-hacker-news/commit/d9e027...
wbnns•14h ago
v1.4.0: https://github.com/wbnns/submit-to-hacker-news/releases/tag/...
brudgers•7h ago
There's a bookmarklet from Ycombinator, https://news.ycombinator.com/bookmarklet.html