Wikipedia (!?): https://en.wikipedia.org/wiki/Megumin?wprov=sfla1
- 0 Posts
- 38 Comments
Megumin from a comedy Anime called “Konosuba”
They removed JPEG XL support from chrome. It was behind a feature flag previously.
(At least that’s what I gathered from reading the screenshot.)
al4s@feddit.deto
Programmer Humor@programming.dev•Basically the extent of my IPv6 knowledge
394·2 years agoSkill issue
al4s@feddit.deto
Selfhosted@lemmy.world•Is it possible to run a LLM on a mini-pc like the GMKtec K8 and K9?English
3·2 years agoLLMs work by always predicting the next most likely token and LLM detection works by checking how often the next most likely token was chosen. You can tell the LLM to choose less likely tokens more often (turn up the heat parameter) but you will only get gibberish out if you do. So no, there is not.
Still good to add it as a comment for the unaware. Not everyone one on lemmy is into tech.
al4s@feddit.deto
PC Gaming@lemmy.ca•Qualcomm says it's tested 1,200 x86 Windows games on its new X Elite Arm chip but won't say how well they actually run
1·2 years agoNot necessarily: If they came out right now and said that games run great, it might build expectations that they can’t meet.
al4s@feddit.deto
Music@lemmy.world•Any websites to help me find the genre of a song?English
2·2 years agoIf it’s a well-known artist, looking them up on Wikipedia is a good way to get an idea what genre they make. A website that does this for all songs individually would probably be AI-powered and wrong most of the time.
al4s@feddit.deto
Unpopular Opinion@lemmy.world•Microsoft's screenshot everything feature isn't so badEnglish
61·2 years agoAn unpopular opinion can have more or less thought put into it and be genuinely interesting and get up- or downvoted accordingly. Just like a photograph in a photography sub can have more or less thought put into it and an interesting or boring subject and get up- or downvoted accordingly.
Genuine photograph and the people downvote it… In a community named “photography”.
Sounds like utter nonsense doesn’t it
al4s@feddit.deto
Technology@lemmy.world•Linux Inventor Says He Doesn’t Believe in CryptoEnglish
53·2 years agoYes, because infrastructure, subsidies, education and social spending still need to happen and not paying your taxes will erode those things long before they stop a genocide. If you don’t care about getting in trouble with your government, there are more effective things that can be done.
al4s@feddit.deto
Global News@lemmy.zip•Ukraine war: Russia's lethal glide bombs hitting Ukraine's cities
1·2 years agoReal men use non-lethal glide bombs.
al4s@feddit.deto
PC Gaming@lemmy.ca•Which GPU or GPU brand would you buy for gaming these days?
41·2 years agoSupposedly Nvidia has become a lot better on Linux lately. They finally dropped their weird framebuffer API or whatever (the one that was the reason for horrible Wayland compatibility and also caused a heated Linus Torvalds moment), and I think they even made their linux drivers open source.
al4s@feddit.deto
Ask Lemmy@lemmy.world•Which do you think will be the next country to legalize recreational cannabis?
111·2 years agoIt better be Greenland or I’ll be disappointed
al4s@feddit.deto
Explain Like I'm Five@lemmy.world•ELI5: What kind of security mechanisms do software companies use to ensure that the source code of their products will be practically impossible to discover?English
6·2 years agoFor most of the code, I don’t think anything special is used.
Compiling the code already obfuscates it enough. Most function, type and variable names are removed, the compiler does some optimizations and what you end up with is already pretty indecipherable code soup.
There are obfuscators that make the resulting binaries even harder to read/decompile, but further obfuscation also makes your code run slower.
If you have vitamin deficiencies, fortified food can also cause you to run at 120%. In some countries (e.g. US) Noodles and flour are fortified with B-vitamins. Maybe that’s what you’re experiencing? It happened to me a few times.
al4s@feddit.deto
Programming@programming.dev•[SOLVED] [C] Blackjack game - array has 0s in first 24 elements immediately after initialising with values from 1 to 13
4·2 years agoplayer_hand and dealer_hand are only [DECK_SIZE/2] in length, but in initialize_decks you write zeros into them unti [DECK_SIZE -1]. Since the arrays are located next to each other in memory you end up overwriting the deck array.
Yes they are.
Here’s a TED talk on YouTube from “Hide the pain Herold” a guy who was in a stock photo that became a meme: https://youtu.be/FScfGU7rQaM?si=MFVrgwlJQ8DSOfVB




Alternative title for the articles thumbnail: Philip Morris releases worlds largest cigarette filter in an effort to convince regulators that smoking is not a health risk.