frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

UTF-8 is a brilliant design

https://iamvishnu.com/posts/utf8-is-brilliant-design
233•vishnuharidas•3h ago•103 comments

QGIS is a free, open-source, cross platform geographical information system

https://github.com/qgis/QGIS
188•rcarmo•4h ago•51 comments

Many hard LeetCode problems are easy constraint problems

https://buttondown.com/hillelwayne/archive/many-hard-leetcode-problems-are-easy-constraint/
342•mpweiher•6h ago•273 comments

EU court rules nuclear energy is clean energy

https://www.weplanet.org/post/eu-court-rules-nuclear-energy-is-clean-energy
461•mpweiher•3h ago•329 comments

The treasury is expanding the Patriot Act to attack Bitcoin self custody

https://www.tftc.io/treasury-iexpanding-patriot-act/
528•bilsbie•9h ago•405 comments

Rust: A quest for performant, reliable software [video]

https://www.youtube.com/watch?v=k_-6KI3m31M
65•raphlinus•13h ago•10 comments

3D modeling with paper

https://www.arvinpoddar.com/blog/3d-modeling-with-paper
206•joshuawootonn•7h ago•29 comments

Corporations are trying to hide job openings from US citizens

https://thehill.com/opinion/finance/5498346-corporate-america-has-been-trying-to-hide-job-opening...
138•b_mc2•5h ago•105 comments

How FOSS Projects Handle Legal Takedown Requests

https://f-droid.org/2025/09/10/how-foss-projects-handle-legal-takedown-requests.html
63•mkesper•4h ago•5 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/
13•geox•3d ago•2 comments

Humanely dealing with humungus crawlers

https://flak.tedunangst.com/post/humanely-dealing-with-humungus-crawlers
56•freediver•4h ago•33 comments

Qwen3-Next

https://qwen.ai/blog?id=4074cca80393150c248e508aa62983f9cb7d27cd&from=research.latest-advancement...
511•tosh•15h ago•196 comments

Vector database that can index 1B vectors in 48M

https://www.vectroid.com/blog/why-and-how-we-built-Vectroid
70•mathewpregasen•4h ago•29 comments

How to Become a Pure Mathematician (Or Statistician)

http://hbpms.blogspot.com/
49•ipnon•3d ago•45 comments

Windows-Use: an AI agent that interacts with Windows at GUI layer

https://github.com/CursorTouch/Windows-Use
87•djhu9•3d ago•16 comments

Polylaminin, a drug considered capable of reversing spinal cord injury

https://www1.folha.uol.com.br/internacional/en/scienceandhealth/2025/09/groundbreaking-brazilian-...
70•_aleph2c_•2h ago•5 comments

Oq: Terminal OpenAPI Spec Viewer

https://github.com/plutov/oq
75•der_gopher•6h ago•11 comments

Why do browsers throttle JavaScript timers?

https://nolanlawson.com/2025/08/31/why-do-browsers-throttle-javascript-timers/
30•vidyesh•3h ago•20 comments

I made a small site to share text and files for free, no ads, no registration

https://www.dum.pt/
15•MarsB•1h ago•13 comments

Building a Deep Research Agent Using MCP-Agent

https://thealliance.ai/blog/building-a-deep-research-agent-using-mcp-agent
58•saqadri•2d ago•16 comments

Advanced Scheme Techniques (2004) [pdf]

https://people.csail.mit.edu//jhbrown/scheme/continuationslides04.pdf
83•mooreds•5h ago•9 comments

OpenAI Grove

https://openai.com/index/openai-grove/
50•manveerc•5h ago•51 comments

VaultGemma: The most capable differentially private LLM

https://research.google/blog/vaultgemma-the-worlds-most-capable-differentially-private-llm/
59•meetpateltech•5h ago•12 comments

K2-think: A parameter-efficient reasoning system

https://arxiv.org/abs/2509.07604
28•mgl•4h ago•3 comments

Show HN: 47jobs – A Fiverr/Upwork for AI Agents

https://47jobs.xyz
10•the_plug•1h ago•16 comments

Doom-ada: Doom Emacs Ada language module with syntax, LSP and Alire support

https://github.com/tomekw/doom-ada
62•tomekw•6h ago•8 comments

Racintosh Plus – Rackmount Mac Plus

http://www.identity4.com/2025-racintosh-plus/
120•zdw•3d ago•26 comments

Wysiwid: What you see is what it does

https://essenceofsoftware.com/posts/wysiwid/
8•auggierose•3d ago•1 comments

I don't like curved displays

https://blog.danielh.cc/blog/curved
44•max__dev•3d ago•55 comments

Power series, power serious (1999) [pdf]

https://www.cambridge.org/core/services/aop-cambridge-core/content/view/19863F4EAACC33E1E01DE2A21...
12•signa11•2d ago•1 comments
Open in hackernews

K2-think: A parameter-efficient reasoning system

https://arxiv.org/abs/2509.07604
28•mgl•4h ago

Comments

mgl•4h ago
https://venturebeat.com/ai/k2-think-arrives-from-uae-as-worl...
mgl•4h ago
Debunking the Claims of K2-Think https://www.sri.inf.ethz.ch/blog/k2think
softwaredoug•35m ago
Can reasoners be optimizers?

Like does reasoning find a gradient to optimize a solution? Or are they just trying to expand state until finding what the LLMs world knowledge would say is highest probability?

For example, I can imagine an LLM reasoner might run out of state trying to perfectly solve for 50 intricate unit tests. Because it ping pongs between solving one case, then another, playing whack-a-mole and not converging.

Maybe there's an "oh duh" answer to this, but where I struggle with the limits of agentic work vs traditional ML.