Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Mustachio
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Mustachio
2y ago
PR submitted, comments by concerned coders with years experience in the system overruled and force merged with message "wcgw".
2.
▲
by
Mustachio
2y ago
This is the real killer. Gambling in the CS scene is absolutely rampant, you will only find a handful of CS influencers that do no accept gambling sponsors (As they offer much more than other companies). I was happy when Belgium banned loot
3.
▲
by
Mustachio
2y ago
docker-minecraft is under Adulttopia. I wonder what made it make that connection
4.
▲
by
Mustachio
2y ago
Having had a quick read of the concept, I believe it's concurrent in the sense that Promise.all() is compared to awaiting in a for loop? In other words, put on the stack at the same time but not a different thread. Do correct me if I m
5.
▲
by
Mustachio
2y ago
Vanguard AC is indeed incompatible with linux, but maybe that's for the better...
6.
▲
by
Mustachio
2y ago
What's the deal with trying so hard to defend the advertising of an objectively harmful industry? I think a good parallel here is Tobacco advertising. Smoking is harmful in every way, therefore I don't see any reason why advertisi
7.
▲
by
Mustachio
2y ago
I've seen it being used before to call async operations within a class constructor. Hated it though.
8.
▲
by
Mustachio
2y ago
So, because another party is disproportionately punished for their crimes, we must punish others disproportionately as well? We should be raising the bar, not giving it a funeral.
9.
▲
by
Mustachio
2y ago
This is the same for Microsofts Solitaire. Shameless, really.
10.
▲
by
Mustachio
3y ago
https://youtrack.jetbrains.com/issue/JBR-6802 The JetBrains team has already figured it out as well.
11.
▲
by
Mustachio
3y ago
I'm honestly not sold on using comment blocks as a way of adding such annotations. IMO the use of decorators is more pleasant and flexible.
12.
▲
by
Mustachio
3y ago
But what if AWS has an outage as well?
13.
▲
by
Mustachio
3y ago
I don't think that's a good way of thinking about it. Just because programmers might have better job security doesn't mean other motivators for not wanting to get fired exist.
14.
▲
by
Mustachio
3y ago
Maybe using a user agent spoofing plugin can circumvent this? Just a guess though.
15.
▲
by
Mustachio
3y ago
As someone who played a lot of CSGO as a 15-16 year old back in 2015, it's all psychological. Why does anyone become addicted to gambling? The thrill releases enormous amounts of dopamine. Satisfy this over and over, and the threshold
16.
▲
by
Mustachio
3y ago
Imo it depends on what you're prompting. If you yourself do not fully understand what you want and/or which information you have to provide for the model to 'understand' enough context, prompts will not give good results
17.
▲
by
Mustachio
3y ago
We do natural language processing with some custom tokenisation, the data it uses at runtime is put into an sqlite db at build-time. Works fine for our usecase.