Second this router! It had the fastest CPU and antenna vs price when I last looked. I run zerotier as a VPN on it an it works great. Plenty of ram and flash for packages too.
Second this router! It had the fastest CPU and antenna vs price when I last looked. I run zerotier as a VPN on it an it works great. Plenty of ram and flash for packages too.
I think pacreport --unowned-files
might be able to help with that too. Showing you files that aren’t part of any installed package. Probably only does system files though, nothing in /home
I use qdirstat a lot to determine what files are eating all my space
Your ISP knows where you’re going anyway. They don’t need DNS for that. They see all the traffic.
As far as I’m aware, what you cited only proves that there is no ether that acts on light in a way such that the round trip time in the direction of ether travel is different from the round trip time in the direction perpendicular to ether travel.
It’s not merely that:
somehow the movement of this medium caused the speed of light in one direction to be faster than another due to the movement of this medium, measuring the speed in two directions perpendicular to each other would reveal that difference.
Instead, it’s that the speed of light must be different in the two directions in a way such that their round trip times don’t average out to the same average as in the other direction.
The theories of ether at the time predicted such a round trip difference because of the wind like interactions that you say.
I believe that this in no way proves anything about the one way speed of light. The Michaelson Morley inteferometer only measures difference in round trip time.
(Insert comment about the irony of your last statement). See https://en.m.wikipedia.org/wiki/One-way_speed_of_light
I rum Creo under wine, and while the performance is great, the stability is not. Creo loves crashing even on windows, and it’s much worse on Wine. It’s the one program that I kinda wish I had kept dual boot around for.
There’s definitely software that uses parts of the windows API that games don’t touch. And doesn’t work properly on Wine. I keep a windows install around just for using an analysis software for some lab equipment that refuses to start in wine.
Things like CAD software are also a struggle, though the latest wine seems to have resolved a number of graphics issues with getting PTC Creo to properly use the nvapi and nvidia graphics drivers through wine.
While wine is amazing, plenty of things don’t work with it. Usually you don’t need them, but if you do, you do
The symptoms you describe are exactly what happens to my machine when it runs out of memory and then starts swapping really hard. This is easy to check by seeing if disk io also spikes when it happens, and if memory usage is high
Well I either got a personal fire or I’m on fire myself. Witch fire sounds better
On linux and Mac there’s also https://vorta.borgbase.com/ which is pretty good
Your filter rule association is set to ‘rule’. What is that associated rule, and do things work if you change it to ‘pass’?
https://www.reddit.com/r/opnsense/comments/puty62/correct_option_for_filter_rule_association_when/
Instead of connecting with a web browser, can you try using curl or telnet just to check if you’re getting through at the TCP/IP connection level?
I thought I saw that Mac has the same CUPS print service/printer manager that Linux uses? In fact it seems like apple developed it. I think that helps enormously with standardizing printer configs. https://www.cups.org/doc/admin.html
That make sense. I would use tags like that:
Flickr Published
year roundup/2022
type/Landscapes
type/Portraits
events/trips/Zion 2022
content/food
content/animals
I actually do event level as my on-disk sorting. And then tag for stuff that’s not that. But I think it would work pretty well to do the event sorting under tags as well.
Then I rate my favorite photos, usually using the green approved, not stars. But stars would work too. Then if you want to find say, favorite landscapes, the digikam interface makes it really easy to do so.
I’m not sure if you can select what tags get written into the image, but if you can, you might be able to exclude certain parts of the hierarchy, and only include content/
or type/
subhierarchies
One of the things I really like about digikam is the matching of the disk layout with the album structure. This makes it really easy to have other programs also interact with my photo library in a way that’s near impossible if you instead have an internal photo database.
Tags work great for me for multi-categorization. What feels clunky about them in your workflow? You’re even allowed to have a tag hierarchy.
I think you want something like \s*\(((?!ver\s\d).)*\)\s*
See regexr.com/7jbvk
Basically this consumes all characters between parentheticals with whitespace unless the next character set in the parentheticals is ver
followed by a number. Now this uses a negative lookahead which might not be supported by the engine that krename is using. You can also explicitly construct the group to not match, but that’s rather painful, see here
Beautiful