frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Practice Language and AI Roleplay = Best way to learn language that sticks

https://apps.apple.com/us/app/amiko-ai-language-practice/id6752839098
1•nickyfantasy•3m ago•0 comments

Coinbase Said Web3

https://www.bloomberg.com/opinion/newsletters/2025-11-03/coinbase-said-web3
1•ioblomov•8m ago•1 comments

Waymo to expand robotaxi service to Las Vegas, San Diego and Detroit next year

https://www.reuters.com/technology/waymo-expand-robotaxi-service-las-vegas-san-diego-detroit-next...
3•standardUser•10m ago•1 comments

Private messages reveal GOP leaders joking about gas chambers, slavery and rape

https://www.politico.com/news/2025/10/14/private-chat-among-young-gop-club-members-00592146
7•myaccountonhn•10m ago•0 comments

Writing under my real name

https://psychotechnology.substack.com/p/writing-under-my-real-name-230
1•eatitraw•10m ago•0 comments

Show HN: Extrai – An open-source tool to fight LLM randomness in data extraction

https://github.com/Telsho/Extrai
3•elias_t•12m ago•0 comments

No Cell Service, Can Meshtastic Save Us [video]

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

Python steering council accepts lazy imports

https://lwn.net/Articles/1044844/
2•henrikhorluck•13m ago•0 comments

Apple Launches App Store for the Web

https://apps.apple.com/us/iphone/today
2•thm•14m ago•0 comments

Rare 'mad honey' is only found in two places in the world

https://www.cnn.com/travel/mad-honey-deli-bal-turkey-black-sea
4•mooreds•15m ago•0 comments

In a First, AI Models Analyze Language as Well as a Human Expert

https://www.quantamagazine.org/in-a-first-ai-models-analyze-language-as-well-as-a-human-expert-20...
1•Terretta•15m ago•0 comments

Wikipedia row erupts as Jimmy Wales intervenes on 'Gaza genocide' page

https://www.thenational.scot/news/25591165.wikipedia-row-erupts-jimmy-wales-intervenes-gaza-genoc...
4•lehi•15m ago•0 comments

Snap benefits will restart, but will be half the normal payment

https://www.npr.org/2025/11/03/nx-s1-5596121/snap-food-benefits-trump-government-shutdown
2•geox•16m ago•0 comments

Software Development in the Time of New Angels

https://davegriffith.substack.com/p/software-development-in-the-time
2•calosa•16m ago•0 comments

Show HN: Minuta – track your work sessions, focus time, tag them, and more

https://github.com/kevinmahrous/minuta
2•nullkevin•17m ago•0 comments

I tried Elon Musk's Wikipedia clone and boy is it racist

https://www.sfgate.com/sf-culture/article/elon-musk-fake-wikipedia-grokipedia-21131512.php
8•turtlegrids•20m ago•1 comments

Datalyzer – AI Analysis Report Generator

https://dataanalyzer.pro/
2•sunshiney0992•20m ago•1 comments

AI Meeting Notes – Summarization Optimization

https://www.schneier.com/blog/archives/2025/11/ai-summarization-optimization.html
2•walterbell•20m ago•0 comments

Refueling a Nuclear Power Plant – Smarter Every Day

https://www.youtube.com/watch?v=v0afQ6w3Bjw
1•helsinkiandrew•21m ago•0 comments

VoidZero Raises $12.5M Series A

https://voidzero.dev/posts/announcing-series-a
1•dzogchen•22m ago•0 comments

Is it aliens? Why that's the least important question about interstellar objects

https://theconversation.com/is-it-aliens-why-thats-the-least-important-question-about-interstella...
1•bikenaga•23m ago•0 comments

Rateless Bloom Filters

https://arxiv.org/abs/2510.27614
3•CarlosBaquero•23m ago•1 comments

X Payments Money Transmitter Licenses

https://money.x.com/en/licenses
2•nomilk•28m ago•0 comments

Stop Vibe Coding – Start Writing Elegant Code [video]

https://www.youtube.com/watch?v=anL8caCUWl0
3•josephleomoreno•29m ago•0 comments

Soft Magnetic Artificial Muscles with High Work Density and Actuation Strain

https://advanced.onlinelibrary.wiley.com/doi/10.1002/adfm.202516218
2•PaulHoule•30m ago•0 comments

Principle of Least Power

https://www.lihaoyi.com/post/StrategicScalaStylePrincipleofLeastPower.html
3•dzonga•30m ago•0 comments

Ikey Doherty's Gone Missing Again

https://fossforce.com/2025/11/ikey-dohertys-gone-missing-again/
1•speckx•30m ago•0 comments

Stop Making Your Team Figure Out AI on Their Own

https://www.nngroup.com/articles/ai-research-ops/
1•ulrischa•31m ago•0 comments

Waist-to-height ratio outperforms BMI in predicting heart disease risk

https://medicalxpress.com/news/2025-11-waist-height-ratio-outperforms-bmi.html
3•bikenaga•31m ago•1 comments

Fight context rot with context observability

https://blog.nilenso.com/blog/2025/10/29/fight-context-rot-with-context-observability/
2•sriharis•32m ago•0 comments
Open in hackernews

Offline Math: Converting LaTeX to SVG with MathJax

https://sigwait.org/~alex/blog/2025/10/07/3t8acq.html
38•henry_flower•5h ago

Comments

sathomasga•5h ago
Same use case (math-heavy, no-javascript blog), but I ended up with a _slightly_ different approach: instead of converting to SVG, convert to MathML. Browser support is pretty robust, and the output is much nicer (e.g. preserves fonts).

https://sathomas.me/blog/site/

JadeNB•5h ago
Also preserves more semantic information!
randomtoast•4h ago
MathML is part of HTML5 and standardised by ISO/IEC since 2015. It is supported by all major browsers and supports voicing as well as braille output.

This is the way to go.

bArray•4h ago
Same here [1], I chose MathML as it worked out of the box in some browsers at the time. For browsers not supporting MathML I also have this ~80kB (~12kB compressed) library for converting it [2]. I tested your equation:

    \def\d{\mathrm{d}}
    
    \oint_C \vec{B}\circ \d\vec{l} = \mu_0
    \left(
      I_{\text{enc}} +
        \varepsilon_0
        \frac{\d}{\d t}
        \int_S {\vec{E} \circ \hat{n}}\; \d a
    \right)
It could not do the definition, so it ended up being:

    $$\oint_C \vec{B}\circ \mathrm{d}\vec{l} = \mu_0
    \left(
      I_{\text{enc}} +
        \varepsilon_0
        \frac{\mathrm{d}}{\mathrm{d} t}
        \int_S {\vec{E} \circ \hat{n}}\; \mathrm{d} a
    \right)$$
I did previously also load the LaTeX equation font, but I decided it used a lot of resource for little gain in the end.

I was also looking at your recent blog [3], and one thing that I like about mine is that the code you see is what is run to produce the output [4]. I am in the middle of making the code interactive too, so that you can re-compile it within the web page and run different parameters to produce different outputs.

[1] https://coffeespace.org.uk/projects/mathml-render.html

[2] https://github.com/pshihn/math-ml

[3] https://sathomas.me/blog/robuststats/

[4] https://coffeespace.org.uk/projects/wavefront-algorithm.html

icpmoles•3h ago
In my experience the MathML support is still mediocre, especially on Chrome.

https://fred-wang.github.io/MathFonts/mozilla_mathml_test/

yorwba•2h ago
That test page doesn't seem to use any features current Chrome doesn't support. Or do you just mean that the appearance isn't identical to the TeX rendering even if you use a font like Latin Modern?
icpmoles•1h ago
It improved a little bit from what I remembered (on Chrome it had problems displaying multi-line brackets), it still has some inaccuracies tho

https://imgur.com/a/83lSuYn

qrios•1h ago
Thnx for sharing!

With Safari (standard and tech preview) the rendering looks strange (at least). The root sign does not have a strait line at the top (for many fonts) and at least the partial derivative is not rendered as italic (for all fonts).

ttd•1h ago
I still haven't found a way to coax MathML into looking the way I want it... Even using the same fonts (like Computer Modern or its descendants) there's still something not quite the same as LaTeX-drawn math. It's a nitpick but noticeable for me.
bobbylarrybobby•1h ago
What does it mean that it preserves fonts? Presumably the body font on my website won't also support math typesetting, right? Or at least, not in a way that's as nice looking as the tex default?