Live data from Hacker News

Viewing profile — misterio7

misterio7

HN member
Joined
Fri, Feb 24, 2023, 12:16 PM UTC
HN karma
23
Public activity
18 items

About misterio7

No profile information was provided.

Recent public activity

  1. comment
    Comment #49377993

    You might be interested in pi-claude-bridge, works nicely.

  2. comment
    Comment #44657981

    Yep, that's the whole point. Pix transactions are designed to be instantly settled, even across different banks. The central government bank enforces this, as well as other rules (…

  3. comment
    Comment #41246129

    AFAIK, the difference between AGPL is GPL is on what constitutes "distribution"; what constitutes a "derivative" is still the same. https://drewdevault.com/2020/07/27/Anti-AGPL-pro…

  4. comment
    Comment #38673329

    You might want to try out self hosting hydra! It's pretty sweet for your usecase (building and caching Nix stuff, in a smart way). It can even run arbitrary commands (e.g. moving a…

  5. comment
    Comment #37029664

    Your comment was very interesting to read! I wanted to chime in and mention that "Life is Strange" has a lot of this "what choice did you make?" book club-like feel to it, it's pre…

  6. comment
    Comment #36771524

    That's pretty sweet! Is the code open source? I'd love to see how it works.

  7. comment
    Comment #36710198

    Yup! Worked great for the few months I used it. I think it's kinda funny how much simpler the Nix package is when compared to upstream's dockerfiles lol

  8. comment
    Comment #36664335

    Yes you can lol. I'm literally using WayVNC right now to work on my laptop from my desktop seamlessly

  9. comment
    Comment #36463969

    I'd definitively recommend it, though! I think the frameworks are pretty nice, do keep in mind they are all more like microframeworks (think flask, not django). If you like writing…

  10. comment
    Comment #36463957

    Yeah the only painpoint I have is that it's awkward to use async inside closures, otherwise, things are pretty smooth IMO.

  11. comment
    Comment #36463954

    I've worked on the server side with Axum and Rocket; both are pretty nice. I love SQLX to write queries that validate at build time, and had quite a blast using Maud to write HTML …

  12. comment
    Comment #36463921

    Honest question: what is it that you dislike in async rust? I personally find it is pretty straightforward

  13. comment
    Comment #36418440

    I have a mix of x86_64 and aarch64 machines and, damn, NixOS makes it so freaking easy. Most of nixpkgs works on both architectures. You can even use your machines as remote builde…

  14. comment
    Comment #36397103

    Yeah! There's specializations[1] to make this even simpler. [1] https://nixos.wiki/wiki/Specialisation

  15. comment
    Comment #36396986

    Grep nixpkgs for `buildNpmPackage`, it's ridiculously easy to package a node app nowadays.

  16. comment
    Comment #36150186

    The server's timezone is not even relevant. By using timestamptz, you include the timezone together with the timestamp, meaning you can be absolutely sure that the time stored is i…

  17. comment
    Comment #34970107

    I mean, at least for me it hasn't been a problem. I currently self host mail on a VPS and everything's awesome. YMMV

  18. comment
    Comment #34970030

    Most hosted mail services have no issues getting to mailbox. I've used Gandi, Mailbox, FastMail, and never have any mails flagged as spam. Deliverability is only an issue when self…