frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Elixir-lang.org has a new design

https://elixir-lang.org/
67•bbg2401•2h ago

Comments

bbg2401•2h ago
Also observed here: https://elixirforum.com/t/elixir-lang-org-redesign/76041
allanmacgregor•2h ago
Looks pretty good, I like that they are highlighting the potential uses for elixir.
grahac•1h ago
This is great! Now waiting for the forum UI update too! :)

Hoping Elixir continues to thrive. It is such a great language (and such a great language for AI coding too!)

Stromgren•36m ago
In fact it came out as the absolute best in a comparison by Tencent (1). See table 4. It’s more than a year old though.

1. https://arxiv.org/pdf/2508.09101

alberth•1h ago
Elixir is great.

OT: I wish more funding & development effort went into BEAM itself on making it more performant.

Note: I’m not talking concurrency. I’m talking pure raw performance.

Seems like it’s been a one person show for over a decade on making it faster.

ch4s3•1h ago
It’s pretty hard to make things like math faster for real world use cases in a bytecode interpreter.
dmpk2k•1h ago
It's a JIT nowadays. Admittedly an extremely simple one, to minimize compile times and maintenance overhead.

You can get substantial performance improvements by using guards though. See what Wings3D does with is_float() everywhere in hot numeric-heavy code.

jimbokun•1h ago
Java and Javascript run times do really well at that.
josevalim•49m ago
There are multiple people working on the JIT within the last 5-6 years.

I suspect once they squeeze all performance there they will look into optimizing across modules, which will probably open up a lot of optimization possibilities, but it requires rethinking some runtime primitives.

jeanlucas•1h ago
Nice! The showcase of companies is really nice
losvedir•1h ago
To me, it seems one of the killer use cases for Elixir (/Erlang) is its distributed cluster capability. Does anyone have experience with that or case reports to share? I've used Elixir quite a bit professionally, but mostly as just a "nicer Rails" with horizontally scalable but otherwise independent Phoenix apps in your traditional Kubernetes setup, which seems to me to kind of missing out on its main purpose.
davidw•57m ago
Elixir/Erlang works very well in a semi-embedded environment where you need a higher level command and control component that behaves in a deterministic way and is pretty robust.

I was involved, years ago, in using Erlang on these devices: https://www.icare-world.com/us/product/icare-eidon/

It was a lot of fun and there were some very interesting challenges for everyone involved.

org3•53m ago
I've worked a little bit with distributed Elixir using `Horde.DynamicSupervisor` on Kubernetes. Apparently there's other options like 'swarm' and DynamicSupervisor [1]. It'd be great for clear analysis of the benefits these kinds of abstractions bring vs non-BEAM approaches.

[1] https://www.youtube.com/watch?v=nZmDEUeHeVI

jomcgi•39m ago
Also interested in hearing about this! I built an elixir k8s control plane recently and kept expecting to reach for it but it never really made sense when it was controlling golang daemonsets.

My usecase is less independent though, that control plane is orchestrating like Lambda/fly.io style workloads on top of firecracker: https://jomcgi.dev/ember

ModernMech•1h ago
Ugh, it looks like all the other LLM generated language webpages. It's formulaic at this point. I'd hoped a language like Elixir would be able to hire some people to do it.
acedTrex•1h ago
Its pretty snappy/responsive for me at least so thats good. Normally LLM slop sites are pretty at first but sluggish as hell. So some level of skill went into this one.
josevalim•56m ago
The Software Mansion folks designed it and we actually iterated on the designs on Figma, having discussions as humans, and exploring alternatives. They were lovely to work with.

I also worked on all of the copy myself, collecting feedback from core maintainers as I went. The new tagline was a suggestion from Theo which we iterated on. I did use LLMs as an assistant, but I did not ask it to generate the content.

Might as well use LLMs for the whole thing next time, since we will be accused of doing so anyway! :D

ModernMech•37m ago
Shame then that despite all that, they landed on the same design used by every "I asked an LLM to make me a language and a website this weekend here's what it spit out" project. I mean, I'm not saying it looks bad or is a bad result. Just it's very similar to other things that have put in much less effort.
pests•30m ago
"Human produces output similar to a machine trained on all human output"
arikrahman•1h ago
I prefer https://jank-lang.org/ new re-design, and the approach of a more step-wise refinement.
__float•59m ago
How is this language related to Elixir? Or are you just commenting that another language has a website?
arikrahman•18m ago
They had a recent re-design last week.
Starlevel004•50m ago
Why does it have like 0.1s animations?
josevalim•41m ago
Can you clarify which ones? We will be glad to improve them (or feel free to send a PR).
binaryturtle•44m ago
Site doesn't work for me (older Firefox). Looks like there's no CSS and some Javascript error (probably makes it bail out loading the CSS?)
sph•41m ago
No mention of AI and LLM in the front page. Life is good.
Onavo•25m ago
But I bet the landing page was made with AI assistance.
reliablereason•21m ago
It certainly looks like a Claude design to some extent; not all they way however.
bbg2401•20m ago
It feels less sloppy than most obviously AI generated landing pages.

The only sloppy aspects that stand out to me are the needless animations/transitions.

asa400•40m ago
Looks great! There are some style quirks with cutoff elements in Firefox 152.0.6: https://imgur.com/a/OtnESi7
phplovesong•38m ago
I guess elixir is a nice lang for the niche of erlang. But its dynamic (the "type system" is really meh at best) its not suited for real world use.

If i go full dynamic, why not use pure erlang instead?

ch4s3•28m ago
Have you tried it since the new type system rolled out?
pluralmonad•11m ago
Maybe try and build something and see for yourself? Saying elixir is not fit for real world use shows how little experience with it you have.
loloquwowndueo•37m ago
There’s no obvious way to switch to normal (aka “light”) mode. Dark mode is very difficult for some people (me included) to read.

If you must default to dark mode that’s your choice but I’d love to see a light mode toggle somewhere prominent.

madibo3156•18m ago
Yeah. You'll notice that there's a mix of light and dark. Some segments are light-on-dark, then it switches to dark-on-light. It appears to me like a "design trend" that's at odds with accessibility. https://www.apple.com does this too.
zuzululu•30m ago
I appreciate Elixir but the problem is the job market/talent pool is tiny compared to other existing languages.

If you buy into the Elixir stack then you now have constraint you could've avoided entirely by avoiding it.

Also for devs there seems to be no premium offered for this talent pool scarcity. With LLMs I think language-specialists are redundant in a large scheme of things. ex) at one of my current remote jobs, I shipped an entire telecom infrastructure with barely knowing Elixir and we brought on contractors to audit the code and they found no issues.

999900000999•30m ago
Elixir is such an elegant language.

I'm hoping to find a reason to use it soon.

pluralmonad•19m ago
Such a delight to use and the core team seems to always make the right decision.
hybridcivic182•13m ago
José Valim & team have made such an incredible language and ecosystem. thank you for all the faithful work, especially the run up to 1.20 over this past year
ia•8m ago
I’m tried to understand the motivation for this salty comment and the parent comment. I failed. Then I opened the user’s comment history and most of their comments are like this. ModernMech, please, keep in mind we’re all doing our best. Being passive aggressive on the internet is social pollution. No offense intended, I’m just hoping you reflect a bit next time before you post.
Pay08•18m ago
This is how every second website has looked for the past 10 years.

GPT-5.6 used a prompt to close a 30-year gap in convex optimization

https://old.reddit.com/r/math/comments/1uxj3cy/after_openais_cdc_proof_announcement_gpt56_used_a/
329•mbustamanter•5h ago•195 comments

Gleam Is Now on Tangled

https://tangled.org/gleam.run/gleam
95•nerdypepper•2h ago•52 comments

Setting up your spare Mac for Claude Code to control, a step-by-step guide

https://ykdojo.github.io/claude-controls-mac/
69•ykev•1h ago•35 comments

Goodbye, and Thanks for All the Bikesheds

https://queue.acm.org/detail.cfm?id=3818307
13•Ygg2•34m ago•1 comments

Our Approach to Bioresilience: Isomorphic Labs and Google DeepMind

https://deepmind.google/blog/our-approach-to-bioresilience/
24•bookofjoe•1h ago•14 comments

Is this the end of the once-mighty GoPro?

https://amateurphotographer.com/latest/photo-news/going-going-gone-is-this-the-end-of-the-once-mi...
124•aanet•3d ago•191 comments

Elixir-lang.org has a new design

https://elixir-lang.org/
67•bbg2401•2h ago•42 comments

If You Build It, They Will Come

https://www.benlandautaylor.com/p/if-you-build-it-they-will-come
44•barry-cotter•2h ago•16 comments

Fable 5 vs. GPT-5.6 Sol on an NP-Hard Problem: Does /goal help?

https://charlesazam.com/blog/fable-5-gpt-5-6-sol-goal/
153•couAUIA•7h ago•68 comments

Show HN: Q3Edit – Edit and play Quake 3 maps in the browser

https://q3edit.com
25•drdator•2h ago•4 comments

LG monitors silently install software through Windows Update without consent

https://videocardz.com/newz/lg-monitors-silently-install-software-through-windows-update-without-...
740•baranul•7h ago•369 comments

Regressive JPEGs

https://maurycyz.com/projects/bad_jpeg/
571•vitaut•14h ago•59 comments

Tech note: making your own V-I plots at home

https://lcamtuf.substack.com/p/tech-note-making-your-own-v-i-plots
38•zdw•21h ago•5 comments

GTX 1080s: Testing a Legend

https://www.lttlabs.com/articles/2026/07/15/gtx-1080s-revisiting-legends
41•LabsLucas•2d ago•10 comments

What AI did to stackoverflow in a graph

https://data.stackexchange.com/stackoverflow/query/1953768#graph
274•secretslol•6h ago•320 comments

A Second-Grade Teacher Revived a Beloved Video Game

https://www.nytimes.com/2026/07/13/style/backyard-baseball-video-game-teacher.html
23•danso•5d ago•6 comments

EU ban on destruction of unsold clothes and shoes enters into application

https://environment.ec.europa.eu/news/ban-destruction-unsold-clothes-and-shoes-enters-application...
170•robtherobber•3h ago•144 comments

Reviving a 15-year-old netbook with Arch Linux

https://parksb.github.io/en/article/41.html
196•parksb•4d ago•123 comments

Thanks HN for 15 years of support and helping me find my life's work

749•nicholasjbs•1d ago•94 comments

The Fermi Paradox, Percolation, and Inbreeding

https://reactormag.com/the-fermi-paradox-percolation-and-inbreeding/
11•bryanrasmussen•2h ago•12 comments

The Computer at the Bottom of a Canal

https://negroniventurestudios.com/2026/07/18/the-computer-at-the-bottom-of-a-canal/
107•Kudos•9h ago•24 comments

Fake food delivery site for the dopamine

https://old.reddit.com/r/BingeEatingDisorder/comments/1uzr3ui/fake_food_delivery_site_for_the_dop...
37•guerrilla•1h ago•12 comments

First atmosphere found on Earth-like planet in habitable zone of distant star

https://www.bbc.com/news/articles/cy4kdd1e0ejo
502•neversaydie•1d ago•292 comments

British runner Josh Kerr breaks world record for mile which stood for 27 years

https://news.sky.com/story/british-runner-josh-kerr-breaks-world-record-for-mile-which-had-stood-...
52•austinallegro•2h ago•36 comments

Qubes OS Security in the Public Record

https://arxiv.org/abs/2607.14587
54•sciences44•9h ago•9 comments

No link between acetaminophen use during pregnancy and adverse birth outcomes

https://sph.unc.edu/sph-news/no-link-between-acetaminophen-use-during-pregnancy-and-adverse-birth...
24•geox•1h ago•4 comments

The Zilog Z80 has turned 50

https://goliath32.com/blog/z80.html
259•st_goliath•22h ago•104 comments

TP-Link Kasa cameras leaked home GPS via unauthenticated UDP for 6 years

https://github.com/BadChemical/IoT-Vulnerability-Research-Public/blob/main/TP-Link_Kasa_EC71/Kasa...
194•BadChemical•20h ago•78 comments

Learning a few things about running SQLite

https://jvns.ca/blog/2026/07/17/learning-about-running-sqlite/
306•surprisetalk•1d ago•77 comments

Kimi K3, and what we can still learn from the pelican benchmark

https://simonwillison.net/2026/Jul/16/kimi-k3/
387•droidjj•1d ago•209 comments