Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
r4victor
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
r4victor
7mo ago
That's exactly the problem. Thanks for describing! What I find is people using linters to ensure all struct fields are initialized explicitly (e.g. https://github.com/GaijinEntertainment/go-exhaustruct ), which is
2.
▲
by
r4victor
7mo ago
It seems modern statically-typed and even dynamically-typed languages all adopted this idea, except Go, where they decided zero values represent valid states always (or mostly). A sincere question to Go programmers – what's your take o
3.
▲
by
r4victor
8mo ago
Super cool! It recommended me Scalene Python profiler ( https://github.com/plasma-umass/scalene ), which looks very interesting – I haven't heard about it before..
4.
▲
by
r4victor
9mo ago
Working now? It's a 1cpu/1gb VPS – maybe too small to handle hn hugs. The website repo is public, so it's also available on github: https://github.com/r4victor/tenthousandmeters/blob/master/
5.
▲
by
r4victor
9mo ago
Yes! I also got bitten by format_on_save when working with legacy projects with inconsistent formatting. Given another discussion I saw, the maintainers didn't think about this use case much, i.e. "why don't you want to have
6.
▲
by
r4victor
9mo ago
Hmm, I found Zed to consume battery less than VScode on my M1 MBP. It's ~100 vs ~200 12h power consumption on average according to Activity Monitor. Do you compare it to VSCode?
7.
▲
by
r4victor
9mo ago
That's a good idea. I considered VSCodium but the issue is that I used VSCode's proprietary extensions such as Pylance. So it would require to switch to OSS replacements at which point I decided why wouldn't give Zed a try –
8.
▲
by
r4victor
9mo ago
Hi, I'm the author of the post. I hope it resonates with many who got tired of VSCode and found Zed. I'd also like to add there are many small features I miss in Zed that I don't go over in the post, e.g. autodetect and respe
9.
▲
by
r4victor
9mo ago
Is it on linux?
10.
▲
I switched from VSCode to Zed
(tenthousandmeters.com)
453 points
by
r4victor
9mo ago
|
422 comments
11.
▲
by
r4victor
11mo ago
So far I prefer the Hashimoto's solution to this that "AI tooling must be disclosed for contributions": https://news.ycombinator.com/item?id=44976568 I use it like this: If a PR is LLM-generated, you as a mai
12.
▲
SQLite concurrent writes and "database is locked" errors
(tenthousandmeters.com)
2 points
by
r4victor
2y ago
|
0 comments
13.
▲
AI Neocloud Playbook and Anatomy
(semianalysis.com)
1 points
by
r4victor
2y ago
|
0 comments
14.
▲
SQLite concurrent writes and "database is locked" errors
(tenthousandmeters.com)
7 points
by
r4victor
2y ago
|
1 comments
15.
▲
by
r4victor
2y ago
Their twitter says > Joined November 2017 so likely a bit older :)
16.
▲
AI Neocloud Playbook and Anatomy
(semianalysis.com)
1 points
by
r4victor
2y ago
|
0 comments
17.
▲
by
r4victor
2y ago
I agree - “failed” may be not the best word. I mean failed only compared to the k8s abundance. Anyway, impressive scale for Swarm! Are there any crucial features you miss in Swarm?
18.
▲
Ask HN: Why did K8s win against Docker Swarm?
15 points
by
r4victor
2y ago
|
7 comments
19.
▲
by
r4victor
3y ago
Amazing! I've made a similar ebooks-audiobooks aligner years ago: https://github.com/r4victor/syncabook . At that time, I chose to synthesize the text and align two audio sequences because I found texts-alignment a
20.
▲
Python Distilled (2021)
(dabeaz.com)
15 points
by
r4victor
4y ago
|
1 comments
21.
▲
Python Distilled (2021)
(dabeaz.com)
3 points
by
r4victor
4y ago
|
0 comments
22.
▲
by
r4victor
4y ago
You're welcome! I'm collecting learning resources on tech topics at https://bestresourcestolearnx.com and I was looking for a book on CS like this one for a long time. Further readings are especially good – I'm go
23.
▲
Django Styleguide
(github.com)
177 points
by
r4victor
4y ago
|
138 comments
24.
▲
by
r4victor
4y ago
Indeed! I found this book completely accidentally via google and it seems to be largely unknown. Let's fix it! It's really hard to attack such a vast subject and produce something valuable. The author did a great job.
25.
▲
The Computer Science Book (2020)
(thecomputersciencebook.com)
185 points
by
r4victor
4y ago
|
22 comments
26.
▲
by
r4victor
4y ago
I'll continue to go through books, docs, courses, and other resources on programming, CS, and math topics and share the best ones on https://bestresourcestolearnx.com to help people learn more effectively.
27.
▲
by
r4victor
4y ago
Think of other resources besides money that you can use for promoting projects: 1) your time and energy and 2) creativity. A reliable way to get traffic is to produce valuable content such as articles and videos. Sure, they also need promot
28.
▲
Atom vs. RSS (2013)
(nullprogram.com)
1 points
by
r4victor
5y ago
|
0 comments
29.
▲
by
r4victor
5y ago
This is a WIP. Here's how it's going on: https://pythondev.readthedocs.io/subinterpreters.html
30.
▲
by
r4victor
5y ago
As far as I understand, Ruby's Ractors are what Python is now trying to do with subinterpreters ( https://lwn.net/Articles/820424/ ). I mention them in the post.
More ›