Live data from Hacker News

Viewing profile — samsin

samsin

HN member
Joined
Sun, May 30, 2021, 11:01 AM UTC
HN karma
107
Public activity
65 items

About samsin

No profile information was provided.

Recent public activity

  1. comment
    Comment #49253376

    The laws you want enforced to prevent kids from gambling were the subject of debate too.

  2. comment
    Comment #49252537

    There's an ongoing debate in Australia to ban gambling advertisements. One of the arguments that is supportive of a ban says that children shouldn't be exposed to gambling advertis…

  3. comment
    Comment #48934529

    Just 2 minutes and a $99USD/year Apple Developer account.

  4. comment
    Comment #48629967

    My understanding was that n-shot prompting just referred to the number of examples included in a prompt, not the number of prompts to achieve the desired result. "Build a 3D platfo…

  5. comment
    Comment #48006251

    Given the timing, seems more related to domestic politics.

  6. comment
    Comment #47898918

    The Snowden files that implicated US agencies and social media companies?

  7. comment
    Comment #47764942

    'Large pull requests are hard to review' is a good reason to keep PRs small, but small PRs also encourage continuous integration/delivery/deployment. Stacked PRs sound like they en…

  8. comment
    Comment #46440507

    It wouldn't be a first for CodeCrafters https://news.ycombinator.com/item?id=38236285

  9. comment
    Comment #45297681

    This thread [1] on Zuckerberg from 7+ years ago doesn't look too different. Top comments saying it's "pretty cringe-y", another posting an image from Reddit and some "Twitter bingo…

  10. comment
    Comment #43641536

    Yes, considering it was ~2 years from freezing withdrawals to the approved bankruptcy plan to repay customers. FTX was only able to repay customers because the value of BTC increas…

  11. comment
    Comment #43450058

    Can you share the code it produced?

  12. comment
    Comment #42884587

    The countries with the highest inflation rates [1] aren't necessarily the same with high rates of poverty [2]. For example Lebanon has the highest inflation rate in the world, but …

  13. comment
    Comment #42777098

    Claiming that Meta distributed pirated works is still a copyright claim, but you're correct that it's seemingly irrelevant to the fair use argument (which the article acknowledges)…

  14. comment
    Comment #42082201

    The same argument could be made for physical cash

  15. comment
    Comment #41633309

    >Incredibly difficult to estimate this, in large part because the probabilities are so small. The UN chief has been stating that the risk of nuclear warfare is at the highest point…

  16. comment
    Comment #41632817

    Nuclear war between US and Russia is less likely with Trump

  17. comment
    Comment #41498107

    >high support of these measures from the public The public support is for an age limit of social media (which already exists), not necessarily the measures to achieve it which are …

  18. comment
    Comment #40578735

    and tech companies avoid paying tax in many countries through dirty accounting tricks, such as redirecting their profits to tax havens like Ireland.

  19. comment
    Comment #40219269

    >Honestly, we should look to fix the issues that lead to people depending on weed, alcohol, and other drugs instead. It doesn't have to be exclusive or. People are looking to fix t…

  20. comment
    Comment #40195117

    In React, 'rendering' means creating the DOM nodes and 'painting' refers to browser rendering [1]. So with server-side rendering the DOM nodes are 'rendered' by the server and the …

  21. comment
    Comment #39989687

    One of those threads may have been a blog post by Martin Kleppmann [1], who also describes double-entry bookkeeping as a directed graph. [1] https://martin.kleppmann.com/2011/03/07…

  22. comment
    Comment #39546013

    Loss causation is described here [1] as the major factor influencing the sentencing range, so if all investors are made whole then a modest sentencing could be possible. It was als…

  23. comment
    Comment #39496262

    Slight correction, you have to pay a levy if you earn over ~90k/year and don’t have private hospital cover.

  24. comment
    Comment #39428205

    Uploading music seems to work fine for Apple Music. It’s been a while since I’ve done it, but all the songs I’ve uploaded in the past are still available on all my devices.

  25. comment
    Comment #39404451

    Have you looked at .NET MVC with Blazor? It might be overkill for your needs, but the templates give you a good starting point to avoid the usual boilerplate.