#agregore β Public Fediverse posts
Live and recent posts from across the Fediverse tagged #agregore, aggregated by home.social.
-
New tutorial is out! Learn how you can scrape web pages and save them to a local p2p archive. Includes some code but also a guide on how to prompt the local LLM to generate code snippets to save time or if you're unsure how to do something.
-
Made another lil #agregore app today. This combines the web's SpeechSynthesis API with Agregore's LLM APIs to talk to a spooky LLM with it responding with a voice as well as text.
hyper://816idd9ddxq8asy68sya1y3du3nyipiszcr6tfyq66x47ha3jxuy/speak_ai.html
Make sure to set up Speech Syntehsis on your machine if it doesn't work initially. On linux I had to set up speech-dispatcher and espeak-ng. This should work fully offline, too!
-
Mozilla #pocket shutting down is exactly why we should be building on top of #p2p data trasfer foundations. Depending on cloud services means it's just a matter of *when* the service will shut down or make your usual flows inaccessible.
The thing is, with tools like #agregore it's way easier to make and distribute small apps that are local to your or your friend's devices.
-
Tried out the new #bare runtime on Android. Sadly I'm running into issues getting their native modules to load. Apparently there was a fix a few weeks ago but maybe I'm still missing some sort of update in the stack. π€· Hopefully I can get it working and get #hypercore into #agregore mobile before localfirstconf next month.
-
Tried out the new #bare runtime on Android. Sadly I'm running into issues getting their native modules to load. Apparently there was a fix a few weeks ago but maybe I'm still missing some sort of update in the stack. π€· Hopefully I can get it working and get #hypercore into #agregore mobile before localfirstconf next month.
-
Tried out the new #bare runtime on Android. Sadly I'm running into issues getting their native modules to load. Apparently there was a fix a few weeks ago but maybe I'm still missing some sort of update in the stack. π€· Hopefully I can get it working and get #hypercore into #agregore mobile before localfirstconf next month.
-
Tried out the new #bare runtime on Android. Sadly I'm running into issues getting their native modules to load. Apparently there was a fix a few weeks ago but maybe I'm still missing some sort of update in the stack. π€· Hopefully I can get it working and get #hypercore into #agregore mobile before localfirstconf next month.
-
Tried out the new #bare runtime on Android. Sadly I'm running into issues getting their native modules to load. Apparently there was a fix a few weeks ago but maybe I'm still missing some sort of update in the stack. π€· Hopefully I can get it working and get #hypercore into #agregore mobile before localfirstconf next month.
-
We've got a new release of #agregore with improvements to "reader mode" and a new "View history" page!
-
K, I'm gonna work on #agregore for a bit. Not sure what to prioritize since there's a lot of TODOs
Feel free to vote on anything you think I should focus on. OR link to the github issue in this thread.
-
Seems I'm on course for doing about 1.5 presentations a month for this year. :P This month is going to be a presentation on local AI in #agregore Next month I'm gonna do one about the fediverse and bsky and looking at how they work / comparing the structures. Hopefully my new graph visualization thing will get far enough that I can embed some in my talks.
-
Looks like #Agregore works fine on Windows 11. Now I'm also more prepared to debug issues if they arise :)
-
Fun observation about local #LLM setups. They're typically trained to do one shot responses to everything, e.g. generating an entire app in one go, but the smaller ones are too stupid to do this successfully and need to be coaxed into doing multi-shot generation. Half my prompt is effectively "Don't write the rest of the code yet, just do this small part for now".
But yeah I've got quen2.5-coder:7b generating lil web apps now from basic prompts for #agregore
-
Hey folks! I'll be doing an AMA about #Agregore and how it works with the #p2p #dweb on discord in about three hours.
feel free to join us here: https://discord.gg/bMZPGHmb?event=1158108698896510997
-
Hey folks! We've published our first round of #web #tutorials using #Agregore and #IPFS
Learn how to build your own development environment from scratch, or how to make a theme editor to customize the look and feel of Agregore and any compatible web apps.https://agregore.mauve.moe/blog/2023/07/demos-and-tutorials-first-round
-
Hey folks! Check out this post by Lindsay Walker on how you can host your blog on #P2P protocols using #DistributedPress and view it in #Brave or #Agregore
https://medium.com/@lindsay_walker/setting-up-a-website-on-the-distributed-web-7eae22594303
-
Also I'm glad I fixed up the renderer extension in #agregore finally.
Now I can just click around links to navigate linked data right from my browser.
-
Oh yeah I also did a live demo of making a site with #agregore :P
-
-
Lol, just had a bug where I wasn't able to trigger #agregore to download a file from #IPFS due to it being interpreted as a text file (it was a @webrecorder WACZ file).
To work around this I opened up the dev tools and set `document.body.innerHTML = '<a download href="ipfs://whatever/webarchive.wacz">Download</a>' which replaced the page with a link to trigger a download of the file.
Honestly, I wish all apps had a devtools feature so I could mess around with their guts.
-
Hello friends π It's been a week since we started announcing a series of interviews with project founders of dat-ecosystem.
Join the journey to sustainability with Agregore - the #p2p web browser from @mauve !
Here is a link to the interview π
https://blog.dat-ecosystem.org/meet-mauve/
#Agregore #Sustainability #LocalFirst #dat_ecosystem #dat #p2p
-
Even though my dev setup while docked on my #SteamDeck is pretty much the same as what I had on my NUC, the extra little screen has been nice for playing my shows and music player while I work.
Now if I only I had time to get this flatpak build working for #Agregore so I wouldn't lose my history every time the AppImage extracted. π€
-
I wish more folks I knew ran #Agregore or a similar p2p browser so that I could send them p2p archives of web articles instead of raw links so that they could skip the paywall and adblocking bits on their end. π€
-
Hey folks! The 2.0.0 release of #Agregore has been tagged and compiled! This features fixes for #MacOS, an upgraded #Hypercore-Protocol, and better support for #Gemini when loading it from #p2p protocols. This also involves an upgrade of Electron to 23 and an overhaul to using ESM for the #JavaScript back ends.
Download it and check it out for yourself!
https://github.com/AgregoreWeb/agregore-browser/releases/tag/v2.0.0
-
My brain is kinda exhausted from first wrestling with Linux and Ansible automation, and then wrestling with JavaScript type hell in trying to get some p2p libraries to work.
Gonna decompress before bed by live-coding a lil #p2p #gemini #microblog in #agregore with some basic #JavaScript and #HTML
So if you haven't yet, try installing the latest pre-release of Agregore and follow along.
https://github.com/AgregoreWeb/agregore-browser/releases/tag/v2.0.0-12
-
Just published this talk about my vision for Holistic Local-First Sofrware and the parts that can be brought together to make it real.
-
Taking a small step back, and I really think I'd love to work on #Agregore full time. I like the other projects I'm working on right now, but they just don't spark joy in the same way.
-
By the way, we've got new docs up on how to use the #IPFS protocol handlers in #Agregore which you can check out here: https://agregore.mauve.moe/docs/ipfs-protocol-handlers
All you need to get started is to install Agregore and open up the Dev Tools.
-
Hey folks! We've published our announcement blog post for the devgrant we've started to work on to add some tutorials and example apps to the Agregore website. You can read more about it here: https://agregore.mauve.moe/blog/2023/01/demos-and-tutorials-announcement
-
Is it possible to host a #Mastodon #server using a distributed #p2p system?
#Dat #DatEcosystem #Hypercore #HypercoreProtocol #Agregore #Beaker #DatDot