ekZepp

joined 2 years ago
MODERATOR OF
 

According to The Telegraph, cousins Roger Lewis and Jeff Lewis are set to begin filming the horror feature this June via their newly launched production banner Woodlake Entertainment.

https://bloody-disgusting.com/movie/3951766/malcolm-mcdowell-to-star-in-h-p-lovecrafts-herbert-west-reanimator-from-haunting-in-connecticut-writers/

[–] ekZepp@lemmy.world 2 points 1 hour ago

He's actually testing the tenderness, but yeah.

 

A developer going by "EVVIE" managed to combine the worlds of Linux and Minecraft, to enable you to pull up all sorts of Linux desktop windows directly inside Minecraft. Sure does look cool, a bit like running a desktop inside a VR headset like the draft code for the full VR mode for KDE Plasma written about here before on GamingOnLinux.

https://www.youtube.com/watch?v=cTkEM7b0IQw

277
Post-truth society. (lemmy.world)
submitted 5 hours ago* (last edited 5 hours ago) by ekZepp@lemmy.world to c/comicstrips@lemmy.world
 

Cartoon for Dutch newspaper Trouw. Art by Tjeerd Royaards

source mastodon - https://newsie.social/@royaards/116594142035336090

[–] ekZepp@lemmy.world 2 points 1 day ago

The battery last a lot too.

[–] ekZepp@lemmy.world 7 points 1 day ago (3 children)

8BitDo work well with my Steam Deck

[–] ekZepp@lemmy.world 2 points 1 day ago

And it still run Steam 😀

 

cross-posted from: https://lemmy.world/post/46945791

I found this fun video which show the potential of Steam Fex running on a basic ARM hardware.

Model used: https://www.arduino.cc/product-uno-q

 

I found this fun video which show the potential of Steam Fex running on a basic ARM hardware.

Model used: https://www.arduino.cc/product-uno-q

[–] ekZepp@lemmy.world 8 points 2 days ago

I think the name was Big Mush-Dong

57
submitted 3 days ago* (last edited 3 days ago) by ekZepp@lemmy.world to c/videos@lemmy.world
[–] ekZepp@lemmy.world 2 points 3 days ago

‘The Terror’ by Dan Simmons

Thank you, i'll check that too👍

[–] ekZepp@lemmy.world 3 points 4 days ago (2 children)

Can you give me a title? I've checked and there's no mention to any book titled The Rig written by Dan Simmons. The wiki page of the series also said created by David Macpherson, with no mention to any of the Simmons works.

[–] ekZepp@lemmy.world 2 points 4 days ago

One more for my checklist 📜

[–] ekZepp@lemmy.world 1 points 6 days ago

Donkey dong 🐴

[–] ekZepp@lemmy.world 20 points 1 week ago (1 children)

Fuck economy.

 
 

It became the only reliable source of information I had. People posted links with a minimal amount of commentary, picking and choosing the best content from other social media networks. They’re not doing it to “build a brand” because that’s not a thing in the Fediverse. It’s too disjointed to be a place to build a newsletter subscription base.

 

https://github.com/0xdeadbeefnetwork/Copy_Fail2-Electric_Boogaloo

https://afflicted.sh/blog/posts/copy-fail-2.html

the bug

MSG_SPLICE_PAGES attaches pages from a pipe directly to an skb — no copy, the skb's frags reference the pipe buffer's pages. for TCP the path sets SKBFL_SHARED_FRAG on those skbs, which downstream consumers check before mutating frag bytes. for the IPv4/IPv6 datagram append paths, the flag was never set. so a UDP skb built with MSG_SPLICE_PAGES looked, to a downstream consumer, like an ordinary uncloned nonlinear skb whose frags it could mutate freely.

the consumer in question is esp_input():

// net/ipv4/esp4.c (pre-fix) } else if (!skb_has_frag_list(skb)) { nfrags = skb_shinfo(skb)->nr_frags; nfrags++;

goto skip_cow;

}

skip_cow jumps past the skb_cow_data() call. the remaining code path runs the AEAD decrypt in place over the existing scatterlist — which, since the frags are pipe pages we still hold open in userspace, are page-cache pages of whatever file we spliced from.

the kernel writes the decrypt output into those pages. they are still mapped into our pipe. they are also still the page cache for the file. so the kernel just wrote attacker-influenced bytes into the page cache of any readable file we can splice().

the Fixes: chain spans 2017 (esp no-COW fast path for both v4 and v6) and 2023 (UDP/UDP6 MSG_SPLICE_PAGES support). every mainline kernel that has all four sits in scope

 

Check out the Gameplay Reveal Trailer for The Sinking City 2, a third-person action Lovecraftian horror shooter developed by Frogwares. Players will head straight for the flooded city of Arkham during the roaring '20s. Explore the drenched city alleys, face eldritch monsters, and descend into the madness of the city. The Sinking City 2 is launching in Summer 2026 for PlayStation 5 (PS5), Xbox Series X|S, and PC (Steam).

139
submitted 1 week ago* (last edited 1 week ago) by ekZepp@lemmy.world to c/lemmyshitpost@lemmy.world
view more: next ›