Live data from Hacker News

Viewing profile — mhfu

mhfu

HN member
Joined
Tue, Oct 19, 2021, 12:49 PM UTC
HN karma
65
Public activity
13 items

About mhfu

No profile information was provided.

Recent public activity

  1. comment
    Comment #48792380

    https://spartan.ng/

  2. comment
    Comment #45898795

    If your organization has one API written in Node, another in Java and third in Python without any reason, then yes, all the problems are nails. And sadly, I've seen this a lot.

  3. comment
    Comment #45321370

    I was thinking of doing something like that, but how does it work for the company in the end? If they vibe coded their project and now have shitty code full of bugs, you come in, f…

  4. comment
    Comment #44395063

    I mean, of course exercise isn't going to fix your vision. But if your vision is going to degrade, you can still choose if you want to live as a fit and healthy person who needs re…

  5. comment
  6. comment
    Comment #37605930

    What does a dashcam do differently from a normal camera? Why can't you just hit record?

  7. comment
    Comment #36284811

    Don't know anything about Scala. Kotlin has null safety and a bit cleaner syntax, but other than that, I don't see too much advantage over Java for backend. In Android, Java is sti…

  8. comment
    Comment #35590438

    "which is 5px high and 12px wide" And that is just the visible part, actual clickable area is 1px by 1px so even when you correctly click on the "x", you don't actually close it.

  9. comment
    Comment #34682662

    "I have several side projects where I use a simple Spring Boot backend and I feel I can focus more on the fun part (solving problems)." I tried to do side projects with Spring Boot…

  10. comment
    Comment #34171859

    I like to use React for it's component system. Those components don't even have to be reusable, I just like working with them, it's way easier to separate and organize code and it …

  11. comment
    Comment #33830574

    Writing a single get endpoint that returns string is easy in almost any language/framework today, you didn't really show anything with it. The real pain starts when you have to add…

  12. comment
    Comment #33440839

    It's not maligned. I've worked on some complex backends some time ago and I would never call those glorified CRUD apps. But my current project is basically Node backend with almost…

  13. comment
    Comment #33436968

    Yep. I build glorified CRUD apps in NodeJS + React, my friend works on some embedded C++ stuff. - My working hours are way more flexible. I pretty much only have to attend meetings…