elvith
@elvith@feddit.org
- Comment on do it cowards 19 hours ago:
For effective shitposting, right?
- Comment on English moment 3 days ago:
- Comment on English moment 3 days ago:
Our Strange Lingo
When the English tongue we speak.
Why is break not rhymed with freak?
Will you tell me why it’s true
We say sew but likewise few?
And the maker of the verse,
Cannot rhyme his horse with worse?
Beard is not the same as heard
Cord is different from word.
Cow is cow but low is low
Shoe is never rhymed with foe.
Think of hose, dose,and lose
And think of goose and yet with choose
Think of comb, tomb and bomb,
Doll and roll or home and some.
Since pay is rhymed with say
Why not paid with said I pray?
Think of blood, food and good.
Mould is not pronounced like could.
Wherefore done, but gone and lone -
Is there any reason known?
To sum up all, it seems to me
Sound and letters don’t agree.- Lord Cromer
- Comment on I don't mean to brag, but I made a killer joke on my company Teams group 😎 5 days ago:
My boss makes a dollar
and I just a dime
that’s why I post jokes
on company time - Comment on I don't mean to brag, but I made a killer joke on my company Teams group 😎 6 days ago:
😆
- Comment on Clair Obscur: Expedition 33 still has secrets fans haven't found, says director 1 week ago:
Possible. On the other hand, modern games a crammed full of analytics. Wouldn’t be hard to send signals for every secret and then check if any game has reported those in question as found yet.
- Comment on [deleted] 1 week ago:
This is a nice demonstration - and it probably isn’t even much work to run this segment in the show. Those people do not think about covering their tracks, as they do not have “anything to hide”. Also you only need to find a few easy targets in the whole audience group.
As for shooters and such - some have a message to broadcast with their actions and make it easy to link those posts to them. Others may not grasp the amount of tracking and surveillance and may be just bad at covering their tracks. Also they probably didn’t factor in OpSec that much. Granted, they might cover up in the days or weeks before, but there may still be some (years) old posts that they didn’t think about that makes them easy to identify.
- Comment on it's time 2 weeks ago:
I lose hair, have no feathers, but will accumulate fat. So at least that’s going for me…
- Comment on Which timezone would win in a conflict? 2 weeks ago:
GMT+3 would like a word
- Comment on The Problem of Writing Poems in the Shape of Deciduous Trees 2 weeks ago:
Found the LLM bot /s
- Comment on Hardest piano piece ever. 3 weeks ago:
- Comment on The Video-Game Industry Has a Problem: There Are Too Many Games 3 weeks ago:
Yeah. When they announced the new Silent Hill I was somewhat interested - although I felt the peak was back then with SH2. But having read about the remaster of SH2 and some reviews that said, it’d return to the roots? Nice!
Then I saw a streamer play it early, watched a bit and it looked promising. So I went to wishlist it. Then the release day comes and steam lists it for 70 bucks (available in two days) or 90 bucks now. Well, no. Let’s see how long the price will be that high, but WTF? I don’t wanna know what’s the price on console for it - usually it’s 10-20 bucks more?!?
- Comment on Cookie management dark patterns 3 weeks ago:
It means, that when pressed, I reject all my concerns what will happen to my data…
- Comment on How many hands long do they get? 4 weeks ago:
Maybe they’re as tall as bicycles are long?
- Comment on Hosting a WebSite on a Disposable Vape 5 weeks ago:
For those who are interested, I also just watched that yesterday
- Comment on THE SIMULATION 5 weeks ago:
And how many runs were bug free?
…one
- Comment on My friend got this when she tried to view a Reddit post about a dental issue that got marked as NSFW 5 weeks ago:
When I was working at a local supermarket, we had the instructions to explicitly ask anyone for ID that we deemed 40 or younger, when they tried to buy tobacco or alcohol. For that exact reason.
- Comment on discord 1 month ago:
Wait, does butplug.io have a discord server?
- Comment on Time to bash Americans again 1 month ago:
- Comment on New Valve trademark for 'Steam Frame', looks like we're getting new hardware 1 month ago:
Half Life Alex: Episode One
:p
- Comment on nooo my genderinos 1 month ago:
Do you have any idea how fast you were going?
No officer, but I can tell you exactly where I am!
- Comment on President Trump shows President Zelenskyy and President Macron his 4 More Years hats 2 months ago:
*Pay two get one deal
- Comment on sponsored by raycon 2 months ago:
Also modern Bluetooth devices send their battery level to the connected device. Why don’t most phones also regularly send a toast or show a notification that you headphones are running out of battery?
- Comment on Begun the kernel wars have 2 months ago:
Well, see, there’s your problem. You handcrafted this code carefully, but didn’t think about today’s coding standards. That’s outdated code you use. Why use a simple print with variable substitutions, if you can instead just vibe print it by sending a rough description what your program tries to output to an LLM to account for such possible errors! /s
- Comment on Begun the kernel wars have 2 months ago:
Micro transactions on intentionally caused blue screens when?
- Comment on California is debating whether or not to remove the bike lane on the Richmond-San Rafael Bridge. During the public hearing, a politician was driving his car 2 months ago:
A passenger is somewhat aware of the surroundings and might shut up to let the driver concentrate on traffic every now and then. A video call - especially with a group - probably can’t and won’t
- Comment on Begun the kernel wars have 2 months ago:
Soooo, you’re telling me, that if I want to use a NVIDIA graphics card in Linux, I am not allowed to load its official driver’s kernel modules unless I either deactivate secure boot or generate my own signing key and load it into the UEFI, as otherwise this would make the kernel untrusted. But on windows every $random_game_publisher is allowed to run at kernel level without it being considered untrusted?
- Comment on Universal Adds 'No AI Training' Warning to Movies 2 months ago:
You wouldn’t steal a car
You wouldnt screenshot a NFT
You wouldn’t train AI on to rented content - Comment on Every support thread on Reddit is literally this now 2 months ago:
That’s why I didn’t close my account and still do a new turn of mass edits every 2-3 months. I have nothing deleted, just constantly overwritten. I get regularly banned from some subreddits after each wave, probably because some comments may trigger some sort of spam detection and edits alert the mods then.
- Comment on Anon tries running live USB Linux on his dad's computer 2 months ago:
Set bios to disable secure boot (warning check if you have bitlocker active before you do that) and install Linux w/o secure boot.
Otherwise, with secureboot: akmod will generate a new key for you and prepare it to be loaded into you UEFI. That key is password protected, which was the password you were asked for. Depending on your distro it might even get loaded automatically on reboot (just follow the menu and enter the password when asked) or you might need to initiate the load with mokutil and a reboot.
Afterwards, akmods will make sure your graphics driver is signed with the corresponding key that is now known and trusted by the UEFI and you can boot with secure boot enabled while still using self compiled kernel modules.
Problem is that kernel modules are seen as part of the kernel and everything must be signed with a key your UEFI trusts when using secure boot. And initially it’s Microsoft’s key, which you will not have access to when using custom kernels/kernel modules/… so you just create your own.