you probably already found this, but for others who might be curious:
a beautiful robot, dancing alone · showgirls über alles: kylie, angèle · masto · last.fm · listenbrainz · https://www.lovekylie.com/keyoxide
you probably already found this, but for others who might be curious:
in the settings if you change notification method from websocket to unified push, the UP settings come up, including a server address (which is what they intend to be used) or some air gap mode that i can’t find documented
so per wikipedia and confirmed at MDN, firefox is the only major browser line not to consider certificate transparency at all. and yet it’s the only one that has given me occasional maddening SSL errors that have blocked site access (not always little sites, it’s happened with amazon).
i don’t understand how firefox can be simultaneously the least picky about certificates and the most likely to spuriously decide they’re invalid.
thanks, i’ll look again. it’s not that i love the idea of being fingerprinted; i just think that five mylar bags, four tin hats and a partridge in a pear tree won’t save me from that. i need my password manager, and once that’s in, enforcing a generic screen is silly - cow’s out of the barn. but not having the arms race against pocket and telemetry would be a big bonus.
i did try that but the never-dark mode blinded me. i understand the reasoning, but absolute anonymity isn’t my own threat model; i’d like to be able to use themes and resize the window
an interesting oddity: on my non-rooted xperia, signal thinks that i don’t have play services and so it falls back to… polling. every five minutes. killing my battery and my logs.
i had to put signal into the restricted battery group, which means no notifications. i anxiously await the new molly, as i already have a unified push environment. it looks like the migration will be a bit delicate.
It exists, it’s called a robots.txt file that the developers can put into place, and then bots like the webarchive crawler will ignore the content.
the internet archive doesn’t respect robots.txt:
Over time we have observed that the robots.txt files that are geared toward search engine crawlers do not necessarily serve our archival purposes.
the only way to stay out of the internet archive is to follow the process they created and hope they agree to remove you. or firewall them.
appimages just got less easy…
i don’t know which update did it - i think it must have been os-level (i run pop_os, derived from ubuntu) - but appimages silently stopped working. double-click, nothing. finally i looked in the log out of desparation, which said ‘appimages require fuse’.
more accurately, appimages require fuse 2 and the os had just upgraded to fuse 3. the fix is to heat-seek libfuse2, and don’t mess with any other fuse-related package as things can start wrecking themselves:
sudo apt install libfuse2
originally seen on an omgubuntu post
this is true. having said that - i follow a peertube-based french outfit called blast (can’t speak french, just look at the pictures). if i go to a different site (peertube.stream, liberta.vip) and look at a video, the streams are coming off video.blast-info.fr.
there’s no question video is a huge resource suck, and that nobody would want to host a lot of other people’s videos. i just wonder, if the model is federated indexes but owner-hosted video, i wonder if there’s a use case that can work at scale.
against which kitchen pots have proven surprisingly useful elsewhere. against all odds
long ago i shifted to vscodium, a packaged version of only the open-source base of vscode that provides most but not all of the available extensions. for two reasons: so that i didn’t leak telemetry to m$, and so that i wouldn’t get used to features that aren’t open source. it’s available in a lot of package managers, mac/windows as well as linux
thanks to this post, i’m trying out searxng and then kagi, neither of which i knew. hopefully there’s a searx instance configured roughly to how i’d want. i’m not philosophically opposed to paying, but search is a delicate thing to be personally identifiable - and i don’t care what your privacy policy is, if you’re taking my money, you can connect me with my clicks
woah are those negative or slide? we have a place here that i used to hand a hundred or so negatives at a time, but that was in the before times. they’re still here but don’t really advertise scanning anymore, so not clear on what would be possible
Prerequisites
Installation
cargo install mollysocket
mollysocket
executable if desiredmollysocket
once so that it will emit the default configConfiguration
.config/mollysocket/default-config.toml
and copy it somewhere.config.toml
allowed_endpoints
line withallowed_endpoints = ['*']
. The default 0.0.0.0 config appears to be a bug; this setting controls access to endpoints within the app, not IPs from outside. Leaving the original value causes mollysocket to reject everything.db = './mollysocket.db'
line rather than just having it land wherever you’re sitting.mollysocket.db
that was created on first run (even if it’s already where you’re intending to put it). This is just to make sure the web server creates it and has the correct permissions.Run script
export ROCKET_PORT=8020 export RUST_LOG=info export MOLLY_CONF=/path/to/your/config.toml
Proxy server
/
to your mollysocket server and ROCKET_PORT.Things to know