Live data from Hacker News

Viewing profile — pdappollonio

pdappollonio

HN member
Joined
Thu, Jul 25, 2013, 2:16 AM UTC
HN karma
145
Public activity
67 items

About pdappollonio

Newbie software engineer, trying to get things done from the south of Chile.

uo1yULqEiu

Recent public activity

  1. comment
    Comment #48725854

    Everyday user of CachyOS (after trying a few other distros, this one seems to be so far the best for my use case scenario). I play a few games (used to stream videogames although n…

  2. comment
    Comment #47745941

    I just released https://github.com/patrickdappollonio/dux Wanted to have a way to coordinate multiple agents on Linux either via SSH or locally and figured out why not give it a sh…

  3. story
    Show HN: Dux, a TUI Agent Multiplexer

    Hey HN! I built this over the past couple of weeks out of frustration of not having something like Claude Code Desktop, Conductor, Emdash and a few others in a Linux Environment (a…

  4. comment
    Comment #47305146

    https://securenote.app . Full encryption for notes (uses local encryption before you even sent the note to the server). I wanted a mixture of Github Gists (sans Git) and 1Password …

  5. comment
    Comment #46941793

    I finally put my "securenote.app" domain to good use. It's a note taking service with markdown support where the data is fully encrypted before it even leaves your computer with no…

  6. comment
    Comment #46622353

    www.patrickdap.com Technology, engineering and a few other tidbits. Need to update it a bit further though!

  7. comment
    Comment #38159670

    Not a Discord fan either but whole companies are now using Discord like if it is Slack. I don't think the product looks amateur by having a Discord.

  8. comment
    Comment #38035047

    They seem to use Stripe for payments. I would probably go there.

  9. comment
    Comment #36589503

    https://www.patrickdap.com/ I blog about Kubernetes and CI/CD, as well as other personal stuff. Some articles might be in Spanish though!

  10. comment
    Comment #36132581

    Native Spanish speaker that builds software for English speaking markets: I don't think I would write a software or make screenshots where I would think first to put names like Jua…

  11. comment
    Comment #33475411

    I provided consulting for a mobile carrier before. The reason why this doesn't happen is because once you do apply data caps, users often try to "not eat their entire allocation th…

  12. comment
    Comment #33447171

    If you read the article, it does state that a passport does carry a "RealID", so yes, passports are one form of it.

  13. comment
    Comment #32650794

    DNS based ad blocking is slightly different than VPN based blocking. VPN is there for people running environments where DoH is not yet supported. Newer versions of iOS, Android and…

  14. comment
    Comment #28953169

    From Twitter: > We're seeing an ongoing attack against our primary network provider. We're working with them to block the attack and restore access. https://twitter.com/Fastmail/st…

  15. story
  16. comment
    Comment #28948685

    Totally appreciate the feedback though! Since I knew something like this might come to show up, I decided to put the "why I created this tool" in the README as well.

  17. comment
    Comment #28939919

    If you can code that into a Go template, then absolutely. It does seem however that this would require knowledge of the dependencies of resources. For Kubernetes' own resources it …

  18. comment
    Comment #28939906

    I'll take it as a call to action to link it from the docs. Thanks for checking it out!

  19. story
  20. comment
    Comment #28417789

    Hey! Appreciate it! It's used in production in the past 3 companies I've worked for (a movie company, a gaming company, and a computer hardware company). In all cases it's used to …

  21. story
  22. story
    Ask HN: Any suggestion on how to test CLI applications?

    Hello HN! I've been looking at alternatives on how to test command line applications, specifically, for example, exit codes, output messages and whatnot. I've seen "bats" https://g…

  23. comment
  24. comment
    Comment #16260258

    Please share your results.

  25. comment
    Comment #16094330

    I also use Chi a lot and Chi and this example are actually complimentary: you can take the Chi router and pass it to an http.Server in the handler attribute to make it work.