Live data from Hacker News

Viewing profile — dusanh

dusanh

HN member
Joined
Mon, Feb 04, 2019, 6:09 PM UTC
HN karma
120
Public activity
49 items

About dusanh

https://dhaustein.github.io/

Recent public activity

  1. comment
    Comment #47027426

    When a thing seals itself against its own destruction, it merely dies a different death. https://en.wikiquote.org/wiki/Planescape:_Torment#Coaxmetal

  2. comment
    Comment #45402567

    Building VMs?

  3. comment
    Comment #44867579

    I can map most of the list but I can't recall what would be the "review environment setup" What did you mean by that?

  4. comment
    Comment #44769482

    Any recommendations on a rowing machine?

  5. comment
    Comment #44404106

    Came into this thread looking for a mention of Steve Mann! Man was ahead of his time. More on his 'Visual Filter' and more here http://www.wearcam.org/ieeecomputer/r2025.htm

  6. comment
    Comment #43809866

    This sounds fascinating and absolutely alien to me, a Python dev. Any good books or other sources to learn more you can recommend?

  7. comment
    Comment #43455303

    I apologize this is not directly related to OP, but if you, like myself, get mad at all the "Suggested" posts LinkedIn is pushing on you, you can use the following ublock filter to…

  8. comment
    Comment #42729442

    > whereas managers are seen as useful in different domains, giving them practical mobility And this is exactly my problem with becoming a manager. You become fungible, easily repla…

  9. comment
    Comment #42128932

    I worked for a medium size company that served, and still is, ~150 clients (some Fortune 500 included) by deploying prod with docker-compose. It can be done.

  10. comment
    Comment #41960076

    > the QA env was not actually setup to mirror the production env As senior QA, this alone is going to end me one day.

  11. comment
    Comment #41493477

    > Is the ansible vault password in the repo too? No no, this is one of those secrets we share among the team and save to KeePass or whatever.

  12. comment
    Comment #41481884

    We use Fernet[1] or Ansible vault[2] with the encrypted secrets committed to the code repositories, but I guess we can do that because the code is not public. The rest we share ove…

  13. comment
    Comment #41415179

    There is also Red Hat and SUSE. And I am pretty sure smaller companies like that exist too. I started my career in just one like that!

  14. comment
    Comment #41387869

    The already mentioned The Pragmatic Programmer, 20th Anniversary Edition is so far the best I have read. It's not overly specific to one single thing, it tries to teaches general p…

  15. comment
    Comment #41217956

    Trying to service, or even just open up, any appliance at a workplace is against the Occupational Safety and Health regulations in my country.

  16. comment
    Comment #40959347

    This has to be satire, right?

  17. comment
    Comment #40375474

    Can you share your nixos config?

  18. comment
    Comment #40300201

    Thank you again! This is definitely something to start from!

  19. comment
    Comment #40299447

    Thank you so much! That sounds surprisingly straightforward. I expected a lot more fiddling to get going. Where would I start if I wanted to use a model programmatically ? Like let…

  20. comment
    Comment #40298182

    I'm a complete newb when it comes to AI, and I am getting pretty ashamed of it too. How do I take a model like this and use it in my day to day? Can I somehow use in, say, VSCode? …

  21. comment
    Comment #40228796

    Sorry, should have been more clear, I meant other EU citizens working exclusively remotely.

  22. comment
    Comment #40226024

    Hi, are applicants from elsewhere in the EU considered?

  23. comment
    Comment #39935910

    Replying to my own comment for posterity. I was able to figure it out! In the LXC, I created a new non-root user and then set it's uid and git to a LOWER number than what every tut…

  24. comment
    Comment #39898616

    Was there anything extra you have done on the Host itself?

  25. comment
    Comment #39895361

    That actually did not do anything different for me. I did the following: 1) Created a new LXC. 2) As root, I created a new user "devel" 3) For the "devel" user set both subuid and …