Viewing profile — rebotfc
rebotfc
HN member- Joined
- Thu, Dec 28, 2017, 1:15 AM UTC
- HN karma
- 2
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About rebotfc
No profile information was provided.
Recent public activity
-
comment
Comment #23303476
Wow, they had European users? They are fucked. This is about a serious and willful GDPR contravention as you can get. I hope they have good lawyers because they are gonna be hauled…
-
comment
Comment #23303428
You do realise that if you have any European users you have majorly contravened GDPR regulations and data protection rules. I'm talking 20 million euros in fines
-
comment
Comment #23268936
Inline styles cannot do things like :hover, dont work with media queries, can't be adjusted centrally and so on.
-
comment
Comment #21789475
Do you really need to know how useState works under the hood if you know how to use it, reason about it and what its limitations are?
-
comment
Comment #21775592
The thing I like about hooks is that components can be truly modular in terms of both behaviour and state. They can so be relatively easy to reason about in isolation and therefore…
-
comment
Comment #20721522
It can be as fast as C++ whilst at the same time suffering from none of these bugs: https://www.youtube.com/watch?v=lkgszkPnV8g
-
comment
Comment #20641869
Discord uses Rust via Elixir/BEAM NIFs to scale to 11 million concurrent users. Big enough for you? https://blog.discordapp.com/using-rust-to-scale-elixir-for-1...
-
comment
Comment #16019587
> poor static analysis of code, leading to bad Intellisense etc. - Mostly solved by TypeScript. Typescript is not Javascript. Most people would agree that that Typescript is a reas…
-
comment
Comment #16019572
> FYI you are just showing how awful are communities around "legitimately good" languages. Just to let you know Rust's community is pretty cool and not awful at all. For instance t…