Viewing profile — sebbyy
sebbyy
HN member- Joined
- Tue, Jul 30, 2019, 10:06 AM UTC
- HN karma
- 7
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About sebbyy
No profile information was provided.
Recent public activity
-
comment
Comment #35082095
Because Rust is pass by value. f(&s); is practically equal to let r = s.borrow(); f(r);
-
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…
- story
-
comment
Comment #24818439
I can't reproduce this. I tested it on both Gsuite and Gmail account.
-
comment
Comment #24129513
That's dissapointing. Wasm/Wasi is what got me interested in Web again. Do you have source on that?
-
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…
-
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/…
-
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…