Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
JelteF
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
JelteF
6mo ago
Scrolling around when claude is "typing" makes it jump to the top
2.
▲
Magic Eye Tetris
(lutanho.net)
1 points
by
JelteF
9mo ago
|
0 comments
3.
▲
The Eternal Return of Abstraction: Why Programming Was Never About Code
(generativeai.pub)
15 points
by
JelteF
9mo ago
|
3 comments
4.
▲
Temptations of an open-source browser extension developer (2021)
(github.com)
3 points
by
JelteF
11mo ago
|
0 comments
5.
▲
Faster Ducks
(motherduck.com)
13 points
by
JelteF
11mo ago
|
1 comments
6.
▲
by
JelteF
1y 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.
7.
▲
by
JelteF
1y 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
8.
▲
by
JelteF
1y ago
There's a huge difference between endangering other people vs endangering only yourself.
9.
▲
by
JelteF
2y ago
Wait... Did you misunderstand this comment? Or are you saying grep caught up with ripgrep now?
10.
▲
Critical rsync security release 3.4.0 with read-only access RCE
(archlinux.org)
4 points
by
JelteF
2y ago
|
0 comments
11.
▲
by
JelteF
2y 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.
12.
▲
by
JelteF
2y 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.
13.
▲
by
JelteF
2y 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
14.
▲
by
JelteF
2y 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.
15.
▲
by
JelteF
2y ago
Except Apple doesn't take a 30% cut for every transaction in the PayPal app
16.
▲
New options for controlling the default commit message when merging a PR
(github.blog)
2 points
by
JelteF
2y ago
|
0 comments
17.
▲
by
JelteF
2y ago
The most effective way I've found to get other people to "write" good commit messages is by changing the "Default commit message" for squash merges on the GitHub repo to "Pull request title and description"
18.
▲
by
JelteF
2y ago
One of the authors of the patch here. Two reasons: 1. This config option approach was extremely easy to implement 2. Because making this auto.conf read-only would break many existing tools around Postgres that write to auto.conf
19.
▲
by
JelteF
2y ago
I wanted to clarify that I (Jelte, the author of the final patch) work at Microsoft. So, it's definitely not just one company seeing benefit in this feature. Arguably Microsoft is a cloud company too though, but honestly most of the ac
20.
▲
by
JelteF
3y ago
Luckily that's something that you control client side so you can simply be consistent about that yourself.
21.
▲
by
JelteF
3y ago
My personal favorite additions to my git config are using delta[1] as my pager for much more readable and syntax highlighted diffs. And adding the following alias, which means I no can always check out to the default branch of the repo, no
22.
▲
by
JelteF
3y ago
You can put this in your .gitconfig and do 'git checkout-default' to always checkout the default branch of the repo you're in, no matter what it's called: [alias] checkout-default = "!git checkout $(git re
23.
▲
by
JelteF
3y ago
Disclaimer: I work at Microsoft on Postgres related open source tools (Citus & PgBouncer mostly) Microsoft is heavily investing in Postgres and its ecosystem, so I wouldn't be extremely surprised if we would do this. We're def
24.
▲
by
JelteF
3y ago
Someone signing up with a wrong email
25.
▲
When "Everything" Goes Wrong: NPM Dependency-Hell Campaign – 2024 Edition
(checkmarx.com)
1 points
by
JelteF
3y ago
|
0 comments
26.
▲
by
JelteF
3y ago
SwiftKey is still the only keyboard with an autocorrect that's actually really helpful, instead of actively messing up what I'm writing. But only if you (counterintuitively) turn off the "autocorrect" checkbox in the set
27.
▲
by
JelteF
3y ago
Were you successful? I spent a lot of time too, but never got "go to definition" to actually work well.
28.
▲
by
JelteF
3y ago
Could you explain in what scenario you think it is better to have a display show two half images slightly faster (milliseconds) than one full one?
29.
▲
by
JelteF
3y ago
Alcohol also reduces the level of social awkwardness quite a bit that many people in the software engineering field exhibit. Which can be quite helpful in making new friends or finding a partner. I'd expect a significant percentage of
30.
▲
by
JelteF
3y ago
Microsoft is turned remote during covid without mandatory RTO so far. Disclaimer: I'm working remotely at Microsoft
More ›