Live data from Hacker News

Viewing profile — mati365

mati365

HN member
Joined
Fri, May 20, 2022, 5:31 AM UTC
HN karma
289
Public activity
101 items

About mati365

No profile information was provided.

Recent public activity

  1. comment
    Comment #48767139

    I really love Quadlet. I used to host my rootless containers on Hetzner, Ansible, SystemD and RockyLinux for years without any issues and extracted it to template repo [1]. [1] htt…

  2. comment
  3. comment
    Comment #48175723

    It must be magic. I don't believe it's possible in such short snippet of code.

  4. comment
    Comment #47102141

    ofc it's sold. Take a look at this: https://www.rb2b.com/ It identifies users that visit your site and then shows their email, phone number and living place based on their Li profi…

  5. comment
    Comment #46927922

    Oh, it looks like my X86-16 boot sector C compiler that I made recently [1]. Writing boot sector games has a nostalgic magic to it, when programming was actually fun and showed off…

  6. story
    Show HN: CKEditor 5 Symfony Integration

    In an era of widespread IT industry obsession with AI and the emergence of a quadrillion utilities that serve to integrate AI into projects, I decided to create a package that is N…

  7. comment
    Comment #46285528

    You can also use Dropbox to sync your data on some kobo devices. It used to be disabled, but you can enable it manually in one config file.

  8. comment
    Comment #45936882

    Consider learning Polish. Kurwa sounds exactly as it looks.

  9. story
    Show HN: CKEditor 5 Livewire Integration

    For Livewire, there isn't a solid WYSIWYG editor integration that handles syncing cleanly with the Laravel backend and Livewire itself, so I made one.

  10. comment
    Comment #45655689

    Writing compilers for old CPUs has some real magic in it. It helps you see how processors really work and brings back the old days when hardware was simple and easy to understand. …

  11. comment
    Comment #45608632

    It’s not about frustration, unwillingness to learn, or dismissing the tool altogether. My point is about trust. I just can’t imagine a Next.js app being as easily maintainable 10 y…

  12. comment
    Comment #45607827

    In the latest Rails versions, it’s probably just as easy as in Phoenix. The question is whether, after years of churn in the Rails frontend ecosystem, the core team hasn’t already …

  13. comment
    Comment #45607469

    I'm not so sure Next.js is as SEO-friendly as people claim. The JavaScript bundles are pretty heavy, and the page still needs to hydrate before it becomes fully interactive. There …

  14. comment
    Comment #45607403

    The main issues were related to how JavaScript is integrated and distributed within Rails. In older versions, you have to deal with Sprockets and dependency bundling, which is tric…

  15. comment
    Comment #45606350

    I implemented CKEditor integrations for Rails, Livewire, Phoenix, and React. I think the best developer experience was with Phoenix - at every step I was surprised by how well thou…

  16. comment
    Comment #45564805

    CKEditor 5 integration for Laravel Livewire. Since Livewire doesn’t have an easily embeddable WYSIWYG editor, I built one. https://github.com/Mati365/ckeditor5-livewire

  17. comment
    Comment #45471328

    What's special about this?

  18. story
  19. comment
    Comment #44379397

    That's messed up, because now he's working for the employer for free, hoping the company will somehow replace the social connections it made him lose in the first place. It's defin…

  20. comment
    Comment #44143063

    This article seems to be written entirely by AI :/

  21. comment
  22. comment
    Comment #43901938

    Nice! I’ve been using a similar approach for years with my own setup: https://github.com/Mati365/hetzner-podman-bunjs-deploy . It’s built around Podman and systemd, and honestly, n…

  23. comment
    Comment #43518000

    Gratz Gyn!

  24. comment
    Comment #43458003

    If anyone interested - I made recently Ansible template for Quadlet deployment that shows how easy is it. GH: https://github.com/Mati365/hetzner-podman-bunjs-deploy

  25. comment
    Comment #43132836

    Systemd .container services (Quadlet) are excellent. I used them to set up multiple smaller sites without any issues. Containers work just like regular systemd services. I created …