HackerTrans
TopNewTrendsCommentsPastAskShowJobs

JelteF

no profile record

Submissions

Magic Eye Tetris

lutanho.net
1 points·by JelteF·7 months ago·0 comments

The Eternal Return of Abstraction: Why Programming Was Never About Code

generativeai.pub
15 points·by JelteF·7 months ago·3 comments

Temptations of an open-source browser extension developer (2021)

github.com
3 points·by JelteF·9 months ago·0 comments

Faster Ducks

motherduck.com
13 points·by JelteF·9 months ago·1 comments

[untitled]

3 points·by JelteF·11 months ago·0 comments

Critical rsync security release 3.4.0 with read-only access RCE

archlinux.org
4 points·by JelteF·last year·0 comments

comments

JelteF
·3 months ago·discuss
Scrolling around when claude is "typing" makes it jump to the top
JelteF
·11 months ago·discuss
It's kinda funny that an article complaining about blurry rendering, is written using one of the most illegible fonts I've ever seen.
JelteF
·last year·discuss
It's the most representative sample size if you're interested in your own performance though. I really don't care if other people are more productive with AI, if I'm the outlier that's not then I'd want to know.
JelteF
·last year·discuss
There's a huge difference between endangering other people vs endangering only yourself.
JelteF
·last year·discuss
Wait... Did you misunderstand this comment? Or are you saying grep caught up with ripgrep now?
JelteF
·2 years ago·discuss
I learned about the --first-parent flag of git blame recently. It allows git blame to work well in repos that use merge commits.
JelteF
·2 years ago·discuss
I was forced to use the dokuwiki, but I very much disliked editing stuff in the web interface. Having a filesystem interface to the wiki system allowed me to create and edit pages using vim , which I like to use for writing.
JelteF
·2 years ago·discuss
Quite some years ago I created a Python FUSE filesystem[1] to to interact with dokuwiki (a wiki system).

It's built on hde llfuse[2]. But that required implementing a bunch of low level APIs that were not really related to dokuwiki. So I created easyfuse[3][4] as a wrapper, which implemented the things that were unrelated the dokuwiki implementation. If you're interested it in building a FUSE system it might be worth looking at.

[1]: https://github.com/JelteF/dokuwikifuse [2]: https://pypi.org/project/llfuse/ [3]: https://pypi.org/project/easyfuse/ [4]: https://github.com/JelteF/easyfuse