

TIL, thanks for the insight. This is as it should be and Google can deal with it no problem.
TIL, thanks for the insight. This is as it should be and Google can deal with it no problem.
I think most search engines are not optimized for this. I’m sure it’s changing but might take some time.
Google historically penalizes duplicate content and selects one source as canonical, usually whichever domain is the most authoritative. When it comes to lemmy, whichever instance hosts the community should probably be the canonical source.
Fascinating… I knew some of this and it is indeed troubling.
It seems that Brave’s mission is actually about generating revenue by any method possible (including manipulation of end users) more than anything to do with privacy.
If you’re cool with all that then Brave is for you I guess.
I used mailspring for about 6 months because I love the idea and it looks beautiful. But when you check the forums you see people are complaining about major bugs that seemed to remain unfixed for eternity, developer never comments.
Is this pronounced:
Photo-PEE
Or
fo - TOW PIA (like a play on the words photo and utopia)
Because spinning disks are a bit cheaper than SSD?
Haven’t checked in a while but is there any hope for cloud storage of the image library yet? I’m kind of holding out for S3 support because I don’t want to manage multiple terabytes locally.
echo -n thatDude | sha256sum
I think it’s funny because it’s true. Long form written communication used to convey a lot more subtlety than just its content. It’s a tradition that we will lose a bit like other formalities because it no longer tells you useful information about the sender.
Honest question, what are the incentives for instance operators to play nice, so to speak? And not just recreate new oligarch safe havens?
It seems like each instance is a miniature zone of centralization and it’s still incumbent on individuals to create their own circles of influence. For better or worse that’s how we get hivemind echo chambers and I’m not sure it’s even in human nature to seek anything else.
Alternatively we have to rescue our friends and families when they start to fall for BS and educate them aggressively on improving the sourcing of their information.
I’ve never really spent much time with uv, I’ll give it a try. It seems like it takes a few steps out of the process and some guesswork too.
Python developer here. Venv is good, venv is life. Every single project I create starts with
python3 -m venv venv
source venv/bin/activate
pip3 install {everything I need}
pip3 freeze > requirements.txt
Now write code!
Don’t forget to update your requirements.txt using pip3 freeze again anytime you add a new library with pip.
If you installed a lot of packages before starting to develop with virtual environments, some libraries will be in your OS python install and won’t be reflected in pip freeze and won’t get into your venv. This is the root of all evil. First of all, don’t do that. Second, you can force libraries to install into your venv despite them also being in your system by installing like so:
pip3 install --ignore-installed mypackage
If you don’t change between Linux and windows most libraries will just work between systems, but if you have problems on another system, just recreate the whole venv structure
rm -rf venv (…make a new venv, activate it) pip3 install -r requirements.txt
Once you get the hang of this you can make Python behave without a lot of hassle.
This is a case where a strength can also be a weakness.
And if you work for a company that supports causes you don’t agree with… Move on.
I could lend out my old computer with old games installed to somebody else to use, right?
What if instead i lend my hard drive, is it still the same thing? Or what if I lend out my remote access screen sharing password to my old PC. Still the same?
Maybe the legal workaround is to game the system here a bit - forget downloading executables which feels a lot like pirating and just lend access to a system that is legally running the original license.
Naturally
The HOA is the owners. The owners vote in some board members who do the work on behalf of the majority of owners.
Sometimes the HOA hires some 3rd party management company to handle stuff, but in our case we felt it was wasted money because we would care more about the results. In the end I can see why a lot of owner boards do that as the day-to-day of running the place is obnoxious.
The public spaces were on our property, so our responsibility.
Chuck Testa!!!
Huh, you’re right. I didn’t know about that. From Wikipedia:
The Chinese startup claims to have the miniature device in the pilot testing stage. Unveiled in January 2024, it is allegedly generating 100 microwatts of power and a voltage of 3V and has a lifetime of 50 years without any need for charging or maintenance.
Wonder if it microwaves your balls when it’s in your pocket too.
Either way we can dream of a future where we never have to plug in to charge again.
Soon as we can figure out micro nuclear reactors it may actually work that way!
This. Your data is stored in .md text files so even if Obidian somehow stopped being the best your data is so easy to move around.
Also add to your list mega.nz works for syncing Obsidian across many systems.