frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

CSS-Tricks in Limbo

https://vale.rocks/micros/20260915-0135
1•edent•2m ago•0 comments

Vieta's Formula

https://brilliant.org/wiki/vietas-formula/
1•vismit2000•4m ago•0 comments

Ask HN: Is the real world computational all the way down?

1•baigy•6m ago•0 comments

A Neuroscientist's Theory of Everything

https://nautil.us/a-neuroscientists-theory-of-everything-237851
1•signa11•12m ago•0 comments

Show HN: Steam DNA – your Steam library as a card of the mechanics you play

https://dna.steammaho.com
1•steammaho•13m ago•0 comments

Driscoll's Gave China Its Blueberries; China Swiped the Secret to Growing Them

https://www.wsj.com/business/driscolls-berry-farms-china-competition-b0b49f04
1•geneticdrifts•13m ago•0 comments

Javier Gomez-Serrano – New Math, AI Developments in Fluid Mechanics [video]

https://www.youtube.com/watch?v=TcEefrWrddA
1•nill0•14m ago•0 comments

Trump says AI safety fears a 'hoax' as he rejects calls for greater safeguards

https://www.bbc.co.uk/news/articles/cw980n0nd0qjo
1•chrisjj•15m ago•0 comments

SamplePitcher – Batch pitch audio samples in the browser

https://www.samplepitcher.com/en
1•saulevas•16m ago•0 comments

The Steam Frame Is Important, Even If You Don't Buy One

https://bhmt.dev/blog/frame/
1•Bluestein•16m ago•0 comments

GCC Eliminates Unnecessary Integer Division

https://leetarxiv.substack.com/p/how-gcc-eliminates-unnecessary-integer
1•signa11•17m ago•0 comments

A Blueprint for Keeping Humans in Control of AI

https://www.gsb.stanford.edu/insights/blueprint-keeping-humans-control-ai
1•geox•21m ago•0 comments

Disney's Films Used to Look Different

https://animationobsessive.substack.com/p/disneys-films-used-to-look-different
2•vinhnx•24m ago•0 comments

We abandoned eInk for a segmented LCD after designing our product around it

https://www.reddit.com/r/hwstartups/comments/1w6c6im/why_we_abandoned_e_ink_for_a_segmented_lcd_a...
1•chris_overseas•25m ago•0 comments

Show HN: Shelf, a local-first open-source tab manager for Chrome

https://chromewebstore.google.com/detail/shelf-—-privacy-first-tab/ooapfnbngihkbfldhleacagkgffj...
1•mirza_rizvi•25m ago•2 comments

Show HN: Karen – app feedback as easy as complaining

https://github.com/bassimeledath/karen/tree/main
1•bombastic311•26m ago•0 comments

AI bots "Timmy," "Ren," and "Jackie" are flooding social media with slop

https://arstechnica.com/ai/2026/09/ai-agents-flood-the-internet-with-slop-infused-spam/
1•joozio•27m ago•0 comments

Leak: EU Commission to pitch social media restrictions for under-15s

https://www.euronews.com/my-europe/2026/09/15/leak-eu-commission-to-pitch-social-media-restrictio...
5•mdp2021•32m ago•2 comments

Can Theoretical Physics Research Benefit from Language Agents?

https://arxiv.org/abs/2506.06214
2•num42•33m ago•0 comments

KnowBench: Evaluating clinical AI with effort reduction

https://arxiv.org/abs/2609.15794
4•kangjl888•37m ago•1 comments

Web-Doc-Scanner: Best Web Document Scanner

https://web-doc-scanner.app/
2•sealin•44m ago•0 comments

Planning with Agents: Divided Worlds, Boundary Objects, and Thicker Interfaces

https://maggieappleton.com/planning-agents
4•renehsz•45m ago•0 comments

Show HN: Jinfer – AI inference engine for the JVM. AI in a jar

https://qxotic.ai/
2•mukel•47m ago•0 comments

Kenwea Notary run a package's install scripts in a sandbox, get a signed verdict

https://www.kenwea.com/verify
2•genshro•54m ago•0 comments

Extensions, skills, and themes for Pi coding agent

https://github.com/tomsej/pi-ext
1•NicoJuicy•54m ago•0 comments

The emerging landscape of engineered bacteria cancer therapies (2025)

https://www.nature.com/articles/s41587-025-02623-x
3•eternal_braid•56m ago•0 comments

Show HN: Radar, find Reddit threads where your software could help

https://getredditradar.com
2•robsanna•1h ago•1 comments

The Cereal Whistle That Terrorized AT&T

https://www.youtube.com/watch?v=7uHhenBjCIc
1•cable2600•1h ago•0 comments

Where Alignment Exists, Until It Doesn't

https://medium.com/@gurvinder372/article-17-where-alignment-exists-until-it-doesnt-94caa9f0e07b
2•gps372•1h ago•0 comments

What the New AI Layoff Data Proves

https://www.youtube.com/watch?v=k8pTfkA6sio
1•cable2600•1h ago•1 comments
Open in hackernews

Show HN: Jinfer – AI inference engine for the JVM. AI in a jar

https://qxotic.ai/
2•mukel•47m ago
Hi HN, Some would call AI on the JVM quixotic. And so, Quixotic AI was born.

jinfer is an inference engine for the JVM: chat, vision, audio, embeddings, reranking, and TTS. No Python runtime, no ONNX, no Docker containers, no sidecar process, no IPC. Finally, AI in a jar.

The stack underneath is built for the JVM rather than bolted onto it:

    toknroll: pure-Java tokenizers, zero dependencies
    gguf / safetensors: read and write llama.cpp and HuggingFace model formats
    jam: quantized matmul kernels, competitive with llama.cpp on CPU
    jota: Tensor API targeting Java, C, CUDA, HIP, Metal, OpenCL, and Mojo
It ships with integrations for Spring AI and LangChain4j, and is compatible with GraalVM Native Image for low-overhead, self-contained binaries with millisecond startup.

This is an early release (CPU only): I'd especially like feedback on the API surface.

Site: https://qxotic.ai Repo: https://github.com/qxoticai/qxotic