Live data from Hacker News

Viewing profile — guideamigo_com

guideamigo_com

HN member
Joined
Mon, Jul 17, 2023, 7:39 AM UTC
HN karma
64
Public activity
41 items

About guideamigo_com

No profile information was provided.

Recent public activity

  1. 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

  2. comment
    Comment #44217527

    What does the reach look like on F-droid?

  3. comment
    Comment #41826274

    This is JavaScript, npm rot is a huge problem in its ecosystem.

  4. comment
    Comment #41826271

    I don't know why Hugo has no migration til like Go to deal with this.

  5. 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

  6. comment
  7. 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 …

  8. 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.

  9. story
  10. 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…

  11. comment
    Comment #37541244

    You can use [limited] Java 17 with Google's Android. The compiler converts Java 17 -> Java 8 bytecode.

  12. 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.

  13. comment
  14. comment
    Comment #37478163

    Probably some unit inside Meta. Most of Facebook backend was a deployed as a single unit.

  15. comment
  16. comment
    Comment #37477253

    I once saw 5 backend engineers, 100 AWS lambdas, and 30+ GitHub repos! Awesome job security for everyone.

  17. 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…

  18. comment
    Comment #37477208

    FWIW, Google and Facebook are mostly monoliths and not microservices.

  19. 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".

  20. comment
    Comment #37461029

    Exactly. And since you can't force people to setup IDE properly, automatically enforce them with CI.

  21. comment
  22. comment
    Comment #37343648

    Another day. Another Typescript library that does what languages like Java, Python, and Go have for decades!

  23. 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.

  24. comment
    Comment #37291565

    I never claimed Go is low level. However, it is very performant for building web backends.

  25. 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…