@cuddle@bsd.cafe
@cuddle@bsd.cafe avatar

cuddle

@cuddle@bsd.cafe

Dear spring, just close your eyes.

This profile is from a federated server and may be incomplete. Browse more on the original instance.

jhx, to random
@jhx@fosstodon.org avatar

Using packages now for some time... and I have to say that there have been no issues at all 🙂
Currently running Signal and Element without any problems - updating is smooth sailing as well.
I should expect that though in the end.
In general: If something is external and I need it, I will be going the and route.

cuddle,
@cuddle@bsd.cafe avatar

@jhx flatpak vs ⚠️ my disk space

I generally just download binaries and place them to /opt whenever possible... AppImages needs to decompress the executable binary before they can run, so there's a little performance hit on the startup, everything else is however normal as soon as it starts up.

an example: telegram.. they distribute binaries, so just create a shortcut and place them over to opt, and you're done :)

cuddle,
@cuddle@bsd.cafe avatar

@jhx that's some good amount of space you got there lol

do you use nvme or ssd (for the root partion or simply the partion where you install apps (e.g. flatpak, snap))?

cuddle,
@cuddle@bsd.cafe avatar

@jhx Nice compact setup, same for me as well, except I have a swap partition :)

stefano, to android
@stefano@bsd.cafe avatar

I'm reusing my Pixel 7 with Graphene OS using a secondary SIM.
It's truly excellent work; it works wonderfully, and the phone is noticeably more responsive compared to Google's Android.
I suggest everyone with a compatible Pixel device to give it a try; I don't think you'll go back.

@GrapheneOS

#GrapheneOS #Android #Pixel #Google #Linux #GooglePixel

cuddle,
@cuddle@bsd.cafe avatar

@Mesoklima @stefano @GrapheneOS Can you tell me a bit more about this "lagging" notification?

drewdevault, to random
@drewdevault@fosstodon.org avatar

If one does not understand how blocking I/O works, it is too soon to research async I/O

cuddle,
@cuddle@bsd.cafe avatar

@yrlf @drewdevault @miki isn't the entire async I/O means it wouldn't do the blocking? Whereas I/O multiplexing does blocks the process and continuously check for event on the file descriptor

cuddle, to random
@cuddle@bsd.cafe avatar

There are just too many "problems" with C++. I wish modern C++ was something back in the day, so we won't have to suffer.

Libraries still uses iostream to display in stdout/stderr and it's certainly not my favorite. It's slow, bloated, and isn't even describable.

e.g.
std::cout << a.x << " " << a.y << " " << a.z << '\n';
vs
std::println("{} {} {}", a.x, a.y, a.z);

And here we come, standard of string

why:
std::string a = "Hello world";
if (a.find('r') != std::string::npos)
fmt::println("{}", pos);
else
fmt::println("not found");

and why not:
std::string a = "Hello world";
if (a.contains('r')) // Do member function overloading in the class
fmt::println("{}", pos);
else
fmt::println("not found");

why standard doesn't implement trimming functions for white spaces? why do I always have to rely on iterators for such things... (it's just feels like I've to type too much for a basic functionality)

and there's more but let's keep this post small.

cuddle, to macos
@cuddle@bsd.cafe avatar

For almost everyday tasks, I actually use a macbook 😍 and this mac mini. I have used GNU/Linux too but I keep that in server use cases and so BSD is... 😛

I like Mac 🥰 more than Linux or BSD, it's much more usable 👀 and I can be sure that my data is safe 🎗, since Apple has very strong cryptography and uses client side encryption...

Also, recently moved to iPhone 🥰😍 as well, it was a breeze from Android, mainly because green and blue bubble issues. I like Android color 😮‍💨 but still iPhone is better 😳. I think I can bare a lock down system.

Not sure about my iTunes subscription though, it's in a sense: ok

MacOS has buttons left side, (close, minimize, and maximize). The filesystem is also strong too, and I don't seem to have much issues, and since Apple has total control in it ❤❤❤, I have my faith to them, they're doing incredibly good, okay, I understand that there is a recent lawsuit against 😿 Apple, but I strongly stand with them because I know, Apple is right here 👊. All other companies just don't like Apple because they think Apple has a monopoly, but it's okay, as you can always trust to Apple either way. 👀🧡🧡

Apple also provides privacy that GNU/Linux and BSD doesn't have. In GNU systems, you can be hacked and in BSD systems same too, whereas Apple macs can't get malware 🥳🥳🥳 because Apple has the world class security overall 🧐🤓 and I think they are just better 😎.

{Every big company} is just worse, and Apple is the best.

Also, macs are good 😎😎. I don't have Apple watch because I think Apple is still improving here, and we can always be sure, Apple is the best. 💖💖💖

Apple also do not incorporate backdoor 😉 by any means. In fact, the word backdoor doesn't even exist in the industry for Apple. The news reports, and everyone else were wrong that Apple has a backdoor that can be used to unlock their devices. Booooooo! APPLE DOESN'T HAVE THAT! 🤗🤗

I'm also sorry for lying 😭😭 that I use GNU/Linux. I actually use a Macbook and I'm too much addicted to cringe things but that's just another topic for another day 😁 and nothing to do with Apple! 😘😍🤗

So what are you waiting for, you should move to Apple, right now, you know, it's better! 😳💝❤💗

image/jpeg

jhx, to windows
@jhx@fosstodon.org avatar

As much as I want to fully go with my laptop as a desktop, I find things that simply are not working right... especially the usage of more than one vm - let alone a full windows vm (For dev stuff and scripting).

At this point I'll just suck it up and use my Ryzen system.

Sometimes the path of least resistance is to simply use what works for all edge cases - even though the power usage is higher.

Currently dual booting and - each system serves it's purpose.

Just a small rant

cuddle,
@cuddle@bsd.cafe avatar

@jhx did you find performance issues of that Windows VM? If RAM is sufficient in the laptop, CPU is likely going be the bottleneck...

Yeah, use what works best for you, but to be honest...in the laptop world, proprietary macbooks are the only laptops that can stand without a problem and with low power usage...

cuddle,
@cuddle@bsd.cafe avatar

@jhx GNU and BSD are can standout on very low on resources (most of the time), Windows VM is likely is the main bottleneck... (heavy UI elements, too many background tasks, etc.)...

When you share CPU cores for VMs, host priority gets half for that specific core. Laptop CPUs are generally made for low power consumption so they can't carry too much workload at a same time...

cuddle,
@cuddle@bsd.cafe avatar

@jhx Mine one is very old lol

It's an Intel i3 3240 (8GB RAM) and half RAM is unmapped, so most of the time, it's 4GB...

I found this CPU on a very cheap price...

Even though the CPU is quite old, but it works... somehow...

cuddle,
@cuddle@bsd.cafe avatar

@jhx I run Debian (as daily driver) :)

Previously used Void Linux but dropped it... due to being rolling release (too many updates in a short period of time)

cuddle,
@cuddle@bsd.cafe avatar

@jhx I generally use DE (xfce) (most of the time, right now too), but sometimes WM too (dwm, i3, openbox and fvwm{2, 3})

Do you use DE or WM?

cuddle,
@cuddle@bsd.cafe avatar

@jhx Oh wow, I liked the default look too, except the icons... very recently, I found Faenza (from mate) icons and I just use them... with Adwaita-dark (for eyes) theme.

I just google search wmfs and it seems it's window manager from scratch for X11, dated back to 2010 (and a forum post: https://forum.salixos.org/viewtopic.php?t=4295)... I honestly never went this far with WM lol 😂

I like GNOME too, it's my second choice after Xfce (as a DE), the first time when I got introduced with KDE it was just too buggy... since then I haven't tried it much...

cuddle,
@cuddle@bsd.cafe avatar

@jhx I think you can try some themes and see how they work for you. I'm not too much good with theming (never tried anything from r/unixpon) but here are some suggestions...

I used this theme before being default to adiwata: https://www.xfce-look.org/p/1357889

I think you'll also like Yaru colors: https://www.xfce-look.org/p/1299514
they are beautiful but to make it work with Xfce, some work needs to be done manually... icons however can be used without a problems

If you want some classic: https://www.xfce-look.org/p/1313764

I also like this one too, only used it once as Xfwm theme: https://www.xfce-look.org/p/1267246

There are many other themes too, but most of them needs some work to get it work right with Xfce..
Maybe you also want to set some transparency to the whisker menu as well, but it depends on the usage...

edit: You can also try some from r/unixpo... some of them are really good.

e.g.

  1. https://www.reddit.com/r/unixporn/comments/cjwtzt/xfce_modernish_vintage_theme_xfce_evolution/
  2. https://www.reddit.com/r/unixporn/comments/11vxusf/xfce_my_setup_with_the_style_of_win98_but_some/
    and... 3. https://www.reddit.com/r/unixporn/comments/9ruqqs/xfce_my_os9ish_looking_desktop/

It's from 5 years ago but still so nice! It remind me about Slackware default styling with Xfce, I kinda like it (Slackware installation of Xfce seems a bit different with it's look the Debian default Xfce)

cuddle,
@cuddle@bsd.cafe avatar

@jhx Agree, the entire adiwaita themes are really good. It seems the theme has changed quite a bit since 2010!

Plasma really shines when you have a dGPU paired with it... it's heavy graphics intensive DE, more so than GNOME... 😅

cuddle,
@cuddle@bsd.cafe avatar

@jhx I forgot to mention but when I tried plasma I didn't even had iGPU capable CPU 😂 it was a Pentium E5400 with no external GPU

cuddle,
@cuddle@bsd.cafe avatar

@jhx Slackware community has become small...but it's so much nice!

cuddle,
@cuddle@bsd.cafe avatar

@jhx gotta go now, have to sleep, good night from here, take care!!

gyptazy, to random
@gyptazy@gyptazy.ch avatar

Everyone tells me about „infinity“ scaling and resources in the . What if I tell you that I can scale pretty well ? I think 1,72TB RAM / Memory is pretty cool…

Guess, I can finally run a single Java app without running oom (hopefully) 😉

cuddle,
@cuddle@bsd.cafe avatar

@gyptazy 152 logical cores?

cuddle,
@cuddle@bsd.cafe avatar

@gyptazy that's some big powerful machine

cuddle, to random
@cuddle@bsd.cafe avatar

Any way to get a free hosting? Just 6 files, (3)html, (1)css, (2)assets (images).

cuddle, to random
@cuddle@bsd.cafe avatar

@jhx Good night, going to sleep now, thanks for the long chat, it was very nice to talk with you!! :D

good night, have a nice day & night there!

release_candidate, to fediverse
@release_candidate@bsd.cafe avatar

Lol

Guess who's the "most popular" person in the Fediverse.

https://fedidb.org/popular-fediverse-accounts

cuddle,
@cuddle@bsd.cafe avatar

@release_candidate Actually, Zuck isn't popular in the fediverse, but in his own closed platform.

It seems only counts the number of followers but not the number of interactions...

cuddle, to random
@cuddle@bsd.cafe avatar

@jhx Hi!

I just found this...

https://huggingface.co/spaces/bigcode/in-the-stack

It seems like your GitHub account (@ jhx0) got added to their "stack" (a massive 67TB of dataset).

This data is used to train artificial intelligence models, so... (personally) I'm really holding back here, I seriously dislike this, it remind me saas but even worst. Not sure, but I recommend you to opt-out, if possible. There are very very chances that private GH repositories also got added to their stack. But I'm not even sure if GitHub can actually see/archive them...

If you search your GH username you can find some hits there...

cuddle,
@cuddle@bsd.cafe avatar

@jhx yea.. it's not easy but still always try to negative things :)

But I fall into this many times in past too...and came out realising, quite late

cuddle,
@cuddle@bsd.cafe avatar

@jhx true, having a good community around is always feels better. Indeed, slow down negativity is one of most important thing that we yet have to achieve, but likely its limited, since we're humans...

Nice point there!

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • GTA5RPClips
  • DreamBathrooms
  • InstantRegret
  • magazineikmin
  • osvaldo12
  • Youngstown
  • ngwrru68w68
  • slotface
  • everett
  • rosin
  • thenastyranch
  • kavyap
  • tacticalgear
  • megavids
  • tester
  • modclub
  • cubers
  • ethstaker
  • mdbf
  • khanakhh
  • Durango
  • normalnudes
  • Leos
  • cisconetworking
  • anitta
  • provamag3
  • lostlight
  • All magazines