• 3 Posts
  • 20 Comments
Joined 3 years ago
cake
Cake day: July 31st, 2021

help-circle


  • I live in Morocco. I keep leaving Facebook for months but I end up going back there even though I don’t like it at all. The reason is that all the people I know and all local content is available only through Facebook. There are hardly any Moroccans on the Fediverse, I’ve only seen like one other person in all my years of using Mastodon. If I wanna see what’s going on in the country, the city and anything related to the region then I am obliged to be on Facebook. I suppose this is the case with most developing and non-english speaking countries.



  • I did an experiment where I used Distrobox for many apps not available on Debian. I installed an Arch distrobox and exported the packages. I found that it works great with simple programs, but I run into a few issues when using more complex programs. Jellyfin Media Player for example tended to have a memory leak and have a core dump on the desktop whenever it is closed. It uses twice as memory as the Flatpak for some reason. I had the same issue with Stremio which is also a video streaming app. For command line things it’s mostly fine. But this too can get tricky. I tried to use Neovim (Debian’s is a bit old) in the Arch distorbox. The issue is that if you need plugins that require some dependency with a given version then you have to also install those and export them which makes things messy. For example you may have a version of Nodejs on your Debian install but you’ll need to install Nodejs on the distorbox too and export it. It’s the same with many packages like that. You’ll run into some issues and waste time trying to figure out where is it coming from. Is it your machine or the distorbox? I ended up just building from source. Overall it’s a great project and might work for some software that you need. But it’s not something you can always rely on for everything. The app devs are not testing for that specific use case. It’s so great for testing and installing stuff and then destroying when you don’t need it anymore.




  • I think it’s because if dumb people commenting about every little change of appearance. Sadly we live in one of those places where people comment on these things all the time. They told her she is to thin before now they tell her she gained weight. There’s no way to win with them, and sadly usually they are close family members that you can’t just avoid.


  • I think it’s due to comments from people. She was underweight before because she hardly ate anything. She’s now much better than before but people keep mentioning how she changed. It’s really dumb when people keep commenting about your appearance, but I gets to her sometimes. The same people were telling her she needs to gain weight before. ( we are in a developing country where these comments are sadly so normalized)













  • When installing Debian, if you choose to enable a root account then sudo is not installed by default and your user isn’t added to the sudo group. Next time try to opt for not enabling the root account to have a similar experience to other distros. Debian does this doe security reasons but it’s annoying for users used to a certain way of doing things. Many distros just disable root account by default so you don’t see that issue.