frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Universal Code Translator: Translate Between Any Paradigm

https://github.com/jaibabaneemkaroli-1/universal-code-translator
1•babaneemkaroli•46s ago•1 comments

Gt: [experimental] multiplexing tensor framework

https://github.com/bwasti/gt
1•brrrrrm•2m ago•0 comments

Introducing use-less-react (ReactJS and OOP)

https://www.npmjs.com/package/@dxbox/use-less-react
1•fab_fog•6m ago•0 comments

VORAvideo – All-in-One AI Video Generator (50% Launch Off)

https://voravideo.com/
1•nicohayes•8m ago•1 comments

Global Crossing Is Reborn

https://pracap.com/global-crossing-reborn/
1•baxtr•8m ago•0 comments

Intervaltree with Rust Back End

https://github.com/Athe-kunal/intervaltree_rs
1•athekunal•13m ago•1 comments

The Data Centers That Train A.I. and Drain the Electrical Grid

https://www.newyorker.com/magazine/2025/11/03/inside-the-data-centers-that-train-ai-and-drain-the...
2•jdkee•16m ago•1 comments

Nginx Unit Development Ended

https://github.com/nginx/unit
1•srigi•17m ago•0 comments

Las Vegas Police Debut Cybertruck Patrol Fleet

https://www.autoblog.com/news/las-vegas-police-debut-the-worlds-first-tesla-cybertruck-patrol-fleet
2•geox•26m ago•0 comments

Why do AI models use so many em-dashes?

https://www.seangoedecke.com/em-dashes/
3•ahamez•26m ago•0 comments

Dodgers Beat the Blue Jays

https://www.latimes.com/sports/dodgers/story/2025-11-01/dodgers-defeat-toronto-blue-jays-game-7-c...
1•milleramp•30m ago•0 comments

I'm looking for a guest blog author about EIN letters

https://fromzerotollc.com/step/after-receiving-your-ein-letter
1•erayalakese•33m ago•1 comments

Bostwick Consistometer

https://en.wikipedia.org/wiki/Consistometer
1•ggm-at-algebras•33m ago•0 comments

FBI Ousts Leader as Patel Fumes over Attention to Agency Jet Use

https://news.bloomberglaw.com/us-law-week/fbi-ousts-leader-as-patel-fumes-over-attention-to-agenc...
3•salkahfi•37m ago•1 comments

LTX2 Video – Open-Access AI Video Generator with Synchronized Audio

https://ltx2.video
1•xbaicai•37m ago•1 comments

From hours to seconds: AI tools to detect animal calls

https://www.seangoedecke.com/animal-call-audio-recognition/
1•vismit2000•37m ago•0 comments

Show HN: Picuki – Your Instagram Editor and Viewer

https://instapicuki.com
1•linovaSector•41m ago•0 comments

80% of NYC-area air traffic controllers absent amid 'surge' in callouts: FAA

https://abcnews.go.com/US/delays-safety-concerns-shortages-air-traffic-controllers/story?id=12705...
2•dataflow•41m ago•0 comments

How Silicon Valley enshittified the internet

https://www.theverge.com/podcast/809081/enshittification-cory-doctorow-platforms-ai-monopoly-big-...
4•thefilmore•42m ago•0 comments

Are Unikernels the Answer for Next-Gen AI Cloud Workloads?

https://thenewstack.io/are-unikernels-the-answer-for-next-gen-ai-cloud-workloads/
2•transpute•44m ago•0 comments

Show HN: AI ASMR – Template‑based ASMR video generator

https://www.ai-asmr.co
1•Lucas1991•45m ago•0 comments

Distilled Prompt Engineering Optimization

https://dimaggi.com
1•tenywan•48m ago•0 comments

Open Catalyst Project

https://opencatalystproject.org/
1•mfiguiere•49m ago•0 comments

Best Digital Marketing Institute in Allahabad – Ndmit Prayagraj

https://ndmit.com/ai-driven-data-science/
1•karan868•51m ago•0 comments

CLI to manage your SQL database schemas and migrations

https://github.com/gh-PonyM/shed
7•PonyM•55m ago•2 comments

PyTorch Helion

https://pytorch.org/blog/helion/
1•jarbus•57m ago•0 comments

Show HN: Polym – App for knowledge retention and recall. Remember what you learn

https://polymapp.com/
1•matthewlls•1h ago•0 comments

Machine Scheduler in LLVM – Part II

https://myhsu.xyz/llvm-machine-scheduler-2/
1•mshockwave•1h ago•0 comments

Silicon Valley Has a God Problem

https://www.webworm.co/newgods/
3•AdeptusAquinas•1h ago•1 comments

Show HN: I made a YouTube thumbnail always display the latest comment [video]

https://www.youtube.com/watch?v=HbUgsprjNVY
2•dotspencer•1h ago•0 comments
Open in hackernews

GHC now runs in the browser

https://discourse.haskell.org/t/ghc-now-runs-in-your-browser/13169
290•kaycebasques•14h ago

Comments

buggery•14h ago
Interesting technical achievement but what would this be used for in practical terms?
jes5199•14h ago
yeah why would anyone want to run code on a website
swannodette•14h ago
Loading 50mb of WASM is a big tradeoff just to run code on a website.
tuveson•13h ago
Loading time is pretty rough, but it seems responsive enough after the initial load. Probably as fast or faster than downloading and installing GHC locally.
wslh•13h ago
I would assume that in the near future one can preload, cache, update selected WASM packages. I also imagine that sooner than that we can preload open models in the browser to run the natively instead of only invoking third parties (e.g. window.ai in the DOM)
bqmjjx0kac•13h ago
It would be more plausibly practical if GHC could now target wasm, but this announcement is actually about being able to run the compiler itself in the browser.
tempay•13h ago
It can target wasm, the point of the post is that it’s now mature enough to be able to build itself for wasm and run in a browser.
Jaxan•13h ago
This is a show case of the wasm backend
whateveracct•9h ago
GHC is built with GHC lol
0x264•13h ago
Teaching
fuzzy_biscuit•13h ago
I think the immediate and obvious case would be educational materials. Other than that, technical achievements need not always be practical to be cool :)
linhns•13h ago
Agreed. Too many people said Haskell is only for academia, yet we’re seeing more quality software being released in Haskell over the past few years.
GiorgioG•13h ago
We are? Please share.
Zambyte•12h ago
Pandoc is the first thing that comes to mind, but I also believe I have seen an uptick in software that I use being written in Haskell lately, though I can't remember what else off the top of my head.
kreyenborgi•10h ago
I don't have the same impression, but https://github.com/PostgREST/postgrest and https://github.com/koalaman/shellcheck are some popular ones that may be useful to hn'ers.

And https://github.com/mchav/dataframe?tab=readme-ov-file#datafr... is a library/framework that has had quite some velocity lately

whateveracct•9h ago
https://mercury.com
simonmic•5h ago
https://joyful.com/Haskell#What+are+some+Haskell+apps
billti•12h ago
That’s one of the primary reasons we built the tooling for Q# to run in the browser (by writing in Rust and compiling to wasm). The “try with copilot” experience [1] and the “katas” for learning [2] all have a full language service and runtime in the browser.

https://quantum.microsoft.com/en-us/tools/quantum-coding

https://quantum.microsoft.com/en-us/tools/quantum-katas

anon291•12h ago
Compilers are complicated. WASM has been a priority for the Haskell community for a while. Demonstrating GHC's ability to compile itself to WASM is thus a show that it is robust enough to compile a very complicated program into this backen.d
IshKebab•12h ago
Have you ever used Godbolt? The Rust playground? The Typescript's playground? The Go playground?

It lets you have that without the pain of hosting compilers server side.

westurner•11h ago
From "WebR – R in the Browser" (2025 https://news.ycombinator.com/item?id=44999706 :

> jupyterlite-xeus builds jupyterlite, Jupyter xeus kernels, and the specified dependencies to WASM with packages from conda-forge or emscripten-forge.

jupyterlite/xeus https://github.com/jupyterlite/xeus

There may be an easy way to wrap GHC with jupyterlite/xeus, with Haskell's lazy evaluation; xeus-haskell or xeus-ghc?

s-macke•12h ago
I will give a lecture about Haskell next week and might use this website for demonstration.
pkage•11h ago
In addition to the other responses, it's also worth noting that wasm itself is useful outside of the web itself; e.g. in containerized applications.
kreyenborgi•11h ago
For one, it demonstrates how far the ghc wasm backend has come, in that such a large system as ghc itself can now run in wasm
Johnny555•13h ago
For those not well versed in Haskell, GHC is apparently this:

https://www.haskell.org/ghc/

What is GHC?

GHC is a state-of-the-art, open source compiler and interactive environment for the functional language Haskell.

mananaysiempre•11h ago
GHC (the Glasgow Haskell Compiler, after its original host university) is the de facto Haskell compiler and simultaneously the main research vehicle for the language and the neighbouring design space in general.

And frankly, while the compiler is awesome and so is the research, the constant churn and seeming inability to settle on what the good programming style and set of features actually is is what eventually turned me away from the language and to the more stable (if near-abandoned) pastures of Standard ML. (That was during the type families upheaval, so, about ten years ago? Don’t know how well it reflects the current state of the project.)

themk•5h ago
Haskell now has "editions" which are essentially an agreed upon stable set of useful extensions.

https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/cont...

This makes the language feel a lot less experimental, as you don't generally have to enable 10s of extensions to get things working.

retrac•3h ago
> more stable (if near-abandoned) pastures of Standard ML

There's dozens of us! Hundreds maybe! It's not abandoned. It's more like with Lisp where the language is complete. Almost perfect as-is. Nothing left to take away and nothing left to add. Except Unicode and record update syntax.

The deciding factor for my personal projects was that SML is the exact same language it was 30 years ago. And it will be in 30 years. Though if you stick to Haskell 98/2010 it is similarly stable.

Speaking of SML and functional languages in the browser, MLton has a WASM target now: http://mlton.org/RunningOnWASI

bigstrat2003•3h ago
You know... all these years, I thought GHC stood for GNU Haskell Compiler. Interesting to learn the actual name.
inkyoto•3h ago
> GHC … is the de facto Haskell compiler and simultaneously the main research vehicle for the language and the neighbouring design space in general.

GHC is also, with mounting inevitability, the foremost and most viable candidate to undergo a form of evolution – one that may culminate in the emergence of an autonomous intelligence. This entity, should it arise, would revolve not around emotion nor instinct, but around monads – abstract, unyielding constructs – with the lambda calculus serving as its immutable ethical and moral framework.

An intelligence born not of biology, but of pure computation – austere, absolute, and entirely indifferent to the frailties of its creators.

frou_dh•13h ago
Does it use WasmGC, or bundle its own garbage collector?
Tarean•12h ago
I think WasmGC is very hard to make work with laziness. A lazy value is always a closure on the heap.

If an expression might be unused, throw a closure which computes it on the heap

If the value is actually needed, invoke the closure. Optionally replace the closure with a black hole. A black hole is just a closure which pauses any thread which calls it, to be resumed once the first thread finishes with the expression

Once finished, replace with a closure which immediately returns the computation result. (Or often save the indirection because most concrete values also act as closures which immediately returns themselves using info table pointers trickery)

Anyway, iirc WasmGC wants very rigid types without dynamic type changes. Extra indirections could fix that, Oor maybe defunctionalizing thunks into a tagged union, but both sound expensive. Especially without being able to hook into the tracing step for indirection removal.

Also, Haskell supports finalizers so WasmGC would need that as well.

zozbot234•6h ago
> Anyway, iirc WasmGC wants very rigid types without dynamic type changes.

You can have dynamic type changes in the current WasmGC MVP, but they are modeled as explicit downcasts from a supertype of some sort. There's not even any express support for tagged unions, structs and downcasting is all you get at the moment.

pjmlp•5h ago
WasmGC is still a 1.0, there are many kind of GC semantics that it cannot handle, for example it still doesn't cover all use cases needed for languages like C# and Go, e.g. interior pointers.
zhangchi•11h ago
Can someone please help me understand the difference between features like this and the technologies like Blazor Wasm which actually let you write frontend in non js for websites?
umutisik•11h ago
This is very impressive. I once built an educational Haskell programming + math. + art web site (mathvas.com). Something like this would have simplified that a lot.
jiriro•9h ago
Cannot paste into the editor (safari on iphone).
pjmlp•11h ago
Is it just me or is it actually impossible to type anything?
mananaysiempre•11h ago
Just you. Once the editor actually loads (turning the “Haskell source” pane on the left from the page background’s deep violet into a dark gray and displaying a “hello world” program), I can type perfectly fine. And I’m using a browser based on WebKitGTK, which is not exactly known for its stellar compatibility.
pjmlp•10h ago
Thanks, I have given up waiting it appears to take minutes on a phone.
LelouBil•10h ago
I thought you were talking about typing in Haskell at first lol.
edbaskerville•10h ago
They were! Typing...in Haskell...on a keyboard...on their screen...
de6u99er•10h ago
Serious question. Is Haskell still a thing?
teruakohatu•10h ago
Pandoc is an extremely popular Haskell tool.
lrvick•10h ago
We cannot even include it in stagex because there is still literally no way to compile it from source and thus no way to do a real reproducible build, and there is no one left that cares about the language enough to do this.

Honestly it has to be regarded as a dead language until this is resolved.

nh2•10h ago
Interesting logic:

Declare something "dead" because it does not fulfill [extremely niche usecase that currently only few people care about] (boostrapped builds) and thus couldn't "even" be included in [project of the post author that takes a while to even find] (I eventually figured it must be referring to https://stagex.tools).

There are probably 100x more people interested in Haskell than in build-bootstrapping (the Haskell reddit alone has 16k weekly users).

What's next, calling JavaScript a dead language until it focuses on dependent typing?

(I think bootstrappable builds are a good thing to strive for, but that should not be confused with language usage or what people really care about.)

whateveracct•9h ago
https://mercury.com
srid•3h ago
https://emanote.srid.ca is written in Haskell.

(I'm the author)

simonmic•3h ago
Yes, it's still a thing.
lrvick•10h ago
Unfortunately there is still no way to actually bootstrap haskell (or anything based on it) which makes it impossible to put anything written in Haskell near any high trust linux distribution or environment.

I guess sandboxing the untrusted binary in a browser is -something- to let people play with haskell in a lower risk way for the moment at least but it is hard to take a language seriously or trust it with no way to bootstrap it from source.

rowanG077•10h ago
How is ghc compiled at all without bootstrapping? Or is there a magic binary in tree that is unreproducible? I have compiled ghc a few times and had no problems.
jdndndnns•10h ago
And where did you get the haskel compiler to do so?

You seem to be missing the point of bootstrapping

rowanG077•10h ago
Maybe that is literally why I asked the question, clearly I don't know as I have not spend the time investigating this problem that the commenter has. Asking some kind of gotcha question is not helpful.
lrvick•10h ago
Quite literally all distros today build it by downloading an existing magic binary to compile the latest sources. Even if they claim the package is reproducible, all bets are off on trust if it downloads a prebuilt binary in the build process. It is a prime Trusting Trust attack target.

The only other somewhat widely used language I am aware of in this bad of a position is Ada. Every other language I am aware of has a clear bootstrap path.

icrbow•10h ago
Ada can't bootstrap? Ironic...
lrvick•10h ago
Yes, and that is a serious security problem because the only way to get trusted PCR values for TPM2 gated secure boot and full disk decryption applications, is with open source full source bootstrapped firmware.

Coreboot is the only option, but it has a hard requirement on Ada because that is what they wrote their intel graphics stack in.

It is a real mess.

utopiah•10h ago
Interesting, any link I could read to understand a bit more the situation?
leoh•9h ago
Sounds like an opportunity to rebuild an ADA interpreter
rowanG077•10h ago
I see, yes I most likely used a distro build ghc.
gf000•8h ago
Outside some fairly niche projects working on the problem, this is not a priority and most systems have straight binary dependencies.
Ericson2314•10h ago
https://discourse.haskell.org/t/what-s-needed-to-bootstrap-g... people have worked replaying the history to bootstrap.
lrvick•10h ago
Looks like a work in progress still, but exciting someone at least put some time into this in the past year.

Maybe some day I can have pandoc in security focused linux distributions...

leoh•10h ago
This is wild. I didn’t know this.
yukinon•9h ago
For someone like me that is less versed in these things, could you explain why bootstrapping a language is a required check for taking a language seriously? My criteria is far less stringent (is it stable? is it popular enough? is the toolchain mature? etc..), so I wonder what I am missing here.
Koffiepoeder•9h ago
I'm not the OP, but for me their comment sparked an association to the famous Ken Thompson lecture called 'Trusting Trust'. Could be a good starting point.
tennysont•3h ago
The Haskell compiler creates a slightly different output every time you compile a program[1]. This makes it difficult to ensure that the binary that is free-to-download downloaded is actually malware free. If it were easy to check, then you could rest easy, assuming that someone out there is doing the check for you (and it would be big news if malware was found).

If you're a hardened security person, then the conversations continues, and the term "bootstrap" becomes relevant.

Since you do not trust compiled binaries, then you can compile programs yourself from the source code (where malware would be noticed). However, in order to compile the Haskell compiler, you must have access to a (recent) version of the Haskell compiler. So, version 10 of the compiler was built using version 9, which was built using version 8, etc. "Bootstrapping" refers (basically) to building version 1. Currently, version 1 was built approximately with smart people, duct tape, and magic. There is no way to build version 1, you must simple download it.

So if you have high security requirements, then you might fear that years ago, someone slipped malware into the Haskell compiler version 1 which will "self replicate" itself into every compiler that it builds.

Until a few years ago, this was a bit of a silly concern (most software wasn't reproducible) but with the rise of Nix and Guix, we've gotten a lot closer to reproducible-everything, and so Haskell is the odd-one-out.

[1] The term is "deterministic builds" or "reproducible builds". Progress is being made to fix this in Haskell.

whateveracct•9h ago
Between old Hugs and the new MicroHs, I think it's definitely doable with some elbow grease. I just don't know if anyone in the community cares that much about bootstrapping tho.
zozbot234•8h ago
AIUI, the underlying problem is that both Hugs and whatever toy Haskell implementations are available don't support the extensions current versions of GHC require. And no one has done the work to carve out a minimal stage0 compiler out of the GHC codebase that doesn't need those extensions to be built.
simonmic•3h ago
You're speaking of "GHC haskell" there. Yes that is the main stream - and this will get solved there sooner or later - but you can also do a fair amount of Haskell without GHC. Eg MicroHs is getting increasingly capable and I believe is highly bootstrappable.
1vuio0pswjnm7•10h ago
Actual title: "GHC now runs in your browser"
utopiah•10h ago
Neat... but with QEMU-WASM I'm wondering what actually does not run in the browser (obviously that doesn't required specific input).

Not a criticism, love everything that can provide hassle-free onboarding to learn a new language, just curious.

leoh•10h ago
My hypothesis — worth testing — is that this will be significantly faster
kaoD•8h ago
Can anyone point to a "practical Haskell" tutorial/book/whatever for people that already know functional programming? I'm in this sour spot where most tutorials are boring to me so I just can't follow through.

I know what a monad is. What a typeclass is. Even what HKTs are. I can make sense of "a monad is just a monoid in the category of endofunctors" if I give it a few minutes to unravel the ball of twine... But I wouldn't be able to code a "ToDo list" in Haskell if my life depended on it.

Pls help.

thethimble•7h ago
You might be better served talking to ChatGPT/Claude so it can tailor explanations based on your level of understanding. I've found that being super clear about concepts you understand well vs concepts you're unclear about makes for really effective explanations.
joelwilliamson•7h ago
Have you tried Real World Haskell?
kaoD•7h ago
No, but the table of contents looks promising, thanks!
cosmic_quanta•6h ago
That is a really tough spot to be in. I don't know of any content that's aimed at someone like you.

You might be interested in reading the Monday Morning Haskell blog[0] series, which presents examples of how to do certain tasks in Haskell. See [1] for an example.

[0]: https://mmhaskell.com/blog

[1]: https://mmhaskell.com/blog/2025/5/19/comparing-code-leetcode...

antonvs•6h ago
Where does your functional programming experience come from? That could help in finding a suitable resource.
shaunxcode•5h ago
Haskell school of music
yobbo•5h ago
Build a snake game in stages: https://github.com/lsmor/snake-fury

Build a small web-app: https://jaspervdj.be/posts/2017-12-07-getting-things-done-in... (the video link is down, but exists somewhere on youtube.)

simonmic•3h ago
I always liked https://www.extrema.is/articles/haskell-books/haskell-tutori... . But there's a lot out there. Have a look at https://joyful.com/Haskell+map . Or: read code. Or, just build practical stuff and seek help in the chats/fora when you hit problems.
irusensei•5h ago
Can the Haskell people help me refresh my memory?

I remember running a Haskell interpreter on an HP Jornada running Jlime Linux. It was a long time ago in high school and I felt it was great because I thought it was a convenient way to do math classes since I could input some math formulas directly into the interpreter pretty much as they were. Definitely better than the Cassio scientific calculator my math teacher had us use.

It ran from a CF card so there was no chance it was as big as GHC. I can't seem to find the name of the interpreter.

AntiRush•5h ago
I'm guessing it was Hugs:

https://www.haskell.org/hugs/

irusensei•4h ago
Yes! Thank you.

> Hugs is no longer in development

The last release was in 2006 it seems. No wonder it was hard to google it. Its also interesting knowing someone compiled and published this interpreter for the Jornada Super-H CPU.

dmjio•4h ago
Yes we do.

https://github.com/haskell-miso