Postingan

Show HN: Runik – Turn fan wikis into e-reader dictionaries https://ift.tt/ncBzEYO

Show HN: Runik – Turn fan wikis into e-reader dictionaries Hey HN! As a reader of epic fantasy and sci-fi, I often find myself reaching for my phone to look up an obscure side character — or the difference between “Genebackis” and “Genebaris”. So I built runik to bring in-world definitions directly onto my e-reader and stay immersed in the story. Runik parses the contents of fan wikis into Kobo and Kindle compatible dictionaries. It uses the device’s built-in word lookup feature, so there’s no jailbreaking required and definitions can be used offline. It’s still in early development and is built with Go (Wails) + Svelte + Dictutil — feedback is appreciated! Note: Kindle support requires kindlegen, which comes bundled with the Kindle Previewer app (details in the README). https://runik.app/ https://ift.tt/6P0xIWq https://ift.tt/6P0xIWq July 2, 2025 at 12:55AM

Show HN: Lifp – A Lisp Built on Bun https://ift.tt/D3kwPrl

Show HN: Lifp – A Lisp Built on Bun A silly summer break project where I played around with Bun, which I hadn't had the chance to yet. It's not super lisp-y, there's no car, no cdr, nor macros. It's a Lisp-Inspired Functional Programming language that ideally doesn't require a paradigm shift when you come from C-like languages. https://ift.tt/AnFNhaX July 1, 2025 at 09:34PM

Celebrating 35 Years of the Americans with Disabilities Act

Celebrating 35 Years of the Americans with Disabilities Act By Akaoluchukwu Ogbue Accessible transportation in San Francisco keeps everyone rolling. July marks the 35th anniversary of the landmark Americans with Disabilities Act (ADA). This civil rights law prohibits discrimination against people with disabilities. The ADA made travel more accessible, opening doors for people with disabilities to navigate their communities on their own terms. Requiring accessible vehicles and paratransit services gave riders freedom to participate more fully in public life. At the SFMTA, our work is rooted in making sure that transportation in San Francisco is accessible and affordable for... Published July 01, 2025 at 07:00AM https://ift.tt/L47J1CO

Show HN: A tool to minimize echo chambers on social media https://ift.tt/dvNiOK7

Show HN: A tool to minimize echo chambers on social media https://ift.tt/YaR1S3V July 1, 2025 at 11:23PM

Show HN: Audiopipe – Pipeline for audio diarization, denoising and transcription https://ift.tt/xpCYAi8

Show HN: Audiopipe – Pipeline for audio diarization, denoising and transcription Audiopipe is a one-liner for denoising, diarization and transcription with demucs + pyannote + insanely-fast-whisper. Made it to transcribe podcasts and Dungeons And Dragons sessions, figured it could be useful. It also has a wasm UI to load transcriptions and audio. Feel free to contribute! Feedback appreciated. https://ift.tt/3oQCA7z July 1, 2025 at 02:32AM

Show HN: Attach Gateway – one-command OIDC/DID auth for local LLMs https://ift.tt/v4wkSLU

Show HN: Attach Gateway – one-command OIDC/DID auth for local LLMs We’ve been building local and on-prem agent workflows for open-source LLMs. Engines like Ollama or vLLM ship with no auth, so every team ends up writing the same JWT proxy. Attach Gateway is a single process that sits in front of any model server and handles the boring bits: - verifies OIDC / DID JWTs - adds X-Attach-User and X-Attach-Session headers so downstream agents share the same identity - optional /a2a/tasks/send endpoint for Google-style A2A hand-offs - mirrors prompts + completions to Weaviate (runs in Docker) One `pip install attach-dev`, export a token, run `attach-gateway`, and your local Ollama is protected in under 60 seconds. Repo: https://ift.tt/hbFTILX PyPI: https://ift.tt/Lhbo49M Would love feedback – especially from teams doing multi-agent or on-prem work. https://ift.tt/hbFTILX July 1, 2025 at 01:08AM

Show HN: QuizKnit, an open source quiz creator https://ift.tt/YGPtmBw

Show HN: QuizKnit, an open source quiz creator QuizKnit is an open source quiz creator to create quizzes by pasting in text or selecting from a large range of historical categories. Started as a very simple app for me to play around with OpenAI’s API last year then morphed into a portfolio project during my job search earlier this year. Now happily employed so decided to open source it. Right now, a user can create a quiz, take a quiz, save it and share the quiz with other people using a URL. You can try out the full working application at https://quizknit.com Github Links: Frontend: https://ift.tt/YuoLQKD , Backend: https://ift.tt/pBSwEAM https://quizknit.com July 1, 2025 at 12:16AM