Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cgg1
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Drone Autonomy (2021)
(cggonzalez.com)
83 points
by
cgg1
3mo ago
|
18 comments
2.
▲
by
cgg1
3mo ago
I wrote something similar (though admittedly more in depth) some time ago: https://www.cggonzalez.com/blog/index.html
3.
▲
by
cgg1
4mo ago
I find it surprising that the gap between tool usage and non-tool usage in HLE is relatively small (~10%) but the absolute numbers continue to go up
4.
▲
by
cgg1
5mo ago
I haven’t booted up an editor in a long time but I’ve written lots of software recently (mostly with codex). Interesting times…
5.
▲
by
cgg1
5mo ago
Can’t wait for the sequel: Bodega Rats of New York
6.
▲
by
cgg1
7mo ago
The progress on computer use / OS world is nuts. 14.9% a year and a half ago and now 72.5%
7.
▲
by
cgg1
8mo ago
forgot how much fun this game is. really takes me back
8.
▲
Goravel: A Go framework inspired by Laravel
(goravel.dev)
178 points
by
cgg1
2y ago
|
161 comments
9.
▲
by
cgg1
2y ago
I’m a big fan of Django and Go as well but the only thing in the Go ecosystem that I’ve found that comes close is beego: https://github.com/beego/beego But it still needs to mature quite a bit before I’d be comfortable
10.
▲
by
cgg1
2y ago
I found Pagoda required me to juggle too many things that were only loosely coupled together. GoBuffalo was great but as soon as I started using, it got archived :’) Now I default to beego. It isn’t as batteries included as a rails or djang
11.
▲
by
cgg1
2y ago
The best thing I’ve found is beego: https://github.com/beego/beego Not affiliated in any way, but to me it’s better than most of the alternatives
12.
▲
by
cgg1
2y ago
This is the most thorough resource I’ve found: https://www.scratchapixel.com/ Though admittedly it is a bit chaotically organized. That one combined with the ray tracing in 1 weekend series is a good start.
13.
▲
by
cgg1
2y ago
agreed. It's interesting that Go has a lot of the ground work set up (built-in prod server, etc.) but no framework has really taken off. And the dev productivity when compared to something like Django is painfully slow...
14.
▲
Beego: A Full Stack Web Framework for Go
(github.com)
43 points
by
cgg1
2y ago
|
12 comments
15.
▲
by
cgg1
2y ago
The most succinct and intuitive explanation I’ve found on PID is this one: https://www.youtube.com/watch?v=4Y7zG48uHRo
16.
▲
by
cgg1
3y ago
YMMV I guess :)
17.
▲
Useful Learning Resources
(cggonzalez.com)
2 points
by
cgg1
3y ago
|
0 comments
18.
▲
by
cgg1
3y ago
Using only PD (no I) when tracking also works well. Might be worth adding a short section about that to compare against the full PID.
19.
▲
Books Worth Reading
(cggonzalez.com)
2 points
by
cgg1
3y ago
|
0 comments
20.
▲
Learning Resources I Recommend
(cggonzalez.com)
1 points
by
cgg1
3y ago
|
0 comments
21.
▲
My Favorite Learning Resources
(cggonzalez.com)
2 points
by
cgg1
3y ago
|
0 comments
22.
▲
Useful Learning Resources
(cggonzalez.com)
3 points
by
cgg1
3y ago
|
0 comments
23.
▲
Recommendations
(cggonzalez.com)
1 points
by
cgg1
3y ago
|
0 comments
24.
▲
by
cgg1
4y ago
Interesting. Thanks for taking the time to answer.
25.
▲
by
cgg1
4y ago
How do you decide whether a side project/idea is worth pursuing? You mentioned in another comment that you don’t “do the MVP stuff” and go full blown from the beginning. That seems like a big time sink without a rigorous way of validat