frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

SnapplAI – Apply to Jobs in a Snap

https://github.com/TDK-99/SnapplAI
1•TDK-99•2m ago•1 comments

The End of Programming

https://pauldix.com/the-end-of-programming
1•bssrdf•2m ago•0 comments

Beyond China's humanoid robots, a quieter machine revolution is unfolding

https://www.bbc.com/news/articles/c62m4zn1q6mo
1•enraged_camel•3m ago•0 comments

The Mormon Church Is Quietly Expanding Its Real Estate Empire Across the US

https://www.bloomberg.com/news/features/2026-08-25/florida-colorado-developments-are-part-of-morm...
1•petethomas•3m ago•0 comments

New social app: Strava for reading

https://apps.apple.com/us/app/topics-curated-reading/id6759892878
1•starlightttt•7m ago•1 comments

The Bernstein Doctrine: Five Questions Before We Upend an Economic System

https://medium.com/freedomofthought/the-bernstein-doctrine-five-questions-before-we-upend-an-econ...
1•raynchad•10m ago•0 comments

I think the data center backlash is mostly about data centers

https://blog.andymasley.com/p/i-think-the-data-center-backlash
1•JuniperMesos•12m ago•0 comments

Show HN: Use-Fs – A React Hook for the File System Access API and OPFS

https://use-fs.com/
1•linesofcode•15m ago•0 comments

Quake – The 1996 Beta scandal [video]

https://www.youtube.com/watch?v=O2d4k2-9dMY
1•CharlesW•17m ago•0 comments

Software is now user-generated content

https://valentinewatkins.com/software-is-now-user-generated-content/
3•humblecurator•18m ago•0 comments

More Fucked Today Than Yesterday

https://climatecasino.substack.com/p/more-fucked-today-than-yesterday
9•CharlesW•20m ago•1 comments

Migrating from Codeberg Pages to an OpenBSD VPS

https://nemin.hu/vps/index.html
1•birdculture•21m ago•0 comments

Mars500 Study Overview

https://www.esa.int/Science_Exploration/Human_and_Robotic_Exploration/Mars500/Mars500_study_overview
1•EndXA•21m ago•0 comments

A-Book vs. B-Book: how retail forex brokers fill your orders

https://forexmechanics.com/choosing-broker/execution-models/
1•wazka•24m ago•0 comments

Show HN: Slash-tokens – know LLM cost before the call leaves your machine

https://github.com/Wolfe-Jam/slash-tokens
2•wolfejam•25m ago•1 comments

Why Your Website Should Never Stop Changing

https://www.smashingmagazine.com/2026/08/why-website-should-never-stop-changing/
1•karlmush•31m ago•0 comments

LIGH – Let coding agents use and verify the iOS apps they build

https://github.com/mrmarino023/light-ios-simulator
1•mattisky999•32m ago•0 comments

Uchiyomi – self-hosted manga reader that also fetches new chapters

https://github.com/AngeloSha/uchiyomi
1•AngeloSha•33m ago•0 comments

Maiao: Gerrit-style code review workflow for GitHub, GitLab, Gitea, others

https://github.com/runetes/maiao
3•zdw•34m ago•0 comments

Glyphnosis, ASCII-inspired demo won 2nd place at Evoke 2026

https://demozoo.org/productions/396656/
2•jlundberg•34m ago•0 comments

Show HN: Game to see if you're over-/under-confident in your own knowledge

https://est.alejo.ch/
1•afc•34m ago•0 comments

Complete list of U.S. products subject to counter tariffs

https://www.canada.ca/en/department-finance/programs/international-trade-finance-policy/canadas-r...
7•jonbaer•36m ago•0 comments

AI Home Lab for Beginners: The Deep Dive

https://augmentedmind.substack.com/p/ai-home-lab-for-beginners
2•felineflock•38m ago•0 comments

Russ Cox Has Left Google

https://bsky.app/profile/swtch.com/post/3mtwnosklvk2v
4•ashishgandhi•38m ago•0 comments

CVE-2026-18963 – Keycloak Reset-Credentials Bypass → Account Takeover

https://github.com/Red-Darkin/CVE-2026-18963-keycloak
3•mqus•38m ago•0 comments

Polishing Cloth Updated

https://512pixels.net/2026/08/polishing-cloth-updated/
3•zdw•39m ago•1 comments

Show HN: Invoker Game – A lightweight browser speedrun trainer for Dota 2 combos

https://invokergame.org/
1•Darwin233•46m ago•0 comments

Where to for Clojure and Enterprise Web Applications

https://github.com/factorhouse/slipway/blob/main/docs/ring-and-sente.md
2•d_t_w•50m ago•0 comments

#1 skill an FDE Forward Deployed Engineer Needs, it's not what you think

https://www.youtube.com/watch?v=CYF7T2HiLfc
4•pvergadia•50m ago•1 comments

Why Your HEIC to PNG File Is Suddenly Ten Times Bigger

https://suolex.substack.com/p/why-your-heic-to-png-file-is-suddenly
3•Hackergeist•51m ago•0 comments
Open in hackernews

Show HN: TeXbrain, a LaTeX editor that runs pdfTeX in the browser via WASM

https://github.com/swimmingbrain/texbrain
12•swimmingbrain•1h ago
I'm a master's engineering student and a big fan of LaTeX, which I used for my thesis and research articles. I have used Overleaf and that was fine until I wanted to git sync, which unfortunately sits behind a paywall. Since I didn't want to pay subscriptions for things that should simply just work, I built the editor I wanted in my free time, where you open a tab, write LaTeX, get your PDF and the files stay all in one folder on my disk.

TeXbrain is a static site with no backend. pdfTeX is compiled to WebAssembly (SwiftLaTeX) and runs in your browser. The editor can read and write your project folder through the File System Access API, so you can use git, any local TeX install, local AI Agents, or any other editor on the same files. Git is built in through isomorphic-git for anyone who would rather not touch a terminal and clone, branch, commit, push or pull via commands. No account is needed, no analytics, and everything works offline after the first load.

Try it out: https://tex.swimmingbrain.dev/ (Chromium browsers get direct folder access, while Firefox or Safari fall back to a virtual filesystem)

Or for self-hosting/contributing: https://github.com/swimmingbrain/texbrain (MIT, the pdfTeX engine is EPL 2.0 / GPL 2.0 and is listed in the THIRD_PARTY_LICENSES file).

The part I'm most proud of getting to work is the package loading. The engine itself is only 1.8 MB. When it asks for a file it doesn't have, then a service worker intercepts the request and resolves it through Cache Storage first, then a small bundled subset, then a TeX Live tree mirrored on jsDelivr, then a SwiftLaTeX style server as a last resort. Every file is fetched once at most and after the first successful compilation, the core subset is prefetched in the background so that the offline story actually holds. Only file names go over the network, never any document content.

So far, it only supports pdfTeX (no XeTeX or LuaTeX), so fontspec or polyglossia won't work, packages are pinned to the TeX Live 2020 era to stay coherent with the engine's format file and there is no bibtex or biber in the engine yet, which is maybe the roughest edge.

This is should be a good solution for people on a work laptop, a Chromebook, or a university lab PC where installing TeX Live isn't always an option, and people who don't want to maintain a TeX install at all. If you already have a local setup you like, keep it. This isn't necessarily thought as a replacement for that.

Some people have already used it for their thesis in the past months and their bug reports (which I would never have hit on my own) were then most of the summer's work. The first outside PR also landed recently, so if something doesn't compile for you, an issue with the package name or the bug itself is the most useful thing you can send me!

Comments

copperx•39m ago
Well done!
Gualdrapo•22m ago
This is super cool. I wish there was something like this for ConTeXt too.