Viewing profile — AntonCTO
AntonCTO
HN member- Joined
- Tue, Apr 11, 2023, 9:54 AM UTC
- HN karma
- 49
- Public activity
- 49 items
- HN profile
- View on Hacker News ↗
About AntonCTO
Recent public activity
-
comment
Comment #48074045
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. Eit…
-
comment
Comment #47427273
It's not Node.js that needs a virtual file system. It's JavaScript.
-
comment
Comment #45618732
How do you get rid of AWS SES?
-
comment
Comment #44356297
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 v…
-
comment
Comment #44262294
Photoshop requires skills. The comparison with Photoshop is absurd.
-
comment
Comment #43084967
In good hands, any product development process works well; in bad hands, any product development process fails. It is not about processes, methodologies, or frameworks - it is abou…
-
comment
Comment #43000698
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 …
-
comment
Comment #41283152
> 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.
-
comment
Comment #41267304
> 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 p…
-
comment
Comment #41267106
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…
-
comment
Comment #40998113
Is IndexedDB SQL standards compliant? Inventing IndexedDB is a terrible mistake.
-
comment
Comment #40209042
+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 t…
-
comment
Comment #39408414
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' …
-
comment
Comment #39315025
If I understand it correctly, it exchanges execution speed (by not using JIT) for faster starts. Instead, they could pick up the old FB project https://prepack.io/ to optimize both…
-
comment
Comment #38766175
I'd like to highlight dprint [0]. It is not as opinionated as Prettier, and its AST-node-specific configuration is awesome [1]. Deno uses it under the hood for `deno fmt` (and swit…
-
comment
Comment #38393013
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://githu…
-
comment
Comment #38373575
TL;DR: It is too buggy. I tried it and ran into many issues. For example: - Incompatibility of transpiled artifacts with the Node runtime (many bugs were fixed, but I haven't tried…
-
comment
Comment #38373478
Unfortunately, bun is unusable due to a myriad of bugs. I closely monitor every bun release, hoping it will function well beyond simple node use cases. The idea is amazing, and I w…
-
comment
Comment #37425742
Found answer about global deps here: https://bun.sh/docs/install/cache
-
comment
Comment #37424975
In my opinion, this is because the angle is too small. Just add another 15-25° and it would be good.
-
comment
Comment #37424878
Checked the docs after many months again: - Workspace: check - Bundling: check - Minifying (server, browser): check - Node runtime: check - Browser runtime: check - Loaders (assets…
-
comment
Comment #37192533
Thanks, it sounds great! > The build engine is tied to GitHub but you can deploy a pre-built Docker container. That's fine!
-
comment
Comment #37169240
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 imp…
-
comment
Comment #37046740
To be honest, the stakes are very high. I would register a trademark for my name in that situation.
-
comment
Comment #36826965
And sometimes it depends on the environment outside of the computer.