Live data from Hacker News

Viewing profile — mortylen

mortylen

HN member
Joined
Tue, Oct 31, 2023, 12:08 PM UTC
HN karma
2
Public activity
29 items

About mortylen

Is's easy to make software: all you have to do is touch the right key at right time and the software will run without errors.

https://mortylen.hashnode.dev/

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
  6. story
    Ask HN: Which security tool for ASP.NET Core code analysis?

    What security tools do you use for code analysis for web application development in Visual Studio, especially for ASP.NET Core Web App? Which ones have you tried, which ones are yo…

  7. comment
    Comment #39362491

    I have also started several side projects and never finished any of them. The problem for me was that when I solved the most important problems, I lost interest in it. This year I'…

  8. story
  9. story
  10. comment
    Comment #38891649

    I have been programming for over 20 years. I've developed everything from small in-house applications to systems in critical infrastructure... But the working mood and work deploym…

  11. comment
    Comment #38885605

    Depending on the type of project, sometimes 70% of the time is programming and 30% is consulting with the team. Other times I do 60% design and 40% programming. It's project by pro…

  12. comment
    Comment #38628474

    Try looking for positions as a developer in industry or look around for companies that have contracts for industry. Such as power plants, heating plants, any other manufacturing pl…

  13. comment
    Comment #38542389

    It's true, the beer in Prague is excellent. Overall, I like the beer culture in the Czech Republic. The language is easy to learn, especially if you are from Slovakia like me :) I …

  14. comment
    Comment #38471447

    Thanks for the reply, it looks interesting.

  15. story
    Ask HN: Can a small free time project make a profit?

    There are days when I have free time during my work. I use this time to study new technologies and create small free-time projects, just for fun. For example, I have developed my o…

  16. comment
    Comment #38266755

    Ice shower early in the morning.

  17. comment
    Comment #38238162

    H. P. Lovecraft

  18. comment
    Comment #38195979

    Interesting project, I feel strong nostalgia. I went through QuickBASIC too.

  19. comment
    Comment #38189434

    Personally, I encounter long functions (as you described, around 100 lines) mainly in older codebases that were written over 20 years ago. In many cases, I get them for rework when…

  20. comment
    Comment #38188920

    I think the difference between a long function and many short functions that are not reusable is not big. A long function can be cluttered if it is really too long, and also many s…

  21. comment
    Comment #38174819

    Invest in yourself, especially in your education when you are young and able to devote yourself fully to education. All the money you invest in education will pay off by opening up…

  22. comment
    Comment #38149296

    Most programmers and IT professionals are so busy working, learning and keeping up with rapidly changing technology that they don't have time to focus on global and social issues. …

  23. comment
    Comment #38133111

    First, quickly go through all the documentation. Then start writing whatever comes to mind. And if you don't understand something, go back to the documentation. For me, that's the …

  24. comment
    Comment #38116919

    Is there any consideration of AI support in Siemens SIMATIC Controllers?

  25. comment
    Comment #38104687

    I have a smart home system written in Python that collects data from mqtt, evaluates it and stores it in Postgresql. On top of that I have a web application in PHP through which I …