• 0 Posts
  • 471 Comments
Joined 3 years ago
cake
Cake day: July 29th, 2023

help-circle
  • mlg@lemmy.worldtoLemmy Shitpost@lemmy.worldlol
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 hours ago

    I actually used to hate it back in the day because it was so overused but then when I hit the Skype era, I succumbed to my friends and started spamming it along with lmao because it was easy to type on a keyboard with zero effort.

    Also that one evolution extinction meme of all the dead ones like rofl and roflmao.

    Rest in Spaghetti Never Forgetti lol




  • mlg@lemmy.worldtomemes@lemmy.worldWhere's the rest?
    link
    fedilink
    English
    arrow-up
    11
    ·
    1 day ago

    It was high for the era, not anymore compared to current meme breeds though lol. Relatively though it still is quite strong. I’d probably say it’s the 2nd or 3rd hottest pepper used fresh and not dried for powder.

    tbf Thais like to use bucketfulls of it which adds up compared to their western neighbors who use the slightly less potent early harvested green and in lower quantitities.

    Also for some reason, a lot of sources erroneously put it super under Habenro peppers which I can tell you first hand is not true. They can easily hit 400k on the scoville scale, but there’s too many similar varieties which are much less potent but still get labelled as Thai chillies because of the shape.


  • mlg@lemmy.worldtomemes@lemmy.worldWhere's the rest?
    link
    fedilink
    English
    arrow-up
    31
    ·
    1 day ago

    The funny thing about South Asia is that they had like 200 unique spices already but they didn’t get capsaicin spices (peppers) until the portuguese brought it from the Americas via trade, and then South Asians immediately slurped it up and bred a ton of varieties as if the 200 wasn’t enough.

    And they went max power too which is how we got Thai bird eye chillis lol.


  • In a way it has actually.

    Deepseek was big because not only did they publish the full model for everyone to use, but the MoE structure significantly brought down the hardware requirements in terms of processing power. As long as you have enough VRAM, you can run it on older hardware with no need for the latest Nvidia stuff.

    Now they got v4 which many have found to be within a 10% margin of Claude and ChatGPT.

    On top of that, China has cheapo VRAM GPUs available or soon to be released, like the MTT S80. Yeah it sucks as a Graphics card because the chip is behind, but you get 16Gb of GDDR6 for much cheaper than anything else.

    But its not a conspiracy to fight China. The infinite scaling was just Nvidia solidifying themselves as the monopoly because they want all AI infrastructure to be dependent on them, which is why they still illegally export to China, despite an export ban attempting to reduce their potential competition.

    Moore Threads (MTT) already has their own CUDA like system called MUSA, and I’m sure they’ll be happy to put in proper hardware support for new stuff like Bf16 and FP8/4. It’ll take a few years, but eventually China will catch up to the point where Nvidia gets shanked by cheaper hardware.


  • Lol please. America already gutted its entire industrial base to the point where there’s a permanent shortage of blue collar jobs, and most people are working crappy wages in a service role for whichever megacorp owns the entire market.

    AI could take over tomorrow and there wouldn’t be enough people to care, despite getting utterly screwed over.

    It might only get ugly if purchasing power collapses and causes solvency. Otherwise it’ll just continue to degrade into an infinite debt economy which is basically just generational slavery like a significant portion of exploited labor and human trafficking already is.

    Don’t worry though, there’s a million other problems that’ll probably pop the bubble first anyway lol.



  • mlg@lemmy.worldtoLinux@lemmy.mlDo you use vim?
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 days ago

    I’m at the point where I’m considering moving to vim because I’m sick of the lack of good defaults on Nano and Micro for quick edits, and I’m also tired of IDEs breaking my flow with poor defaults that pop open UI components which must be navigated differently depending on what it is, or just switching back to the mouse every couple seconds.

    Just haven’t made the jump yet because I want to sit down and go through all the hot keys in one go, including for global stuff like tmux, the DE, etc.








  • GitHub gets autoscanned by thousands of malicious actors for keys and credentials on every commit, including the comments lol.

    The fact that CISA themselves never saw an automated breach attempt only minutes after pushing to github is the more interesting story here.

    Either the contractor is so incompetent that they didn’t have any logging set up and the breach went completely unnoticed for 6 months.

    Or this really is some fat honeypot that they won’t admit is a honeypot because they’ve been using it to watch or bait APTs.

    Currently, there is no indication that any sensitive data was compromised as a result of this incident

    This is literally impossible unless it really was a honeypot. You can demo this yourself in real time. Make a throwaway cloud account on your favorite provider, commit the cloud auth token into a repo, and you will see an automated bot login within minutes.

    Commiting any secrets to a public repo should just be considered auto compromised because of how potent it is.

    That stuff ususlly gets exposed via poor CI/CD permissions where credentials are required, but straight up file commit is like publicly announcing exactly where you left your house keys lol.