'why'?
Aligning Your Projects with Your Core Purpose
www.indiehackers.com/post/alignin...
@gigrdo.bsky.social
Software Engineer | Language learner | Traveler |
'why'?
Aligning Your Projects with Your Core Purpose
www.indiehackers.com/post/alignin...
Be Playful โค๏ธ
Finding the Inspiration to Build
dev.to/wasp/finding...
#webdev #saas
Running Unix-like OS Xv6 on custom CPU & compiler
fuel.edby.coffee/posts/how-we...
#OS #SystemsProgramming #DIY
Writing Docs for AI โ Best Practices
Good documentation is even more critical in the age of LLMs.
docs.kapa.ai/improving/wr...
#TechnicalWriting #AI
Poline โ An amazing Polar Color Palette Generator
Unexpected, beautiful palettes generated with math.
#CreativeCoding #DesignTools
meodai.github.io/poline/
Bento โ A Steam Deck Inside a Keyboard
Wild hardware project merging gaming and form factor.
github.com/lunchbox-com...
#Gaming #Hardware
My iPhone 8 Refuses to Die
Now itโs a solar-powered OCR server.
terminalbytes.com/iphone-8-sol...
#Hardware #MobileHacks #HN
The Power of Fuzzing for Porting Code
Why fuzz testing is unexpectedly effective when rewriting software.
rjp.io/blog/2025-06...
#SoftwareTesting #Fuzzing
Workout.cool- Open-source fitness coaching platform โ workouts + AI integration.
github.com/Snouzy/worko...
#OpenSource #FitnessTech
Websites Are Tracking You via Browser Fingerprinting
A reminder that incognito mode isnโt invisibility.
engineering.tamu.edu/news/2025/06...
#Privacy #WebSecurity
Fang โ The CLI Starter Kit
Minimal setup with great DX. Built by the folks at Charmbracelet.
#CLI #DeveloperTools
github.com/charmbracele...
Unregistry
Push Docker images directly to servers โ no registry required.
#DevOps #Docker
github.com/psviderski/u...
iOS Screen Time via REST API
Access iOS Screen Time data through a REST API with this open-source tool โ perfect for developers and digital wellbeing apps.
www.thescreentimenetwork.com/about
#iOSDev #ScreenTime #API #OpenSource
3D SVG Renderer Without Rasterization
Check out this 3D SVG renderer that projects textures without rasterization โ a unique approach to rendering graphics in the browser.
seve.blog/p/i-made-a-3...
#WebDev #SVG #Graphics #OpenSource
LLMs & Elixir: Windfall or Deathblow?
Zach Daniel explores whether LLMs are a threat or a boon for the Elixir community, highlighting how AI can enhance functional programming workflows.
www.zachdaniel.dev/p/llms-and-e...
#Elixir #FunctionalProgramming #AI #LLM
From Tokens to Thoughts: LLMs vs. Human Cognition
A new study compares how LLMs and humans trade compression for meaning, revealing key differences in conceptual representation.
arxiv.org/abs/2505.17117
#LLM #AIResearch #CognitiveScience #MachineLearning
Gemini 2.5 Pro: Googleโs Most Advanced AI Model
Googleโs Gemini 2.5 Pro is here โ their most advanced AI model yet, excelling at coding and complex prompts with enhanced reasoning capabilities.
deepmind.google/models/gemin...
#AI #Gemini #GoogleDeepMind #MachineLearning
Understanding the PURL Specification
Learn about the Package URL (PURL) specification โ an open standard for uniquely identifying software packages across ecosystems.
fossa.com/blog/underst...
#PURL #SoftwareSupplyChain #OpenSource #DevTools
Dino: A Simple, Expressive Programming Language
Dino is a high-level, dynamically typed scripting language designed for simplicity and expressiveness. Think Python meets C.
github.com/dino-lang/dino
#Programming #ScriptingLanguage #OpenSource #DinoLang
ClickStack, Open-Source Observability Stack
Meet ClickStack: an open-source alternative to Datadog, combining logs, metrics, traces, and session replays โ all powered by ClickHouse and HyperDX.
github.com/hyperdxio/hy...
#Observability #OpenSource #DevOps #ClickHouse
APL Interpreter in Haskell
Ever tried APL? Lucas Scharenbroch built a full APL interpreter in Haskell โ compact, expressive, and a great way to explore functional programming.
scharenbroch.dev/projects/apl...
#APL #Haskell #FunctionalProgramming #OpenSource
Tokasaurus: Stanfordโs Ultra-Fast LLM Engine
Stanford just dropped Tokasaurus โ a blazing-fast LLM inference engine optimized for high-throughput workloads. It outperforms vLLM and SGLang by up to 3x in benchmarks.
scalingintelligence.stanford.edu/blogs/tokasa...
#LLM #AI #Stanford #Inference
ClawPDF โ Open-Source PDF Printer with OCR
Open-source virtual printer that supports OCR, images, and network printing. Lightweight and privacy-friendly.
github.com/clawsoftware...
#OpenSource #PDF #OCR #Tools
Diffusion Models Explained Simply
A crystal-clear visual explanation of how diffusion models work โ the tech behind tools like DALLยทE and Stable Diffusion.
www.seangoedecke.com/diffusion-mo...
#AI #ML #DiffusionModels #ExplainedSimply
Kilo: A Text Editor in <1000 LOC
A full terminal-based text editor with syntax highlighting and search, all under 1,000 lines of C. Great for learning systems programming.
github.com/antirez/kilo
#CProgramming #TextEditor #Terminal
Better Auth (YC X25): Auth Framework for TypeScript
A new YC-backed framework focused on strong, flexible authentication flows written entirely in TypeScript.
www.better-auth.com
#Authentication #Security #TypeScript
Zod 4 is out โ TypeScript-first schema validation
Zod 4 brings major improvements in type-safe schema validation for TypeScript devs. Cleaner syntax, better inference.
zod.dev/v4
#TypeScript #Validation #Zod
Run GitHub Actions Locally with Nektos Act
Tired of waiting for CI pipelines? You can now run GitHub Actions locally with Act. Lightning-fast feedback for GitHub workflows.
github.com/nektos/act
#CI #GitHubActions #DevTools
Jules: An Asynchronous Coding Agent by Google
Google introduces Jules, a new type of async coding agent โ still experimental but hints at next-gen dev workflows.
jules.google
#AI #Agents #Google
Claude Code SDK by Anthropic
Anthropic releases Claude's Code SDK โ letting devs use powerful natural language coding capabilities directly in their apps.
docs.anthropic.com/en/docs/clau...
#Anthropic #Claude #AI #SDK