Viewing profile — ntoshev
ntoshev
HN member- Joined
- Mon, Mar 12, 2007, 4:09 PM UTC
- HN karma
- 3,065
- Public activity
- 1,209 items
- HN profile
- View on Hacker News ↗
About ntoshev
http://www.underengineering.com
[ my public key: https://keybase.io/ntoshev; my proof: https://keybase.io/ntoshev/sigs/-piodh_N3Iz_KHRDy9q8DwzUm8hyzhfGYMQHzguhJhI ]
Recent public activity
-
comment
Comment #39603731
Is vast.ai reliable for production inference where downtime is important?
-
comment
Comment #37832605
You can modify this one to do that - or write your own using the same approach: https://github.com/danielgross/localpilot
-
comment
Comment #37258461
Copilot doesn't continuously update your code when you make changes.
-
comment
Comment #30915252
Musk is an engineer. Engineers want impact, not power.
- comment
- comment
- comment
-
comment
Comment #28582505
My reading is the server with zsync can be any http server, client is zsync. Rsync on the other hand needs to use rsync on the server, and it scales badly because it does most work…
-
comment
Comment #28485892
Came here to find the thread discussing this. You stated what I'd think is the conventional wisdom and I expected this to be the top thread. However, this thinking comes at the cos…
- comment
-
comment
Comment #27370063
Partisia | Aarhus, Denmark or REMOTE | https://www.partisiablockchain.com Do you want to build the next generation internet platform? Blockchains with smart contract support (like …
-
comment
Comment #27172857
Great resource, I'd missed a few goodies. https://javascript.info is similarly good in teaching modern Javascript. I wish there was such a resource for modern C++ though. I learned…
-
comment
Comment #26799886
Network latency is not accounted for: they use AWS lambda calling DynamoDB / Redis in the same data center; Fauna endpoint is somewhere else. Curious what Firebase latency would be…
-
comment
Comment #26434747
https://magic-wormhole.readthedocs.io/en/latest/welcome.html...
-
comment
Comment #24739438
Abstraction discovery is a hard problem in general. Good names help, but there's probably more we can do. Tooling finding a common pattern that the abstraction eliminates, perhaps?…
-
comment
Comment #24532269
You should be able to take your personal webpage off archive.org if you don't want it there. I think the mechanism is via the current robots.txt file.
-
comment
Comment #23459655
It's no really about experience but rather about the ability to reason from first principles. Lots of developers with experience don't even attempt doing something because the stru…
-
comment
Comment #23005902
Ansible is pretty declarative actually, it won't repeat tasks that are already performed if it can figure it out.
-
comment
Comment #22546502
Could you share the source for this? It's very useful for understanding the situation.
-
comment
Comment #22019502
AFAIK there exist cryptographic protocols that can authenticate you without revealing the password to the server. They aren't standard though.
- story
-
comment
Comment #21051866
Lambda is not suitable for certain workloads. It's impossible to know what is the problem in this particular case from the details provided by the author. I can give some common ex…
-
comment
Comment #20904138
> The kind of architectural surgery required to address this is correctly seen as something you can't upstream to the main open source code base. Why is this?
-
comment
Comment #20714399
Still feels like it could be an OTA update in a Tesla. The "car world" needs to change and change has begun.
-
comment
Comment #20438373
It's certainly task-dependent at least to some extent. If the task at hand is to fix a zillion spelling errors in the UI, there is certainly no 10x variance in programmer's ability…