Then use the archived link that has been helpfully provided.
MHLoppy
Currently studying CS and some other stuff. Best known for previously being top 50 (OCE) in LoL, expert RoN modder, and creator of RoN:EE’s community patch (CBP). He/him.
(header photo by Brian Maffitt)
- 102 Posts
- 119 Comments
MHLoppy@fedia.ioOPto
Not The Onion@lemmy.world•In defense of the White House ballroom
514·6 months agoI think (and hope) people are downvoting you just because of the content of the article and not really paying attention to where it was posted.
Yes, it was my mistake to once again think that people might use the platform sensibly. On the other hand, maybe submitting should continue until platform usage improves.
MHLoppy@fedia.ioto
Not The Onion@lemmy.world•Dinosaurs were thriving until asteroid struck, research suggests
21·6 months agoTo me this sounds exactly like one of the non-politics Onion/satire posts that wouldn’t get upvoted much here if it were submitted.
MHLoppy@fedia.ioto
Technology@lemmy.world•AOMedia Will Be Talking More About The AV2 Video Codec Later This Month
4·6 months ago“for life” covers that eventuality :P
MHLoppy@fedia.ioto
Technology@lemmy.world•AOMedia Will Be Talking More About The AV2 Video Codec Later This Month
6·6 months agoWhat about AV2 + Opus though!?
MHLoppy@fedia.ioOPto
Not The Onion@lemmy.world•Struggling to heat your home? Try 500 Raspberry Pi units
7·6 months agoIf you don’t have enough GPU power to meet your heating needs, there’s a capital cost to get more (and depending on your existing setup, likely even more capital costs for other components to be able to run it in a separate system).
MHLoppy@fedia.ioto
Technology@lemmy.world•Give me a single reason why Sora2 should exist.
101·6 months agoIt’s a bit excessive for my taste as well. Traditionally if you felt the need to cut this much just to make the sentence come out the way you want, you’d just do another take instead of making this many cuts in post. Over-cutting of spacing also makes the pacing a bit too “word-vomit” rather than “polished” imo.
I imagine this is more normalized in stereotypically “zoomer” presentation of video content, but it might also just be this guy (or their editor’s) style.
MHLoppy@fedia.ioOPto
Not The Onion@lemmy.world•Struggling to heat your home? Try 500 Raspberry Pi units
9·6 months agoI think the implied point of comparison is (edit: e.g.,) heat pumps, which are effectively more than 100% efficient (as mentioned elsewhere in the thread), making ~100% efficiency relatively inefficient by comparison.
MHLoppy@fedia.ioOPto
Not The Onion@lemmy.world•Ted Cruz verbatim says, “let’s stop attacking pedophiles”
3·7 months agoTribalism is a hell of a drug
Don’t worry, you can instead visit this reputable URL: https://cheap-bitcoin.online/scanner-hijacker/malicious-payload/trojan_extractor_tool.msi?firewall=tamper&id=11aa4591&origin=spoof&payload=(function(){+return+undefined%3B+})()%3B&sessiontoken=spoof&useragent=inject
( https://phishyurl.com/ via https://chaos.social/@FlohEinstein/115212955110814540 )
MHLoppy@fedia.ioto
Fuck AI@lemmy.world•Nvidia dropped their AI branding from their logo. Is it finally over?
20·7 months agoLook, I don’t know what you’ve been smoking but you should probably compliment your dealer
MHLoppy@fedia.ioto
Not The Onion@lemmy.world•Grave Diggers Compete in the 8th International Grave Digging Championship
2·7 months agoSorely missing a com/mag/sub/your-preferred-jargon-word for theocho right now
MHLoppy@fedia.ioto
Technology@lemmy.world•Interesting Intel tech for rendering graphics
10·7 months agoI actually think this video is doing a pretty bad job of summarizing the practical-comparison part of the paper.
If you go here you can get a GitHub link which in turn has a OneDrive link with a dataset of images and textures which they used. (This doesn’t include some of the images shown in the paper - not sure why and don’t really want to dig into it because spending an hour writing one comment as-is is already a suspicious use of my time.)
Using the example with an explicit file size mentioned in the video which I’ll re-encode with Paint.NET trying to match the ~160KB file size:
- Original PNG (5,725,123 bytes) https://files.catbox.moe/l2wsxr.png
- Optimized PNG (5,579,693 bytes) https://files.catbox.moe/2dh00n.png
- Lossless WebP (4,504,946 bytes) https://files.catbox.moe/hiephv.webp
- Lossy WebP; default preset, quality 13 (162,820 bytes) https://files.catbox.moe/jnv4tp.webp
- JPEG XL; quality 12, effort 7 (164,859 bytes) https://files.catbox.moe/fylcqa.jxl (your browser probably can’t view this image)
- AVIF; lossless alpha compression [shouldn’t matter], quality 44, very slow preset, 4:2:0 chroma subsampling, preserve existing tile size, do not use premultiplied alpha (164,855 bytes) https://files.catbox.moe/u7q7dn.avif
Hadriscus has the right idea suggesting that JPEG is the wrong comparison, but this type of low-detail image at low bit rates is actually where AVIF rather than JPEG XL shines. The latter (for this specific image) looks a lot worse at the above settings, and WebP is generally just worse than AVIF or JPEG XL for compression efficiency since it’s much older. This type of image is also where I would guess this type of compression / reconstruction technique also does comparatively well.
But honestly, the technique as described by the paper doesn’t seem to be trying to directly compete against JPEG which is another reason I don’t like that the video put a spotlight on that comparison; quoting the paper:
We also include JPEG [Wallace 1991] as a conventional baseline for completeness. Since our objective is to represent high-resolution images at ultra-low bitrates, the allow-able memory budget exceeds the range explored by most baselines.
Most image compression formats (with AVIF being a possible exception) aren’t tailored for “ultra-low bitrates”. Nevertheless, here’s another comparison with the flamingo photo in the dataset where I’ll try to match the 0.061 bpp low-side bit rate target (if I’ve got my math right that’s 255,860.544 bits):
- Original PNG (2,811,804 bytes) https://files.catbox.moe/w72nsv.png
- AVIF; as above but quality 30 (31,238 bytes) https://files.catbox.moe/w2k2eo.avif
- JPEG XL could not go below ~36KB even at quality 0 when using my available encoder, so I considered it to fail this test
- JPEG (including when using MozJPEG, which is generally more efficient than “normal” JPEG) and WebP could only hit the target file size by looking garbage, so I considered them to fail this test out of hand
(Ideally I would now compare this image at some of the other, higher bpp targets but I am le tired.)
It looks like interesting research for low bit rate / low bpp compression techniques and is probably also more exciting for anyone in the “AI compression” scene, but I’m not convinced about “Intel Just Changed Computer Graphics Forever!” as the video title.
As an aside, every image in the supplied dataset looks weird to me (even the ones marked as photos), as though it were AI-generated or AI-enhanced or something - not sure if the authors are trying to pull a fast one or if misuse of generative AI has eroded my ability to discern reality 🤔
edit: to save you from JPEG XL hell, here’s the JPEG XL image which you probably can’t view, but losslessly re-encoded to a PNG: https://files.catbox.moe/8ar1px.png
Really wish they published the whole dataset. They don’t specify on the page or in the paper what the full set was like, and the GitHub repo only has one of the easy-to-read ones. If >=10% of the set is comprised of clock faces designed not to be readable then fair enough.
The human level accuracy is less than 90%!?
It doesn’t count when you have to change the headline
The Rules
Posts must be:
- Links to news stories from…
- …credible sources, with…
- …their original headlines, that…
- …would make people who see the headline think, “That has got to be a story from The Onion, America’s Finest News Source.”
MHLoppy@fedia.ioto
Technology@lemmy.world•WhatsApp's new AI feature lets you rephrase and adjust the tone of your messages | TechCrunch
5·8 months agoAnecdotally, quite a lot of users vote “selfishly” and don’t care that downvoting reduces visibility.
allandlocalfeeds also fall victim to people voting as if these are their own personal curated feeds.And I hate it 🫠
“We’re going to collect as much data about you as we can to sell to advertisers”
That’s a rather pessimistic interpretation of a privacy policy that starts with this:
The spirit of the policy remains the same: we aren’t here to exploit you or your info. We just want to bring you great new videos and creators to enjoy, and the systems we build to do that will sometimes require stuff like cookies.
and which in section 10 (Notice for Nevada Residents) says:
We do not “sell” personal information to third parties for monetary consideration [as defined in Nevada law] […] Nevada law defines “sale” to mean the exchange of certain types of personal information for monetary consideration to another person. We do not currently sell personal information as defined in the Nevada law.
So yes, I suppose they may be selling personal information by some other definition (I don’t know the Nevada law in question). But it feels extremely aggressive to label it a “shithole” that “collect[s] as much data about you as we can to sell to advertisers” based on the text of the privacy policy as provided.
MHLoppy@fedia.ioto
Technology@lemmy.world•Our Channel Could Be Deleted - Gamers Nexus
102·8 months agoI guess perspective here depends on your anchoring point. I’m anchoring mostly on the existing platform (YouTube), and Nebula’s policy here looks better (subjectively much better) than what runs as normal in big tech. If your anchor is your local PeerTube instance with a privacy policy that wasn’t written by lawyers, I can see how you’d not be a fan.
However beyond being in legalese I’m not sure what part of it you find so bad as to describe it as a shithole. Even compared to e.g., lemmy.world’s privacy policy Nebula’s looks “good enough” to me. They collect slightly more device information than I wish they did and are more open to having/using advertising partners than I had expected (from what I know of the service as someone who has never actually used it) but that’s like… pretty tame compared what most of the big platforms have.













Downvoting submissions that are appropriate, on-topic, and rules-following to the communities they’re in is not using the platform sensibly.
Votes determine people’s feeds, and people without the emotional self control to not manipulate other people’s feeds for their own emotional regulation make the feeds of everyone else worse and I’m so fucking tired of seeing it. This lack of respect for how voting interacts with what other people see just creates an echo-chamber because the visibility of anything appropriate-but-disliked gets suppressed. Childish tribalist stupidity to sabotage not just one platform, but EVERYTHING connected to it because we’re using interoperable federated platforms. To the best of my knowledge, having looked at how both lemmy and mbin process votes, none of the software involved here has sophisticated enough vote processing to enable people to use it in this way.