Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
adamkf
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
adamkf
3mo ago
I'll give you two: The first was when I first realized that I could tell codex to use gdb to debug a core dump. This was about a year ago, so it made a bunch of incorrect theories, but it enabled me to go much further than I would have
2.
▲
by
adamkf
5mo ago
> maybe not even a car Hold up — one can be mature without any of those things, but cars are especially optional.
3.
▲
by
adamkf
1y ago
I see these posts a lot, but this really does not match my experience. I find I run into many more bugs in kde than in gnome or other desktop environments. This bug made kde absolutely unusable for me: https://bugs.kde.org/s
4.
▲
Serialization from Node.js
(adamfaulkner.github.io)
1 points
by
adamkf
1y ago
|
0 comments
5.
▲
Binary Formats Are Better Than JSON in Browsers
(adamfaulkner.github.io)
75 points
by
adamkf
1y ago
|
16 comments
6.
▲
by
adamkf
3y ago
I've been using Wayland KDE on my gaming machine recently, it somehow made my cursor movement stutter. Switching to KDE X11 or Gnome Wayland solved the issue. I hope they address this kind of thing prior to making it a default.
7.
▲
by
adamkf
3y ago
Here's the quote from the [actual whitepaper]( https://envoy.com/wp-content/uploads/2023/08/Workplace_Data_... ) from Envoy that this article references: > 80% of executives say they would have app
8.
▲
by
adamkf
3y ago
I am using typescript with typescript-language-server. I'll give the lazy stuff a try, but I am not sure why this would make the editor more responsive outside of the initial load.
9.
▲
by
adamkf
3y ago
I gave it a try the other day using copilot.lua, and it made the whole editor unusably slow. It somehow caused syntax highlighting to "lag" for tens of seconds every time I made any sort of edit. Maybe I need to be using the offic
10.
▲
by
adamkf
3y ago
In my experience living in SF, these cars are much safer than the typical drivers in my neighborhood for pedestrians. Most human drivers around here don't even bother to stop at stop signs, and instead just slow slightly. With the crui
11.
▲
by
adamkf
4y ago
My understanding is that it provides asynchronous replication, so you'd still lose some data if you lose a machine. This is documented here https://litestream.io/tips/#data-loss-window
12.
▲
by
adamkf
4y ago
>The only time you need to consider a client-server setup is: Where you have multiple physical machines accessing the same database server over a network. In this setup you have a shared database between multiple clients. This caveat cov
13.
▲
by
adamkf
4y ago
I gave Helix a try the other day and really enjoyed the "feel" of things. I'm also generally impressed with their philosophy / approach, after having spent way too much time tuning my Neovim configuration. However, I ran
14.
▲
by
adamkf
6y ago
No, it does local checks first, then only checks the full URL if there's a high probability of a match: https://www.chromium.org/developers/design-documents/safebro...
15.
▲
by
adamkf
6y ago
I've been using a lot of typescript lately. The ide support in vscode/tsserver is very complete, but it is NOT fast. As an example, it frequently takes multiple minutes to use find references. Rg or git grep with fzf are both hund
16.
▲
by
adamkf
6y ago
https://github.com/bazelbuild/rules_docker
17.
▲
by
adamkf
6y ago
Small, luxury apartments are going to be more profitable than something more affordable. Landlords will build the most affordable thing they can, to do anything else would be irrational. If only luxury apartments are being built, that means
18.
▲
by
adamkf
6y ago
Since you bring it up, I think studying questions that a company has been known to ask in the past is somewhat in poor taste, especially if the candidate gives the impression that this is the first time they've seen the question. Usual
19.
▲
by
adamkf
6y ago
I've had truly terrible experiences with RabbitMQ. I believe that it should not be used in any application where message loss is not acceptable. Its two big problems are that it cannot tolerate network partitions (reason enough to neve