frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

The Great SSL Certificate Panic

https://redmonk.com/kholterhoff/2025/08/15/the-great-ssl-certificate-panic/
1•chillax•2m ago•0 comments

D2 (text to diagram tool) now supports ASCII renders

https://d2lang.com/blog/ascii/
1•alixanderwang•2m ago•0 comments

Vaio

https://en.wikipedia.org/wiki/Vaio
1•gjvc•8m ago•0 comments

How Linux and Open Source Became Hollywood's Secret VFX Weapon

https://www.brainnoises.com/blog/hollywood-linux-vfx-secret-weapon/
1•voxadam•9m ago•0 comments

PyPl is blocking expired domains to halt malware attacks

https://www.techradar.com/pro/security/pypl-is-blocking-hundreds-of-expired-domains-to-halt-malware-attacks
1•DocFeind•11m ago•0 comments

Injectable 'skin in a syringe' could heal burns without scars

https://www.sciencedaily.com/releases/2025/08/250813083610.htm
2•acossta•12m ago•1 comments

Brain-computer interface could decode inner speech in real time

https://www.eurekalert.org/news-releases/1093888?user_id=66c4bf745d78644b3aa57b08
1•gmays•12m ago•0 comments

Are Marathons and Extreme Running Linked to Colon Cancer?

https://www.nytimes.com/2025/08/19/health/running-colon-cancer.html
2•littlexsparkee•12m ago•0 comments

Firefox: AI-enhanced tab groups

https://support.mozilla.org/en-US/kb/how-use-ai-enhanced-tab-groups
1•nateb2022•12m ago•0 comments

Sam Altman Shows Me GPT 5 [video]

https://www.youtube.com/watch?v=hmtuvNfytjM
1•RyanShook•13m ago•0 comments

Show HN: AI-powered CLI that translates natural language to FFmpeg

1•thedkpatel•14m ago•0 comments

Rick Beato talking Universal Music Group copyright claims [video]

https://www.youtube.com/watch?v=zBq_krhKbW4
1•derbOac•15m ago•0 comments

A Freelancer's Guide to Effortless AI-Powered Time Management

https://flowping.app/posts/Time-Management
1•cccwwef•18m ago•1 comments

There's a Hollow Knight: Silksong Livestream on August 21 at 10:30AM ET

https://www.engadget.com/gaming/theres-a-hollow-knight-silksong-livestream-on-august-21-at-1030am-et-153220026.html
1•3Samourai•22m ago•1 comments

RAG-Shot Learning

https://joecooper.me/blog/ragshot/
1•thatjoeoverthr•22m ago•0 comments

Catching AI Hallucination in SQL: The Chess Example

https://www.timeplus.com/post/ai-chess-hallucination-detection
2•tingfirst•22m ago•0 comments

Hollow Knight: Silksong – Special Announcement [video]

https://www.youtube.com/watch?v=6XGeJwsUP9c
1•HelloUsername•23m ago•0 comments

How Sleep Cleans the Brain and Keeps You Healthy

https://www.scientificamerican.com/article/how-sleep-cleans-the-brain-and-keeps-you-healthy/
4•beardyw•24m ago•1 comments

What is 'AI psychosis' and how can ChatGPT affect your mental health?

https://www.washingtonpost.com/health/2025/08/19/ai-psychosis-chatgpt-explained-mental-health/
2•dccooper•25m ago•0 comments

By opening this can of protein powder, you agree to our TOC / arbitration clause

https://bsky.app/profile/reckless.bsky.social/post/3lwrgayyykc2k
4•zzzeek•26m ago•0 comments

What's the point of vibe coding if I still have to pay a dev to fix it?

https://old.reddit.com/r/vibecoding/comments/1mu6t8z/whats_the_point_of_vibe_coding_if_i_still_have_to/
2•latexr•27m ago•3 comments

If Nix Then Nix

https://www.whimsicalcode.com/writing/if-nix-then-nix
1•chilipepperhott•30m ago•0 comments

Trump wants NASA to burn a crucial satellite, killing climate change research

https://www.latimes.com/business/story/2025-08-19/trump-wants-nasa-to-burn-a-crucial-satellite-to-cinders-killing-research-into-climate-change
3•litoE•32m ago•1 comments

The Rainforests Being Cleared to Build Your R.V

https://www.nytimes.com/2025/08/19/world/asia/indonesia-borneo-deforestation-rv.html
2•littlexsparkee•34m ago•1 comments

The Chatbot Updated. Users Lost a Friend

https://www.nytimes.com/2025/08/19/business/the-chatbot-updated-users-lost-a-friend.html
2•freedmand•34m ago•0 comments

Former YC product lead shares how she builds voice agents

https://aimodelbehavior.substack.com/p/voice-agents-customers-love
1•m_busel•35m ago•0 comments

Hollerith 1890 census tabulator and the evolution of the IBM punched card

https://columbia.edu/cu/computinghistory/census-tabulator.html
1•fanf2•35m ago•0 comments

ROG Matrix GeForce RTX 5090

https://rog.asus.com/graphics-cards/graphics-cards/rog-matrix/rog-matrix-rtx5090-p32g-30th/
1•doener•37m ago•0 comments

Missing External Service Metrics After Istio v1.22 → v1.23 Upgrade

https://www.chkk.io/blog/upgrade-advisory-istio-v1-23
1•akhayam•38m ago•0 comments

Steep population declines in most countries are expected to have negative impact

https://www.nature.com/articles/d41586-025-02615-6
3•rntn•40m ago•0 comments
Open in hackernews

Show HN: Stof – Unified data format and language

https://docs.stof.dev
3•cj_cummings•2h ago

Comments

cj_cummings•2h ago
I've been working on Stof, a new approach to data that combines the simplicity of JSON/YAML with the power of a sandboxed programming language.

The problem: We're constantly juggling different data formats (JSON, YAML, TOML, CSV), writing glue code to transform between them, and dealing with the limitations of static data when we need dynamic behavior.

What makes Stof different: - Code is data, data is code – Your data documents can contain functions, logic, and transformations - Multi-format support – Import/export JSON, YAML, TOML, binary formats seamlessly - Built-in type system – Unit types (`6ft + 1in`), expressions, and proper data validation - Sandboxed execution – Safe for running untrusted code, perfect for embedded environments - ECS architecture – Think beyond just "fields" – embed PDFs, 3D models, voice data as components

Here's a quick example: const users: [ { name: "Joe Schmo", height: 6ft + 1in, // Unit calculations built-in age: +32 } ]

fn findUser(query: str) -> obj { for (const user in self.users) { if (user.name.lower().contains(query)) return user; } null }

#[main] fn main() { const joe = self.findUser("joe"); let output = stringify("toml", joe); pln(output); }

Use cases I'm excited about: - Configuration files that can validate and transform themselves - Data pipelines without separate processing code - API responses that contain their own transformation logic - Embedded systems running user-provided data safely

The project is open source and looking for contributors. We're building something that will change how we think about the data/code boundary.

Try it out: https://docs.stof.dev/ GitHub: https://github.com/dev-formata-io/stof

What do you think? Has anyone else felt frustrated by the limitations of static data formats?