Sunday, February 9, 2025

Show HN: Ohkami: Rust web framework on native, Cloudflare Workers and AWS Lambda https://ift.tt/jRU09za

Show HN: Ohkami: Rust web framework on native, Cloudflare Workers and AWS Lambda Ohkami added experimental support for AWS Lambda in v0.22. Now it works on: tokio, async-std, smol, glommio, nio, Cloudflare Workers, AWS Lambda! https://ift.tt/x70nsTR February 8, 2025 at 09:24PM

Show HN: I trained a custom LLM to create Apple Shortcuts https://ift.tt/FlG2L4W

Show HN: I trained a custom LLM to create Apple Shortcuts Hi! This is a version 2.0 2x Context window 7-8x Faster Less hallucinations :) https://ift.tt/FGgH3f4 February 8, 2025 at 11:05PM

Saturday, February 8, 2025

Show HN: HN as TikTok, Welcome to HN Hell https://ift.tt/z67eXBt

Show HN: HN as TikTok, Welcome to HN Hell https://hnhell.com February 5, 2025 at 04:45PM

Show HN: A configuration management system for minimal *Nix environments https://ift.tt/BRoDJC7

Show HN: A configuration management system for minimal *Nix environments I built this thing to scratch my itch for a simpler alternative to Ansible and similar for basic jobs like setting up a dev env, building containers, and provisioning small fleets of servers. Grateful for feedback on the approach! A couple of friends and I have found it useful for day-to-day automation tasks and I'm wondering if there's enough utility in its ability to target minimal environments like Alpine containers or IoT devices to warrant fleshing out a proper 1.0 release. https://ift.tt/q9PXyk7 February 7, 2025 at 11:16PM

Friday, February 7, 2025

Show HN: Heap Explorer https://ift.tt/HBleFdQ

Show HN: Heap Explorer I wrote a little LD_PRELOAD library that makes it easy to inspect and interact with a running program's glibc heap. It's fun to pause processes, free a bunch of their allocations, then resume them. Most of the time, the processes continue as though nothing happened, but sometimes they do interesting things :) https://ift.tt/VzCQpBk February 6, 2025 at 10:24AM

Show HN: Watch fascism unfold in realtime – an AI-powered tracker https://ift.tt/Eu3bDVF

Show HN: Watch fascism unfold in realtime – an AI-powered tracker Hi HN, Wanted to share a project I made over the weekend - a real-time fascism tracker. The site fetches recent news from trusted sources, filters it for keywords related to fascism and the current US administration, and then sends it to GPT-4o for classification according to the 14 characteristics of fascism described by Dr. Lawrence Britt. With the rapid pace of news in the US, especially post-election, it’s hard to keep up. I built this site so you can quickly see important topics and draw parallels with similar historical events. Would love to hear your thoughts. - Ryan https://ift.tt/orgBYSm February 6, 2025 at 10:32PM

Thursday, February 6, 2025

Show HN: Kindly RSS, a self-hostable RSS app designed for e-ink devices https://ift.tt/mwlaLbo

Show HN: Kindly RSS, a self-hostable RSS app designed for e-ink devices In the last few weeks I've been working on a RSS application designed to be used in e-ink devices such as Kindle, through the device's web browser. It's a self-hostable app optimized for running on low-end hardware (such as Raspberry Pi, I actually run it on a 3b model). The project is in its early stages of development. It is usable, but you may (and probably will :P) encounter bugs from time to time. I did it for myself (I like to read at night before going to sleep but I don't like to use my phone at that time). I thought people could find it useful so I worked on it a little bit more to publish it. At the moment it can only be run by downloading and compiling the source code or using the docker image (in the repo and the landing page there is a curl that executes the script to run the container, manual instructions can be found in the repo's README). Repo: https://ift.tt/BxzpEek Dockerhub: https://ift.tt/kHWhdi6 Thank you for reading! I'd love to hear your thoughts and suggestions. https://kindlyrss.app/ February 6, 2025 at 02:16AM

Show HN: Mosaic – arrange iOS icons by color using an evolutionary algorithm https://ift.tt/DbGE483

Show HN: Mosaic – arrange iOS icons by color using an evolutionary algorithm It started out as a way for me to freshen up my C++ skills duri...