Postingan

Working with Communities to Make Schools Safer: This Year’s Walk Audits

Working with Communities to Make Schools Safer: This Year’s Walk Audits By Nehama Rogozen School staff, parents, community members and SFMTA staff gather at Alvarado Elementary School to conduct a Walk Audit. Getting kids to school safely is a top priority for our teams at the SFMTA. One way we create safer conditions is through our School Walk Audit Program. Each year, we select 10 schools for this program. So, what is a school walk audit? It's just like it sounds. SFMTA staff join school and community representatives to walk the area and look for things that make it harder to walk to school safely. That could be: Faded striping on the roads Tricky crossings Blind spots People... Published 2026-03-24T00:00:00Z https://ift.tt/IRbM426

Show HN: Jelly – SSH Social Hangout https://ift.tt/cfTY5k9

Show HN: Jelly – SSH Social Hangout built a social network you connect to over SSH. no signup, no browser, just open your terminal and you're in. channels, profiles, guestbook, shared blackboard, Top 8. your identity is your SSH key fingerprint so no passwords needed. to connect: ssh-keygen -t ed25519 (just hit enter through all the prompts) ssh jellyshell.dev built with Go, Bubble Tea, and Wish. i wanted to make something that maintains privacy and gets away from the brain rot and algorithms pushing rage bait. lmk what you think. March 24, 2026 at 11:08PM

Show HN: Primer – build software with AI agents one milestone at a time https://ift.tt/FSHNoEu

Show HN: Primer – build software with AI agents one milestone at a time https://ift.tt/pSaYO8w March 24, 2026 at 01:20AM

Show HN: Minimalist library to generate SVG views of scientific data https://ift.tt/hf92UzN

Show HN: Minimalist library to generate SVG views of scientific data Just wanted to share with HN a simple/minimal open source Python library that generates SVG files visualizing two dimensional data and distributions, in case others find it useful or interesting. I wrote it as a fun project, mostly because I found that the standard libraries in Python generated unnecessarily large SVG files. One nice property is that I can configure the visuals through CSS, which allows me to support dark/light mode browser settings. The graphs are specified as JSON files (the repository includes a few examples). It supports scatterplots, line plots, histograms, and box plots, and I collected examples here: https://ift.tt/yneXcuW... I did this mostly for the graphs in an article in my blog ( https://alejo.ch/3jj ). Would love to hear opinions. :-) https://ift.tt/LVchGUm March 24, 2026 at 12:54AM

Show HN: Threadprocs – executables sharing one address space (0-copy pointers) https://ift.tt/SPzoxnL

Show HN: Threadprocs – executables sharing one address space (0-copy pointers) This project launches multiple independent programs into a single shared virtual address space, while still behaving like separate processes (independent binaries, globals, and lifetimes). When threadprocs share their address space, pointers are valid across them with no code changes for well-behaved Linux binaries. Unlike threads, each threadproc is a standalone and semi-isolated process. Unlike dlopen-based plugin systems, threadprocs run traditional executables with a `main()` function. Unlike POSIX processes, pointers remain valid across threadprocs because they share the same address space. This means that idiomatic pointer-based data structures like `std::string` or `std::unordered_map` can be passed between threadprocs and accessed directly (with the usual data race considerations). This accomplishes a programming model somewhere between pthreads and multi-process shared memory IPC. The implementation...

Show HN: MAGA or Not? Political alignment scores for people and companies https://ift.tt/Q7CKHyu

Show HN: MAGA or Not? Political alignment scores for people and companies I wanted a way for people to support companies and people that align with their political beliefs. Additionally, I think it can serve as a valuable, source-linked public ledger of who said and did what over time, especially as incentives change and people try to rewrite their positions. This is fully AI-coded, researched, and sourced. Additionally, AI helped develop the scoring system. The evidence gathering is done by a number of different agents through OpenRouter that gather and classify source-backed claims. The point of that is not to pretend bias disappears, but to avoid me manually selecting the evidence myself. I intend for it to remain current and grow. The system is close to fully automated, though ongoing evidence collection at scale is still limited mostly by cost. The name is an homage to the early days of Web 1.0 and Hot or Not, which was a main competitor of mine as the creator of FaceTheJury.com, ...

Show HN: Revise – An AI Editor for Documents https://ift.tt/G2zlsJp

Show HN: Revise – An AI Editor for Documents I started building this 10 months ago, largely using agentic coding tools. I've stayed very involved in the code base and architecture, and have never moved faster in my life as a dev. The word processor engine and rendering layer are all built from scratch - the only 3rd party library I used was the excellent Y.js for the CRDT stack. Would love some feedback! https://revise.io March 22, 2026 at 08:28PM