Is it possible to help or encourage our local municipal services to have either an RSS or BlueSky feed? At this point, it's becoming apparent that putting all the information eggs in the twitter basket is/was a bad idea. This is a place where open source standards should shine.
This is an area where Mastodon ought to shine. Departments/organisations can create their own instances, with named users. Interested constituents follow those users with their client of choice. Direct following means you avoid the federation dramas.
No algorithim means that people get the updates they want when they're posted. Users get a familiar-looking client to bang out the quick updates.
Obviously the issue is someone will need to run it, but if you're not open to public signups then the moderation burden doesn't exist and it's just a case of keeping things updated.
Like email, I sign up for a Mastodon account on a server that suits my tastes. I then follow other accounts, on other servers, using a client - I use Ivory on the mac & iPhone (because it's made by the same company who made Tweetbot) - and those accounts show up in my feed in chronological order, like Twitter in the old days.
I'm not going to say RSS is inherently inaccessible to normies, because the blogosphere of 20 years ago saw even elderly non-techies happily using it. However, I think the trends in computing in the years since, where most people use the internet solely through popular phone apps, mean that RSS is no longer going to see any significant use. So, a municipality is not doing a palpable service to its constituency by moving communications there.
We even saw it with RSS. Everyone using RSS was lamenting Google Reader going away. Isn't the client supposed to be the most easily replaceable part of RSS?
The most practical way would probably be to create that feed yourself based on their Twitter feed. You could automate it using some Nitter-like service (please do not scrape public Nitters, but you can run your own Nitter and scrape it as you like). It is generally easier to do something like this yourself than to convince someone else, who does not care at all, to do it. I don't know how you would advertise it.
How about municipal councils looking around at any remaining "mainstream media" local outlets and committing to post relevant notices/updates on their websites?
This is something I wanted to push while working on newsroom CMS projects: giving direct input access to the CMS from external bodies - police, fire, ambulance etc. Posts could be vetted/edited by newsrooms, as with any externally filed copy, but turnaround would be a matter of half-a-minute or so. Either that or enable direct publishing permissions to said authorities.
I'm trying to understand the difference between this project and FreedomBox. I mean it's great to have options, but have any of them looked over that way? Heck, FreedomBox is even built into Debian now.
Sound very much like a Resource Based Economy. Back when discussion of the future and futurology was small and hopeful, that was one the well sought after goals. Now cynicism has destroyed that, and we're left to deal with the ashes.
Interesting work! There's NeuroMechFly (https://github.com/NeLy-EPFL/flygym/) available, you might try using that to simulate the fly body in real time as well.
Since you haven't proven conclusively that you're not a machine, I prefer to decline your kind invitation. I don't owe justification to even most conscious entities, and certainly not to a machine.
[picture of Tips Kitty] Don't forget! Every time you see " ⦙ " in the listing, press the [Tab] key on your keyboard. See page 23 to learn why this is important.
And page 23 teaches you about significant whitespace, and how to configure several text editors that a kid's likely to have available to actually show it like that. Heck, I use Panic's Nova for my text editing and it does that out of the box with no configuration needed.
> [picture of Tips Kitty] Don't forget! Every time you see " ⦙ " in the listing, press the [Tab] key on your keyboard. See page 23 to learn why this is important.
I don't think you actually used those books :-/
No one linearly writes code, from the start of the file to the end; they edit it. They move blocks around if they missed a page, they navigate around putting in missing if statements and removing incorrectly-added loops. Those programs were very much not one-and-done, they were heavily modified by the kids.
Your proposal of "Tell them to configure their editor for Python" and "add in unicode symbols to represent whitespace" is the exact opposite of what those books were about.
The books were about removing superfluous barriers, not adding them! Using Python would result in a whole lot of incidental complexity for literally no gain.
I never used the Usborne books because I was a US kid but I sure typed in a lot of stuff from books and magazines for my c64, often while modifying it on the fly. And dealing with accidentally skipped pages. And went on to learn assembly language.
Python is also already all over the Raspberry Pi and MicroPython/CircuitPython spheres, so there's an easy road into SBCs and microcontrollers.
Education has already chosen Python as the preferred language for this sort of thing. It has some unfortunate bits, but it's certainly a more ergonomic language than BASIC. Counting tabs is less arduous than messing with line numbers and GOSUB.
The standard for pretty much any multiuser app of a reasonable size is a quorum of SQL or noSQL DBs preferably as a single source of truth for all retainable state. Personally, I think foundationDB is the closest to an attempt to make the minimal viable base layer that I've encountered. But C/C++ based and then owned by apple make it not suitable for the role.
reply