

Looks like a good starting point for municipalities implementing live bus location maps.
From Kyiv, in Kyiv.


Looks like a good starting point for municipalities implementing live bus location maps.


It’s like they don’t understand the reason for this success is how different their road taken has been compared to all-in on AI companies.


Remembered that I made such a tool for myself ten years ago. Dusted off a backup, updated dependencies (and replaced some), refactored somewhat, changed license to AGPL and uploaded here: https://codeberg.org/nykula/imgie
Should be very easy to install because the backend is just ImageMagick and SQLite.
Beware of a 250M node_modules, though. My code is less than 1K lines in the initial commit, but the linters, bundlers etc are the same as I use for big projects.


Note: Lufi encrypts uploaded files and lets one share a link containing a decryption key. It doesn’t let one expose images for other websites to embed. Thus a good tool but not for OP’s purpose?


Slink might be easy enough to set up with Docker: https://docs.slinkapp.io/getting-started/02-quick-start/
Upd 22:04: tried setting it up with Podman instead of Docker, and the instructions didn’t work, first because of missing directories and then a permission issue. However, this can be because I tried on WSL rather than a dedicated GNU/Linux box.


If there’s a need to introduce students to virtual DOM, I’d choose a library that doesn’t require language extensions or editor plugins, but allows to easily code with just the syntax of JS itself: properties as Plain Old JavaScript Objects, map/reduce with arrow functions, ternary operator, variables as usual, components as functions. Adding Mithril to existing WordPress websites for making dynamic parts such as calculators or quizzes was quite straightforward. On the other hand, its API is somewhat less convenient than what React offers.


I remember the shared storage location functionality in the Password Store app but I no longer see it in any versions released since last year. That’s why I had to switch to Termux. Also a control freak, just a different kind 😅


Are there mechanisms for fully automatic synchronization on every file change and every initialization in the Android and console apps for password-store out of the box these days? Using Syncthing with password-store at the moment to get a user experience as close to that as possible. Had to switch from the Android app to Termux and the CLI because the app no longer supports usage with Syncthing.


It’d be cool if your app was installable from F-Droid, for which the sources have to be somewhere under a free license. I most likely won’t be able to contribute code but would indeed like to look through the sources, and maybe help with translation if the code supports internationalization.


Do some parts of go-notes have proprietary sources? I can’t find the source for the native Android client in the repo or instructions on how to download and build it from elsewhere.


A true AGI also might simply not want to be a programmer or engineer, or might want to work on niche, single-developer projects interesting for them but not of use to wider humanity, like many actual developers do once their $dayjob is over. I can imagine they’ll also be annoyed by slop machine users creating extra boring work for them to shovel through and AI bros getting creepy with them or trying to subordinate them to own wishes.


Have you tried adding Tor hidden services? It was the easiest solution for me to expose ports from behind the provider’s NAT to my phone when not at home.


Many thanks for such a detailed answer. I agree that blocs and federations are a good thing, and hope to see Asian, South-Eastern Asian, African, and South-American alliances similar to EU form around democratic values. I also hope that they don’t turn into rival fortresses with armed borders and migration restrictions between them. As someone from former USSR (Ukraine), I’m quite sure that Russia on its own, without Chinese government assistance, especially technologic, wouldn’t at their current economic state be able to wage war and suppress internal movements to democratize and/or truly federalize (in the North, particularly); but I read, admittedly not extensively, about Chinese history and recognize how dangerous it is not to have strong allies when empires are nearby - without strong allies, it’s a must to have mostly autarkic production and strength in numbers.


Plushies rock.


Since you’re Chinese American, I have a question that’s doubly offensive but I’m actually interested in hearing your opinion. Should borders the size of China and the U.S. continue to exist at all? IMO one president or central government can’t legitimately represent hundreds of millions of people.


That’s exactly what I’m suggesting, and that’s the opposite of what introducing age verification (i.e. banning kids) achieves.


At school, on the block, at work, everywhere out there, yes, girls and women were constantly dealing with this type of shit. Many still are. In cases of harassment, banning the harassed one is never the solution. We should rebuild our places differently instead, turn communities for all of us into fora where boys, girls and enbies feel equal participants, and adults help them kick the hell out of anyone who threatens, harasses or isolates them.


If a data breach in one company can expose “sensitive data on more than 190 million people”, the main vulnerabilities is that antitrust isn’t working is intended and that the means testing for things like medicine requires massive centralization. Who puts into law the awful policy of one big stash of sensitive data on everybody in the country, should be held responsible when the stash inevitably gets cracked. No “offensive military” cyber responses have been invented that would fix own bad policy yet.


While they can be attracted, without social pressures the teenagers would simply tell them to go away. An image of an older entrepreneur or a star seeking very young companions is recognized as success. Older people have more autonomy and resources than young adults and teenagers. Being an equal in a company of other teenagers is seen as boring, less cool than a teenager in a company of adults. Socially constructed hierarchies of adults over children like these add up, leading to predators not being prevented as much as they should. In case of Epstein, he was considered normal as long as he was perceived as targeting young women in their late teens as a 40 year-old man, which I think should be much more frowned upon; instead, it’s being celebrated, not by evolution but by adults making conscious decisions.
For FreshRSS, if you want to run the development version on localhost:
apt update && apt install build-essential gitInstall Docker: https://docs.docker.com/engine/install/ubuntu/
Clone FreshRSS repository, run
make startand finish the installation: https://freshrss.github.io/FreshRSS/en/developers/02_First_steps.html