Because either you have: 1. An E2E system where the provider has de facto access to the encrypted data, or 2. You shift key management to the users and let them risk data loss. Either way: a. The provider can release an…
It's not Node.js that needs a virtual file system. It's JavaScript.
How do you get rid of AWS SES?
There isn't much information about correlation. What are the state-of-the-art tools and techniques for observability in stateful use cases? Let's take the example of an SFU-based video conferencing app, where user…
Photoshop requires skills. The comparison with Photoshop is absurd.
We are destroying software by believing we are right and others are wrong. We are destroying software by being absolute. We are destroying software by assuming we know what we are doing. Everything is relative; every…
> but if they are then they *have to* give the results of their work back to the common pool they took from Well, here we go. Your "open" isn't so open in the end.
> they basically disqualified themselves from the start by nerfing the "core" version so bad it was useless Ran the core version for around 3 years in production for a smart city project. The company I worked for has…
At large? As you can see, there is room for a community with a different view on that. My personal definition of an "open source license" is that, as the name implies, I can access the code, preferably without much…
Is IndexedDB SQL standards compliant? Inventing IndexedDB is a terrible mistake.
+1. It even looks very similar to TypeScript. Why not use TypeScript as a description of APIs in the first place? Get TypeScript types and even generate OpenAPI schema on the fly to serve it at `/openapi`?
Some commands are used so often that it makes sense to further shorten them by placing them in `.bash_aliases` or a similar file for your favorite shell: ``` alias gs='git status' alias gl='git log' alias gd='git diff…
I ran into all types of bugs, including segfaults and incompatibilities with node. After encountering bundler bugs like https://github.com/oven-sh/bun/issues/6168 and https://github.com/oven-sh/bun/issues/4216, I…
Found answer about global deps here: https://bun.sh/docs/install/cache
Checked the docs after many months again: - Workspace: check - Bundling: check - Minifying (server, browser): check - Node runtime: check - Browser runtime: check - Loaders (assets, .node, .wasm): check - Hot reload:…
Thanks, it sounds great! > The build engine is tied to GitHub but you can deploy a pre-built Docker container. That's fine!
Congratulations on the launch! It seems very intriguing! I have a some open questions: - Where is the company based and what is the jurisdiction? Probably you forgot to add the imprint :o) - Is there a difference…
And sometimes it depends on the environment outside of the computer.
English isn't my first or even second language. --smol creates a lot of confusion in my head. It doesn't even make any sense. Why not --less-ram or similar? What does UWU means? Why using an artificial language instead…
It could require user interaction first like for other APIs such as fullscreen: https://stackoverflow.com/a/30871435
RAID10 for 22TB disks with only two drives at "1" level? I would expect no less than 3 drives at such capacity. Otherwise there is a huge chance to lose the second drive while 1. changing the disc (=time, could be even…
Thank you, that's amazing! While there isn't an extensive comparison available, I have come across a small benchmark that compares a few features. You can find it here: https://garagehq.deuxfleurs.fr/blog/2022-perf/
I do. Interested? :D On a small project, I managed to reduce costs by 70 times simply by transitioning and eliminating unnecessary features. This happened four years ago, and the project is still running smoothly.…
It is not a widely held opinion, but I enjoy, or even prefer, using BSL-licensed products like CockroachDB or ElasticSearch. The license grants me the freedom to use them as I wish, with the exception of competing with…
I won't believe in it until it proves to solve one of the known NP problems in polynomial time.
Because either you have: 1. An E2E system where the provider has de facto access to the encrypted data, or 2. You shift key management to the users and let them risk data loss. Either way: a. The provider can release an…
It's not Node.js that needs a virtual file system. It's JavaScript.
How do you get rid of AWS SES?
There isn't much information about correlation. What are the state-of-the-art tools and techniques for observability in stateful use cases? Let's take the example of an SFU-based video conferencing app, where user…
Photoshop requires skills. The comparison with Photoshop is absurd.
We are destroying software by believing we are right and others are wrong. We are destroying software by being absolute. We are destroying software by assuming we know what we are doing. Everything is relative; every…
> but if they are then they *have to* give the results of their work back to the common pool they took from Well, here we go. Your "open" isn't so open in the end.
> they basically disqualified themselves from the start by nerfing the "core" version so bad it was useless Ran the core version for around 3 years in production for a smart city project. The company I worked for has…
At large? As you can see, there is room for a community with a different view on that. My personal definition of an "open source license" is that, as the name implies, I can access the code, preferably without much…
Is IndexedDB SQL standards compliant? Inventing IndexedDB is a terrible mistake.
+1. It even looks very similar to TypeScript. Why not use TypeScript as a description of APIs in the first place? Get TypeScript types and even generate OpenAPI schema on the fly to serve it at `/openapi`?
Some commands are used so often that it makes sense to further shorten them by placing them in `.bash_aliases` or a similar file for your favorite shell: ``` alias gs='git status' alias gl='git log' alias gd='git diff…
I ran into all types of bugs, including segfaults and incompatibilities with node. After encountering bundler bugs like https://github.com/oven-sh/bun/issues/6168 and https://github.com/oven-sh/bun/issues/4216, I…
Found answer about global deps here: https://bun.sh/docs/install/cache
Checked the docs after many months again: - Workspace: check - Bundling: check - Minifying (server, browser): check - Node runtime: check - Browser runtime: check - Loaders (assets, .node, .wasm): check - Hot reload:…
Thanks, it sounds great! > The build engine is tied to GitHub but you can deploy a pre-built Docker container. That's fine!
Congratulations on the launch! It seems very intriguing! I have a some open questions: - Where is the company based and what is the jurisdiction? Probably you forgot to add the imprint :o) - Is there a difference…
And sometimes it depends on the environment outside of the computer.
English isn't my first or even second language. --smol creates a lot of confusion in my head. It doesn't even make any sense. Why not --less-ram or similar? What does UWU means? Why using an artificial language instead…
It could require user interaction first like for other APIs such as fullscreen: https://stackoverflow.com/a/30871435
RAID10 for 22TB disks with only two drives at "1" level? I would expect no less than 3 drives at such capacity. Otherwise there is a huge chance to lose the second drive while 1. changing the disc (=time, could be even…
Thank you, that's amazing! While there isn't an extensive comparison available, I have come across a small benchmark that compares a few features. You can find it here: https://garagehq.deuxfleurs.fr/blog/2022-perf/
I do. Interested? :D On a small project, I managed to reduce costs by 70 times simply by transitioning and eliminating unnecessary features. This happened four years ago, and the project is still running smoothly.…
It is not a widely held opinion, but I enjoy, or even prefer, using BSL-licensed products like CockroachDB or ElasticSearch. The license grants me the freedom to use them as I wish, with the exception of competing with…
I won't believe in it until it proves to solve one of the known NP problems in polynomial time.