• Sign in
  • Sign up
Elektrine
EN
Log in Register
Modes
Overview Chat Timeline Communities Gallery Lists Friends Email Vault DNS VPN
Back to Timeline
  • Open on sopuli.xyz

sbird

@sbeak@sopuli.xyz
lemmy 0.19.15

Hi, I’m sbird! I like programming and am interested in Astrophysics and all things space. I also have a hobby of photography.

0 Followers
0 Following
Joined June 12, 2025

Posts

Open post
In reply to
sbeak
sbird
@sbeak@sopuli.xyz

Hi, I’m sbird! I like programming and am interested in Astrophysics and all things space. I also have a hobby of photography.

sopuli.xyz
sbird
sbird
@sbeak@sopuli.xyz

Hi, I’m sbird! I like programming and am interested in Astrophysics and all things space. I also have a hobby of photography.

sopuli.xyz
@sbeak@sopuli.xyz · 2d ago
It's where a guy is raising both their hands with big captions "absolute cinema" (the meme is usually used when something funny or engaging is happening) Interestingly, in my search for interesting rockish and punkish music, I stumbled across an artist called Kino, a Soviet-era Russian band (that sounds really good, you should check it out!). On the Kino-related subreddits, I found edited versions of the meme that replaces the man with Viktor Tsoi, the now deceased singer from Kino (RIP to him, car accident at a young age) and the caption is "absolute KINO", since the band is named after the Russian word for "cinema". This alternate Kino variant of the meme has cropped up in a few other places too, funnily enough.
View full thread on sopuli.xyz
12
2
0
0
Open post
In reply to
sbeak
sbird
@sbeak@sopuli.xyz

Hi, I’m sbird! I like programming and am interested in Astrophysics and all things space. I also have a hobby of photography.

sopuli.xyz
sbird
sbird
@sbeak@sopuli.xyz

Hi, I’m sbird! I like programming and am interested in Astrophysics and all things space. I also have a hobby of photography.

sopuli.xyz
@sbeak@sopuli.xyz · 6d ago
My question would be for what time zone? That seems like an important detail
View full thread on sopuli.xyz
0
0
0
0
Open post
In reply to
sbeak
sbird
@sbeak@sopuli.xyz

Hi, I’m sbird! I like programming and am interested in Astrophysics and all things space. I also have a hobby of photography.

sopuli.xyz
sbird
sbird
@sbeak@sopuli.xyz

Hi, I’m sbird! I like programming and am interested in Astrophysics and all things space. I also have a hobby of photography.

sopuli.xyz
@sbeak@sopuli.xyz in programmer_humor · Mar 10, 2026
Auk auk! - a crow/similar bird probably
View full thread on sopuli.xyz
2
1
0
0
Open post
In reply to
sbeak
sbird
@sbeak@sopuli.xyz

Hi, I’m sbird! I like programming and am interested in Astrophysics and all things space. I also have a hobby of photography.

sopuli.xyz
sbird
sbird
@sbeak@sopuli.xyz

Hi, I’m sbird! I like programming and am interested in Astrophysics and all things space. I also have a hobby of photography.

sopuli.xyz
@sbeak@sopuli.xyz in programmer_humor · Mar 05, 2026
Today I learned about the existence of “milli” and “kilo”, both of which are terminal-based text editors! Quite interesting. I wonder if there are any more SI unit prefixes…
View full thread on sopuli.xyz
12
1
0
0
Open post
sbeak
sbird
@sbeak@sopuli.xyz

Hi, I’m sbird! I like programming and am interested in Astrophysics and all things space. I also have a hobby of photography.

sopuli.xyz
sbird
sbird
@sbeak@sopuli.xyz

Hi, I’m sbird! I like programming and am interested in Astrophysics and all things space. I also have a hobby of photography.

sopuli.xyz
@sbeak@sopuli.xyz · Feb 15, 2026

(cross post, SOLVED) Using rsync between btrfs internal and exFAT external SSD, incompatibilities due to lack of symlinks support on exFAT

update: Using the tar command, I have created a tar archive that respects symlinks, so there aren’t any duplicated files, hooray! Now I will go install EndeavourOS, wish me luck!

I was told that I might be able to get help in a dedicated community. I am using rsync to backup my home directory to an external SSD (I will rsync the other way later, this is because I will be reinstalling to a different distro). My laptop uses btrfs while the SSD uses exFAT. When sending files over, file sizes are WAY bigger, the home directory is around 385 GiB and there is over 700 GiB of free space, but it was unable to fit midway through transfer. I partially solved this by uninstalling problematic programs, like Steam and Kdenlive (which can be reinstalled later) and removing large files that I didn’t need. Some of the bulk is also due to fit repos it seems (someone said those have loads of links or something?)

The external SSD has files already on it that isn’t part of the home directory backup for distro hopping, and it will be used by Windows users (my family) so I can’t reformat it. I might buy another external SSD for this purpose if using exFAT to backup is a real problem.

Now that I have successfully transferred my home directory with barely any space to spare, I have a few additional questions:

Once I reinstall and distrohop, will the symlinks come back when going from exFAT to BTRFS or are they gone forever and I’m stuck with massive files?

Will there be any additonal incompatibilities when copying the home directory from exFAT to BTRFS?

Is it safe to use an exFAT drive as a backup for the home directory, or is it better for me to wait until I can get an external SSD that I can reformat to be btrfs?

cross-posted from: sopuli.xyz/post/41202990

update: I was able to copy it! There are still some folders that are really big (as many have said, it is probably because symlinks aren’t supported in exFAT. When I transfer these files over to btrfs, will the symlinks come back or are they permanently gone?) but, with the uninstallation of Steam and Kdenlive (each taking a ridiculous amount of storage), removing a couple games I don’t really play, and removing old folders that lingered around from already uninstalled programs means I now have enough space to fit my home folder in the SSD (like 23 GiB left, so the lack of symlinks still hurts, but still, it fits!)

When running

rsync -Paz /home/sbird “/run/media/sbird/My Passport/sbird”

As told by someone, I run into a ran out of storage error midway. Why is this? My disk usage is about 385 GiB for my home folder, and there is around 780 GiB of space in the external SSD (which already has stuff like photos and documents). Does rsync make doubly copies of it or something? That would be kind of silly. Or is it some other issue?

Note that the SSD is from a reputable brand (Western Digital) so it is unlikely that it is reporting a fake amount of storage.

EDIT: Wait, is it because my laptop SSD is BTRFS and the external SSD is exFAT? Could that be the issue? That would be kind of weird, why would files become so much more bigger with the external SSD?

View on sopuli.xyz
sopuli.xyz

(Update: properly solved now!) When using rsync to backup my /home folder to an external 1TB SSD, I

update 2: The Linux community has suggested that I use a tar file to backup, as this preserves symlinks. With that, the home directory now takes up just 290 ish GiB, as it should. Now I will be distro

6
7
0
0
Open post
sbeak
sbird
@sbeak@sopuli.xyz

Hi, I’m sbird! I like programming and am interested in Astrophysics and all things space. I also have a hobby of photography.

sopuli.xyz
sbird
sbird
@sbeak@sopuli.xyz

Hi, I’m sbird! I like programming and am interested in Astrophysics and all things space. I also have a hobby of photography.

sopuli.xyz
@sbeak@sopuli.xyz · Feb 10, 2026
Here are some bad puns that are to do with data types. I’m sorry. Comment down some of your own concoctions! What does a programmer say when he is accused of lying? I promise I’m not boolean you! explanation of the puns “Fooling” sounds very similar to “boolean”, the latter being a data type commonly used when programming. Yes I will be explaining each and every pun. Yes, these puns are not very good at all, I’m not a professional comedian. The one in the title is a play on words, as “Charlotte’s Web” is a book that can be represented using a series of strings, a data type commonly used for storing words and letters, while a literal web is made of strings of silk. You try to pay with $100 of Monopoly money. in a supermarket. The cashier tells you that it’s unfortunately not real. explanation of the pun Monopoly money does not have cents and are made of whole numbers, so it is an integer value, not of the “real” data type! What would you call fuel made of alphabet soup? CHARcoal! explanation of pun The data type char stores characters, like the letters of the alphabet. This is a play on words with the word “charcoal”, a common fuel used in barbeques and such. How do Japanese programmers read arrays? By decrementing from -1! explanation of pun Many Japanese texts read from right to left rather than left to right. Reading an array in reverse other would start at -1, getting the last item in the array, and the index would decrease from there. This is in contrast to the non-reverse order of increasing the index 0/1. (Of course, Japanese programmers don’t actually read arrays like this usually) not related to data types, but just came up with it as I was typing this: f. What did the Python user say to the C++ user when they spilled coffee on their laptop? OOPs! explanation of the pun Python uses object oriented programming, or OOP
View on sopuli.xyz
0
1
1
0
313k7r1n3

Company

  • About
  • Contact
  • FAQ

Legal

  • Terms of Service
  • Privacy Policy
  • VPN Policy

Email Settings

IMAP: mail.elektrine.com:993

POP3: pop3.elektrine.com:995

SMTP: mail.elektrine.com:465

SSL/TLS required

Support

  • support@elektrine.com
  • Report Security Issue

Connect

Tor Hidden Service

khav7sdajxu6om3arvglevskg2vwuy7luyjcwfwg6xnkd7qtskr2vhad.onion
© 2026 Elektrine. All rights reserved. • Server: 04:12:06 UTC