jeena
@jeena@piefed.jeena.net
- Comment on As Microsoft Forces Users to Ditch Windows 10, It Announces That It’s Also Turning Windows 11 into an AI-Controlled Monstrosity 1 week ago:
I’m lucky enough that Linux is one of the half official OS which are allowed and half supported at work.
I’m even more lucky that IT isn’t tech savy enough to be able to do to the Linux installations what they do to Windows and Mac where they preinstalled some rootkits and don’t give you admin rights.
Therefore I’m a Linux enjoyer without involvement of IT. I need to fix all my problems myself and do security and backups myself, but that’s a price I’m more than willing to pay.
- Comment on UK | Sex offenders to be denied parental responsibility for children born of rape 1 week ago:
I’m so used to bad news nowadays that I was confused and was trying to find the catch in the article. But it seems there is none, just a good reasonable decision from what I understand?
Perhaps this should be reposted to uplifting News?
- Comment on 3 weeks ago:
It’s like saying:
I don’t care about morality, I only care about legality.
- Comment on PSA: Stop using Imgur for now 3 weeks ago:
To me it does matter because I can’t upload pictures to comments.
- Comment on 3 weeks ago:
- Comment on PSA: Stop using Imgur for now 3 weeks ago:
You are on Lemmy, I’m on PieFed
- Submitted 3 weeks ago to selfhosted@lemmy.world | 46 comments
- Comment on If you lose your memories, are "you" dead? If a close relative/friend lose their memories, are they still "your relative/friend"? What the hell even is memory? How sentimental are you about memories? 3 weeks ago:
Everybody loses their memories all the time.
You are not your memories, it’s not your memories which define you.
- Comment on Beans 3 weeks ago:
☠️
- Comment on Beans 3 weeks ago:
Why is your wife’s best friend in bed with you and her?
- Comment on Beans 3 weeks ago:
That’s a thing the Koreans do, putting beans on everything and in everything:
- Comment on The Earth is reflecting less and less sunlight, study reveals 3 weeks ago:
This is how it started on Venus too!
- Comment on PSA: Stop using Imgur for now 3 weeks ago:
That is interesting, I just checked and your image is indeed hosted by PieFed itself and not by any external service like I assumed that the 3rd party apps would implement as a workaround.
- Comment on PSA: Stop using Imgur for now 3 weeks ago:
I can see it, But in PieFed I can’t upload one.
- Comment on PSA: Stop using Imgur for now 3 weeks ago:
I do, that’s the only one I can remember which I can embed easily here.
What are the alternatives? I wish I could just upload images for comments in PieFed.
- Comment on Best Synology Replacement? 3 weeks ago:
I’m also looking for something like that, I’m afraid of their closed source software. As a workaround right now I’m trying to move everything to some open source stuff which I can run in docker on that hardware.
- Comment on 2025 Self-Host User Survey: Open for Submissions 3 weeks ago:
Done.
- Comment on Why can't we have a static vintage web? 3 weeks ago:
Static page generator is already half way to a blog with a database.
- Comment on Why can't we have a static vintage web? 3 weeks ago:
It wasn’t better. Static pages are just boring, you read it one time and then that’s it. Not enough people can write plain HTML so it would matter.
The internet today with Lemmy, Mastodon, etc. is way closer to what Tim Berners-Lee imagined that everyone would be a publisher, not only consumer.
- Comment on Why are podcasters/vloggers suddenly holding tiny mics? 4 weeks ago:
From what I gather it is to look more authentic and in the moment, unprepared.
- Submitted 4 weeks ago to [deleted] | 37 comments
- Comment on Watching movies in theatres is worse than watching in home 4 weeks ago:
In the last two days every time I read some weird take which logically just doesn’t make sense, on something it’s the same person posting it.
I don’t think this user will get better at posting, probably the easiest way is to block him so they stop waisting my time.
- Comment on Jimmy Kimmel is The Most Boring, Cringe and Unfunny Comedian Ever; People Should Boycott Disney for Getting His Show Back. 4 weeks ago:
Even if you’re right, release the Epstein files!
- Comment on Managing memes 4 weeks ago:
Thanks for the downvotes.
Here is the app which chatgtp created: https://gist.github.com/jeena/9df0f9b59cec1225bed21223353c9137
And here is a video me using it: https://tube.jeena.net/w/b1nYhmdarbNMWcN18aUm4P
- Comment on Managing memes 4 weeks ago:
It depends a bit on your operating system and your willingness to tinker a bit.
I myself would ask ChatGPT to create a application for that. - Comment on Oktoberfest! 5 weeks ago:
But doesn’t it get bad after a year?
- Comment on Why do some gamers invert their controls? Scientists now have answers, but they’re not what you think 5 weeks ago:
When I bought my first PC in 2002 I also bought a stylus for it and installed Linux on it. And on Linux GIMP was working with two input devices at the same time, so I put the mouse on the left to switch between tools and the stylus on the right to draw with. After a month or two the stylus broke down and I threw it away, but I didn’t switch the mouse back, instead I still use it with my left hand which is very frustrating for everyone who wants to use my computer.
But because games use wasd, I had to move the mouse to my right hand, so every time I want to play something I have to move the mouse and the mouse pad to the right and then afterwards back to the left. Sometimes I forget to move it back but after some minutes it feels so weird that I realize it and move it back.
Oh one more thing, when I was very little I used to use my left hand to eat, when my grandma saw it she forced my parents to bind my left hand to the chair so I would eat with the right hand, so they did and this is how I became right handed.
- Comment on PSA: In case you were experiencing problems with feddit.org, this is because a post from feddit reached the front page of Hacker News. 1 month ago:
I had the problem that peertube redundancy only works on public videos and most of my videos are private. And in my specific case I hosted them in Germany where my server is and because of routing and peering they would always buffer a lot in South Korea where I am so I had to solve it in a creative way, the S3 bucket is one part of my solution, putting it in the right country was another, which I explain in detail here: https://tube.jeena.net/w/uXZN52xsH75LbHWNt8dsLY
- Comment on PSA: In case you were experiencing problems with feddit.org, this is because a post from feddit reached the front page of Hacker News. 1 month ago:
I also put the video itself into a S3 bucket, so PeerTube basically only has to show the meta data and the comments from my server, so kind of like what Mastodon or Lemmy/PieFed has to do. I just had a look at the [PeerTube nginx config((https://github.com/Chocobozzz/PeerTube/blob/develop/support/nginx/peertube) but couldn't see anything there which would do caching, so I assume the app does it's own caching somewhere.
For my website, which is a rails application, I did
proxy_cache_path /var/lib/nginx/cache/jeena.net keys_zone=jeenanet:30m;and then
location @rails { # ... proxy_cache jeenanet; } - Comment on PSA: In case you were experiencing problems with feddit.org, this is because a post from feddit reached the front page of Hacker News. 1 month ago:
I wonder if the caching is not aggressive enough or something.
I had a PeerTube video from my instance on the HN FrontPage last week and the load was minimally higher compared to before or after.
I had several of my blogposts on HN FrontPage in the past. The first time it happened it brought my poor VPS to the Knies, but I learned from it and cached pages with nginx for some minutes and since then never had any problems. Just invalidate the cache when there are changes.