frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Thinnings: Sublist Witnesses and de Bruijn Index Shift Clumping

https://www.philipzucker.com/thin1/
1•todsacerdoti•1m ago•0 comments

AI Needs Management Consultants After All

https://www.wsj.com/tech/ai/ai-needs-management-consultants-after-all-bd28ecb9
1•petethomas•8m ago•0 comments

AluminatiAi – per-job GPU cost tracking for ML teams

1•AluminatiAi•11m ago•0 comments

The Cloco Loop – Code /Review Loop Using Claude and Codex

https://github.com/amazedsaint/clocoloop
1•amazedsaint•13m ago•0 comments

Show HN: Tighten skill to read AI-generated code faster

https://github.com/markrogersjr/skills/blob/main/skills/tighten/SKILL.md
1•markrogersjr•19m ago•0 comments

Spatial Programming [video]

https://www.youtube.com/watch?v=eQgxFuw8f1U
1•elcaro•20m ago•0 comments

Show HN: AlphaPerch – Track product execution for companies you follow using AI

https://alphaperch.com
1•sebasnar•21m ago•0 comments

Show HN: Compose Launcher – A macOS app to run multiple Docker Compose files

https://github.com/yingbo/compose-launcher
1•yingbo•24m ago•0 comments

Time Travel: Temporal Mutability in the Absence of Hardware [pdf]

https://wbnns.com/time-travel.pdf
1•wbnns•25m ago•0 comments

1190: Time (prize-winning Xkcd comic animation)

https://deplicator.github.io/xkcd-time-at-your-pace/
1•felineflock•26m ago•0 comments

Monocod

1•twoelf•28m ago•0 comments

MinusPod: Automatically Remove Ads from Podcasts

https://github.com/ttlequals0/MinusPod
2•Ttlequals0•31m ago•1 comments

The Rise of the Techno-Pastoral

https://noreturn.blog/p/the-rise-of-the-techno-pastoral
1•SuperShibe•31m ago•0 comments

I built a browser-based version of MARS MIPS simulator

https://webmars.nfiles.top/
2•nenepbl•36m ago•0 comments

Raymarching meets Dyalog APL (2024)

https://bl0v3.com/Blog/raymarching-in-dyalog-apl/
1•Duanemclemore•37m ago•0 comments

Tiled – Flexible Level Editor

http://www.mapeditor.org/
1•netule•39m ago•0 comments

Open source Claude Code swarms WTF

https://github.com/m0at/hermes-lite
1•sfffs•43m ago•1 comments

Work Life Balance in Japan's Tech Industry

https://japan-dev.com/blog/work-life-balance-in-the-japanese-tech-industry
1•etdev•44m ago•0 comments

Rust Bibliography

https://rustc-dev-guide.rust-lang.org/appendix/bibliography.html#rust-bibliography
1•vinhnx•45m ago•0 comments

Checking Write Bandwidth on GPUs

https://clamtech.org/?dest=gpuwrite
1•matt_d•46m ago•0 comments

Rectified Flow Auto Coder

https://world-snapshot.github.io/RAC/
1•E-Reverance•46m ago•1 comments

Servo is almost ready for Cordova, but there are two missing pieces

https://blog.merzlabs.com/posts/cordova-servo/
1•Fudgel•50m ago•0 comments

Model Collapse

https://aksioma.org/model-collapse
1•jruohonen•52m ago•0 comments

Show HN: Pmc – tiny single binary for packing code into LLM context

https://github.com/Water-Run/pack-my-code
3•linxxxx•53m ago•1 comments

I Asked My AI About Israel-Iran. It Tried to Intercept a Satellite

https://github.com/fredabila/orcbot
2•abilafredkb•53m ago•5 comments

Show HN: A high-performance, privacy-focused normal map generator in the browser

https://normalmap-generator.online/
1•maxnew•53m ago•1 comments

Show HN: Raglet(open-source)–portable RAG for small text corpora (no infra)

https://github.com/mkarots/raglet
1•cepstrum9•57m ago•1 comments

Seedance 2.0 Pro – Next-Gen AI Video Generator by ByteDance

https://www.seedance2pro.com
2•AgarwalKamrul•57m ago•2 comments

Paris: Causally Consistent Transactions with Partial Replication

https://arxiv.org/abs/1902.09327
2•Kinrany•58m ago•1 comments

Show HN: Transcribe audio from apps, files and your device's microphone

https://play.google.com/store/apps/details?id=com.dstudio.d_transcriber&hl=en
1•dstudios•58m ago•0 comments
Open in hackernews

Show HN: Native Immediate-Mode UI Library

https://github.com/petabyt/rim
3•petabyt•10mo ago
For the past few months I've been working on Rim, an immediate-mode UI library that renders down to native retained-mode toolkit widgets.

I've always preferred using native desktop toolkits for my projects, but it's always such a pain to use a retained-mode approach and maintain state in two different places.

This, and my jealousy of how easy people in the ImGui world have it (it's so much easier!), led me to create a virtual DOM for desktop toolkits.

This gives me the full power of the immediate-mode paradigm, but still allows me to target native toolkits.

Feel free to ask any questions or provide suggestions.