djupblue | 5 months ago | on: Thread First – A model for chat experiences
djupblue's comments
djupblue | 1 year ago | on: The Cheapest NAS
djupblue | 2 years ago | on: Postgres is eating the database world
Despite me not knowing much about databases it seemed like an obvious choice.
djupblue | 2 years ago | on: Kurtosis: A composable build system for reproducible environments
djupblue | 3 years ago | on: There aren't that many uses for blockchains
Decentralized in my mind means there is not one single source of truth.
djupblue | 4 years ago | on: From lightweight to featherweight: MicroK8s memory optimisation (2021)
Must have:
- Some form of networking (duh)
- Distributed state
- Distributed message queue (simple)
- Distributed scheduler
- Logging
Out of scope:
- Authorization/Authentication/Encryption
- REST/JSON/SSL/Web
djupblue | 4 years ago | on: Putin Needs an Off Ramp
>President Volodymyr Zelensky might be prepared to formally renounce his pursuit of NATO membership
If Ukrainians feel they have convincingly defended themselves against Russia that might be possible. However, in 1994 Russia signed a Treaty promising not to use military force or economic coercion against Ukraine as a condition for Ukraine giving up it's nukes. With that and the last decade in mind Ukraine is unlikely to consider a signed paper sufficient safety. Outside of NATO's nuclear umbrella they'll need a military defense strong enough to defend against Russia on it's own.
>The difficulty comes with compromises that are not fair. Why should Ukraine not seek EU or NATO membership?
Ukrainians were divided between wanting to align more with EU or more with Russia but by trying to force Ukraine not to join EU through indiscriminate bombing Putin turned a bureaucratic process into an act of defiance against tyranny. Staying out of NATO is one thing but I don't think it's going to be politically possible to tell Ukraine they can't join EU.
djupblue | 4 years ago | on: Why We Banned the Word “Ethnic” (2019)
If their journalists are lazy how would banning words fix that? If they stop telling journalists what words they can and can't use then maybe they could attract better talent.
djupblue | 4 years ago | on: Why We Banned the Word “Ethnic” (2019)
djupblue | 4 years ago | on: Reducing the risk of nuclear war should be a key concern of our generation
djupblue | 4 years ago | on: Meta might consider leaving Europe?
djupblue | 4 years ago | on: Sweden approves plan to bury spent nuclear fuel for 100k years
Yes, gravity is holding us back from yeeting of into space but to get closer to the sun you need to slow down. A lot. It takes way less rocket fuel to speed up enough to leave the solar system than to get to the sun.
djupblue | 4 years ago | on: Ask HN: Are Cybersecurity Workers Ok?
djupblue | 4 years ago | on: DenoDB
Oh, be aware that SQL is not universal. Especially not if you do anything remotely advanced like triggers, non-trivial indexes or select queries that returns complex types.
djupblue | 6 years ago | on: To ORM or Not to ORM
>Not the subsequent years of maintenance.
I'd much rather maintain this example than a code base replicating the same behavior without an ORM.
djupblue | 7 years ago | on: ArangoDB: Multi-model highly available NoSQL database
What is the consistency model and have you validated that it actually works as designed (for example with Jepsen)? I didn't find anything detailed on your website.
djupblue | 10 years ago | on: To Be Continuous
Found this gem in the docs :D
Unsupported Aggregates: xmlagg ( xml )
:(djupblue | 10 years ago | on: To Be Continuous
Would it be possible to set triggers or something on the continuous views? Lets say I want to take action (immediately) when a value calculated over sliding window goes above a limit.
It's a bit late here but I'll definitely play with PipelineDB tomorrow.
djupblue | 11 years ago | on: Test drive of a petrol car
djupblue | 11 years ago | on: Systemd requires HTTP server and serves QR codes
Which messages belongs together depends on the context and when you discover that the fancy thread store you built your app around can't return a list of MY messages without a full sequential scan of every single thread you'll wish you could solve it with an index.