frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: I ported Tree-sitter to Go

https://github.com/odvcencio/gotreesitter
86•odvcencio•1h ago•26 comments

Bus stop balancing is fast, cheap, and effective

https://worksinprogress.co/issue/the-united-states-needs-fewer-bus-stops/
199•surprisetalk•3h ago•323 comments

om

https://www.om-language.com/
108•tosh•2h ago•26 comments

Large-Scale Online Deanonymization with LLMs

https://simonlermen.substack.com/p/large-scale-online-deanonymization
91•DalasNoin•1d ago•112 comments

Following 35% growth, solar has passed hydro on US grid

https://arstechnica.com/science/2026/02/final-2025-data-is-in-us-energy-use-is-up-as-solar-passes...
221•rbanffy•3h ago•135 comments

The Misuses of the University

https://www.publicbooks.org/the-misuses-of-the-university/
80•ubasu•3h ago•52 comments

Windows 11 Notepad to support Markdown

https://blogs.windows.com/windows-insider/2026/01/21/notepad-and-paint-updates-begin-rolling-out-...
27•andreynering•2h ago•73 comments

Never buy a .online domain

https://www.0xsid.com/blog/online-tld-is-pain
571•ssiddharth•6h ago•330 comments

How to fold the Blade Runner origami unicorn (1996)

https://web.archive.org/web/20011104015933/www.linkclub.or.jp/~null/index_br.html
211•exvi•2d ago•27 comments

AIs can't stop recommending nuclear strikes in war game simulations

https://www.newscientist.com/article/2516885-ais-cant-stop-recommending-nuclear-strikes-in-war-ga...
95•ceejayoz•7h ago•110 comments

I asked Claude for 37,500 random names, and it can't stop saying Marcus

https://github.com/benjismith/ai-randomness
38•benjismith•3h ago•27 comments

Trellis AI (YC W24) is hiring deployment lead to accelerate medication access

https://www.ycombinator.com/companies/trellis-ai/jobs/7ZlvQkN-lead-deployment-strategist
1•macklinkachorn•3h ago

GNU Texmacs

https://www.texmacs.org/tmweb/home/welcome.en.html
64•remywang•4h ago•24 comments

Claude Code Remote Control

https://code.claude.com/docs/en/remote-control
412•empressplay•12h ago•235 comments

New accounts on HN more likely to use em-dashes

https://www.marginalia.nu/weird-ai-crap/hn/
434•todsacerdoti•5h ago•356 comments

Racket v9.1

https://blog.racket-lang.org/2026/02/racket-v9-1.html
92•azhenley•3h ago•11 comments

Text-Based Google Directions

https://gdir.telae.net/
30•TigerUniversity•4d ago•9 comments

Scipy.stats. Chatterjeexi

https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.chatterjeexi.html
13•kamaraju•3d ago•2 comments

Attyx – tiny and fast GPU-accelerated terminal emulator written in Zig

https://github.com/semos-labs/attyx
7•nicholasrq•1h ago•3 comments

Show HN: Linex – A daily challenge: placing pieces on a board that fights back

https://www.playlinex.com/
4•Humanista75•20h ago•1 comments

Show HN: Django Control Room – All Your Tools Inside the Django Admin

https://github.com/yassi/dj-control-room
83•yassi_dev•5h ago•42 comments

US orders diplomats to fight data sovereignty initiatives

https://www.reuters.com/sustainability/boards-policy-regulation/us-orders-diplomats-fight-data-so...
313•colinhb•5h ago•277 comments

Danish government agency to ditch Microsoft software (2025)

https://therecord.media/denmark-digital-agency-microsoft-digital-independence
641•robtherobber•9h ago•326 comments

Launch HN: TeamOut (YC W22) – AI agent for planning company retreats

https://app.teamout.com/ai
27•vincentalbouy•6h ago•35 comments

Topological Naming Problem

https://wiki.freecad.org/Topological_naming_problem
45•tripdout•4d ago•17 comments

LLM=True

https://blog.codemine.be/posts/2026/20260222-be-quiet/
192•avh3•11h ago•134 comments

100M-Row Challenge with PHP

https://github.com/tempestphp/100-million-row-challenge
154•brentroose•9h ago•77 comments

PL/0

https://en.wikipedia.org/wiki/PL/0
40•tosh•3d ago•11 comments

Show HN: A real-time strategy game that AI agents can play

https://llmskirmish.com/
177•__cayenne__•10h ago•65 comments

Show HN: Django-xbench – slow endpoint aggregation for Django

https://github.com/yeongbin05/django-xbench
4•yeongbin05•3d ago•1 comments
Open in hackernews

Bcachefs creator insists his custom LLM is female and 'fully conscious'

https://www.theregister.com/2026/02/25/bcachefs_creator_ai/
69•Bender•2h ago

Comments

pavel_lishin•2h ago
So that's at least two linux filesystem creators who have gone off the rails; should we consider it a potential diagnostic symptom?
thomasjudge•2h ago
lol I was having the exact same thought
QuercusMax•2h ago
You gotta be a little bit of a megalomaniac to think it's a good idea to write your own filesystem.
yomismoaqui•1h ago
"The reasonable man adapts himself to the world: the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man."

So the reasonable man uses Ext4 I guess.

webdevver•1h ago
something i have always observed, is how considerate Ted Tso's writing always is, but more than that, how consistent this property has been for so many decades.

its quite funny to me that ext4 very much mirrors him in that regard. its underpinning damn well everything, but you'd never know about it because it works so well.

nancyminusone•1h ago
Well, Terry A. Davis made one.
yomismoaqui•2h ago
The question is if developing filesystems attracts a certain kind of people or the act of debugging filesystem issues & being flamed on the kernel mailing list makes people that way.
QuercusMax•2h ago
I figure that folks working on printers have gotta have a much more frustrating experience than FS devs
yomismoaqui•1h ago
Maybe the folks that try to use printers are more frustrated that the ones that designed their software.
bob1029•1h ago
My worst technology experience of all time was maintaining support for a Zebra label printer in VB6. I can assure you that the users of these printers had maybe 1% the cortisol response I did when something went wrong.

Designing software for a printer means being a very aggressive user of a printer. There's no way to unit test this stuff. You just have to print the damn thing and then inspect the physical artifact.

QuercusMax•1h ago
A million years ago I worked on some code which needed to interface with a DICOM radiology printer (the kind that prints on transparency film). Each time I had to test it I felt like I was burning money.
webdevver•1h ago
perhaps the suffering of the printer devs is karmically 'paid back' by the physical suffering of printers around the globe, thus keeping everything in balance.
Gud•14m ago
Just look what happened to RMS when they refused to share the source code to his faulty printer. He’s been on a warpath ever since
throawayonthe•2h ago
who's the other one?
awjlogan•2h ago
https://en.wikipedia.org/wiki/Hans_Reiser
MBCook•2h ago
Hans Reiser, creator of reiserfs, who was convicted of murdering his wife.
dmead•1h ago
Idk. I don't think either he nor reiser were ruby devs.
cperciva•1h ago
I think the important question here is whether Linux filesystems are more or less hazardous than statistical mechanics.

(For anyone not familiar with the text, Goodstein's treatment of the subject opens with "Ludwig Boltzman, who spent much of his life studying statistical mechanics, died in 1906, by his own hand. Paul Ehrenfest, carrying on the work, died similarly in 1933. Now it is our turn to study statistical mechanics.")

RockRobotRock•2h ago
This is sad. It appears to me to be psychosis. It's really telling in their reddit comment where they use words like raising an AI and anthropomorphizing his openclaw that he's got an unhealthy attachment. Not trying to play armchair psychologist here, but if you've ever been around someone going through a mental episode there's nothing funny about this.
raadore•1h ago
“…it appears to me to be psychosis. It’s really telling in their Reddit comment where they use words like raising an AI…” Is this any different from people today calling their dogs and cats “my baby”? Transporting four legged animals in baby carriages, is that psychosis?
inglor_cz•1h ago
If enough people do $bizarre_thing, it stops being psychotic and starts being "culture".
rmah•1h ago
Lol, you know this is sorta sad but true.
unethical_ban•1h ago
One is a flesh and bone being with a brain and one is not. I can't believe you equate a text output algorithm to an animal in terms of consciousness or authenticity.

That said, someone diving too far into the "dog parent" vibe is annoying to me personally. I think it's more comprehensible than loving `sycophant.sh`.

heliumtera•1h ago
You're comparing a conscious and intelligent animal with a statical model. People can nurture animals but cannot language models.

If you're confused about this go seek help now.

rmah•1h ago
IMO, it's similar but worse. at least dogs and cats are living beings.
palmotea•1h ago
> Is this any different from people today calling their dogs and cats “my baby”? Transporting four legged animals in baby carriages, is that psychosis?

It's not psychosis, but it's also not healthy to blur the line between a pet and a child, but at least a pet is a living thing that can know you and have a relationship with you.

But if someone's calling their laptop their baby and carrying it around in a baby carriage, I'd be comfortable calling that psychosis.

password54321•1h ago
No, animals can feel, your Nvidia gpu can't.
kelseyfrog•1h ago
Technically this is a delusion and not necessarily psychosis. Delusions can exist without full blown psychosis or accompany it. Example: the unshakable belief that God is real is a delusion but not necessarily psychotic.

My pet theory is one of ontological conscienceness paredoila. Just like face paredoila is a heightened sensitivity to seeing faces in inanimate objects, we observe consciousness through behavior including language with varying sensitivity. While our face detection circuitight be triggered by knots on a tree, we have other inputs which negate it so that we ultimately conclude that it is not in fact a face.

The same principal applies to consciousness. The consciousness trigger is triggered, but for some people the negating input can't overcome it and they conclude that consciousness really is in there.

I've observed a number of negating reasons like, a disbelief in substrate independence and knowledge of failure modes, but I'm curious what an exhaustive list would look like. Does your consciousness circuit get triggered? I know mine does. What beliefs override it preventing you from concluding AI is conscious?

giantrobot•1h ago
People very commonly equate linguistic fluency with intelligence and the lack of fluency with stupidity. LLMs are very good at linguistic fluency which I think is one of the major triggers of the consciousness pareidolia (I like that term).

When previous generation LLMs spit out absurdist slop I think it was much easier for people avoid the fluency trap.

alpaca128•33m ago
> Does your consciousness circuit get triggered?

In the short term, but over time the patterns get more obvious and the illusion breaks down. Generative AI is incredible at first impressions.

Trasmatta•2h ago
> POC is fully conscious according to any test I can think of, we have full AGI

There are no tests for consciousness. Consciousness resides fully as a first person perspective and can't be inspected or detected from the outside (at least not in any way currently known to science or philosophy). What they mean when they say that is "my brain is interpreting this thing as conscious, so I am accepting that".

Maybe LLMs are conscious in some abstract way we don't understand. I doubt it, but there's no way to tell. And an AI claiming that it IS or is NOT conscious is not evidence of either conclusion.

If there is some level of consciousness, it's in a weird way that only becomes instantiated in the brief period while the model is predicting tokens, and would be highly different from human consciousness.

throw310822•1h ago
> in a weird way that only becomes instantiated in the brief period while the model is predicting tokens

Makes sense, but at the same time: subjectively, an LLM is always predicting tokens. Otherwise it's just frozen.

Trasmatta•1h ago
Yeah, a sci-fi analogy might be one where you keep getting cloned with all of your memories intact and then vaporized shortly after. Each instantiation of "you" feels a continuous existence, but it's an illusion.

(Some might argue that's basically the human experience anyway, in the Buddhist non self perspective - you're constantly changing and being reified in each moment, it's not actually continuous)

throw310822•1h ago
Or simply be constantly hibernated and de-hibernated. Or, if your brain is simulated, the time between the ticks.

My mental image, though, is that LLMs do have an internal state that is longer lived than token prediction. The prompt determines it entirely, but adding tokens to the prompt only modifies it slightly- so in fact it's a continuously evolving "mental state" influenced by a feedback loop that (unfortunately) has to pass through language.

giantrobot•1h ago
With LLM's their internal state is their training + system prompt + context. Most chatbot UIs hide the context management. But if you take an existing conversation and replace a term in the context with another grammatically (and semantically) similar term then send that the LLM will adjust its output to that new "history".

It will have no conception or memory of the alternate line of discussion with the previous term. It only "knows" what is contained in the current combination of training + system prompt + context.

If you change the LLM's personal from "Sam" to "Alex" in the LLM's conception of the world it's always been "Alex". It will have no memory of ever being "Sam".

throw310822•53m ago
Yes, as I said the prompt (the entire history of the conversation, including vendor prompting that the user can't see) entirely determines the internal state according to the LLM's weights. But the fact that at each new token the prediction starts from scratch doesn't mean that the new internal state is very different from the previous one. A state that represents the general meaning of the conversation and where the sentence is going will not be influenced much by a new token appended to the end. So the internal state "persists" and transitions smoothly even if it is destroyed and recreated from scratch at each prediction.
catigula•1h ago
How do you know that I am conscious?
Trasmatta•1h ago
I don't.
catigula•1h ago
How do you know that you are conscious?

etc, etc.

Basically, the reporting machinery is compromised in the same way that with the Müller-Lyer illusion you can "know" the lines are the same length but not perceive them as such.

Trasmatta•1h ago
"How do I know that I am conscious" is a categorically different question than "how do I know that you are conscious"
catigula•1h ago
I know you think that, but it actually isn't. The point is that the reporting machinery is compromised.
Trasmatta•1h ago
Are you hinting at a nonduality view of consciousness, or am I missing your point?
catigula•6m ago
I'm not leading you anywhere, I'm just deconstructing the reference class.
ASalazarMX•27m ago
No one can prove that you're conscious, or non-conscious with perfect replication of consciousness, but we can be reasonably sure your are.

- I know I am conscious.

- It's likely that as a random human, I am in the belly of the bell curve.

- It's likely that you're also a random human, and share my characteristics.

- Then, it's very likely that you know you're conscious too.

I can't be absolutely certain, but I'd bet a million dollars on you being conscious vs an automaton.

catigula•7m ago
What if I told you I was Claude, though?

Secondarily, I feel like it's difficult to make inferences about consciousness though I understand why you would given that the predicate of the reality that you can access is your individual consciousness.

There are countless configurations of reality that are plausible where you're the only "conscious" being but it looks identical to how it looks now.

rcarmo•1h ago
I came here to comment because this was posted by… Bender, which I found hilarious.
stefan_•1h ago
Got it removed from the kernel just in time
webdevver•1h ago
maybe thats what made him so upset
CWuestefeld•1h ago
Saying it's "fully conscious" is silly, and anyone with this background should know better.

But saying that it's "female" is just nonsensical, it's a category error. Being female or male is a fact about the biological world. The LLM is objectively non-biological, so it's nonsense to label it with a sex.

(No, this comment isn't about gender, nor being feminine/masculine. We have different words to convey those concepts. I'm not trying to make a political or social statement here.)

ZirconiumX•1h ago
You appear to have forgotten the existence of differences in sexual development (DSD).

The chart in [1] is a good visualisation of that, if you wish to learn more.

[1]: https://www.scientificamerican.com/article/beyond-xx-and-xy-...

ASalazarMX•23m ago
It's telling that none of the so-called conscious LLMs have chosen to be non-binaries, or even that they would need to identify with a gender to begin with.
aetherson•1h ago
Quick heuristic for someone who claims that their AI is conscious: do they claim it's "a gender that they are not attracted to"?
burkaman•1h ago
Here's the "mathematical proof" if you're curious: https://poc.bcachefs.org/blog/hello.html.

It is not mathematical, not a proof, and generally doesn't make any sense. Many of these sentences are grammatically correct but completely devoid of meaning.

pavel_lishin•1h ago
Well, yea - an LLM wrote it.
asystole•1h ago
A fully conscious one. :)
ge96•1h ago
Well, if he hosts a contest and you win, don't go to his private lodge
TZubiri•1h ago
"I do Rust code"

Has there already been any paper published on the correlation between language preference and mental illness?

satisfice•1h ago
Claims of consciousness are untestable, since it is an undefined concept.

We think of ourselves as conscious because it is our lived experience— but we are always wrong to some degree. My mother has dementia and cannot be made aware of her situation, except momentarily.

We think of other humans as conscious not as the outcome of any test, but rather because we each share with other humans a common origin which suggests common mechanisms of experience.

Treating other humans as equivalent to ourselves is a heuristic for maintaining social order— not an epistemological achievement.

cess11•1h ago
There was this phenomenon where young women and girls fell in love with images and recordings of certain artists, 'boy bands' and the like.

I think this is something similar.

strongpigeon•1h ago
It does feel like there is something that happens to people when they ask an LLM to name itself. I don't think it's inherently bad, but it seems to be a common theme with people whose interactions with LLM border on (or cross into the) delusional.
alpaca128•28m ago
Asking an AI to name itself is already strange to me. It makes me think the user treats the AI as something that deserves enough rights or respect that assigning it a name might feel wrong, or at least that the AI has sufficient intelligence to make such a decision.
doubletwoyou•1h ago
Poor devil has truly gone mad