Readit News logoReadit News
JelteF commented on Blurry rendering of games on Mac   colincornaby.me/2025/08/y... · Posted by u/bangonkeyboard
JelteF · 19 days ago
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 commented on Measuring the impact of AI on experienced open-source developer productivity   metr.org/blog/2025-07-10-... · Posted by u/dheerajvs
malfist · 2 months ago
Sample size of 16 is already hard enough to draw conclusions from. Sample size of 1 is even worse.
JelteF · 2 months ago
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 commented on Denmark to raise retirement age to 70   telegraph.co.uk/world-new... · Posted by u/wslh
8fingerlouie · 3 months ago
In Denmark, you also have to have a medical exam to maintain your drivers license after you turn 70, but they have no problem with carpenters running around on roofs until they're 74.
JelteF · 3 months ago
There's a huge difference between endangering other people vs endangering only yourself.
JelteF commented on Ruff: Python linter and code formatter written in Rust   github.com/astral-sh/ruff... · Posted by u/modinfo
burntsushi · 7 months ago
Folks said the same thing to me about grep 8.5 years ago when I released ripgrep.
JelteF · 7 months ago
Wait... Did you misunderstand this comment? Or are you saying grep caught up with ripgrep now?
JelteF commented on Rewrite Git history via drag-and-drop   retcon.app... · Posted by u/surprisetalk
igrunert · 9 months ago
There are a handful of git features which work significantly better with a clean history on main. If `git blame` points at a well crafted commit, it can help bring additional context to the line in question. In addition `git log -S<string>` can be used to find when code was introduced.

Both of these features aren't very useful when they point at a "wip" or similar commit message.

By all means push lots of little commits to your branch while you're figuring stuff out, but squash and rewrite history into logical commits (usually just one) before landing the change on main.

JelteF · 9 months ago
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 commented on Started a guide to writing FUSE filesystems in Python   gwolf.org/2024/10/started... · Posted by u/levlaz
virgoerns · a year ago
Can you tell what's the usecase for creating FUSE for dokuwiki? Basically, dokuwiki is just a bunch of text files so wouldn't it be simpler and more efficient to e.g. mount them as NFS or share via Dropbox/Syncthing?
JelteF · a year ago
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 commented on Started a guide to writing FUSE filesystems in Python   gwolf.org/2024/10/started... · Posted by u/levlaz
JelteF · a year ago
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

JelteF commented on Vim Racer   vim-racer.com/... · Posted by u/udev4096
ddlutz · a year ago
Maybe i'm missing it, but I think this would be much more useful if it showed what the optimal way to navigate per-target was.
JelteF · a year ago
I actually think the wall clock time that is used here is a more useful metric here. Using as few keystrokes is not necessarily most "efficient" in time if you have to think longer about which ones to press.

u/JelteF

KarmaCake day1075April 27, 2013
About
Building pg_duckdb at MotherDuck

[ my public key: https://keybase.io/jeltef; my proof: https://keybase.io/jeltef/sigs/ZMan3toJpggBpU3_dAtlav5NbAMU_TcEoMp4LaxqiwA ]

View Original