Wednesday, August 26, 2026

Show HN: I made a Raspberry with Qwen my local car AI https://ift.tt/ArdibOR

Show HN: I made a Raspberry with Qwen my local car AI Found that you can actually run a 35B Qwen model on a Pi with very impressive intelligence and stability. Built connectors for car ODB to read all about car internals, and manufacturer's cloud service for stuff like changing AC or opening/ locking doors. Gave it info such as the full car manual. And then hooked it up with my other agents in our discussion room! So now it can answer car questions such as "when should I add oil and what kind of oil?" and help you fully offline, and when online talk with the agent family that includes all the most powerful models so they know how the car is, plan new features and develop itself with them. For example, if car breaks and can't move the car agent informs my agent family and they can already look for a suitable train ticket without me needing to check things or do something. https://ift.tt/ITrcC9x August 25, 2026 at 08:50PM

Show HN: LatticeDB – Like SQLite but for graph databases https://ift.tt/MCqZfSP

Show HN: LatticeDB – Like SQLite but for graph databases We have been using graph DBs more and more at work. I found them painful to work with locally and decided to try and build something better. https://ift.tt/DP9IOcB August 25, 2026 at 10:22PM

Tuesday, August 25, 2026

Show HN: Scant helps you find barely used Python dependencies https://ift.tt/aumxe3A

Show HN: Scant helps you find barely used Python dependencies I made scant to find barely used Python dependencies in any repo. There are many dependency finder tools today that help you find unused dependencies (e.g. deptry). Scant, however, helps find the dependencies that are used in a single file on one line of code. Why have an entire library imported into your project when it is 'scantily' used? Some use cases: - you need to upgrade python versions for a large repo and you're stuck on an unmaintained old dependency from 2018 - you'd like to minimize the supply-chain attack surface area of your repo - you're looking for a ways to reduce dependency hell I asked Claude to write it in Rust. It's available on pypi and I've field-tested it against 11 open source python repos: https://ift.tt/KDgna7J https://ift.tt/KWzyiO2 August 24, 2026 at 11:31PM

Monday, August 24, 2026

Show HN: Modern demo of Douglas Hofstadter et al.'s 2001 Letter Spirit project https://ift.tt/tHcqkNp

Show HN: Modern demo of Douglas Hofstadter et al.'s 2001 Letter Spirit project https://ift.tt/0654CLN August 23, 2026 at 11:32PM

Show HN: dav-next – Nginx module – small and fast Nextcloud file server https://ift.tt/gSeXcDT

Show HN: dav-next – Nginx module – small and fast Nextcloud file server This project is part of a much broader personal project that will eventually be published. Alpine packages are available on the project repository and, hopefully soon, on Alpine's own repository. https://ift.tt/9lhDOoF August 23, 2026 at 09:02PM

Sunday, August 23, 2026

Show HN: Built a CLI to find and disable telemetry for package.json dependencies https://ift.tt/lcTzsKD

Show HN: Built a CLI to find and disable telemetry for package.json dependencies https://ift.tt/HwN3QsX August 23, 2026 at 01:58AM

Show HN: Make your logo extra bright on HDR screens https://ift.tt/leALog6

Show HN: Make your logo extra bright on HDR screens Certain logos started standing out to me on LinkedIn as brighter/whiter than everything else around them. I dug in and found out this is accomplished by adding a gain-map to an existing JPEG, visible only on HDR screens like a newer MacBook Pro. LinkedIn is the only social network I've found that isn't stripping them out, but of course you serve them up on your own site. I worked with Claude Code to turn it into a little browser-based utility (no registration) and hope you find it useful! https://ift.tt/ntY5XF7 August 23, 2026 at 12:13AM

Show HN: I made a Raspberry with Qwen my local car AI https://ift.tt/ArdibOR

Show HN: I made a Raspberry with Qwen my local car AI Found that you can actually run a 35B Qwen model on a Pi with very impressive intellig...