Live data from Hacker News

Viewing profile — ui4jd73bdj

ui4jd73bdj

HN member
Joined
Fri, Dec 17, 2021, 2:56 PM UTC
HN karma
68
Public activity
25 items

About ui4jd73bdj

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
    Comment #31154628

    What a horrible take that censoring civil truthful factbased discussion is ok because some nutjob might draw wrong conclusions.

  3. 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).…

  4. 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.

  5. 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…

  6. 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.

  7. 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…

  8. comment
    Comment #30534708

    Didn't work for my android firefox. Would have appreciated some sample results, at least in github readme.

  9. 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…

  10. 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…

  11. 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…

  12. 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?

  13. comment
    Comment #30311291

    Valve with csgo and dota are like saints compared to something like EA or Riot when it comes to microtransactions.

  14. comment
    Comment #30185050

    Definitely an easier to apologize than to ask for permission kind of thing.

  15. 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…

  16. 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…

  17. 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 …

  18. 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…

  19. 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".

  20. 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(…

  21. 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…

  22. comment
    Comment #29712521

    > Did the people who made the content get paid too? No, they chose to opt-out of this market.

  23. 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…

  24. 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. …

  25. comment
    Comment #29593106

    I would imagine it would help more with nested objects. ({ contact: { address: "" } }) as opposed to ({ ...prev, contact: { ...prev.contact, address: "" } })