Thank you @Discordian Still got a long way to go but i like the new RDF bookmarking system, you search for content and it’s graphed as RDF on-the-fly, and can be queried from the address bar.
Actually the code is already there to make a live distributed search system (what you search is broadcasted live to other peers) but not sure that’s something most people would want. When you bookmark something you can store it in a “public” graph and all peers will instantly receive it.
I pin a lot of assets to Pinata and i have a custom Pinata gateway. I used to pin the AppImages and other installers there and i’ll reactivate that very soon (actually maybe tomorrow), when it’s pinned i’ll reply here.
There are also many different packages that are built via GitLab CI (for example the hashmarks RDF dataset), and they are pinned to IPFS. This would also be worth pinning and doesn’t weigh much, i’ll post here a link to a script that collects all the asset CIDs.
Most needed right now is to test it (especially the ens:// URL scheme and the ipfs-search UI) and reporting bugs.
Actually the AppImage and the DMG only contain the basic python environment (miniconda3 and the base python requirements) The rest of the galacteek python wheels are pulled/updated when you run the image. So these images (AppImage and DMG) very rarely need to be updated (only when there’s a major Qt update) that’s why it’s good to pin them.
There’s now support in galacteek for building dwebsites with hugo (static website generator), using pyramids. Only tested on linux, but in theory should work on all platforms.
[0.6.3] - 2023-03-14
Added
Support for building websites with hugo (a static website generator)
New dialog to automatically download and install hugo (extended version)
Support for changing the hugo theme from a list of standalone themes
Pyramids
Add a menu action to copy the pyramid’s URL using one of the public IPFS HTTP gateways
Add a menu action to pin the pyramid’s content locally or to a remote IPFS pinning service
Changed
Text editor: flash the pyramid drop button after a modification to a file is made