frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A Note from LWN

https://lwn.net/Articles/1090585/
181•rwky•59m ago•29 comments

Three sites made 215,128 "best software" pages for AI. Perplexity cites them

https://trellner.com/reports/manufactured-sources-behind-ai-recommendations/
17•jakobgreenfeld•17m ago•0 comments

Just Bury Your Trash

https://www.worksinprogress.news/p/just-bury-your-trash
51•eamag•54m ago•25 comments

Mistral now trains on user input by default, except on enterprise tier

https://help.mistral.ai/en/articles/455207-can-i-opt-out-of-my-input-or-output-data-being-used-fo...
44•teekert•1h ago•22 comments

GrapheneOS says Pixel 11 has MTE support after all

https://grapheneos.social/@GrapheneOS/117194007157499435
13•user_7832•16m ago•4 comments

Commodore 64 released September 1, 1982

https://dfarq.homeip.net/commodore-64-released-september-1-1982/
200•giuliomagnifico•5h ago•99 comments

A Small Telescope That Surprised Me

https://adfr.io/thoughts/20260831_a_small_telescope_that_surprised_me/
56•speckx•23h ago•39 comments

Aging Brains Blend Memories Together Instead of Just Forgetting Them

https://studyfinds.com/aging-brains-blend-memories-together-instead-of-forgetting-them-study-finds/
22•mdp2021•1h ago•8 comments

Poisson Disk Sampling

https://stripeacross.com/posts/poisson-disk-sampling/
8•vismit2000•29m ago•0 comments

Six curl CVEs after OpenAI and Anthropic came back with zero

https://aisle.com/blog/aisle-discovered-six-curl-cves-after-openai-and-anthropic-found-zero
13•goobreee•33m ago•0 comments

Check if a file was made with Claude

https://claude.com/check-content
20•frexs•1h ago•6 comments

The Lost Art of Carrying Loads

https://www.carryology.com/insights/the-lost-art-of-carrying-loads/
31•surprisetalk•2d ago•37 comments

Ending my elixir exploratory writing

https://lucassifoni.info/blog/the-end-of-this-elixir-log/
32•ffin•2h ago•13 comments

The Emergent Symbolic Structure of Artificial Neural Networks

https://arxiv.org/abs/2608.29530
221•schmuhblaster•10h ago•74 comments

Dutch central bank moves share of gold from U.S., Canada to London

https://nltimes.nl/2026/09/02/dutch-central-bank-moves-share-gold-us-canada-london-cites-instability
56•TechTechTech•1h ago•37 comments

Biggest dark matter detector spots a single weird particle

https://www.science.org/content/article/world-s-biggest-dark-matter-detector-spots-single-weird-p...
6•randycupertino•36m ago•0 comments

Telli (YC F24) is hiring engineers and designers [Berlin, on-site]

https://careers.telli.com/
1•sebselassie•5h ago

Move in C++ without a std:move

https://andreasfertig.com/blog/2026/09/move-in-cpp-without-a-stdmove/
26•dalvrosa•1d ago•22 comments

Quasar 438B: Europe's Leading AI Model

https://multiversecomputing.com/resources/introducing-quasar-438b-europe-s-leading-ai-model
86•amunozo•4h ago•68 comments

LLMs: Intelligence vs. Cost

https://openteams.com/intelligence-vs-cost/
8•theanonymousone•1h ago•2 comments

You Know Who Hates AI? Insurance Claims Adjusters

https://www.wired.com/story/insurance-claims-adjusters-really-hate-ai/
105•joozio•2d ago•63 comments

Using jq to format JSON on the clipboard

https://chris48s.github.io/blogmarks/posts/2021/jsontidy/
13•stefanvdw1•1h ago•2 comments

Dyson CameraJet: The only toothbrush with a camera and a jet

https://www.dyson.com/discover/news/latest/introducing-camerajet
5•mgh2•29m ago•4 comments

Why humanoid robots won't catch up to human workers any time soon

https://www.understandingai.org/p/why-humanoid-robots-wont-catch-up
9•speckx•1h ago•3 comments

How accurate have Ed Zitron's AI skeptic predictions been?

https://danluu.com/zitron/
801•jatins•19h ago•899 comments

A Beginner's Deep Dive Guide to Entra Passkeys

https://emsroute.com/2026/03/19/passkeys-beginners-101/
8•speckx•1h ago•7 comments

Banca Etica Suspends A/I's Account While Condemning the Sanctions Behind It

https://sabot.media/post/banca-etica-statement-english
27•rendx•4h ago•16 comments

Crossing Boundaries with Integration Events

https://deniskyashif.com/2026/08/29/crossing-boundaries-with-integration-events/
5•alembic_fumes•3d ago•0 comments

The Cables That Connect the World

https://xn--gckvb8fzb.com/the-cables-that-connect-the-world/
8•surprisetalk•1h ago•1 comments

It's OK to hardcode feature flags (2025)

https://code.mendhak.com/hardcode-feature-flags/
44•biscuits1•3h ago•25 comments
Open in hackernews

Ending my elixir exploratory writing

https://lucassifoni.info/blog/the-end-of-this-elixir-log/
32•ffin•2h ago

Comments

sheafification•52m ago
This is very sad, but I came to the same conclusion with my math blogging a couple years back. There’s little point to publishing any personal effort on the internet anymore. At best you get some spam comments and your work stolen by bot scrapers; at worst you get a doxxed and targeted by a harassment campaign.
sarreph•48m ago
The most enlightening experience I had from programming was picking up Elixir for Advent of Code[0] 3 years ago. At that point in my career, I knew what I was doing and had built various apps and systems. TypeScript and React was my safe-space, but which I often committed the sin of over engineering things to be as functional as possible in.

I'd tried Go, which I didn't really like because it was too imperative for my taste and also required you to write every... single... thing you needed from scratch. (Not trying to start a flame war here -- it's just how I felt using it).

One of my engineers was kind of obsessed with Elixir (he was / is extremely smart) and he convinced me to give it a go over Christmas break. It really was the functional Valhalla he had made it out to be. I felt like I'd finally found a language that "got" how I wanted to approach writing code. Unfortunately, startup life got in the way, and I was hardly going to suggest an Elixir rewrite (well, I did try, but anyway).

I'm planning on re-approaching Elixir, as a haven to write code as a human. I still use LLMs for writing code pretty much daily, but if you're looking for something that's different and fun, I would recommend checking it out. It's just a shame to hear that the author is, for now at least, stopping their engagement with the community due to how they perceive it's changing!

[0] - https://adventofcode.com/

roblh•40m ago
It's probably the language that punches the furthest above it's weight in community size vs. what you can do with it (and what is being done with it professionally), and I don't think it's even close really. The quality and capability and breadth of libraries people publish is really incredible, from web all the way down to embedded.
gandreani•32m ago
What did you need to write with golang? I found the exact opposite effect when I tested elixir and then went to go.

Exlixir has a great std lib but fewer packages than I'd like in the community. I can't even recall what I wanted!

With go the std lib seems bigger (although very lacking in some data structures) but the third party packages are incredible.

I also find both languages similarly useful since I was mostly interested in sane concurrent primitives in a lang. The OTP is not that useful to me since I haven't had to run these services in anything close to serious but you can (kinda) take the OTP to other languages (they're principles after all).

sarreph•20m ago
> What did you need to write with golang?

This is a great follow-up that I don't have a satisfactory answer for, because I can't really recall. I _think_ I was trying to do something with Firebase w/ high parallelism using goroutines. I just remember the feeling of imperativeness when I was iterating through results, etc, and not having a built-in mapping function.

Elixir was totally different -- was just scratching an "intellectual" itch, and it fit my needs like a glove in terms of feeling.

I'm confident that I could learn to like Go, though, lots of people I know rave about it.

> The OTP is not that useful to me

Also agree, didn't really get into OTP even, just enjoyed the style and structure of the language itself!

conradfr•5m ago
astro-lizard•46m ago
I have come to the same conclusion in my personal technical writing. I am loath to share ideas to the scraper marketplace just to have some executive prompt an LLM 2 years from now and claim the idea for themselves. I am weary of sharing my academic work with a chatbot as well.
nfrankel•43m ago
Unfortunately, I share the sentiment. Although I have been blogging weekly for more than 15 years, I have less and less incentives to share my learnings.
sodapopcan•33m ago
> discussion has collapsed

I used to be extremely active on Elixir Forum. It was the main place I would interact with people online, and HN was a bit of a distant second. Now HN usage has spiked a bit and I now have a... ugh... reddit account. There is still some decent discussion there, but it's largely library announcements (many vibe coded), some blog posts (that are often about AI), and news posts. Questions about the language itself have, unsurprisingly, pretty much completely halted. I think around a month ago someone asked a syntax question -- it was a bit of a jump scare!

ch4s3•27m ago
It doesn't help that the default page changed from the form to whatever the fuck it is now that requires multiple steps to see comments.
sodapopcan•19m ago
I'm not a huge fan of the changes myself, but discussion collapse was in full effect before the change (and had started happening long before it). But ya, I think I agree that it doesn't help. The change was made in good faith in order to try and boost it, but I can't objectively say if it's good or not since I always skip and go straight to forums.elixirforum.com now. My biggest annoyance is that I now have to type `fo<enter>` instead of `e<enter>` in my address bar to get there.
ch4s3•13m ago
I agree in general, but I suspect that the change adds friction to commenting in a way that is counter productive.
shevy-java•17m ago
> There even are in the elixir community a few people letting Claude borrow their name and profile picture while handling all interactions. I won’t name them here but I find this very unsettling. I don’t blame them directly

Why not name them? These are people who no longer want to communicate with other people. They should be named and shamed. All their fake-interactions they do via LLMs should be made obvious at all times. That way real humans can instantly avoid these clowns.

Well the irony is that Claude is very good at writing Elixir ;)