frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Running Kimi K3 on MI355X at Better Performance per Dollar Than B300

https://www.wafer.ai/blog/kimi-k3-mi355x
2•ilreb•1m ago•0 comments

Booting Fuchsia's Zircon on a Homebrew RISC-V SoC, on an Artix-7 FPGA

https://www.hdlfactory.com/post/2026/07/19/cocoapuffs-booting-fuchsias-zircon-kernel-on-a-risc-v-...
2•mbStavola•3m ago•0 comments

Sick of waiting for agents to run and then having to debug

1•seafaithless•4m ago•0 comments

Ask HN: Collection of Best Pitch Decks?

1•carbonclaw•5m ago•0 comments

PostgreSQL and the Linux OOM Killer: A Better Default

https://clickhouse.com/blog/strict-memory-overcommit-for-postgres
1•saisrirampur•10m ago•0 comments

Don't credit the LLM

https://isaacsu.com/2026/08/dont-credit-the-llm/
3•isaacsu•14m ago•1 comments

Safeguards Based on Copyable Context Cannot Provide Reliable Safety for LLMs

https://arxiv.org/abs/2607.27951
1•sbulaev•15m ago•0 comments

Karpathy's Pelican

https://twitter.com/karpathy/status/2083749667410727319
1•delichon•16m ago•0 comments

Canadians are leaving the country at record levels. Can anyone solve this?

https://thehub.ca/2026/04/03/can-anyone-solve-canadas-brain-drain-problem/
1•TMWNN•17m ago•0 comments

Simple Outlier Detection in a Kalman Filter

https://gurevich.ca/simple-outlier-detection-in-a-kalman-filter/
1•gregsadetsky•25m ago•0 comments

Futurism says Meta has "almost nothing" to show for AI. The numbers say

https://runtimewire.com/article/futurism-says-meta-has-almost-nothing-to-show-for-ai-the-numbers-...
2•ryanmerket•27m ago•6 comments

AI Models as Commodities

https://www.axios.com/2026/08/01/deepseek-model-cheap-ai-price-war
1•kooi•31m ago•0 comments

Play Neuromancer

https://archive.org/details/msdos_Neuromancer_1988
1•mindcrime•40m ago•0 comments

OpenAI's claimed disproof of Connes' Rigidity Conjecture is invalid [pdf]

https://philarchive.org/archive/NIEWTCv17
2•muglug•41m ago•0 comments

Foundational ternary-model inference and training – CUDA, CPU, BitNet/TQ

https://github.com/Quitetall/tritium
1•jacquesm•42m ago•0 comments

Windows XP Original

https://archive.org/details/windows-xp-all-sp-msdn-iso-files-en-de-ru-tr-x86-x64
1•shrikaranhanda•46m ago•1 comments

ModRetro M64 – Nintendo 64 that plays original cartridges with 4K HDMI

https://modretro.com/products/m64
1•dazzatron•47m ago•0 comments

Task Hounds – a local-first, inspectable multi-agent dev workspace

https://github.com/catowabisabi/task-hounds
1•enomars•51m ago•0 comments

Show HN: I get 25 deep researched ideas with one single prompt

https://github.com/ringlochid/banksia
3•ringlochid•53m ago•2 comments

Large language models can predict the results of social science experiments

https://www.nature.com/articles/s41586-026-10742-x
1•Tomte•54m ago•0 comments

Show HN: CleanSlate – an open-source coding agent for the IDE, CLI, and SDK

https://github.com/TheWariend/CleanSlate
1•maaaz7n•56m ago•0 comments

AI Marketing

https://www.lerobit.com
1•akliluart•1h ago•0 comments

The teenage hitmen recruited to kill across Europe

https://www.bbc.com/news/articles/czrjyevmv61o
35•1659447091•1h ago•17 comments

Ask HN: Do Something about Bots

3•gregdaniels421•1h ago•4 comments

MkLinux and the pimped-out Apple Workgroup Server 9150

http://oldvcr.blogspot.com/2026/08/mklinux-and-pimped-out-apple-workgroup.html
19•goldenskye•1h ago•1 comments

Linux desktop market share has hit over 10% in North America

https://old.reddit.com/r/linux/comments/1vcpk8i/linux_desktop_market_share_has_hit_over_10_in/
8•dviola•1h ago•0 comments

Don't Take the Black Pill (Text Adaptation)

https://andrewkelley.me/post/dont-take-black-pill.html
3•zdw•1h ago•0 comments

Show HN: FirstEmployee.ai – Start a Business

https://firstemployee.ai/
2•nadermx•1h ago•0 comments

Plug-in solar is coming. Plug-in batteries should follow

https://www.regen.co.uk/insights/plug-in-solar-is-coming-plug-in-batteries-should-follow
52•thelastgallon•1h ago•29 comments

Deep-sea vehicles spot 'alien' sharks deep beneath the waves in the Pacific

https://www.science.org/content/article/deep-sea-vehicles-spot-alien-sharks-deep-beneath-waves-pa...
14•pkaeding•1h ago•2 comments
Open in hackernews

Show HN: I Vibecoded a Python Class Hierarchy Checker (Needs Your Eyes)

https://github.com/agaz1985/umberto
2•adale•1y ago
I vibecoded a static checker for Python class hierarchies. Basically a tool that scans inheritance trees, spots structural issues (like unimplemented abstract methods or messy multiple inheritance), and helps enforce clean design patterns without running the code. Additionally, if you provide an OpenAI key, it suggests you how to refactor with composition.

It’s still rough and definitely needs polish and tests, but I wanted to put it out there early to see if it might be interesting or useful to others.

I’d love your thoughts. Is this something you’d find useful? Or is it solving a non-problem? Curious to hear what you think.

Contributions are very welcome. Feel free to open issues or PRs if you have ideas or just want to help shape it.

Repo: https://github.com/agaz1985/umberto