Viewing profile — bit_flipper
bit_flipper
HN member- Joined
- Tue, Aug 02, 2022, 8:48 PM UTC
- HN karma
- 166
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About bit_flipper
No profile information was provided.
Recent public activity
-
comment
Comment #40627448
A lot of what you're saying depends greatly on the exact game you're talking about and what winning and losing means, for instance if the game has discrete places instead of a bimo…
-
comment
Comment #40621651
Thanks for the link, I hadn't read this one yet. Very interesting. I feel like as an industry we're still in the stone ages on how we do skill matching systems. A lot of the curren…
-
comment
Comment #40621441
I've written game matchmaking before for games and found it far more challenging to do the portions related to matchmaking groups by skill. If you're hyper latency sensitive then p…
-
comment
Comment #40055193
Definitely an interesting question. Some things that may explain why -- Mongo was always AGPL and relicensed to SSPL. This had the following consequences: * Very few companies and …
-
comment
Comment #39867178
I've run Postgres at large scale (dozens of machines) at multiple companies. I've also run MongoDB at large scale at multiple companies. I like both generally. I don't really care …
-
comment
Comment #39778943
You can also build whatever you want with SSPL, as long as absolutely everything you use to run a service that supports it is also licensed as SSPL. It's not that different from th…
-
comment
Comment #39778912
By which metrics are you evaluating those companies' license changes? Both are significantly more profitable than before they changed licenses, MongoDB especially. I'm not sure the…
-
comment
Comment #37603133
I'm not sure what experience you have, but I've run both their Enterprise licensed database on prem as well as migrated to Atlas and there have never been any licensing issues prev…
-
comment
Comment #37599272
This article seems to have inspired others to look at MongoDB again, so I'll give my thoughts after using it recently. MongoDB Atlas is a surprisingly good managed database product…
- comment
-
comment
Comment #37139379
SSPL has no provision even close to the reach of the "anti-competition" clause Hashicorp is using. While SSPL is not considered open source, it isn't that far off from the AGPL. Th…
-
comment
Comment #37067588
Source for which claim? Kyle was paid for work testing 3.4.0-rc3[1] and 3.6.4[2] which analyzed single document concurrency in a sharded configuration. Those tests run in their CI …
-
comment
Comment #37054077
Not your main point, but MongoDB didn't commission Kyle to do that report as they had in the past, he did it on his own time. That's why his report doesn't mention repeat testing. …
-
comment
Comment #37005244
Where is the root of trust for package signatures? Who is verifying signatures: the package index or end-users? How do you distribute public keys? PGP is mostly maligned because of…
-
comment
Comment #36494177
If you use Musl 1.2.4+ (or Alpine 3.18+), there are no longer the same DNS fallback issues: https://www.openwall.com/lists/musl/2023/05/02/1 To summarize the issue: DNS is done opt…
-
comment
Comment #36434241
You can read about why projections still very much matter for large scale (which is what I think you meant; small scale would be something that shows you whole countries and not us…
-
comment
Comment #36423625
This article doesn't touch on the actual reasons why Mercator is still in widespread use: * It was the first widespread projection because of its practical use for nautical navigat…
-
comment
Comment #36406596
The author should investigate their networking setup. I can run their Go fetchall example in no more than 70ms. Their benchmarks are surely dominated by noise.
-
comment
Comment #36074014
Sorry, I should have been more precise. encoding/gob is not optimized for situations where you create an encoder or decoder, read/write a single value, then discard that encoder/de…
-
comment
Comment #36073582
Your note about encoding/gob being inefficient is somewhat accurate for how you're using it, but I want to talk a bit about how you could improve your use. encoding/gob is intended…
-
comment
Comment #34409760
Go has probably the most extensive stdlib of major languages outside of Python (happy to be corrected on that). You can get a sense for what is available by looking here: https://p…
-
comment
Comment #34349216
It's fine to dislike Go's philosophy on error handling, but in order to save you and your co-workers a lot of headache down the road, I'd recommend you just use another language. T…
-
comment
Comment #32324151
I had a look through some of your comments here and elsewhere and just wanted to give you some friendly feedback: This style of commenting is quite toxic. I think you'll feel happi…