Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ntoshev
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
ntoshev
3y ago
Is vast.ai reliable for production inference where downtime is important?
2.
▲
by
ntoshev
3y ago
You can modify this one to do that - or write your own using the same approach: https://github.com/danielgross/localpilot
3.
▲
by
ntoshev
3y ago
Copilot doesn't continuously update your code when you make changes.
4.
▲
by
ntoshev
4y ago
Musk is an engineer. Engineers want impact, not power.
5.
▲
by
ntoshev
5y ago
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 on the server.
6.
▲
by
ntoshev
5y ago
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 cost of UX (or Developer eXperience). Much more mundane in
7.
▲
by
ntoshev
5y ago
Celsius Network | DeFi Deployment Engineer | Tokyo, Sofia or REMOTE | Full time | https://celsius.network/ Celsius enables crypto holders to earn high yield compounding interest by transferring coins to their Celsius Wallet
8.
▲
by
ntoshev
5y ago
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 Ethereum) allow for arbitrary computations with
9.
▲
by
ntoshev
5y ago
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 and used C++ in the 90s and early 2000s, a
10.
▲
by
ntoshev
5y ago
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 in comparison, when called from the same GCP data cent
11.
▲
by
ntoshev
6y ago
https://magic-wormhole.readthedocs.io/en/latest/welcome.html...
12.
▲
by
ntoshev
6y ago
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?
13.
▲
by
ntoshev
6y ago
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.
14.
▲
by
ntoshev
6y ago
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 structure of the problem demands it; they would only d
15.
▲
by
ntoshev
6y ago
Ansible is pretty declarative actually, it won't repeat tasks that are already performed if it can figure it out.
16.
▲
by
ntoshev
7y ago
Could you share the source for this? It's very useful for understanding the situation.
17.
▲
by
ntoshev
7y ago
AFAIK there exist cryptographic protocols that can authenticate you without revealing the password to the server. They aren't standard though.
18.
▲
The Cloud Landscape
(medium.com)
5 points
by
ntoshev
7y ago
|
0 comments
19.
▲
by
ntoshev
7y ago
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 examples where Lambda would NOT work well: * if the code
20.
▲
by
ntoshev
7y ago
> 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?
21.
▲
by
ntoshev
7y ago
Still feels like it could be an OTA update in a Tesla. The "car world" needs to change and change has begun.
22.
▲
by
ntoshev
7y ago
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 (there might be a big variance in motivation thou
23.
▲
by
ntoshev
7y ago
> For every set of "unique" insights, there is almost always many sets of unrelated data sources that can be analytically combined to deliver the same insights. In the slightly seedy underworld of data model brokers, I've
24.
▲
by
ntoshev
7y ago
Definitely one of the most efficient ways. All the literature about expert performance stress on deliberate practice.
25.
▲
by
ntoshev
8y ago
Google offers their most recent infrastructure as a service in GCP, e.g. Cloud Dataflow, and it hasn't exactly taken the world by storm. Industry standards matter, even if they are inferior implementations; the differential is just not
26.
▲
by
ntoshev
8y ago
What a useless article. Reading it, you would think Azure is somehow leading on AWS, when market share is 33% AWS vs 13% Azure. This is never mentioned among the buzzwords.
27.
▲
by
ntoshev
8y ago
I'd like to be able to load log files in a database and have it take the same space as compressed log file size, not the uncompressed size (which can easily be 20x more). I guess this requires database built on compact data structures
28.
▲
Design Choices When Implementing Replication (2017)
(medium.com)
1 points
by
ntoshev
9y ago
|
0 comments
29.
▲
by
ntoshev
9y ago
Apparently the way LMDB does I/O is exercising slower (more complex?) code paths in the virtualization implementation code compared to LevelDB, and virtualization overhead is significant in these benchmarks (actually slows down executi
30.
▲
Evolution Strategies as a Scalable Alternative to Reinforcement Learning
(arxiv.org)
3 points
by
ntoshev
10y ago
|
0 comments
More ›