frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Useless Use of Cat Award

https://porkmail.org/era/unix/award
1•gregsadetsky•8m ago•1 comments

Novo Space builds modular computers for satellite constellations

https://runtimewire.com/article/startup-spotlight-novo-space-builds-modular-computers-for-satelli...
1•ryanmerket•11m ago•0 comments

Gaming Sickness and Its Impact on Players' Experiences with Games

https://dl.acm.org/doi/10.1145/3670653.3677494
1•BiraIgnacio•15m ago•0 comments

I built a browser-based P2P file transfer tool using WebRTC

https://airdows.com/
1•SamOkampo•21m ago•1 comments

Jordan Ellenberg explains how geometry helps us understand the world

https://www.cbc.ca/lite/story/1.6448326
1•colinprince•23m ago•0 comments

Retry is not a loop, its a data structure

https://siddhantkhare.com/writing/retry-is-not-a-loop
1•meetpateltech•27m ago•0 comments

Association Between Low/No-Calorie Artificial Sweeteners and Cognitive Decline

https://www.neurology.org/doi/10.1212/WNL.0000000000214023
2•corvad•30m ago•0 comments

PersonalDrive: Personal Cloud Storage

https://personaldrive.xyz/
1•thunderbong•33m ago•1 comments

Implementation of "Writing a C compiler" in Zig

https://github.com/igor84/wcc
2•rguiscard•35m ago•0 comments

Toyota pump tech could be key to hydrogen-combustion practicality

https://www.autocar.co.uk/car-news/technology/toyota-pump-tech-could-be-key-hydrogen-combustion-p...
1•breve•37m ago•0 comments

Track you Claude Code usage in dollars

https://www.claudeusage.com/leaderboard
1•bazarkua•37m ago•1 comments

Seamless iPad (or any device that can run a web browser) drawing into org-mode

https://github.com/larrasket/org-pad.el
1•lr0•43m ago•0 comments

China cracks down on AI companions, forcing millions to break up

https://www.abc.net.au/news/2026-07-19/china-cracks-down-on-artificial-intelligence-companions/10...
2•defrost•45m ago•1 comments

Archaeologists found Homer's Iliad inside a 1,600-year-old Egyptian mummy

https://www.sciencedaily.com/releases/2026/07/260713084918.htm
2•NordStreamYacht•57m ago•0 comments

IceCream – Never use print() to debug again

https://github.com/gruns/icecream
1•gregsadetsky•59m ago•0 comments

Claude Is Painful

5•kderbyma•59m ago•3 comments

Deepsec

https://github.com/vercel-labs/deepsec
1•handfuloflight•1h ago•0 comments

AI Mania Is Eviscerating Global Decision-Making

https://ludic.mataroa.blog/blog/ai-mania-is-eviscerating-global-decision-making/#fnref:3
11•subset•1h ago•1 comments

Prompt Injection Attacks Are Thwarting AI Hacking Agents

https://arstechnica.com/security/2026/07/now-defenders-are-embracing-the-prompt-injection-too/
1•sbulaev•1h ago•1 comments

Doctors question evidence behind Pentagon plan for testosterone screening

https://www.theguardian.com/us-news/2026/jul/18/us-military-testosterone-screening-doctors
1•wslh•1h ago•1 comments

University of Illinois is insuring itself against a drop in Chinese students

https://www.chicagobusiness.com/education/university-illinois-insurance-decline-chinese-enrollment/
2•MaysonL•1h ago•2 comments

AI as Normal Technology

https://knightcolumbia.org/content/ai-as-normal-technology
1•elsewhen•1h ago•0 comments

Ergonomic keyboard generator with hand scanning

https://ryanis.cool/cosmos/
1•ffin•1h ago•0 comments

My app just got approved by the App Store

https://apps.apple.com/us/app/kleios/id6765974356
3•idclark34•1h ago•5 comments

No, an AI cannot know the future and never will..

https://pulkitsharma.substack.com/p/no-an-ai-cannot-know-the-future-and
1•pulkitsh1234•1h ago•0 comments

Cash is king again at Tokyo's bars after credit processor fails

https://www.japantimes.co.jp/business/2026/07/14/companies/zentoshin-kabukicho-bar-cash/
1•mikhael•1h ago•0 comments

Show HN: Flightwake – a flight recorder for AI coding agents, not a navigator

https://github.com/kaiwutech-TW/flightwake
2•kaiwuTW•1h ago•0 comments

Superformula

https://en.wikipedia.org/wiki/Superformula
2•elsewhen•1h ago•0 comments

Social media algorithms: accumulated aesthetic artifacts

https://henderson.lol/posts/202607-social-media-algorithms-accumulated-aesthetic-artifacts
3•hendersonreed•1h ago•0 comments

Cloud providers are out of B200 GPUs after the Inkling release

https://twitter.com/Akashi203/status/2078615659366252877
5•Jr23_xd•1h ago•3 comments
Open in hackernews

Real-Time LuaTeX: Recompiling Large Documents in 1ms [pdf]

https://www.tug.org/tug2026/preprints/lode-realtime.pdf
36•amichail•4h ago

Comments

VorpalWay•3h ago
> Benchmarks show that per-paragraph recompilation achieves O(1) latency, constant regardless of document size, whereas Typst’s [3] incremental compilation scales linearly (O(n)).

> The tradeoff is temporary inconsistency: pages the user is not viewing may lag until a background compile converges, [...]

There doesn't seem to be any reason functionality like this couldn't also be added to Typst though. In general the authors of this paper seem dismissive of typst, but Typst also fixes so many other things about LaTeX, like the awful syntax. Not sure why they act like that.

nicce•3h ago
> Not sure why they act like that.

They seem to launch paid competitor.

froh•3h ago
the purpose (from the paper):

> texlode, the browser-based book editor built on this architecture, is scheduled for public release in October 2026. It provides collaborative editing via conflict-free replicated data types (CRDTs), manu- script import from Word, proceedings management, cover design tools, and print-ready PDF output iden- tical to standard LuaLATEX. The accompanying con- ference talk demonstrates the editor in action. For details: texlode.com.

and also:

> (section) 6 Comparison to Typst

mkl•2h ago
No mention of TikZ. Realtime TikZ would be really useful to me. I will wait and see what their https://texlode.com service is like for that.
mproud•20m ago
Personally, I am enjoying using Typst.
astrobiased•17m ago
Same, so much in fact that I have used it for my website now and it works beautifully for graphics and formulas.
zhxiaoliang•7m ago
Typst taking 300ms to do 300 pages cannot be seen as 4FPS - you don't treat the sum of 300 pages as single frame, LOL. And laying out a single paragraph is not 1ms for a whole document either. The paper is otherwise pretty good, but these rhetorics are probably not necessary, IMO.