Viewing profile — bojanz
bojanz
HN member- Joined
- Sat, Apr 26, 2014, 12:06 PM UTC
- HN karma
- 483
- Public activity
- 59 items
- HN profile
- View on Hacker News ↗
About bojanz
https://bsky.app/profile/bojan-zivanovic.bsky.social
https://github.com/bojanz
Recent public activity
-
comment
Comment #47092404
In my part of Europe it’s all in private WhatsApp groups (one for inner family, one for friends, etc)
- story
-
comment
Comment #42403884
People are sometimes unkind to the Division Bell, but it contains one of my personal favorites: "Wearing the inside out". Wright's lyrics and vocals (first time since The Dark Side…
-
comment
Comment #42386460
Valkey, the Redis fork, is currently sponsored by Ampere, AlmaLinux OS Foundation, Broadcom, DigitalOcean, Memurai, NetApp, Aiven, Alibaba Cloud, AWS, Canonical, Chainguard, Ericss…
-
comment
Comment #42386334
What I dislike about the license change is that by trying to extract an extra dollar from Amazon&Google, the entire community gets hurt in the process. Can I "dnf/apt install redis…
-
comment
Comment #41934634
They did a reprint of the original magazine from January 1984, to mark its 40 year anniversary. It can still be purchased online at https://prodavnica.pcpress.rs/issue/339/1 , and …
-
comment
Comment #41778068
Right, indeed!
-
comment
Comment #41777737
I like the support for custom currencies, as that is an edge case that often pops up. On the other hand, be careful about tying the symbol to the currency, as symbols are locale sp…
-
comment
Comment #41327393
There is a middle ground and some common patterns that can help. The address field names are fairly standardized[0] and Google has an open dataset (used by Chrome and Android) desc…
- story
-
comment
Comment #40936816
You'll find many case studies about using Clickhouse for this purpose.
- story
-
comment
Comment #40608764
In retrospective, I think it's obvious that Go's decision to have package and variable names be in the same namespace was a mistake. It is the main reason why people overuse single…
-
comment
Comment #40526681
Couldn't agree more. There's a great decade-old blog post by Mathias Verraes which illustrates this well, I keep coming back to it: https://verraes.net/2014/08/dry-is-about-knowled…
-
comment
Comment #38707232
I am going to be controversial for a hot second, and say that in many ways MySQL is a more advanced and better implemented database at its core. Disclaimer: as a developer I love a…
-
comment
Comment #38353299
This looks like a great effort and I am looking forward to trying it out. I am a bit confused by the choice of the LGPL 3.0 license. It requires one to dynamically link the library…
-
comment
Comment #37904657
It doesn't have the performance or the features of something like Chi/Gin/Echo, so while it will improve the lives of people who prefer to stick to the stdlib, it probably won't co…
-
comment
Comment #35480954
Out of the box multi-master replication is a pretty big one.
-
comment
Comment #35261956
Socket activation via systemd[0] is an option, assuming you are fine with certain requests taking a longer time to complete (if they arrive while the service is being restarted). O…
-
comment
Comment #35261839
Go isn't perfect either. The author isn't dealing with assets (images anyone?). Go supports embedding assets since 1.16, the author mentions embedfs in the post.
-
comment
Comment #28744953
Optional function parameters also deserve a mention. Their absence results in semi-ugly workarounds even in the standard library[1]. [1] https://bojanz.github.io/optional-parameter…
-
comment
Comment #26001866
Sputnik V is already in the EU approval pipeline: https://www.reuters.com/article/health-coronavirus-russia-va...
-
comment
Comment #25644772
OpenBSD does distribute Apache 2 code (e.g. LLVM), but it's true they're not happy about it due to the patent clause. Apple prefers Apache 2 for its own code (LLVM, CUPS, Swift).
-
comment
Comment #25592545
What are the benefits of Snowflake compared to ULID, which already has Rust implementations[1][2]? [1] https://crates.io/crates/ulid [2] https://crates.io/crates/rusty_ulid
- story