Live data from Hacker News

Viewing profile — Mustachio

Mustachio

HN member
Joined
Fri, Jul 07, 2023, 9:06 AM UTC
HN karma
14
Public activity
17 items

About Mustachio

No profile information was provided.

Recent public activity

  1. comment
    Comment #42938071

    PR submitted, comments by concerned coders with years experience in the system overruled and force merged with message "wcgw".

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

  3. comment
    Comment #42428689

    docker-minecraft is under Adulttopia. I wonder what made it make that connection

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

  5. comment
    Comment #41988890

    Vanguard AC is indeed incompatible with linux, but maybe that's for the better...

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

  7. comment
    Comment #40797553

    I've seen it being used before to call async operations within a class constructor. Hated it though.

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

  9. comment
    Comment #40647721

    This is the same for Microsofts Solitaire. Shameless, really.

  10. comment
    Comment #39734078

    https://youtrack.jetbrains.com/issue/JBR-6802 The JetBrains team has already figured it out as well.

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

  12. comment
    Comment #39287202

    But what if AWS has an outage as well?

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

  14. comment
    Comment #38618094

    Maybe using a user agent spoofing plugin can circumvent this? Just a guess though.

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

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

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