Viewing profile — samsin
samsin
HN member- Joined
- Sun, May 30, 2021, 11:01 AM UTC
- HN karma
- 107
- Public activity
- 65 items
- HN profile
- View on Hacker News ↗
About samsin
No profile information was provided.
Recent public activity
-
comment
Comment #49253376
The laws you want enforced to prevent kids from gambling were the subject of debate too.
-
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…
-
comment
Comment #48934529
Just 2 minutes and a $99USD/year Apple Developer account.
-
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…
-
comment
Comment #48006251
Given the timing, seems more related to domestic politics.
-
comment
Comment #47898918
The Snowden files that implicated US agencies and social media companies?
-
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…
-
comment
Comment #46440507
It wouldn't be a first for CodeCrafters https://news.ycombinator.com/item?id=38236285
-
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…
-
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…
-
comment
Comment #43450058
Can you share the code it produced?
-
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 …
-
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)…
-
comment
Comment #42082201
The same argument could be made for physical cash
-
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…
-
comment
Comment #41632817
Nuclear war between US and Russia is less likely with Trump
-
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 …
-
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.
-
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…
-
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 …
-
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…
-
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…
-
comment
Comment #39496262
Slight correction, you have to pay a levy if you earn over ~90k/year and don’t have private hospital cover.
-
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.
-
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.