Viewing profile — ui4jd73bdj
ui4jd73bdj
HN member- Joined
- Fri, Dec 17, 2021, 2:56 PM UTC
- HN karma
- 68
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About ui4jd73bdj
No profile information was provided.
Recent public activity
-
comment
Comment #31189906
Definitely hit harder. However, whiöe there was no official lockdown people in Taiwan voluntarily "lockdowned" last summer when they had an outbreak. It hit many local businesses h…
-
comment
Comment #31154628
What a horrible take that censoring civil truthful factbased discussion is ok because some nutjob might draw wrong conclusions.
-
comment
Comment #31154260
Very easy to solve the only problems I've had with twitter. Stop hiding content behind login prompts. Serverside render direct links to tweets (no infinite loaders/generic errors).…
-
comment
Comment #31152051
We have slow TV for hawk nesting and seal sunbathing in Finland. Unfortunately the seals sunbathing location was figured out one year and they had to stop broadcasting it.
-
comment
Comment #31081166
Well it's been 30 years for some of my cds and new hardware with cd support is still being created today. But maybe in another 20 years I will be too busy enjoying my flying car to…
-
comment
Comment #31080804
It's easier until it isn't. That dvd will probably still be around 50 years later. Your spotify playlist? I highly doubt it.
-
comment
Comment #30705732
Alert doesn't lock your browser. The developer can spend a lot of time and effort to make an even more intrusive and annoying custom alert. Why should I as a user have to endure in…
-
comment
Comment #30534708
Didn't work for my android firefox. Would have appreciated some sample results, at least in github readme.
-
comment
Comment #30435590
It doesn't decouple them. The cdn still needs rights to share the content from the creator. Why would the creator give anyone else the right than say steam? So you would have a NFT…
-
comment
Comment #30414866
Sure you can, but it's not trivial to make the random seem like a human random at a large scale. What are the parameters of a human slide and what kind of distributions are they? A…
-
comment
Comment #30414739
Assuming the content is in Japanese this is probably the expected result though. For international websites it would be good to follow the users chosen language. But if a website d…
-
comment
Comment #30386140
It's scrolling too fast and very jittery on mobile as well. Very bad UX. But hey at least the title animation is smooth and cool, who cares about the actual content?
-
comment
Comment #30311291
Valve with csgo and dota are like saints compared to something like EA or Riot when it comes to microtransactions.
-
comment
Comment #30185050
Definitely an easier to apologize than to ask for permission kind of thing.
-
comment
Comment #30021967
Of course nobody is immune to ads. We were talking about the ad being a net positive to ones life. Yeah I might also buy a redbull but I don't think they need to or should track me…
-
comment
Comment #30021590
I prefer random ads. If I plan to buy something I will never do it from an ad. At least with random ads there can be something I didn't even think about buying. Now you might try t…
-
comment
Comment #29960317
To me the comparison is very accurate. On both occasions there were mostly peaceful protests and some opportunist. The fact that you call one a protest and another a riot is quite …
-
comment
Comment #29919721
Seems reasonable enough for a fresh grad. For example 50k->300k. I doubt every engineer could prove to be so valuable in the end spectrum but might work for some companies. Of cour…
-
comment
Comment #29872867
I was annoyed by the limited answers. Why can I not skip the question with "No, and I don't need to eat right now".
-
comment
Comment #29831975
Agreed. Even if you have a contract with x weeks notice period, breaching the contract is a legal move(penalty may vary). I had a non-standard 1 month notice period in my contract(…
-
comment
Comment #29793117
Exactly. Slapping some components together for a simple feature shouldn't require a designers input at all. Whether the defaults are margins or paddings I don't really care, but if…
-
comment
Comment #29712521
> Did the people who made the content get paid too? No, they chose to opt-out of this market.
-
comment
Comment #29648640
That is such an annoying thing in codebases. It's the same issue the other way around, I want to see all places in frontend that calls /v1/resource but then some people go and abst…
-
comment
Comment #29614789
Most western nations would probably accept a declaration of independence from Taiwan. The only issue western countries currently have with Taiwan is it's claim for mainland china. …
-
comment
Comment #29593106
I would imagine it would help more with nested objects. ({ contact: { address: "" } }) as opposed to ({ ...prev, contact: { ...prev.contact, address: "" } })