Viewing profile — guideamigo_com
guideamigo_com
HN member- Joined
- Mon, Jul 17, 2023, 7:39 AM UTC
- HN karma
- 64
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About guideamigo_com
No profile information was provided.
Recent public activity
-
comment
Comment #48956235
Reminds me of this beautiful C++ video that an ex-colleague of mine made. https://www.youtube.com/watch?v=7fGB-hjc2Gc
-
comment
Comment #44217527
What does the reach look like on F-droid?
-
comment
Comment #41826274
This is JavaScript, npm rot is a huge problem in its ecosystem.
-
comment
Comment #41826271
I don't know why Hugo has no migration til like Go to deal with this.
-
comment
Comment #41825496
https://gohugo.io/ is pretty good. Here's a discussion about migrating website from WordPress to Hugo. https://news.ycombinator.com/item?id=41377331
- comment
-
comment
Comment #41756273
I never get this desire for micro services. You IDE can help if there are 500 functions, but nothing would help you if you have 500 micro services. Almost no one fully understands …
-
comment
Comment #37562171
Javascript still remains slow. Java is fast enough that it doesn't matter. However, no one will use Java to build Linux kernel.
- story
-
comment
Comment #37543110
I don't mind Go's errors. I do mind the complete lack of hierarchy in that. Java's exceptions are hierarchical. I can create an exception that specializes from `IOException` and th…
-
comment
Comment #37541244
You can use [limited] Java 17 with Google's Android. The compiler converts Java 17 -> Java 8 bytecode.
-
comment
Comment #37541235
Afaik, no language as great of exceptional handling as Java. I prefer Go but I have to admit, Java's checked exception handling is amazing.
- comment
-
comment
Comment #37478163
Probably some unit inside Meta. Most of Facebook backend was a deployed as a single unit.
- comment
-
comment
Comment #37477253
I once saw 5 backend engineers, 100 AWS lambdas, and 30+ GitHub repos! Awesome job security for everyone.
-
comment
Comment #37477246
Total BS. Google has tons of services. They are lots of them but they don't have a `fileRead` service and `fileWrite` service. Rather, they have a `gfs` service that can read/write…
-
comment
Comment #37477208
FWIW, Google and Facebook are mostly monoliths and not microservices.
-
comment
Comment #37476358
That's the hard truth, espcially with M1 chips, it is hard to beat Mac book Air 15" or Mac book Pro 16".
-
comment
Comment #37461029
Exactly. And since you can't force people to setup IDE properly, automatically enforce them with CI.
- comment
-
comment
Comment #37343648
Another day. Another Typescript library that does what languages like Java, Python, and Go have for decades!
-
comment
Comment #37339481
Typescript tells me that it will start to break soon if it ever gets abandoned. JavaScript packages are one of the fastest routing rotting set of dependencies.
-
comment
Comment #37291565
I never claimed Go is low level. However, it is very performant for building web backends.
-
comment
Comment #37291548
It appears easier than Go for the beginners. No compiler. No strong types. No function return types. And you can combine different types in unexpected ways https://www.destroyallso…