Viewing profile — adamkf
adamkf
HN member- Joined
- Fri, May 22, 2020, 1:39 AM UTC
- HN karma
- 212
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About adamkf
No profile information was provided.
Recent public activity
-
comment
Comment #48426496
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,…
-
comment
Comment #47834932
> maybe not even a car Hold up — one can be mature without any of those things, but cars are especially optional.
-
comment
Comment #45290424
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 absolu…
- story
- story
-
comment
Comment #38230056
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 t…
-
comment
Comment #37094705
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 th…
-
comment
Comment #36758905
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.…
-
comment
Comment #36753784
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 an…
-
comment
Comment #36730850
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 st…
-
comment
Comment #34813167
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-wi…
-
comment
Comment #34812935
>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 …
-
comment
Comment #33891397
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…
-
comment
Comment #25803555
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...
-
comment
Comment #25401825
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…
-
comment
Comment #25286567
https://github.com/bazelbuild/rules_docker
-
comment
Comment #25006203
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 irrat…
-
comment
Comment #24669688
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 …
-
comment
Comment #23267960
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 ca…