Live data from Hacker News

Viewing profile — bardsore

bardsore

HN member
Joined
Fri, Nov 03, 2023, 12:39 PM UTC
HN karma
18
Public activity
18 items

About bardsore

No profile information was provided.

Recent public activity

  1. comment
    Comment #49230628

    That is an extreme amount

  2. comment
    Comment #49209571

    I tried Moshi. Some things I did not like - Despite the name, using mosh is a paid feature - It was not clear what is and isn't a paid feature when using the app for the first time…

  3. comment
    Comment #47499692

    I'm just a hobbyist with a 3D printer, but after watching a few tutorials it seems quite simple if you're only using the sketcher and part design 90% of the time.

  4. comment
    Comment #46896950

    Unless she hosts her own cert authority or is using a self-signed cert, the wildcard cert she mentions is visible to the public on sites such as https://crt.sh/ .

  5. comment
    Comment #46868466

    Can't speak for the benefits of https://nono.sh/ since I haven't used it, but a downside of using docker for this is that it gets complicated if you want the agent to be allowed to…

  6. comment
    Comment #46310794

    Security in layers, I'd do both.

  7. comment
    Comment #46273087

    Always try to avoid having two services using the same DB. Only way I'd ever consider sharing a DB is if only one service will ever modify it and all others only read.

  8. comment
    Comment #45810054

    How fast my terminal can print 10000 lines is pretty far down the list of requirements I have, who cares as long as it is fast enough? To me it is as irrelevant as who has the best…

  9. comment
    Comment #45386547

    I tried niri this spring and had several issues trying to get copy-pasting between Wayland and X (Xwayland) working. Think I had some other problems as well that were a dealbreaker…

  10. comment
    Comment #44632354

    For Fish, I'd recommend https://github.com/IlanCosman/tide instead

  11. comment
    Comment #43352213

    I tried Niri, but couldn't figure out how to get good enough support for X programs. Specifically I had issues with the clipboard, I couldn't copy passwords from 1Password (X) and …

  12. comment
    Comment #42840314

    Something about the cookie banner on this site hijacks my history so I can't go backwards.

  13. comment
    Comment #42838902

    I use Purelymail to send emails from my personal domain (admin@domain.tld) from my self-hosted stuff and to forward emails to my personal domain to my gmail, and it works great for…

  14. comment
    Comment #42838856

    I think it sounds natural to say "we" in the context of a company even if it's a one-person company, but I just know english as a second language.

  15. comment
    Comment #40440643

    I can't remember what the issue was exactly, but Kitty does something that makes it work not-so-nice when SSHing into some machines.

  16. comment
    Comment #38398118

    Worked a place where we switched from having a client library to making the other teams use our APIs directly themselves. Of course, we had to do the switch for them because they w…

  17. comment
    Comment #38264555

    They are obviously talking about the bottles and not the contents of them, which you'd know if you'd read the article.

  18. comment
    Comment #38127860

    The kotlin example can be made even more concise: val num = words.count { it.isNotEmpty() }