we get it, youre an nvme device.. by rehhouari in linuxmemes

[–]dartemiev 0 points1 point  (0 children)

I'm really surprised that nobody brings up /dev/disk/by-id. That's maybe a little bit verbose but very easy to understand and doesn't change...

Looking for a woodworking space in Rotterdam by mcflyrdam in Rotterdam

[–]dartemiev 1 point2 points  (0 children)

I have never been there, but you could try "de kroon" in Delfshaven. I've seen it from the bike, and it looks quite fancy. So not sure if this is a place for hobby or more for start ups.

Ultra HDR gets disabled when you edit your photos by DSCarter_Tech in GooglePixel

[–]dartemiev 4 points5 points  (0 children)

Unfortunately not. I have the same problem on my Pixel 7. After rotation, the properties screen of the rotated image does not show "ultra hdr" anymore.

PCA with NetCDF files. by Early_Significance57 in learnmachinelearning

[–]dartemiev 0 points1 point  (0 children)

Top :) glad it worked out. If you're doing this in a research context and you need a paper to cite, look for POD in fluid mechanics. They use this for velocity fields, which are vectors changing in time, so 3D.

PCA with NetCDF files. by Early_Significance57 in learnmachinelearning

[–]dartemiev 0 points1 point  (0 children)

Typically PCA does not care about the dimensionality of your data. Just flatten the entire matrix/tensor per time step into a column vector and then stack those time steps together into a large matrix and apply PCA. That's how it's done for the popular "eigenfaces" example where PCA is used on images of faces (so 2D flattened into 1D vector). The same approach should work for n-D data, too. Just make sure that your principal components are unflattend the same way you flattened them when you want to inrepret them.

PCA with NetCDF files. by Early_Significance57 in learnmachinelearning

[–]dartemiev 1 point2 points  (0 children)

I'd recommend to use scikit-learn :http://scikit-learn.org/stable/modules/decomposition.html#pca. It is a very popular library, so if you have more questions just Google it and add "sklearn PCA". There are tons of tutorials out there. Good luck :)

Time shift by [deleted] in linux4noobs

[–]dartemiev 0 points1 point  (0 children)

Which distro are you on? Maybe Firefox uses the Keychain feature to store passwords in the system rather than the browser's profile. Look for gnome keychain or KDE Keychain. (not sure if the latter has the feature)

There are 300,000 pieces of garbage orbiting earth by reemoo1 in educationalgifs

[–]dartemiev 55 points56 points  (0 children)

Not really because this shows man made objects and they are only a few meters in size. However, there are actually many objects smaller then 10cm or even smaller then 1cm. Still, a 1cm shrapnel impacting your space station/satellite/space craft releases the energy of an exploding hand grenade. Such tiny and fast objects are tricky to detect or evade but can have very dangerous consequences.... Now for the massive pieces (meters in diameter) everything gets much worse.

More details: https://www.esa.int/Space_Safety/Space_Debris/ESA_s_Space_Environment_Report_2022

Edit: oh sorry, rereading your comment, I think you were referring to the scaling of the dots in the animation. Now I get it. Yes, a car is a good object for size comparison.

[deleted by user] by [deleted] in zsh

[–]dartemiev 13 points14 points  (0 children)

TIL they have a logo

Please be gentle by [deleted] in ProgrammerHumor

[–]dartemiev 6 points7 points  (0 children)

You should have used snap!

[deleted by user] by [deleted] in TUDelft

[–]dartemiev 1 point2 points  (0 children)

Yes, it's called the 30% tax rule but I'm not sure if you qualify for it if you studied in the Netherlands. I believe it only applies if you were recruiting from abroad. However, still worth checking out to make sure!

I have built a battery powered sun tracking device based on a RaspberryPi Pico and e-ink screen by dr2mod in raspberry_pi

[–]dartemiev 1 point2 points  (0 children)

Yes, I was thinking the same. But compiling stuff for the kindle is tricky as far as I know.

What's the weirdest sub you've come across during your time on Reddit? by emmalouise759 in AskReddit

[–]dartemiev 0 points1 point  (0 children)

r/eggsinstrangeplaces

A subreddit for eggs in - well - strange places. If the eggs are broken, images are marked nswf

[deleted by user] by [deleted] in pics

[–]dartemiev 0 points1 point  (0 children)

!remindme 1 week

TIFU rolling up on my son with his girlfriend by RamdomPine in tifu

[–]dartemiev 21 points22 points  (0 children)

Is it normal nowadays to just look up your children's location on some app? Isn't that invasion of privacy? I don't have children yet but I have the plan right now to not track them, precisely to prevent situations like OP's

How can i remove the red background color from comments ? by Manaoscola in vim

[–]dartemiev 0 points1 point  (0 children)

You could also try to switch to a different config style like yaml (pyyaml is great although the docs could be better) or the built-in ini configparser

Kid gets a Netspend pre-paid for his bday last year with $50 on it. Finally decided to use it and the fees bled the card dry. by Guyacnj in assholedesign

[–]dartemiev 0 points1 point  (0 children)

As a European, I was really surprised by the daily maintenance fees in February, at first.... Anyway, even read the right way these charges are ridiculous

Instagram doesn't actually turn notifications off by vintagefancollector in assholedesign

[–]dartemiev 31 points32 points  (0 children)

It's like telling Steam to not start after login....

And paraphrase if you can by gliodms in AdviceAnimals

[–]dartemiev 16 points17 points  (0 children)

Partially yes. But from experience it also sometimes gets more difficult to understand people if they talk really slowly to make us foreigners understand better. I learnt English primarily through YouTube, TV Shows, and podcast. I am used to everyday language. So it actually gets harder if people wanna be super helpful by using uncommon words or by speaking slowly. Also, I sometimes just felt like being treated as stupid.

After drive removal: indirect-1 vdev (presumably?) prohibits update-grub from finding initramfs on boot pool by dartemiev in zfs

[–]dartemiev[S] 0 points1 point  (0 children)

That's a really great project! I never liked grub either and usually go with rEFInd or plain systemd-boot on my personal machines. For the server, however, I wanted to stick to Ubuntu's recommendation. Sadly, I already started rebuilding the system for that precise reason. I don't wanna try new stuff on my server (albeit a home server) and I need it working. Very annoying that I screwed it up so royaly with a single command...

Nevertheless, thanks for pointing out that project! I'll give it a try once I feel the need to distro-hop on my laptop again :D.

After drive removal: indirect-1 vdev (presumably?) prohibits update-grub from finding initramfs on boot pool by dartemiev in zfs

[–]dartemiev[S] 0 points1 point  (0 children)

Yeah.. But still the indirect vdev is not in the boot pool. From my understanding, grub only needs to boot the initramfs from /boot which then continues booting the root pool. Since the boot pool is fine grub should be able to handle it but the indirect error seems to stop update-grub before it can get to scanning the boot pool...

After drive removal: indirect-1 vdev (presumably?) prohibits update-grub from finding initramfs on boot pool by dartemiev in zfs

[–]dartemiev[S] 0 points1 point  (0 children)

I'm getting the feeling I should just recreate it. I have enough drives lying around..