deleted by creator
a beautiful robot, dancing alone · showgirls über alles: kylie, angèle · masto · last.fm · listenbrainz · https://www.lovekylie.com/keyoxide
deleted by creator
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
i’m shopping for mp3 players for precisely this reason - a friend has an ipod touch that abruptly stopped scrobbling. the last.fm app is stuck in a loop sucking battery. and she needs bluetooth anyway. she has always kept music and phone separate but now we have to ask the five whys on that before getting her a new unfamiliar gadget.
well i feel stupid now for not doing the obvious. but…
Blocked Page
Your organization has blocked access to this page or website.
on the PPA box, this is what it showed me (meanwhile it was attempting to connect to incoming.telemetry.mozilla.org). another symptom of displaying respect for enterprise policies but in fact ignoring them. (as i had mentioned, on this box all of the settings look locked down as they should be, but it’s still attempting to send telemetry.)
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.
neo store refuses to run if you don’t grant it the right to send notifications and bypass battery optimizations. if an app demands a permission and doesn’t have a plausible explanation why it needs it, i don’t keep it :/
imo magic earth is a navigation app, full stop. it does that amazingly well, including live traffic, but i wouldn’t use it for anything else. organic maps is a better general-purpose map but isn’t a patch on magic earth for nav.
is that somewhat new?
it’s somewhat… janky.
you can ‘migrate’ an account, to use the masto term that will make it easier to search. this:
it does not:
i’m not clear on how long your old posts linger at old-place, and you might have to export/import your following list.
it’s possible, i’ve seen lots of people do it, but it gets more unappealing the longer you’ve been actively using the account. unless you’re like me and have posts set to self-destruct within days. and you can imagine the difficulty of actually moving the posts - if i were an avid shitposter and i moved house to noshit·social, then all my garbage would be dumped in the yard in violation of policy.
you can click the recommendations tab from your profile - my recommendations
i have both and i parallel scrobble to both using pano scrobbler (phone) and strawberry player (desktop). you can sync your scrobble history from last.fm into listenbrainz, either one-time or on a continuing basis (though the latter seems to run the risk of duplicates). i chose to do it once and then feed them in parallel going forward.
as a discovery tool, listenbrainz is a bit anemic, except for once a year, and last.fm has declined for me over time.
listenbrainz does a year-in-music that shows your listening patterns and also top things you might have missed - my 2022 year in music is here. i scooped up a lot of stuff from that list.
listenbrainz’s recommendation engine is only so-so, not terrible, not brilliant.
many commercial streamers and scrobblers only understand last.fm, so if you stream a lot you may not be able to keep listenbrainz updated except through manual syncing.
last.fm’s recommendation engine has declined over time for me and its community is stagnant, so i don’t see a lot of neighbour activity. it remains better than listenbrainz week by week, but only marginally.
i remix and embed stats from the listenbrainz api on my own websites (profile link). doing this from last.fm requires an existing api key (which it seems they’re no longer issuing), and of course they can rug-pull that api at any time, not like we’ve seen that lately. but listenbrainz stats recalculate only daily.
my experience of these is different to most people’s, as data geeks don’t tend to listen to the candyfloss music that i do.
mastodon struggled with scaling in the beginning, everytime elon strung more than four syllables together. a lot of admins there didn’t know what the spikes would do - this is not a criticism, i would have had no idea either - and most new users piled into one or two big instances, as is happening here.
the more tech-savvy of the initial waves migrated to smaller instances, the instance admins figured out where the pain points were, and i think there were changes to mastodon itself. i expect all of these are coming for lemmy, and it’s going to be lumpy here for a while just as it was in masto.
having lived through that, i came into a smaller instance here immediately. federation issues here are a bit gnarlier than on masto, but i trust that also will be sorted.
on android there’s jerboa. it’s pretty good, but clearly a work in progress (as lemmy itself is) - there are quirks that are just different between the two platforms.
but bonus, if you are on android and afraid of google, you can get jerboa from f-droid. not that i would know anyone like that
yeah. no kidding. i have another post out there decrying the same thing. and the maddening behaviour is maddeningly different between the web ui and apps. there are edges like this in mastodon but they don’t seem as obvious or constant
check this other post too
we’re just getting started so you’ve either been waiting your whole life for this instance, or you’re glad it’s on someone else’s rack.
PopHeads is for, well pop music-heads. and i’ve no clue how to link it so it works for everyone. that’s a regular web link, apparently !popheads@poptalk.scrubbles.tech will work better for some.
the instance also just tipped up a meme community and plans to build out artist communities as well. the first is for taylor swift, so yeah, our mod buttons say ‘hater’ on them.
i just joined lemmy on a niche instance - but this introductory post got me off the ground pretty quickly
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