Viewing profile — k_bx
k_bx
HN member- Joined
- Wed, Jun 22, 2011, 1:32 PM UTC
- HN karma
- 1,315
- Public activity
- 751 items
- HN profile
- View on Hacker News ↗
About k_bx
No profile information was provided.
Recent public activity
-
comment
Comment #49220450
We went this path: pg -> peerdb -> clickhouse replica, then pg -> another pg with pg_clickhouse extension -> clickhouse This way we keep querying without changing the query languag…
-
comment
Comment #49010918
It's great, but it's not incremental like git, e.g. you do need to make a full backup periodically, unfortunately. I didn't understand that, and after 5 months of usage caught my b…
-
comment
Comment #48804714
We're now migrating to React, but have some very large Elm projects still in prod. The biggest thing for me from practical perspective was to "freeze" some pieces of DOM to be guar…
-
comment
Comment #48597396
I was using TimescaleDB some very long time ago, things have changed quite a lot since (it's now even named differently). In my current setup I was thinking on doing both: upgradin…
-
comment
Comment #48576090
Pure by default, type classes (traits), no inheritance, type level lifetime computation. It's not only more functional it's much more type-safe and closer to Haskell in spirit
-
comment
Comment #48472258
Most of my team's development happens on beefy desktop machine in incus containers per dev+project (so you run yourname-projname-dev). It has its own tailscale inside so you can op…
-
comment
Comment #48033858
That's exactly what I do with Chrome, use it for Google Meet and some websites that work best in Chrome (heavy apps like Figma or whatever). 99% it's Firefox.
-
comment
Comment #48019498
I use Chrome because at Google Meet it renders a nice separate window with mute/unmute controls as you switch to another tab and screen share. Curious if Google plans to allow othe…
-
comment
Comment #48009191
I've spent long time writing Haskell and now write Rust professionally, so let me tell you something. The stuff where you really want to "program in types" lives beyond Haskell, in…
-
comment
Comment #48000466
> runST :: (forall s. ST s a) -> a > The rank-2 type (that is, the type s is scoped within the parenthesis and can't escape) of runST ensures that the mutable references created in…
-
comment
Comment #47995462
What you cannot do is compile-time safety guarantees, and in languages like Rust type system isn't strong enough to do some advanced compile-time guarantees (via types). So no, you…
-
comment
Comment #47958342
I was about to pay him, just maybe not this time, since sublime 2...
-
comment
Comment #47952495
Never thought of Zed as Sublime replacement, but now that you've mentioned – why not? I use Sublime only as blazingly fast temp note taking that doesn't lose them on exit, but I se…
-
comment
Comment #47447343
The worst one is password based login it enables
-
comment
Comment #47428280
Did you try Incus? Gives you VM-like experience in a container
-
comment
Comment #47331933
I just realized that `apt install emacs-nox` is a great editor in containers and VMs. I just have to disable it every damn time (for regular and root user). Defaults would be bette…
-
comment
Comment #47323541
By default I mean whatever you get by doing `sudo apt-get install emacs-nox` I disagree about "tough". Emacs has changed for the better in new releases quite drastically in the las…
-
comment
Comment #47323077
They are hostile to me proposing a better (IMO) default
-
comment
Comment #47321244
I was proposing to make default where those files are not created, since Emacs is actually surprisingly great out of the box with no configuration, except for this "little" thing. …
-
comment
Comment #47320276
It's a very different experience: - I already have tmux launched, if ssh drops – I can continue - I don't have to match windows to ssh sessions -- just have them in my tmux
-
comment
Comment #47319991
I do too, it’s just that I’ve realised that emacs-nox is awesome container / vm editor out of the box, this backup thing is the only most annoying part (and Ubuntu 22.04 emacs pack…
-
comment
Comment #47319979
Yes I’ve added this to hundreds of containers and vms at this point (setq make-backup-files nil)
-
comment
Comment #47319463
> — Sensible file handling: backups and auto-saves in a cache/ directory, recentf for recent files, clean buffer naming with uniquify It's crazy to me how out of the box when you e…
-
comment
Comment #47222850
Web browsing modern websites like Github (or some worse ones)
-
comment
Comment #47171067
What I would love to see is "tig" replacement that is: - even faster, especially if you have couple thousand files and just want to press "u" for some time and see them very quickl…