TheCaconym

joined 4 years ago
[–] TheCaconym@hexbear.net 8 points 1 year ago

See here. Compatibility issues.

[–] TheCaconym@hexbear.net 4 points 1 year ago* (last edited 1 year ago)

If the aim is simply to mirror an existing directory, including mirroring suppression/deletions/new files/edits, and only copying what has changed (which is what I suspect you were trying to emulate with the "created after a certain date" thing), just do:

rsync -avh -P /path/to/source/ /path/to/destination

If the aim is to copy all files created since, say, three days ago, but not to update existing files or to remove files that have been removed from your source (which is what you described):

rsync -avh -P --ignore-existing --files-from=<(find -L /path/to/source -ctime -3 -exec basename {} \;) /path/to/source/ /path/to/destination

Edit: lemmy is html encoding my "lesser than" symbol in the second command above; replace accordingly

[–] TheCaconym@hexbear.net 9 points 1 year ago* (last edited 1 year ago) (3 children)

There is an answer but you'll probably only manage to get it by going through semiconductor devices history and determining the hardware required at each improvement step, and the cost and acquirability of that hardware. This would take hours - potentially days - of research.

A quick search yielded this blog post though of someone attempting - and managing - production of a basic 1200-transistors semiconductor device in their garage, which I found rather neat. That's with no cleanroom, and with chemicals the purity of which are far removed from the ones the industry uses.

[–] TheCaconym@hexbear.net 5 points 1 year ago* (last edited 1 year ago)

The internet of shit has no limits

Literally. Add "smart" or "connected" to any manufactured object you can think of, someone tried to pitch it. I just tried it with "smart toilet paper" and then "connected mug". Both exist.

[–] TheCaconym@hexbear.net 1 points 1 year ago

Perfect answer. I'd add his Kraken is also very fun.

[–] TheCaconym@hexbear.net 2 points 1 year ago

Good to know, thanks !

[–] TheCaconym@hexbear.net 6 points 1 year ago (2 children)

You may need firmware-iwlwifi from non-free. Is the network interface even available ?

# iwconfig

Assuming it's not, what is your wifi adapter ?

$ lspci|grep -i network
[–] TheCaconym@hexbear.net -1 points 1 year ago

it would be easy to get back to meat eating

If it would "be easy" for you to get back to consuming animal products, it's hard to imagine you're vegan at all.

[–] TheCaconym@hexbear.net 13 points 1 year ago* (last edited 1 year ago) (2 children)

No, their metaphor was not ignorant at all.

Animal products have good taste for most people. The issue with them is not their taste, or the actual act of consumption of them, it's the fact that their production necessarily involves the torture and killing of sapient beings.

If you can have "meat" without such effects (so, those fake vegan "meats"), then there is nothing wrong with it at all (I still prefer most of the time my rice, beans, tofu and TSP if only due to the cost but again, nothing wrong with it, quite the contrary).

[–] TheCaconym@hexbear.net 14 points 1 year ago* (last edited 1 year ago)

9% of the population apparently, the highest in the world tied with Mexico.

[–] TheCaconym@hexbear.net 2 points 1 year ago (2 children)

Nooch does not contain B12. It is sometimes added to it, perhaps even often in the US ? but in the EU for example I've never ever seen B12-fortified nooch.

view more: ‹ prev next ›