frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Cloud-based email and calendar sync platform and Android app – for sale

https://sugarmail.app/
1•uncle_kostya•25s ago•0 comments

OAuth Token Theft Through Microsoft's Front Door

https://www.huntress.com/blog/stealing-oauth-tokens-through-microsofts-front-door
1•speckx•1m ago•0 comments

Apple Reference Image Explained Through Anti-Doping

https://medium.com/the-quantastic-journal/apple-reference-image-explained-through-anti-doping-642...
1•cadeos•1m ago•0 comments

Maynooth university: MU researchers build world-first DNA computer

https://www.maynoothuniversity.ie/news-events/mu-researchers-build-world-first-dna-computer-publi...
1•gvieri•1m ago•0 comments

ComfyUI launches OpenRouter for generative media

https://comfy.org/platform/router/
1•crystal_alpine•1m ago•1 comments

Show HN: PicoLM v1.0-rc2 ("Yura Kana"). Run an LLM on Digital Unix

https://github.com/whoreson/picolm/
1•gabucino•1m ago•0 comments

A Startup Wants to Power Data Centers with 'Supercritical' Carbon Dioxide

https://www.wired.com/story/startup-power-data-centers-supercritical-co2/
1•Brajeshwar•3m ago•0 comments

We open-sourced an event ticketing platform

https://evnelo.com/
1•mauriciogior•5m ago•1 comments

Functionally Zen

https://testdouble.com/insights/functionally-zen
2•BerislavLopac•7m ago•0 comments

Trump reveals millions of dollars' worth of share deals in big tech and AI

https://www.bbc.com/news/articles/c6p3kxpp8lezo
3•tartoran•7m ago•0 comments

OpenAI nabs key Patreon execs ahead of upcoming announcement

https://www.theverge.com/ai-artificial-intelligence/999249/openai-creators-patreon-execs-hire-sam...
1•elffjs•7m ago•0 comments

Open-weight models now carry 56% of production tokens and 14% of the spend

https://fromtheterminal.substack.com/p/your-production-traffic-already-left-the-frontier
1•oldfamily•8m ago•0 comments

Show HN: Volum – An open-source visual library for 3D model files

https://volum.didac.dev/
2•sabatesduran•8m ago•0 comments

iPhone 4 "Antennagate" Q&A – Steve Jobs, Tim Cook and Bob Mansfield (2010) [video]

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

Containers Are No Longer a Security Boundary

https://depthfirst.com/research/containers-are-no-longer-safe
3•conor-•16m ago•0 comments

Data Centers Are Theft

https://www.machinesociety.ai/p/data-centers-are-theft
1•mikelgan•16m ago•0 comments

Is AI killing the forums and wikis your IT team relies on?

https://www.spiceworks.com/ai/is-ai-quietly-killing-the-forums-and-wikis-your-it-team-relies-on/
1•MC995•17m ago•0 comments

The science of Monkey Island: can grog dissolve a metal mug that fast?

https://jgeekstudies.org/2026/09/23/the-science-of-monkey-island-can-grog-actually-dissolve-a-met...
2•zdw•18m ago•0 comments

Top post in R/gamedev: "AI models have caught up with Unity dev."

https://www.reddit.com/r/gamedev/comments/1wo5asm/ai_models_have_caught_up_with_unity_dev_my/
2•ralfd•18m ago•1 comments

We ported the original Doom to SQL

https://cedardb.com/blog/sqldoom/
1•Vaslo•18m ago•1 comments

Show HN: A browser word game about composing Chinese characters

https://www.chunqiuyiyu.com/zigrid/
1•chunqiuyiyu•19m ago•0 comments

What's Inside Fauci's Diary [video]

https://www.youtube.com/watch?v=dFKRVfguxto
1•db48x•20m ago•0 comments

Systemd v262 Released

https://github.com/systemd/systemd/releases/tag/v262
2•dimonomid•21m ago•1 comments

AI anxiety is sweeping the globe – and cutting across party lines

https://www.politico.eu/article/poll-ai-anxiety-openai-anthropic-elon-musk-silicon-valley-across-...
1•lf88•23m ago•0 comments

Linux Implements Dynamic Bash Tab Completion

https://salivity.github.io/linux/article/how-linux-implements-dynamic-bash-tab-completion
1•ankitg12•24m ago•0 comments

I Couldn't Build Jev at OpenAI – Diogo Almeida, TypeSafe Co-Founder and CEO [video]

https://www.youtube.com/watch?v=cFx9Z3ZXca0
3•ABS•24m ago•0 comments

Performance and safety of a multi-cancer early detection test

https://www.nature.com/articles/s41591-026-04618-w
1•brandonb•24m ago•0 comments

Ethics of Agent Exploitation

https://blog.cygankiewicz.com/en/ethics-of-agent-exploitation/
1•mpkc•26m ago•0 comments

Build a devtool once. Mount it anywhere

https://devfra.me
1•flashblaze•26m ago•0 comments

Troubleshooting a weird keyboard on a Pentium III

https://www.rubenerd.au/troubleshooting-a-weird-keyboard-on-a-pentium-3/
1•speckx•27m ago•0 comments
Open in hackernews

Show HN: STXT, a human-first XML alternative I created in 2013, is now ready

https://stxt.dev/
2•mombiela•1h ago
STXT came to me in the spring of 2013: a language that preserves the most used features of XML, while being able to be written by non-technical people. The first version was created, different from the current one, but I never announced it. In 2014 my daughter was born; my priorities changed.

Time passed and we arrived at 2025. In those years I didn't find another format with the same balance of characteristics that STXT has, and I decided that was the time to resume the project. Since then, I've been revising the language, using it for personal projects, and today it's usable and stable.

STXT is a text format for documents and structured data, indentation-based, with schemas, namespaces, and no escape characters.

An example in STXT (extra indentation for HN):

  Book (com.example.library):
      Title: Modern Software Architecture
      Authors:
          Author: Keyla Brown
          Author: Joan Costa
      ISBN: 978-84-123456-7-4
      Published: 2026-08-25
      Summary >>
          This book offers a practical view
          of patterns and best practices
          for designing distributed,
          scalable systems.
And the template with the structure and cardinality:

  Template (@stxt.template): com.example.library
      Structure >>
          Book:
              Title: (1)
              Authors: (1)
                  Author: (+)
              ISBN: (1)
              Published: (1) DATE
              Summary: (?) TEXT
The portal is made with STXT itself (add .stxt to any URL to see the source). There you can find the language specifications and implementations in Java, TypeScript and Python, passing the same conformance kit. All available at https://github.com/stxt-lang/ under MIT License.

You can try STXT at https://play.stxt.dev or install the VS Code extension stxt-lang.stxt.