Live data from Hacker News

Viewing profile — sebbyy

sebbyy

HN member
Joined
Tue, Jul 30, 2019, 10:06 AM UTC
HN karma
7
Public activity
8 items

About sebbyy

No profile information was provided.

Recent public activity

  1. comment
    Comment #35082095

    Because Rust is pass by value. f(&s); is practically equal to let r = s.borrow(); f(r);

  2. comment
    Comment #31975008

    It seems that Wikipedia is testing their new design. This new design only applied for few languages. Few that I know so far are Bahasa Indonesia, Japanese, and Portuguese. Japanese…

  3. story
  4. comment
    Comment #24818439

    I can't reproduce this. I tested it on both Gsuite and Gmail account.

  5. comment
    Comment #24129513

    That's dissapointing. Wasm/Wasi is what got me interested in Web again. Do you have source on that?

  6. comment
    Comment #23808278

    > lots of choices, versions, combinations and edge cases to cover I think Snap[0], Flatpak[1], and AppImage[2] tries to solve this problem. [0] https://snapcraft.io/build [1] https…

  7. comment
    Comment #23808201

    Doesn't completly solve your problem but you can start sending message to a new phone number using an url. [0] https://wa.me/{target-number} https://faq.whatsapp.com/general/chats/…

  8. comment
    Comment #20564072

    I'm an introvert and I like XP. Left the company for a usual startup setup with your own Macbook, pull requests, and things. I miss the almost zero friction collaboration. As a pai…