- 3 Posts
- 70 Comments
smpl@discuss.tchncs.deto Technology@lemmy.ml•Sabine Hossenfelder: China Will Soon Lead World in Science and Tech42·5 个月前Care to elaborate on your opinion about Sabine?
smpl@discuss.tchncs.deto Selfhosted@lemmy.world•I threw away Audible’s app, and now I self-host my audiobooks - Ars TechnicaEnglish3·5 个月前I’m with you, but it’d still be nice to have an audiobook centered interface to drag those audiobooks from.
Nåeh jaeh, så dumme er de vist heller ikke. Så vidt jeg har forstået indeholder de et fuldt Androidsystem og en fjernstyret Chromebrowser med DRM. Så protokollen er blot en tynd illusion der adskiller Chromecast fra at være en Laptop/RPi/Andet med mobilen som fjernbetjener.
smpl@discuss.tchncs.deto Privacy@lemmy.ml•How I’m Building a Trump-Proof Tech Stack Without Big TechEnglish1·5 个月前You’re right in pointing out the problems with decentralized message synchronization, though I was only trying to point out the fact that no known technology is capable of real-time messaging unless both parties are online ;)
smpl@discuss.tchncs.deto Privacy@lemmy.ml•Firefox now has Terms of Use! This'll go over like a lead balloon30·5 个月前Librewolf it comes with uBlock installed.
I know they did in december 2021.
https://web.archive.org/web/20211210133430/https://mastodon.social/@protonmail/107421854866115843
smpl@discuss.tchncs.deto DeGoogle Yourself@lemmy.ml•A practical guide for de-googling and canceling data from the InternetEnglish4·5 个月前I’ve now finished reading and it wasn’t about the xz code as I thought. The article was about the F-Droid developer Hans-Christoph Steiner telling a story about someone attempting to put pressure on F-Droid to merge code that was vulnerable in response to what happened with the xz project. So F-Droid never had the vulnerable code in it.
Tuesday, Hans-Christoph Steiner, a longtime developer of F-Droid, explained that a very similar situation nearly led F-Droid to push an update that would have introduced a security vulnerability into the product three years ago: “Three years ago, F-Droid had a similar kind of attempt as the Xz backdoor,” he posted on Mastodon. “A new contributor submitted a merge request to improve the search, which was oft requested but the maintainers hadn’t found time to work on. There was also pressure from other random accounts to merge it. In the end, it became clear that it added a SQL injection vulnerability. In this case, we managed to catch it before it was merged. Since similar tactics were used, I think it’s relevant now.”
smpl@discuss.tchncs.deto DeGoogle Yourself@lemmy.ml•A practical guide for de-googling and canceling data from the Internet3·5 个月前My intention was not to influence your writing. I’m just curious as to why apps from F-Droid would be more likely to be malicious. I was surprised because my intuition tells me that apps from F-Droid are inherently safer than apps from Play, because the apps are carefully reviewed. If it’s just the XZ incident, which was a fascinating case of a supply chain attack, I’m not convinced since I’d assume apps in other app stores using liblzma would be equally affected.
Thanks for sharing your experiences!
smpl@discuss.tchncs.deto DeGoogle Yourself@lemmy.ml•A practical guide for de-googling and canceling data from the InternetEnglish6·5 个月前Could you please provide sources for this claim?
F-droid: Is an alternative store that can be used in place of Google Play. It has mainly FOSS applications but occasionally it can contain malicious software. You must be aware of this and know what you are looking for.
smpl@discuss.tchncs.deto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•anyone know how to access this substack post for free?English1·6 个月前deleted by creator
smpl@discuss.tchncs.deto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•anyone know how to access this substack post for free?English1·6 个月前deleted by creator
Your fellow competitors did not necessarily perform the search when they were at the pub. It could be a the john when they got home. Your data profile is still tied to them right now.
smpl@discuss.tchncs.deto Firefox@lemmy.ml•Firefox search is resolving to IP instead of hostnameEnglish9·6 个月前Have you looked at the OpenSearch Description file for your instance? It might be generated with an IP by SearXNG not knowing the hostname. The URL is probably
https://search.home/opensearch.xml
.If you want to examine the search engines in your browser profile, they’re stored in a json file compressed with a mozilla specific variant of lz4. The file is
search.json.mozlz4
and can be unpacked to json with lz4json.
smpl@discuss.tchncs.deto Privacy@lemmy.ml•I've got nothing to hide and other misunderstandings of privacy9·7 个月前deleted by creator
smpl@discuss.tchncs.deto Open Source@lemmy.ml•Which FOSS projects have enough funding that we should donate elsewhere?English14·7 个月前I’d recommend you donate money to those who host open infrastructure. That stuff is expensive and critical to the free and open internet.
As for free software projects I suggest donating your time with contributions. That’s what they need the most. Helping with bug reports and writing documentation are easy starters and worth much more than money. That’s hard to sell as a gift though… One gift card for confirming and investigating a bug in free software of choice. Merry Christmas Uncle Bob!
Going from being a cool hacker who does things for fun and share it with his peers to being a poor cyberbeggar does no good to a persons selfworth. Help out by contributing and let Mr. Cool Hacker have time for his day job on the side. We get better software and fewer burnouts.
smpl@discuss.tchncs.deto Self Hosted - Self-hosting your services.@lemmy.ml•Way to get around ISP blocking port 8051·7 个月前First thing I would ask the ISP to open the port. I’ve done that without problems before.
If that’s for some reason not a solution, I would, because I’m personally not very attracted to the idea of routing my selfhosting traffic though thirdparties, setup a simple static page with
<meta http-equiv="refresh" content="0;url=https://web.domain.tld:8080/" />
, somewhere and point the bare domain and www subdomain to that page and have it redirect to, like in this example, aweb
subdomain with the port number.As a last remark, I personally would not find it problematic for a different port number to be part of the host scheme and also note that most web traffic now goes to 443 and not 80 because it’s https.
Happy selfhosting!
Immutable. Continuously updated kernel. Fascinating.