HN user

elwell

4,311 karma

elwell.christopher+hn@gmail.com

https://github.com/celwell

Posts156
Comments2,243
View on HN
maxim-saplin.github.io 1mo ago

LLM Chess – Leaderboard

elwell
3pts0
www.saildart.org 2y ago

Eurisko – Source Code

elwell
4pts1
www.youtube.com 2y ago

Design Coding (Rap) [video]

elwell
3pts0
www.nature.com 2y ago

Study on the predictability of personal information from facial images

elwell
1pts0
support.what3words.com 2y ago

Just discovered what3words. Is this a missed opportunity?

elwell
2pts4
web.archive.org 2y ago

Online Wishing Well – An old simple site I made

elwell
1pts0
en.wikipedia.org 3y ago

Physiognomy

elwell
12pts0
www.youtube.com 3y ago

Google Analytics – Universal Analytics Sunset [video]

elwell
4pts0
github.com 4y ago

Apollo 13 – Air-Ground Loop – Transcription

elwell
1pts0
blog.reifyhealth.com 4y ago

Reify Health Raises $220M at 2.2B Valuation (Built with Clojure/Script)

elwell
3pts0
developers.google.com 5y ago

DevTools – Who Inspects the Inspector?

elwell
2pts0
en.wikipedia.org 5y ago

Buffalo buffalo Buffalo buffalo buffalo buffalo Buffalo buffalo

elwell
2pts0
patentimages.storage.googleapis.com 5y ago

Ask HN: How is this specific enough to be patentable? [pdf]

elwell
2pts0
eloquentjavascript.net 5y ago

Eloquent JavaScript: Chapter 7

elwell
1pts0
www.cnn.com 5y ago

A religious festival in Ethiopia turned into a massacre

elwell
66pts24
ok-human.surge.sh 5y ago

OK Human

elwell
1pts1
www.npmjs.com 5y ago

NPM Package: “uninstall” (14k weekly downloads)

elwell
5pts2
bounty.unitrade.app 5y ago

Most highly rewarded hackathon ever?

elwell
1pts0
en.wikipedia.org 5y ago

List of Computer Criminals

elwell
1pts1
medium.com 5y ago

All* Perfect Pangrams of English

elwell
2pts0
news.ycombinator.com 5y ago

Highlighter News

elwell
2pts0
rachelbythebay.com 6y ago

Whacker News

elwell
2pts3
www.worldometers.info 6y ago

World Population by Year

elwell
1pts0
samy.pl 6y ago

No Dev Tools

elwell
1pts0
github.com 6y ago

Show HN: Open-sourcing our large Clojure(Script) Re-frame/Hasura web app

elwell
21pts2
wellbeing.google 6y ago

Google – Digital Wellbeing

elwell
1pts0
twitter.com 6y ago

Slack adds option to use old text editor (Markdown)

elwell
1pts0
news.ycombinator.com 6y ago

Show HN: Vetd – SaaS Buying and Decision Platform

elwell
3pts0
www.theatlantic.com 6y ago

When Kids Realize Their Whole Life Is Already Online

elwell
1pts1
github.com 6y ago

“Ido.last” on GitHub

elwell
2pts1
TimeGuessr 1 year ago

That was really fun; I was pleasantly surprised with 43,165. Trusting intuition worked well.

Meta Movie Gen 2 years ago

IMPOSSIBLE to build an AI detector that works longterm

    return Math.random() < Math.pow(0.5, (new Date()).getFullYear() - 2023) ? "Not AI" : "AI";
This should increase in accuracy over time.

I was hoping for a program that listens for dog barking and writes a timestamp log of every segment of active barking. Once you collect a couple weeks of data you can send it to the county.

A true straight line from the starting point would take us off into space.

How do you know? "Straight" relative to what? The expanding universe? Would continuous adjustments need to be made to account for the displacement due to that expansion? Does this then assume some 'outer' universe / reference container?

core.async was actually the "killer app"

For ClojureScript, it was React. Immutable state / functional programming fits so nicely, and hiccup syntax (JSX as simple vectors) is the perfect declarative (yet transformable) DOM structure.