My friend, you are going to hate a recent memo from the US Office of Management and Budget titled “Advancing Governance, Innovation, and Risk Management for Agency Use of Artificial Intelligence”
Not necessarily, with “genetic drift” random phenotypic changes can happen that have a neutral effect on fitness. So if they don’t need side-facing eyes, then this can just happen randomly. Especially if the sideways eyes are in some way “costly” to maintain
I’m not totally convinced that a huge swath of trump voters ever heard any alternatives to the propaganda that lead them to believe tariffs=good.
Like i imagine a ton of them are structurally isolated from hearing alternatives the way social media and television works
Also the whole industrialization, privatization, and rise of capitalism thing in Europe that led to successive waves of emigrants leaving or being coerced from their homelands.
I think in general people don’t leave their communities and families without some kind of direct or indirect violence.
Hey just following up on this, I took your advice and got it working! For anyone seeing this in the future I took the old navidrome.db and called it navidrome_fav_artist_backup.db and then I loaded into the new database (after making a backup of it) with sqlite3 navidrome.db
and then I ran this
-- Attach the backup database as "backup"
ATTACH 'navidrome_fav_artist_backup.db' AS backup;
-- Update annotations for favorited artists by matching on artist name
UPDATE annotation
SET starred = 1,
starred_at = CURRENT_TIMESTAMP
WHERE item_type = 'artist'
AND item_id IN (
SELECT newArtist.id
FROM artist AS newArtist
JOIN backup.artist AS oldArtist ON newArtist.name = oldArtist.name
JOIN backup.annotation AS oldAnnot ON oldArtist.id = oldAnnot.item_id
WHERE oldAnnot.item_type = 'artist'
AND oldAnnot.starred = 1
);
-- Detach the backup database
DETACH backup;
.quit
Over the years i have settled on zotero with th webdav backup to a self-hosted nextcloud server. Works great. Recently i started using the bookmark manager Hoarder and save articles i find there until i read them.
My workflow is
get google scholar alerts sent to RSS feed (locally hosted freshrss)
save articles in Hoarder that i intend to read
when i have time, read articles in Hoarder, add the citation to zotero, take notes in Obsidian on the article and link it to the zotero item using the Zotero plugin, and then also move the article to a ‘already read’ list in Hoarder.
Probably not helpful to be this divisive with your anti trump allies. Whether in your eyes the abstention voters made a mistake or not, we’re going to need all the solidarity we can get to oppose/survive this administration
Nice to see someone else interested enough to make it to the end of this thread I feel like i’m doin anthropology research
Agreed
I think this is the line her convoluted logic follows
My friend, you are going to hate a recent memo from the US Office of Management and Budget titled “Advancing Governance, Innovation, and Risk Management for Agency Use of Artificial Intelligence”
Not necessarily, with “genetic drift” random phenotypic changes can happen that have a neutral effect on fitness. So if they don’t need side-facing eyes, then this can just happen randomly. Especially if the sideways eyes are in some way “costly” to maintain
Unless your parents are members of the ruling class, they had very little to do with your immiseration!
I’m not totally convinced that a huge swath of trump voters ever heard any alternatives to the propaganda that lead them to believe tariffs=good. Like i imagine a ton of them are structurally isolated from hearing alternatives the way social media and television works
Also the whole industrialization, privatization, and rise of capitalism thing in Europe that led to successive waves of emigrants leaving or being coerced from their homelands. I think in general people don’t leave their communities and families without some kind of direct or indirect violence.
Doubleplusungood, even
https://en.wikipedia.org/wiki/Lord%E2%80%93bondsman_dialectic?wprov=sfti1
Her me oot
I moved over to actualbudget! It’s way more intuitive to me and the the simplefin integration my bank transactions are automatically imported
This is what Sinclair Lewis’ It Can’t Happen Here is about. A book about the rise of fascism in the US written in 1935.
Actually surprised chatgpt is less than average
That was a good read, thanks!
Hey just following up on this, I took your advice and got it working! For anyone seeing this in the future I took the old navidrome.db and called it
navidrome_fav_artist_backup.dband then I loaded into the new database (after making a backup of it) withsqlite3 navidrome.dband then I ran thisI spent a lot of time carefully favoriting artists. Is there any way to re-import or maintain these favorites after updating?
Hmm where can i learn more about this
Over the years i have settled on zotero with th webdav backup to a self-hosted nextcloud server. Works great. Recently i started using the bookmark manager Hoarder and save articles i find there until i read them. My workflow is
Kinda complicated but it’s been working!
Probably not helpful to be this divisive with your anti trump allies. Whether in your eyes the abstention voters made a mistake or not, we’re going to need all the solidarity we can get to oppose/survive this administration