
rako
@rako@tarte.nuage-libre.fr
Sur le microblogging: @rakoo@blah.rako.space
Sur le web: https://www.rako.space
Sur xmpp: rako@conversations.im
Sur deltachat: https://i.delta.chat/#F2EACE10C8C69DE92EE5B72B308C75A6FA0B3479&i=AXCOWs9ZS0ZlgudzJAm8ERqz&s=WZ2khNFSyDdAW-N3yjqQTnTK&a=phj2so4ey%40nine.testrun.org&n=Invite (si vous n’êtes pas du spam je vous ajouterai à mon vrai compte)
- Comment on [META] Should [AIP] also apply for projects not from the author ? 9 hours ago:
Just like the discussion last time on this - every user will not be able to be a forensically review.
I didn’t see it ! Sorry about that.
Just like the discussion last time on this - every user will not be able to be a forensically review.
AGENTS.md in a repository are used to guide development. The very file talks about using typescript; you don’t need typescript to use the app do you ?
So if you’d like to propose this
I was just asking for a precision, but that’s because I didn’t check archives enough
And I don’t see any option for how this could be realistically implemented.
I see at least one: if the project doesn’t have a clear no-ai policy, then assume it is AIP. But that’s not my proposition at the moment.
- Comment on [META] Should [AIP] also apply for projects not from the author ? 12 hours ago:
My personal recommendation is going through https://slopscan.ava.pet/ . It’s a simple analyzer, surfaces files and commits. It’s of course not perfect.
- Submitted 21 hours ago to selfhosted@lemmy.world | 11 comments
- Comment on Looking to move from Caddy 3 days ago:
This list https://noai.starlightnet.work/list.html has a long list of projects explicitly rejecting AI and there are some in there I would place in the “big and mature” bucket
- Comment on Home server on old android phones? 5 days ago:
I think it’s a very good idea for reusing old, unused phones and make them useful again. No need to buy a phone for that.
This is the point where having a 24/7 up server is not the smartest thing to do and a device that is sometimes turned off is fine
- Comment on Software for Syncing files between storages (Linux) 1 week ago:
Be aware that if you have a single machine syncthing won’t work.
Use any software that can do software merging, like meld, it does the job
- Comment on New Jersey legalizes plug-in solar panels that could trim up to $50 from monthly 1 week ago:
But that’s your personal system, not the one the topic is about
- Comment on [Question] Public-facing Wiki 2 weeks ago:
If you’re not going to have many editors, don’t hesitate to look at https://feather.wiki/ . It’s a single-file wiki with everything embedded, so to modify it you actually do your changes then get the new index.html that you can push back to the hosting place. No server-side process, no scaling issues, SEO-friendly, portable, backupable, etc…
- Comment on [Question] Public-facing Wiki 2 weeks ago:
This means your pages would retain the classic wiki change log, so that it can all be generated from a Git repo that’s small enough to keep on a floppy disk.
That already exists: https://ikiwiki.info/ . It is by default a bit more raw than dokuwiki but does the same thing in the end.
- Comment on [Question] Public-facing Wiki 2 weeks ago:
fossil is made by actual engineers, maybe we should follow that path
- Comment on DigitalOcean contributes 3 million and joins the Omacom (Omarchy) Foundation 2 weeks ago:
When capitalism can’t find a new way to grow and is challenged by dominees, it funds fascism as an investment towards to guarantee their dominance
- Comment on What is your cloud backup solution? 3 weeks ago:
I have a vps I use for other stuff, and put syncthing on it. My files are replicated between it, my computer and my phone. On the vps I activated the setting to store old versions
For photos I use hetzner’s storage share, a nextcloud offering. Photos are browsable with nextcloud’s “memories” app, really useful.
I don’t really believe in “backups”, ie a full copy of the content in another format that is unusable unless you run it through a special restoring process. If the files are being copied, why not make it useful ? Syncthing makes it so all environments are equally usable, and the versioning prevents mistakes. There is no restore phase: the files are already usable.
I really think we need to move our thinking away from the one-machine-with-copies mindset, and architecture our usages around multiple-machines-by-default. If the goal of backups is resiliency, a syncthing clusters achieves that.
- Comment on World's first 4,000-meter airborne wind turbine tested by China — its 747-sized helium blimp generates megawatt power from high-altitude winds 4 weeks ago:
Wait, China is an enemy now ? The West is historically responsible for climate change and its continued existence, how is it (and the US) not the enemy ? Are we going to solve anything if we still think in terms of good guys/bad guys ? I don’t think that’s a point of view that makes sense in a solarpunk space. I’m surprised to see that here.
- Comment on World's first 4,000-meter airborne wind turbine tested by China — its 747-sized helium blimp generates megawatt power from high-altitude winds 4 weeks ago:
Why embargo it ? What does it accomplish ?
- Comment on Emerging economies are skipping the fossil fuel detour 5 weeks ago:
I love this graph though
- Comment on A solar powered website that goes offline when there's no power 5 weeks ago:
garage is a software project made for communal home hosting. Tech literates will talk about its S3 API but that’s the least interesting part: the most interesting is that it has been purposely built to be hosted on (actual) commodity hardware like second-hand nucs, running on flaky home power and internet and linked together through usual isps. Nodes may come up and down but the cluster withstands all of that.
Garage would be a pretty nice project to run a solar-powered mini-cluster. If sufficiently far from each other, you could even run without polluting batteries !
- Comment on sneakerweb 2 months ago:
This is really nice, but I don’t understand what the willow part really brings, unfortunately
- Comment on Immich vs Ente ? 2 months ago:
rsync and rclone are two different projects
- Comment on Shareable markdown directories 2 months ago:
The hosting part is, indeed, a technical part but a tool like copyparty can help here:
https://github.com/9001/copyparty/blob/hovudstraum/README.md#markdown-viewer
It runs everywhere, is just a single file you double-click to open and browse from your browser. Makdown files are automatically rendered. You can upload a bunch of files directly, or just send them by mail and put them in a directory served by copyparty
- Comment on Shareable markdown directories 2 months ago:
That’s basically what gopher is: a capsule of hierarchically ordered documents, easily browsable thanks to a normalized interface
https://en.wikipedia.org/wiki/Gopher_(protocol)
The web is one of its spiritual successor and is plenty usable to share text files. Most if not all software can generate indexes of content in a directory.
wgetand friends can be used to retrieve the whole archive. If you generate html files you can then style them independently of the content.