Viewing profile — Mustachio
Mustachio
HN member- Joined
- Fri, Jul 07, 2023, 9:06 AM UTC
- HN karma
- 14
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About Mustachio
No profile information was provided.
Recent public activity
-
comment
Comment #42938071
PR submitted, comments by concerned coders with years experience in the system overruled and force merged with message "wcgw".
-
comment
Comment #42749939
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…
-
comment
Comment #42428689
docker-minecraft is under Adulttopia. I wonder what made it make that connection
-
comment
Comment #42407739
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 sam…
-
comment
Comment #41988890
Vanguard AC is indeed incompatible with linux, but maybe that's for the better...
-
comment
Comment #41667944
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 w…
-
comment
Comment #40797553
I've seen it being used before to call async operations within a class constructor. Hated it though.
-
comment
Comment #40678541
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.
-
comment
Comment #40647721
This is the same for Microsofts Solitaire. Shameless, really.
-
comment
Comment #39734078
https://youtrack.jetbrains.com/issue/JBR-6802 The JetBrains team has already figured it out as well.
-
comment
Comment #39636075
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.
-
comment
Comment #39287202
But what if AWS has an outage as well?
-
comment
Comment #38644163
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.
-
comment
Comment #38618094
Maybe using a user agent spoofing plugin can circumvent this? Just a guess though.
-
comment
Comment #37613743
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 d…
-
comment
Comment #36700461
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 con…
-
comment
Comment #36700171
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.