Viewing profile — xpasky
xpasky
HN member- Joined
- Fri, Feb 02, 2018, 4:42 AM UTC
- HN karma
- 79
- Public activity
- 38 items
- HN profile
- View on Hacker News ↗
About xpasky
-20y: Early Git developer with Linus, Junio et al. (Cogito, repo.or.cz.)
-15y: My Computer Go program Pachi was very strong - the main MCTS baseline in DeepMind's AlphaGo Nature papers.
-10y: Maintained glibc @ SUSE & stable branches. Some crazy stuff like minduploading of c.elegans, cofounded brmlab the Prague hackerspace.
Last decade: Founder & CTO Rossum.ai - leading platform in Intelligent Document Processing.
Claude.vim on the evenings.
Recent public activity
-
comment
Comment #46755303
It's literally a single .swift file. Ask your LLM to audit it.
-
comment
Comment #45706875
My journey has been quite similar (just a few more years of "unhappy John") and this approach is now very close to what I practice. I do have a few reports and run the R&D leadersh…
-
comment
Comment #45663102
Ooh, I totally have to try that out! Very similar concept to mine, but taken further, I love it. What I really like about your blogpost is the concept of "the promise". It is somew…
-
comment
Comment #45658847
Oh, great to hear it worked for you! I also want to try the role reversal soon.
-
comment
Comment #45658828
This is a great point! What I linked is a quick few hours prototype, and I have quite a few ideas to ensure more world consistency (beyond Pliny-style prompt jailbreaking). I didn'…
-
comment
Comment #45658333
I have recently started experimenting with LLM-based text adventure setting: https://pasky.or.cz/ourtober25/crimson/ (Contains a preloaded Openrouter key with small credit, but you…
-
comment
Comment #43986554
What happenned next? I see Ada9X became Ada95 (this post was from 1993) and Jean D. Ichbiah went on to work on stylus computer interfaces. Did the standard see a substantial revisi…
-
comment
Comment #42578644
push 1 pop rax is even shorter (credit: https://old.reddit.com/r/programming/comments/q6mnz1/what_is... )
-
comment
Comment #42578530
Oh it has been done: https://nathanotterness.com/2021/10/hello_105.asm
-
comment
Comment #42578510
JMP FFFF:0000
-
comment
Comment #42578490
Now, can we make it even smaller applying https://nathanotterness.com/2021/10/tiny_elf_modernized.html ? We shouldn't need the full ELF header...
-
comment
Comment #42379766
Why wouldn't it? Just give it a shell tool. (Something like claude.vim, perhaps.)
-
comment
Comment #42066378
Besides Claude.vim for "AI pair programming"? :) (tbh it works well only for small things) I'm using Codeium and it's pretty decent at picking up the right context automatically, u…
-
comment
Comment #42066264
Hmm looks like this is still pretty early project for me. :) My experience: 1. I didn't have a working installation window after opening it for the first time. Maybe what fixed it …
-
comment
Comment #42064272
Yep! And AWS Bedrock gives you also plenty of other models on the back end, plus better control over rate limits. (But for us the important thing is data residency, the code isn't …
-
comment
Comment #42064002
Any short-term plans for Claude via AWS Bedrock? (That's for me personally a blocker for trying it on our main codebase.)
-
comment
Comment #41877672
You mean there is some other way to install postgresql in Debian?
-
comment
Comment #41875089
Related... postgres 1958 0.0 0.0 247616 26040 ? S Jul21 3:03 /usr/lib/postgresql/11/bin/postgres postgres 1085195 0.0 0.0 249804 24740 ? Ss Aug19 2:01 /usr/lib/postgresql/13/bin/po…
-
comment
Comment #40977307
Interesting idea! So... how strong is it, compared to some benchmarks? :-) Given LLM performance on chess, I find it conceivable it could get to a similar level to GNUGo? (It'd be …
-
story
Show HN: Claude.vim – a different take on AI pair programming
I explored how I can use AI when writing software beyond code completion, and I didn't like any of the UX I saw (maybe except Cursor). Well, I do all my work in vim. Claude knows h…
-
comment
Comment #40857895
I was so blown away I just wrote a chat-based integration to vim / neovim ( https://github.com/pasky/claude.vim ) for it - actually, 95% of the 600 LoC is written by Claude. It is …
-
comment
Comment #31683766
The extension works on hackernews but it doesn't work on any site that's marked experimental (not even on github, shown as example in the userguide), it always shows "Compose Now N…
-
comment
Comment #28767794
So essentially a "PC version" of https://fireballrpg.com/ ?
-
comment
Comment #28027340
I would expect that open source developers will best know the implications of GPL and MIT licences, with LGPL, BSD* and Apache2 following next. I have personally never head of Unli…
-
comment
Comment #27737722
I couldn't find it. Do you have a reference?