HackerLangs
TopNewTrendsCommentsPastAskShowJobs

xena

9,339 karmajoined قبل 12 سنة
Bluesky: https://bsky.app/profile/xeiaso.net Blog: https://xeiaso.net email: [email protected]

[ my public key: https://keybase.io/xena; my proof: https://keybase.io/xena/sigs/FQWG1-ZoMRV-4vq1h8x0Vs0EK2VKP5QsRsECud4v7Zw ]

xena.at.hn

I'm starting to discontinue use of Hacker News. Please contact me over email if you want to catch up.

Submissions

Agents are monads (but not that kind)

xeiaso.net
2 points·by xena·أول أمس·0 comments

I taught a bucket to speak Git

tigrisdata.com
90 points·by xena·قبل 17 يومًا·17 comments

I hate compilers

xeiaso.net
176 points·by xena·قبل 23 يومًا·170 comments

IPv6 zones in URLs are a mistake

xeiaso.net
152 points·by xena·الشهر الماضي·144 comments

Dancing Mad with Sandboxing

xeiaso.net
3 points·by xena·الشهر الماضي·0 comments

Amazonbot is finally respecting robots.txt

xeiaso.net
171 points·by xena·قبل شهرين·50 comments

Claude Design Is 404ing

claude.ai
3 points·by xena·قبل شهرين·0 comments

Killing My Inner Necron

xeiaso.net
1 points·by xena·قبل 4 أشهر·0 comments

I made a simple agent for PR reviews. Don't use it

xeiaso.net
5 points·by xena·قبل 6 أشهر·0 comments

Git's HTTP server side design does not scale

xeiaso.net
6 points·by xena·قبل 6 أشهر·0 comments

"You're Not Crazy": A Case of New-Onset AI-Associated Psychosis

innovationscns.com
5 points·by xena·قبل 7 أشهر·1 comments

Ask HN: What can I use for a credit card form to get subscriptions?

3 points·by xena·قبل 7 أشهر·0 comments

Vanbi

xeiaso.net
3 points·by xena·قبل 7 أشهر·1 comments

A man-in-the-middle pattern for MCP server OAuth

tigrisdata.com
1 points·by xena·قبل 7 أشهر·0 comments

Bad Apple but it's a sorting algorithm [video]

youtube.com
2 points·by xena·قبل 8 أشهر·0 comments

comments

xena
·قبل 12 ساعة·discuss
I think this post was written by an AI model.
xena
·قبل 3 أيام·discuss
Things like this make me wish that we have to pass ethics courses to work in tech.
xena
·قبل 7 أيام·discuss
This is AI generated. Why is this being upvoted?
xena
·قبل 8 أيام·discuss
I requested the code for Anubis, I'll keep you all updated on what I get!
xena
·قبل 16 يومًا·discuss
IPFS would be much better for something like LFS support than git repos itself. Git repos are very mutable bits of state and IPFS is best for immutable state. I'm aware of mutable IPFS pointers, but I think the best bet currently is to use immutable things for immutable objects and mutable things for mutable objects.
xena
·قبل 16 يومًا·discuss
Author of the post here. I'll talk with someone I know at Gitea. I don't think this is viable to upstream into Gitea, but there's only one way to find out!
xena
·قبل 16 يومًا·discuss
Author of the article here. I'm aware of ZeroFS and other similar approaches (such as something internal at Tigris that will become public at a later date), this was more of an experiment to see how far you can get with stuff I already had "on the shelf". I am going to be improving this a fair bit; I just need to plan out what I'm gonna work on and figure out the best times to stream it, etc.
xena
·قبل 17 يومًا·discuss
It ain't me. I have no connections to Wikipedia and have a "only look, never touch" rule when it comes to interacting with it.
xena
·قبل 21 يومًا·discuss
Not unless you get promoted for writing more efficient code.
xena
·قبل 21 يومًا·discuss
I filed the bug: https://github.com/llvm/llvm-project/issues/204883
xena
·قبل 22 يومًا·discuss
The last time I evaluated doing protein folding it required gigabytes of disk-data to make it happen. If there's a way to do it without needing gigabytes of disk-data, I'm at least interested in hearing it out.
xena
·قبل 22 يومًا·discuss
If it's dumb and it works, is it really dumb?
xena
·قبل 22 يومًا·discuss
I'm gonna have to file the bug without a minimal reproduction case. The issue seems to be those try_table blocks getting nondeterministically reordered at link time (is it using machine pointers for iteration order?). Sadly I'm observing this with a local checkout of binaryen, so it may take a while for you to find the minimal reproduction case.
xena
·قبل 22 يومًا·discuss
I tried doing that at first. I kept running into edge cases that made the whole thing fall to ribbons. I gave up and am just falling back to what I know works: compiling the WASM to JS.
xena
·قبل 23 يومًا·discuss
That's great. I love that for you. Please leave me alone.
xena
·قبل 23 يومًا·discuss
Surprisingly, cherry-picked examples to prove a point are cherry-picked examples to prove a point.
xena
·قبل 23 يومًا·discuss
It's a conscious design choice. Doing that gets you considered a botnet/malware. I don't want Anubis to be considered a botnet/malware.
xena
·قبل 23 يومًا·discuss
Anubis is not a cryptocurrency miner: https://anubis.techaro.lol/docs/user/frequently-asked-questi...
xena
·قبل 23 يومًا·discuss
Anubis does this: https://anubis.techaro.lol/docs/admin/honeypot/overview

Getting in the maze influences your client's challenge difficulty.
xena
·قبل 23 يومًا·discuss
Nix doesn't help when the issue is a compiler bug, sadly.