Live data from Hacker News

Viewing profile — saghul

saghul

HN member
Joined
Sun, Apr 17, 2011, 5:48 PM UTC
HN karma
1,119
Public activity
238 items

About saghul

Fellow Jitster, working on Jitsi.

https://bettercallsaghul.com

Recent public activity

  1. comment
    Comment #48171252

    Does that advertised "expandable RAM" also work on Debian? I assume that's just a fancy name for swap, right?

  2. comment
    Comment #48171225

    I went on Aliexpress and I seem to be able to get it for 73 euro.

  3. comment
    Comment #47790311

    I asked myself the same question. Some other commenter mentioned above they started with some Kubernetes infrastructure thing and they pivoted later.

  4. comment
    Comment #47229726

    Really nice writeup, thanks for sharing!

  5. comment
    Comment #46009867

    A similar thing, also using QuickJS, but for the Nintendo Switch: https://github.com/TooTallNate/nx.js (I'm not the author).

  6. comment
    Comment #44676133

    You are right, we dropped the ball on this one. We'll try and do better.

  7. comment
    Comment #44670806

    Jitsi dev here. We are currently revisiting this. It exists because in cases such as when Jitsi Meet is being embdeed there are pre-join pages provided externally by the "host" sit…

  8. comment
    Comment #44096237

    But network effect doesn't have an impact here, does it? Matrix exists and would be a great fit for this initiative. If someone is committed enough to help out but using Matrix (ei…

  9. comment
    Comment #43970621

    Ha, nice! I created a little static site generator inspired by this "brutalist" style, in order to learn some Swift: https://github.com/saghul/brutalist-blog-generator

  10. comment
    Comment #43690160

    I work on that codebase (we forked it off to QuickJS-ng) and while daunting at first, it's somewhat easy to work with, with the right editor! Many of them choke on such a large fil…

  11. comment
    Comment #42960547

    Really looking forward to that one.

  12. comment
    Comment #41798787

    But it's not a web browser? It now seems to use Tauri just for UI and do the actual rendering with mpv.

  13. comment
    Comment #41605098

    I'm currently using colima, and none of the other alternatives that I have found support forwarding UDP ports, which I use a lot, so that's a bummer! Thankfully, lima has landed a …

  14. comment
    Comment #40993601

    Love it! The background is awesome! The 90s / early 2000s vibes this gives! Looks straight out of geocities and I love it. Great work Naya!

  15. comment
    Comment #40606533

    Interesting! Is there a way to center the content of the bar on the screen? The split is very cumbersome to use on an ultrawide display and I'd be happy if there was a way to put t…

  16. comment
    Comment #40433698

    I tried it but I get an error: "There was a problem with the AI query: Error from OpenAI: [] is too short - 'messages'" According to the docs it only uses that if the model doesn't…

  17. comment
    Comment #40085691

    Kinda surprised the 8B gets this wrong: "what's heavier a kilo of steel or two kilos of feathers?" GPT-3.5 gets it wrong too. The 70B model does get it right, so does GPT-4.

  18. comment
    Comment #39967130

    The one and only Beej! Your guide is a phenomenal resource, thanks for that! So what are you up to now? (if you can share, that is!) :-)

  19. comment
    Comment #39512839

    IIRC he stepped away from Homebrew years ago. See https://github.com/Homebrew/brew/graphs/contributors

  20. comment
    Comment #39343458

    I've been going to FOSDEM since 2011 and you folks impress me every year! Outstanding work!

  21. comment
    Comment #37324911

    Rooms are created by the first user who joins. Since the room won’t start without users, the first one will need to log-in or wait for someone else to do so.

  22. comment
    Comment #37324085

    Hey all Jitsi dev here. It hasn’t been an easy few days, thanks a lot for the empathetic comments I’ve seen here. We’ll keep moving forward making (hopefully) the best open source …

  23. comment
    Comment #37133273

    Care to elaborate? Jitsi Meet might not be right answer to all use cases, but IMHO (disclaimer, I work on Jitsi at 8x8) it strikes a good balance. Many think they can go P2P, but b…

  24. comment
    Comment #37133249

    Thanks for posting this here, kind stranger! Fun fact about the Flutter SDK: it's a wrapper over our native SDKs, which themselves wrap our React Native codebase :-) Right now we h…

  25. comment
    Comment #37133147

    We got requests from users / customers who wanted to integrate Jitsi Meet on Flutter, so we went for it :-)