Live data from Hacker News

Viewing profile — galbar

galbar

HN member
Joined
Wed, Oct 14, 2020, 3:38 PM UTC
HN karma
205
Public activity
87 items

About galbar

No profile information was provided.

Recent public activity

  1. comment
    Comment #48645500

    As someone that gets very annoyed when having to do LeetCode in interviews... Knowing algorithms, data structures and their memory and time complexities is very relevant for SWE. I…

  2. comment
    Comment #48037446

    The activity that needed and still needs to be protected is problem solving: - Understanding the problem at hand - Putting all the pieces together so that they solve the right prob…

  3. comment
    Comment #47948926

    I was just thinking about forge federation this morning. It'd be nice to base the federation on email, which has been working fine for decades (boring tech and all that), and build…

  4. comment
    Comment #47849752

    These projects quickly reach a point where evolving it further is too costly and risky. To the point that the org owning it will choose to stop development to do a re-implementatio…

  5. comment
    Comment #47798849

    It is my understanding that a lot of EU governments are setting up their own matrix servers.

  6. comment
    Comment #47761075

    FWIW, I have managed 10 simultaneous live transcoded streams on a ARC B580 and it could have managed a few more. With couple of them you cold be fine. The other aspect is you could…

  7. comment
    Comment #47645228

    It's not a good look to break userspace applications without a deprecation period where both old and new solutions exist, allowing for a transition period.

  8. comment
    Comment #47523148

    Software is applied mathematics, though

  9. comment
    Comment #47460422

    But not across the Pyrenees :_)

  10. comment
    Comment #47405852

    >The fix isn't "apply traditional methods" I would argue they are. Those traditional methods aim at keeping complexity low so that reading code is easier and requires less effort, …

  11. comment
    Comment #47389987

    This article describes the body of knowledge I was taught when I joined the industry and parallels with my experience with and thoughts about AI. I have come to the realization tha…

  12. comment
    Comment #47236382

    This is something I've been wondering about... If boilerplate was such a big issue, we should have worked on improving code generation. In fact, many tools and frameworks exist tha…

  13. comment
    Comment #47088383

    The git plugin in oh-my-zsh has an alias for this: gbda It also has one for squash-merged branches: gbds Very useful I've been using them for years

  14. comment
    Comment #46944732

    I am a daily user, family and friends chatting on Matrix. My take is that there are two layers of friction: a) people that care about chat encryption and would be willing to change…

  15. comment
    Comment #46108614

    For a casual CS server the ratio could perfectly be 1:50 and that'd be fine. That's how it used to be with, i.e., CS:Source. Then, there are companies that ran a bunch of them, whi…

  16. comment
    Comment #45557700

    They come from science. Engineering applies laws, concepts and knowledge discovered through science. Engineering and science are not the same, they are different disciplines with d…

  17. comment
    Comment #45301673

    Our job as SWEs is to convert the vertical slice of functionality into something that fits well and robustly in the various technical layers that need to be touched. The process th…

  18. comment
    Comment #45292564

    My take on this is that, from a SW development POV, user stories are not the right unit of work. Instead, I treat user stories as "Epics". Stake holders can track that Epic for pro…

  19. comment
    Comment #44942808

    Hasn't balancing quality (in this context due diligence) and speed (AI code gen.) been the name of the game in the industry for ever? Management should have enough experience by no…

  20. comment
    Comment #43923988

    Python has Protocols. They work like Go interfaces

  21. comment
    Comment #43903001

    I have said many times to teammates: the only code that is perfect is the one that hasn't left our minds. The moment it's written down it becomes flawed and imperfect. This doesn't…

  22. comment
    Comment #43545842

    I just want to add that I also have a Docker Swarm running, with four small nodes for my personal stuff plus a couple of friends' companies. No issues whatsoever and it is so easy …

  23. comment
    Comment #43541035

    I'm not bothered by if nor def. public void can be annoying but it's also fast to type and it doesn't bother me. For import I always try my best at having some kind of autoimport. …

  24. comment
    Comment #43539637

    >I'd bet that no one actually likes to write code And you'd be wrong. I, for one, enjoy the process of handcrafting the individual mechanisms of the systems I create.

  25. comment
    Comment #43342372

    This is how I feel. I mentioned this to a couple of friends over a beer and their answer was that there are many not "decently competent programmer"s in the industry currently and …