I’m thinking I might take a look at Why Nations Fail for a bit of light reading.
Neoliberal
Free trade, open borders, taco trucks on every corner. Latest discussion thread: April 2024 **We in m/Neoliberal support:** - Free trade and competitive markets
- Immigration
- YIMBYism – ‘yes in my backyard’-ism
- Carbon taxes
- Internationalism and supranational governance – e.g. the EU, UN, NATO, IMF
- LGBTQ+ rights
- Democracy, human rights, civil liberties and due process Neoliberals can be found in many political parties and we are not dogmatic supporters of specific parties. But we tend to find ourselves agreeing more often with parties that espouse liberal values, internationalism and centrist economics, such as the Democrats in the US, Liberal Democrats in the UK, FDP in Germany, Renaissance/MoDem in France, the Liberal Party in Canada, and so on. **Further reading** - I’m a neoliberal. Maybe you are too.
- The neoliberal mind
- Neo-liberalism and its prospects
- Neoliberalism: the genesis of a political swear word **News sources** Here are some suggested news sources that we like and tend to find reliable. Please note that posts and threads are not at all limited to these sources! - The Economist https://www.economist.com/
- Financial Times https://www.ft.com/
- The Guardian https://www.theguardian.com/
- New York Times https://www.nytimes.com/
- The Atlantic https://www.theatlantic.com/world/
- The New European https://www.theneweuropean.co.uk/
- Vox https://www.vox.com/
I was able to get my kbin thread booster bot for the NL mastodon working. Mastodon seems to still have some weirdness with Lemmy posts to Kbin showing up as Lemmy links instead of posts, but the bot is correctly finding the kbin threads and boosting them, which is allowing the posts to be visible to the NL Mastodon users. You can also follow @nl_kbin_booster from other Mastodon accounts too. I'll get the code out here in the next few days but let me know if you have any thoughts or questions.
Sounds awesome! What is the best way to test this? Assuming I understand correctly, all we would need to do is make a thread and the bot would find it and boost it to Mastodon?
@CoffeeAddict that's correct. I had a bug in my scheduler last night which made it miss your Armenia post, but I ran with a wider window to pick up those and it should be working now.
The bot pulls the thread RSS at https://kbin.social/rss?magazine=Neoliberal once an hour and then for each post since the last run:
- performs a search on the masto instance to get the post federated and get the masto post id
- checks to see if it's already been boosted by the bot
- boosts it if not yet boosted.
@CoffeeAddict I could make it run more aggressively, but I figure an hour should be fine. I went with RSS as KBin's API is very undocumented. Interestingly, I just found out this morning they also support jsonfeed, which could allow me to remove a rss reading dependency.
@Neblib
I see it now! I think once an hour should be fine.
And yeah, I believe ernest (Kbins developer) is still working on the API. The last I heard it should be released/updated soon...ish lol.
Right now, I believe only artemis.camp is running kbins API, but even that version is not quite finished. My understanding is that Artemis uses scraping for rest.
Personally, I am excited for the API to be finished and Artemis to support kbin.social, but these things take time to do right.
Still though, this bot is a great step in the right direction for communicating between our communities on #kbin and #mastodon.
This is great!
I'm going to make the main repo for this project on #Codeberg instead of Github, though I'm working on putting up a mirror over there too. Codeberg seems great for anything FOSS that you don't want to self-host, though you do lose out some Github features. Feel free to take a look at my quick and dirty work: (CW: limited tests, sloppy work - its a hobby project)
https://codeberg.org/neblib/boost-kbin-mag-bot
whomst