chellomere
@chellomere@lemmy.world
- Comment on Let's learn some words in the Finnish language 1 week ago:
Slut!
- Comment on If AI was all it was cracked up to be, it wouldn't be shoved in your face 24/7 1 week ago:
Interesting use case. Sometimes you can find romanizations on lyricstranslate, but this is kinda hit and miss.
- Comment on Let's learn some words in the Finnish language 1 week ago:
Hey, Swedish too!
- Comment on Banana 2 weeks ago:
I imagine they’d be chock full of pesticides tho
- Comment on exodus 2 weeks ago:
You couldn’t have waited with posting this until Wednesday?
- Comment on We'll never have anything like the DVD screensaver ever again 3 weeks ago:
If you’re on Linux, xscreensaver has a 3D version of the flying toaster screen saver!
- Comment on Birds are a class of dinosaurs, biologically speaking. That means, Dino nuggets are legitimately made from dinosaur meat. 4 weeks ago:
- Comment on When you say you don't like linux on Lemmy 4 weeks ago:
btw
- Submitted 1 month ago to mycology@mander.xyz | 2 comments
- Comment on I Found A Purple Mushroom 1 month ago:
Yeah, I heard death cap is tasty. A pity that it kills you.
- Comment on What if LGBT adopts a white and grey striped flag to replace the rainbow? Then Florida would have to abolish crosswalks entirely. 1 month ago:
Might I tempt you with this alternative proposal?
- Comment on 5 tomatoes 1 month ago:
Crazy assumption. Yes, it’s true for the English speaking world, but it’s much more nuanced outside of it. Here’s a map from Wikipedia:
en.m.wikipedia.org/wiki/Long_and_short_scales#/me…
Keep in mind that your link to wiktionary only covers languages where it is spelled exactly “milliard”.
- Comment on 5 tomatoes 1 month ago:
“the world”?
If you came over to the other side of the pond, you’d find that most of Europe is still using milliard, billiard, trilliard etc.
- Comment on Google: 'Your $1000 phone needs our permission to install apps now'". Android users are screwed - Louis Rossmann 2 months ago:
phew
- Comment on Google: 'Your $1000 phone needs our permission to install apps now'". Android users are screwed - Louis Rossmann 2 months ago:
I’d get disappointed if its distro wouldn’t be called FuriOS
- Comment on Google: 'Your $1000 phone needs our permission to install apps now'". Android users are screwed - Louis Rossmann 2 months ago:
I’m using arch mobile btw
- Comment on 🚨🚨🚨 2 months ago:
Yeah, what about having one in the front and one in the back? I was in this situation the other day and even my honest law-abiding ass got nervous.
- Comment on All while the skeletal, crumbling, dusty bones of an econ major pulls business backwards into hell. 2 months ago:
The artists can assist by drawing a line that goes more up. Problem solved!
- Comment on As a treat 2 months ago:
slommy
- Comment on A different kind of blow job 2 months ago:
Nah but it blows.
- Comment on Microsoft's Windows lead says the next version of Windows will be "more ambient, pervasive, and multi-modal" as AI redefines the desktop interface 2 months ago:
Fundamentally, the concept that your computer can actually look at your screen and is context aware is going to become an important modality for us going forward."
Ah, so now having my computer spy on me is a feature, gotcha
- Comment on Apart, low in cholesterine 2 months ago:
Depends on how much animalic trace elements you accept. Related question: is pee vegan? A
- Comment on YSK Iranian developers have created an open-source censorship bypass solution that works on desktop and mobile. 3 months ago:
I tried to figure this out. It seems it includes additional features for bypassing censorship, to be specific Gool (warp to warp) and Psiphon. From github.com/bepass-org/warp-plus :
Psiphon Chaining: Integrates with Psiphon for censorship circumvention, allowing seamless access to the internet in restrictive environments.
Warp in Warp Chaining: Chaning two instances of warp together to bypass location restrictions.
- Comment on Reitti (v1.1.0) Update: Family mode, faster processing, colors! 3 months ago:
I might initially go with the option to manually import into Reitti, just to see what it can do.
Regarding the second option, how do you attach Reitti to owntracks recorder?
- Comment on Reitti (v1.1.0) Update: Family mode, faster processing, colors! 3 months ago:
So I’m currently using Dawarich but I’m intrigued by this alternative. However, I found no way to export my data from Reitti, so I feel like it’d hold my data hostage until the feature would be added.
Alternatively, maybe there’s a way to report location to both at once? I’d rather not run two different apps to report my location to both at the same time, however. I guess it would be possible to make a small app that I run on my server that submits the location to both at the same time, but that would be some work.
- Comment on 3 months ago:
A large portion of all scams are conducted directly or indirectly via the internet, we should ban it
/s
- Comment on introducing copyparty, the FOSS file server 3 months ago:
I assume you mean automatic deduplication? I haven’t used ZFS, but BTRFS does not have that. There are a variety of ways to perform deduplication, I have duperemove scheduled to run regularly.
If ZFS is still capable of being instructed to perform deduplication when automatic deduplication is turned off, which it really should be able to do, then this should work even with it turned off.
- Comment on introducing copyparty, the FOSS file server 3 months ago:
Ah, reminds me of the old self-extracting gzip executable trick. I used that once a very long time ago to make a 4k linux intro, before I realized to be competitive I should switch to windows to be able to use Crinkler, which is superior even though the decompressor is part of the executable.
- Comment on introducing copyparty, the FOSS file server 3 months ago:
Ah, so you have compiled it into one file? Didn’t know that was possible for python, what tool do you use for this?
- Comment on introducing copyparty, the FOSS file server 3 months ago:
Hey fellow scener, cool project!
Just a few thoughts/questions:
- BTRFS and ZFS support real deduplication via copy on write, and would eliminate all current disadvantages of symlink and hardlink deduplication. It just works.
- Why have it be one huge python source file? This is a serious code smell imo, and something you really should avoid doing as this can be a major maintenance burden.