frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Peter Thiel's fund offloads $100M Nvidia stake

https://www.reuters.com/business/media-telecom/peter-thiels-fund-offloaded-nvidia-stake-third-qua...
1•kerim-ca•1m ago•0 comments

The Texas Rangers' Relentless High-Tech Search for the Last Mystic Camper

https://www.texasmonthly.com/news-politics/texas-rangers-high-tech-flood-victim-search-camp-mystic/
1•bikenaga•1m ago•0 comments

Major N.L. Canada healthcare report contains errors likely generated by A.I

https://theindependent.ca/news/lji/major-n-l-healthcare-report-contains-errors-likely-generated-b...
1•neilv•2m ago•0 comments

How not to handle a corporate kiss-and-tell book

https://www.economist.com/culture/2025/03/25/how-not-to-handle-a-corporate-kiss-and-tell-book
1•DyslexicAtheist•3m ago•0 comments

The Doge Succession Drama Elon Musk Left Behind

https://www.politico.com/news/magazine/2025/11/21/doge-elon-musk-succession-00641110
1•_tk_•3m ago•0 comments

Fran Sans Font

https://emilysneddon.com/fran-sans-essay
2•jayliew•9m ago•0 comments

Association of screen time with ADHD symptoms: mediating role of brain structure

https://www.nature.com/articles/s41398-025-03672-1
1•bookofjoe•12m ago•0 comments

IRS crackdown on popular crypto 'tax cheat' begins with 2025 filing year

https://www.cnbc.com/2025/11/22/new-irs-requirements-crypto-tax-cheat-risky-this-year-filing.html
1•gslin•12m ago•0 comments

A Startup's Bid to Dim the Sun

https://www.newyorker.com/news/the-lede/a-startups-bid-to-dim-the-sun
1•mitchbob•13m ago•1 comments

Agents need good developer experience too

https://modal.com/blog/agents-devex
1•birdculture•14m ago•0 comments

What is GNU Emacs and do you want a copy? (1986)

https://www.gnu.org/bulletins/bull1.html
1•lioeters•15m ago•0 comments

Matcha Tennis – Book any tennis court in 1-click

https://matchatennis.com/
1•ziyzhu•15m ago•0 comments

Floods cut global rice yields

https://phys.org/news/2025-11-severe-global-rice-yields-threatening.html
1•measurablefunc•16m ago•0 comments

The Energy Sector's AI‑Native Management System

https://getinterface.ai/
1•salkahfi•20m ago•0 comments

Ask HN: Is America in Recession?

2•register•20m ago•0 comments

Theia and Earth Were Neighbors

https://www.mps.mpg.de/theia-and-earth-were-neighbors
1•geox•21m ago•0 comments

Windows ARM64 Internals: Deconstructing Pointer Authentication

https://www.preludesecurity.com/blog/windows-arm64-internals-deconstructing-pointer-authentication
3•todsacerdoti•22m ago•0 comments

Yale Journal on Regulation: Navigating the Web of Agency Authority with AI

https://pacificlegal.org/yale-journal-on-regulation-navigating-the-web-of-agency-authority-with-ai/
1•garrettgarcia•24m ago•1 comments

I Made a Google Wallet Pass for my Github profile

https://annanay.dev/github-developer-pass/
1•annanay•25m ago•0 comments

Task Based Management [video]

https://www.youtube.com/watch?v=55XUt5Ve6Mk
1•saltysalt•26m ago•0 comments

Designing an Open Source Micro-Manipulator

https://hackaday.com/2025/09/04/designing-an-open-source-micro-manipulator/
1•bariumbitmap•27m ago•0 comments

'If I had colon cancer, I could grow my own tumor, and see which drug kills it'

https://english.elpais.com/science-tech/2025-11-07/hans-clevers-biomedical-scientist-if-i-had-col...
3•PaulHoule•27m ago•1 comments

Export messages and Legacy (Duo) call history

https://support.google.com/meet/answer/16176860?hl=en&co=GENIE.Platform%3DAndroid
1•bariumbitmap•28m ago•0 comments

Tech Is Opt-In

https://coppolaemilio.com/entries/tech-is-opt-in/
1•coppolaemilio•28m ago•0 comments

People test Nano Banana with PDF paper to whiteboard. I did the exact opposite

https://quickchat.ai/post/nano-banana-pro-whiteboard-to-research-paper
1•piotrgrudzien•35m ago•0 comments

Isochrone Curve

https://www.youtube.com/watch?v=eBc827pwKf0
2•n1b0m•35m ago•0 comments

Show HN: Christmas Neovim Theme

https://github.com/ChaseRensberger/christmas.nvim
1•ChaseRensberger•36m ago•0 comments

America's WW2 Combat Drone That Bombed the Japanese – The TDR-1 [video]

https://www.youtube.com/watch?v=9K5v3Jwz89w
1•ForHackernews•40m ago•0 comments

HPC Is Not Just Riding the Coattails of AI

https://www.nextplatform.com/2025/11/21/hpc-is-not-just-riding-the-coattails-of-ai/
3•rbanffy•40m ago•0 comments

Updating the Golang Memory Model

https://research.swtch.com/gomm
2•fanf2•43m ago•0 comments
Open in hackernews

Clojuring the web application stack: Meditation One

https://www.evalapply.org/posts/clojure-web-app-from-scratch/index.html
165•adityaathalye•6mo ago

Comments

adityaathalye•6mo ago
The ongoing discussion for Biff [1] prompted me to re-share my post because I'd like more people to understand this "other way". Outside Clojureville, it is not obvious most of these Clojure "frameworks" are not monoliths.

The consummate Clojurist's default (and very normal-feeling way) to build a web application (or any application for that matter) is to roll their own web stack from production-grade libraries.

Of course, this state of affairs is a double-edged sword, just like is true for traditional web frameworks. In my post, I try to go into the whys and the wherefores, building upward from first principles.

[1] Biff – a batteries-included web framework for Clojure https://news.ycombinator.com/item?id=44037426

andersmurphy•6mo ago
A fantastic post! Enjoyed re-reading it.

I'd say the nice thing with the Clojure way of building your own stack is it becomes quite easy to swap parts out. On a previous project we swapped out our web server three different times with minimal changes (jetty -> aleph -> httpkit) as for the most part they all shared the same interface.

After a while you get good at seeing where you want things to be configurable and where you don't. It also gives you the confidence to roll your own micro stack/framework which means you are not dependent on third party aggregates to adopt new features.

adityaathalye•6mo ago
Thank you for the kind appreciation. Made my day :)

Yes; next to the sheer stability of parts, their fungibility is a business-critical feature of the Clojure ecosystem. Of course said fungibility does not magically manifest. However the effort to get there is "not much", I'd say. The use of "system" libraries, with some well-reasoned module design brings it pretty close to magic.

As in the post, a fungible, production-grade part can be just a multimethod (e.g. the router in the post). Why? Because "production" comes in all sizes. A small SaaS with a few hundred customers may chug along happily with a bunch of functions.

yakshaving_jgt•6mo ago
This suggests to me that “production grade” isn’t much of a qualifier at all then.

You could just as well say that PHP has “production grade” functions.

adityaathalye•6mo ago
Hm, I'm saying a given function can be production grade. I'm not saying all functions are production-grade. Also, I'm saying production comes in all sizes. If your micro-SaaS app gives you a livelihood, that's hella production --- real skin in game, real stakes in ground.

To analogise further...

- HackerNews is a "production" system, you would agree. Back in 2015, it was still true. Are flat files a "production grade" primary data storage choice? [1]

- Suppose your production service transacts a million requests an hour (say it is a short-link maker). Further, let's say it has only a handful of API endpoints. Do you really need a whole routing library for that, if a single multimethod does exactly what you need, correctly?

etc...

[1] https://news.ycombinator.com/item?id=9990630

(edit: add reference for flat file storage)

yakshaving_jgt•6mo ago
Right. And what I’m saying is that if “production grade” means all of these things, then it’s not a very meaningful qualifier.

My personal site is statically generated — it’s just a bunch of HTML files and some CSS. Do you not think it would be a bit pretentious of me to describe that as “production grade”?

If “production grade” simply means fit for purpose, then given the GP commenter’s reason for their initial web server swap, wouldn’t you say by definition that jetty is not production grade, since it doesn’t (didn’t?) support SSE?

adityaathalye•6mo ago
I agree with you... "production grade" is in fact a meaningless term without saying what grade one's production needs to be.

A static site that serves is most definitely a production system. Perhaps one that could scale in traffic almost without end.

evalapply.org gets (to my continued amazement) 20K+ unique visitors a month when it's business as usual. On a busy HN day, it's easily that much in hours. I don't have to think about "scaling problems". I don't have one.

I'm being the realest real with you.

yakshaving_jgt•6mo ago
> On a previous project we swapped out our web server three different times

Why is this desirable?

On all my projects over the past 10 years, I’ve swapped out the web server exactly zero times because the one I have works just fine. The parent comment describes these components as “production grade”, but then if that’s the case, what could be the reason for swapping them out other than self-indulgence?

andersmurphy•6mo ago
It's not. But, the fact that we could and it was straight forward still amazes me.

In our case the first time we needed to, we needed SSE and at the time there was no ring-jetty async interface (it's a long time ago so I'm forgetting the details) so we moved to aleph. Much later, we wanted to try out http-kit (self-indulgence) as we were operating behind a proxy anyway for performance reasons and it made a significant difference.

If we'd just started with http-kit that would have been fine. I guess it comes down to what features you need.

Also I 100% agree it's something ideally you would want to avoid a in the case of databases for example so much performance is left on the table because for some reason we want to be able to swap between SQLite, postgres and mySQL. Which in practice you never want to do.

KingMob•6mo ago
As the former maintainer of Aleph, I'm very surprised you ran into a situation where http-kit was faster. Or do you mean it was just preferable to develop for?
adityaathalye•6mo ago
> Why is this desirable?

Generally, yes one would not want to swap out their web server willy-nilly...

Yet, this is one of those "YAGNI in 99% of your use cases", but when that 1% use case arises, a server swap would be far more desirable than a whole framework shift.

So while self-indulgence can certainly be a motive (and why not? as long as everyone's having a good time), may I offer a few more charitable reasons for this:

- programming API ergonomics

- performance

- application runtime model (servlets -> embedded server)

- security model

- application server features (websockets, comet?)

- binary size

- server configuration niceties

etc...

That said, a developer only has flexibility if it is built in from the get go.

A counterfactual would be to consider the set of developers who have had to put in ugly hacks because they can't just rip the web server out of the framework of choice they are locked into.

(edit: bullet list formatting)

yakshaving_jgt•6mo ago
> and why not?

Because I pay the people who work for me.

adityaathalye•6mo ago
Well, if you're paying, you certainly get to set the rules. No self-indulgence, then. The other reasons I enumerated may still hold.
0x1ceb00da•6mo ago
> Why is this desirable?

Because Brawndo's got electrolytes.

gehrman•6mo ago
Your comment reminded me of this talk https://www.youtube.com/watch?v=MZy-SNswH2E.

The part about building just the functionality you need, using the bare minimum libraries etc stuck out.

elchief•6mo ago
Metabase is written in clojure, if you want to see the source code of a large web app

https://github.com/metabase/metabase

adityaathalye•6mo ago
+1

NASA's Common Metadata Repository is worth exploring too https://github.com/nasa/Common-Metadata-Repository

It is a neat example of how an org can structure and manage multiple projects and services in a single git repository. They've use Leiningen to achieve their objective.

> The Common Metadata Repository (CMR) is an earth science metadata repository for NASA EOSDIS data. The CMR Search API provides access to this metadata.

> Building and Running the CMR

> The CMR is a system consisting of many services. The services can run individually or in a single process. Running in a single process makes local development easier because it avoids having to start many different processes. The sections below contain instructions for running the CMR as a single process or as many processes.

(edit: add relevant context for quick reference)

geokon•6mo ago
wow I had no idea Nasa used Clojure. I do remmeber them using quite a bit of Java so it's not terribly surprising
trenchgun•6mo ago
Also: NASA used to use Common Lisp before
adityaathalye•6mo ago
"Lisping at the JPL" is one of my favourite stories (all-time favourite, not just computery favourite).

https://flownet.com/gat/jpl-lisp.html

> Debugging a program running on a $100M piece of hardware that is 100 million miles away is an interesting experience. Having a read-eval-print loop running on the spacecraft proved invaluable in finding and fixing the problem. The story of the Remote Agent bug is an interesting one in and of itself.

fud101•6mo ago
If you haven't heard it before, i'd recommend checking out this podcast episode - it's fantastic. https://corecursive.com/lisp-in-space-with-ron-garret/
adityaathalye•6mo ago
I've heard it and I agree! Thanks for the re-up. Might give it a listen again :)
90s_dev•6mo ago
Sorry, what? Did you just say NASA uses Clojure?? That must be a pretty big honor for Rich.
adityaathalye•6mo ago
Clojure(Script) apps and systems exist at a bunch of household name places.

- Clojure: https://clojure.org/community/companies

- ClojureScript: https://clojurescript.org/community/companies

Also, a few case studies may interest you: https://clojure.org/community/success_stories and community stories: https://clojure.org/community/community_stories

ramirond•6mo ago
Thanks for the shout! I recommend this video about our Clojure journey: https://www.youtube.com/watch?v=vUe3slLHk20

We are also hiring Clojure devs: https://www.metabase.com/jobs

lelag•6mo ago
The metabase "backend" is written in clojure.

The web frontend is written in TypeScript/React.

librasteve•6mo ago
a very lyrical post, i will reread at my leisure and try to apply the lessons to https://harcstack.org

that’s HTMX, Air, Red & Cro btw

that said … I am a true believer in HTMX for the right amount of UX dynamism and I don’t initially get solves that piece

andersmurphy•6mo ago
If you need the next level of UX dynamism and or realtime updates and or multiplayer. I've handled a billion checkboxes[1] with clojure, sqlite and datastar (realtime hypermedia) just fine.

[1] https://checkboxes.andersmurphy.com

librasteve•6mo ago
yeah the datastar guys are often on the HTMX discord - guess that's an option for that - tx!
adityaathalye•6mo ago
Goes both ways... We are all moles in each others' organisations.
adityaathalye•6mo ago
Thank you for the kind appreciation.

Following writing advice or post structuring guidelines is not in my job description at evalapply.org Luckily, Michael Hamburger offered a legitimate excuse in his classic (so I'm told) essay, "An Essay About Essays": https://substack.com/@bombaylitmag/p-162583447

wink•6mo ago
The problem with this approach is that (esp. for hobby projects) updating stuff is a bit tedious. Let's say you have a relatively bare bones project in Rails or a PHP framework you have a couple of dependencies that people usually use together, so upgrading can be quick and painless.

I've now had it several times in the years-long lifespan of small clojure web projects that people have moved on and the thing (framework-ish) basically doesn't exist anymore and going by the issues it only had like 10 users in the first place.

It's not the end of the world, and fortunately there's not a lot of needless churn, but I guess I would prefer to have this "I am trusting project x and I only have to care about their releases (pre-testing all the moving parts) and then my 5 dependencies" and instead I have 20 dependencies/moving parts for my web app.

Yes, I'm lazy and I don't think it's a problem in an env where you have a proper dev workflow anyway.

wild_egg•6mo ago
> updating stuff is a bit tedious

How often do you have to do that though? I was under the impression that Clojure was a bit like CL in that old code will keep working basically forever. Unless there are new features you need, you just leave most libs alone to do their job.

epgui•6mo ago
This can be a culture shock for people coming from places like ruby, python, javascript... But a lot of clojure libraries are actually just "finished", they're not abandoned.