Viewing profile — sabellito
sabellito
HN member- Joined
- Sun, Jul 26, 2020, 5:32 PM UTC
- HN karma
- 1,057
- Public activity
- 361 items
- HN profile
- View on Hacker News ↗
About sabellito
No profile information was provided.
Recent public activity
-
comment
Comment #46763348
It seems that it's you who needs more education on the topic. https://en.wikipedia.org/wiki/Tyranny_of_the_majority
-
comment
Comment #46760205
What if the small minority is being oppressed and killed? There are so many reasons why a small minority might need to protest within a democracy. "This seems anti democratic" is a…
-
comment
Comment #46739886
That's weird, I never had to do that. Android and firefox web.
-
comment
Comment #46736753
They can search contents. You have to activate local indexing in the search UI itself.
-
comment
Comment #46667852
Completely disagree, don't know of anyone who'd share that opinion.
-
comment
Comment #46602221
> After a 2022 mass shooting, Adams opined that society leaves parents of troubled teenage boys with only two options: to either watch people die or murder their own son. That's so…
-
comment
Comment #46512578
Fully agree. People call "bloat" the features they don't need, and "deal breakers" the lack of features they want besides good text editing.
-
comment
Comment #46443263
You call all these products launches from google "internal innovation competitions"? And even if they were, which they aren't, are you sure it's a "common business practice"? How m…
-
comment
Comment #46430193
Not on mobile.
-
comment
Comment #46335778
How would tables solve the issue they're talking about?
-
comment
Comment #46272848
You're replying in good faith to someone who ignored the main point of GP (an empire actively disrupting a region) and just said "every place has been unstable" (without even takin…
-
comment
Comment #46243608
I disagree, people are just happy to see coca cola fail, which's fair enough. The ad company that made this supermarket's piece capitalised on that, and now we have ... an ad on th…
-
comment
Comment #46055532
If something people dedicated multiple years of their lives studying and proving seems trivial to you, you're either a genius or you didn't understand the problem.
-
comment
Comment #46055161
> Cantor's stuff can easily be trashed. Only on hackernews.
-
comment
Comment #46008484
I'd like to see that comparison tracking the number of devs and how much open source software each company uses.
-
comment
Comment #45856822
Very few countries in Europe have that issue, and afaik no country in the americas.
-
comment
Comment #45567832
The bundle size is, by definition, much smaller as it doesn't include the browser engine.
-
comment
Comment #45567792
This benefits people and teams who prefer to build UIs with html/js/CSS.
-
comment
Comment #45460243
That's not the point I was trying to make. You believe that almost all people who have issue with the law do so because of porn addiction. You haven't shown any data, it's just you…
-
comment
Comment #45445988
It's hard to keep this conversation in good faith if you're just gonna throw in some statistic you just made up.
-
comment
Comment #45436744
Are you arguing that people who are against this law and its implementation in the UK are against it because they're addicted to porn?
-
comment
Comment #45263922
I meant to say more than validation, something like this feature set: https://www.react-hook-form.com React Hook Form is beastly.
-
comment
Comment #45255976
I remember seeing Mint quite a few years ago. I love the idea, I really like the language design, but I agree 100% with your take on the drawback. It's hard to sell that to teams. …
-
comment
Comment #45255052
I'm definitely not the authority on the definition of that word, but in my view I expect reactivity to mean that the UI reacts to state changes "automatically".
-
comment
Comment #45253136
Reading through the example, it seems like it doesn't do reactivity, as the user code must call render() manually on state changes. Did I miss something?