Live data from Hacker News

Viewing profile — analog_daddy

analog_daddy

HN member
Joined
Sat, Apr 11, 2026, 6:07 PM UTC
HN karma
32
Public activity
27 items

About analog_daddy

No profile information was provided.

Recent public activity

  1. comment
    Comment #49230962

    That used to be the case, and I loved the empty feed. But, i noticed that it started showing me the default feed of all the AI slop people post which linkedin thinks is relevant to…

  2. comment
    Comment #49171678

    Yeah i think you have a valid point. I did have this issue come up where i was trying to vectorize an indexed png and no amount of playing with different engines and settings gave …

  3. comment
    Comment #49154245

    I feel people who like this type of blogs and want to try something like a static website would love Styluslabs’ Write https://www.styluslabs.com/ Handwriting is better as SVG if y…

  4. comment
    Comment #49015363

    Thanks for taking the initiative to create this page! I was disappointed with the search feature github had regarding searching these type of files. Here are some more such tools I…

  5. comment
    Comment #49015217

    Not sure how long it will survive, but opening it in a private browser tab helped. Also, funny enough that this pissed me off so much, that I started asking LLM to search for somet…

  6. comment
    Comment #48756882

    Fair enough that I did not mention any timeline. And could’ve been general with “VCS”. And you are absolutely correct, that basics of some of these tools can be learnt in an aftern…

  7. comment
    Comment #48727793

    Any experience with ‘programmers’ not knowing git?

  8. comment
    Comment #48727735

    My first thought as well! Even glancing through their website I don’t see an FAQ section or even a section just answering what value addition it brings over pandoc?

  9. comment
    Comment #48613068

    Not sure if this completely helps with the full setup aspect, however, I got introduced to secure enclave when i was researching a git app for iOS. The following app has, as one of…

  10. comment
    Comment #48612950

    Really surprised that this is not the first thing everyone does on their repositories. I am not a celebrity on github and not even agents bother with my repositories, however, even…

  11. comment
    Comment #48612711

    Locked behind a login screen. Maybe its for the best.

  12. comment
    Comment #48511489

    Oh my god! I hate using anything that is not my keyboard anymore. Laptops are not ‘lap’tops for me since I will just be slow without my keyboard. The split keyboard with many thumb…

  13. comment
    Comment #48498865

    Small note: You need admin privileges only once for the first install which creates a new user `linuxbrew` and everything is based around `/home/linuxbrew` prefix. The issue is on …

  14. comment
    Comment #48498807

    Yes. I daily drive pop os now. Hate to use flatpak for anything. Only install core packages, google chrome and vscode using apt. Almost everything else is installed using homebrew.…

  15. comment
    Comment #48497690

    Yeah I tried nix about 8 months ago. Not really as simple as homebrew. Even the detereminate nix tutorial though nice felt too much of a hassle. I feel homebrew really is a nice in…

  16. comment
    Comment #48455929

    No, it is an advantage. I am not a rust evangelist, I am not a rust programmer or programmer at all; however while evaluating tools to use, anything written in Rust and Go at-least…

  17. comment
    Comment #48320188

    Just curious, any reason to prefer using age (you mentioned that you would prefer it if starting over), over something like keepass? I am currently using keepass-cli and only reaso…

  18. comment
    Comment #48320089

    Okay. Here is a pattern i follow everywhere in my init files for almost every program. Define two key env vars. $DOTFILES and $ECORP. The first is path to your personal set of dotf…

  19. comment
    Comment #48307432

    Glad to run into this after some time! I guess we are welcoming the software people to the world of expensive tools. Just sad that the FOSS alternatives of these tools are not as p…

  20. comment
    Comment #48132948

    Haha. I spent a significant amount of time getting vim keybinds everywhere, and eventually had to make exceptions for certain software. But, I had my share of making exceptions I g…

  21. comment
    Comment #48117430

    Yeah same here. Isn’t it weird, thet i used to be a lot more excited about space travel however, as I grow older I am excited about things more closer to me. Still curious, but foc…

  22. comment
    Comment #48016862

    Not frequently, however in experimental phase where you need to debug if any specific combination of patch is causing issues, it helps a lot. For instance, I had issues with my del…

  23. comment
    Comment #47985468

    Ohh yes, a minority of us do exist. I prefer it over appimages on my personal pc. Gets you almost rolling release software without needing to use a rolling release. I used to use d…

  24. comment
    Comment #47985410

    Ohh acquired taste it is.. I had two stints with suckless software. First, when i was in early twenties when I had a lot of time in the world, and thought the manliest way to talk …

  25. comment
    Comment #47819286

    I like the very idea of tree sitter and even listening to the first talk video by the creator was interesting. However, it has been big barrier for me to write grammar for it for a…