#mastodondev — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #mastodondev, aggregated by home.social.
-
Programar Arduino no requiere IDEs pesados. La verdadera potencia está en la terminal: Vim + Arduino CLI ⚡🤖
Con Vim editas a máxima velocidad sin soltar el teclado, y con arduino-cli compilas y subes tu código a la placa en segundos con un simple comando o script.
Flujo ligero, modular, sin distracciones y con control total de tus proyectos embebidos.
#Arduino #ArduinoCLI #Vim #EmbeddedSystems #Maker #DevTools #CLI #MastodonDev
-
El fin de Windsurf demuestra lo volátil que es el software comercial de IA. 📉
Cognition compró Codeium/Windsurf solo para absorber su tecnología, matar el IDE y redirigir a todos a Devin Desktop. En meses, un producto estrella desapareció tras un movimiento corporativo.
Por eso la terminal, el Open Source y Vim nunca mueren: tú controlas tu entorno. 💻
#Windsurf #Devin #AI #DevTools #OpenSource #Vim #SoftwareDevelopment #MastodonDev
-
OpenCode revoluciona la programación con su agente IA open-source para terminal y soporte multimodelo. 🤖💻
Sus alternativas clave:
⚡ Claude Code: Agilidad oficial de Anthropic en CLI
🐍 Aider: Potencia open-source para terminal y Git
⚙️ Cline: Agente autónomo integrado en VS Code
🚀 Cursor: El IDE con IA más avanzado y fluido
#OpenCode #AI #DevTools #OpenSource #Claude #Coding #MastodonDev
-
¿Conoces OpenCode? Es la gran alternativa open-source a Aider para programar desde la terminal. 💻
Destaca por su interfaz visual interactiva (TUI), integración con LSP para entender a fondo lenguajes como TypeScript o Rust, y agentes que ejecutan tareas en paralelo para solucionar bugs complejos. ¡Máxima eficiencia en tu consola! 🚀
#OpenCode #AI #Programacion #Coding #OpenSource #DevTools #InteligenciaArtificial #MastodonDev
-
¿Conoces Aider? Es un asistente de programación por IA que funciona directo en tu terminal. 💻
A diferencia de otros, actúa como un verdadero "pair programmer": edita tus archivos locales en lenguaje natural, mapea todo tu repositorio para entender el contexto y, lo mejor de todo, hace commits automáticos en Git con cada cambio exitoso. 🚀
#Aider #AI #Programacion #Coding #OpenSource #Git #DevTools #InteligenciaArtificial #MastodonDev
-
RE: https://eigenmagic.net/@arichtman/116656431342256111
...or did starter packs ship and I'm in one? Official blog said it's called "collections" and will target 4.6, which .social is running nightly
-
picogram64 v0.4.2 is out!
I've been working on making our tiny #picotron social network feel more alive. This update is all about creative control and style.
- Preview before you post
- One-click sprite downloads (opt-in!)
- Opaque vs Transparent toggle
- And more...Come build this micro-community with us! 128x222px of pure fun :))
#Picogram64 #GameDev #CreativeCoding #MastodonDev #SmallWeb #Podnet
-
Hi everyone 👋
I’m the creator of an open-source project: https://zoomment.com/
The project already has users and I’m actively maintaining and improving it. I really enjoy working on it and would love to invest much more time into development.
The challenge is that I also need to earn money to make that possible.
I’m curious if anyone here has experience turning an open-source project into something sustainable financially.
What models worked for you? (donations, hosted version, paid features, consulting, sponsorships, etc.)Any advice, examples, or suggestions would be really appreciated 🙏
#opensource #openSourceSoftware #indieDev #buildInPublic #softwareDevelopment #webdev #programming #developers #coding #javascript #reactjs #nextjs #startups #entrepreneurship #indieHacker #selfhosted #saas #founderLife #techCommunity #foss #mastodonDev
-
Local-Only File Encryption with JavaScript.
I've been exploring the #WebCryptoAPI and I'm impressed!
When combined with the #FileSystemAPI, it offers a seemingly secure way to #encrypt and #store files directly on your device. Think #localstorage, but with #encryption!
I know #webapps can have #security vulnerabilities since the code is served over the web, so I've #OpenSourced my demo! You can check it out, and it should even work if #selfhosted on #GitHubPages.
Live Demo: https://dim.positive-intentions.com/?path=/story/usefs--encrypted-demo
Demo Code: https://github.com/positive-intentions/dim/blob/staging/src/stories/05-Hooks-useFS.stories.js
About the Dim framework:
https://positive-intentions.com/docs/category/dimIMPORTANT NOTES (PLEASE READ!):
* This is NOT a product. It's for #testing and #demonstration purposes only.
* It has NOT been reviewed or audited. Do NOT use for sensitive data.
* The password encryption currently uses a hardcoded password. This is for demonstration, not security.
* This is NOT meant to replace robust solutions like #VeraCrypt. It's just a #proofofconcept to show what's possible with #browser #APIs.#Encryption #Cryptography #JavaScript #Frontend #Privacy #Security #WebDevelopment #Coding #Developer #Tech #FOSS #OpenSource #GitHub #MastodonDev #Programming #WebStandards #FileSystem #WebAPI #ProofOfConcept
-
Solved a stubborn ESP32-S3 SD startup issue: card would intermittently fail mount until physical reinsert. Root fix was forcing SPI chip-select lines HIGH immediately at boot (before delays/peripheral init), then proceeding with PMU/SD init. This prevented SD from seeing unintended SPI traffic during startup and stabilized RESET/POWER cycle behavior. We have a solid SD card facility for the T-Beam... getting closer.
#ESP32 #Embedded #Firmware #SDCard #SPI #Arduino #IoT #Debugging #MastodonDev
-
I want to make a simple choose-your-own-adventure type bot in mastodon with Ink and node.js. I have no experience using node at all.
I'm playing around with the masto.js module, but the docs are a bit over my head. Any tutorials out there I can use?
-
Immer wieder verpassen User*innen hier, dass neue Features in Mastodon eingebaut wurden und sie ihre Einstellungen anpassen sollten, um davon zu profitieren.
Ich habe ein Issue geöffnet, um anzuregen, dass Mastodon für Updates mit neuen Features den Instanz-Admins einen Entwurf für eine Server-Ankündigung mit den wichtigsten Inhalten zur Verfügung stellt:
https://github.com/mastodon/mastodon/issues/36207
#MastoAdmin #Mastodon #MastoDev #MastodonDev #MastodonFeatures #QuotePosts
-
There's a renewed conversation around the lack of options for migrating post history when you move to a new Mastodon server.
And seeing a few people mentioning how this can be a reason for folks to give up on the fediverse when their server shuts down, I hope the Mastodon team will prioritize this.
-
File Encryption with JavaScript.
I've been exploring the #WebCryptoAPI and I'm impressed!
When combined with the #FileSystemAPI, it offers a seemingly secure way to #encrypt and #store files directly on your device. Think #localstorage, but with #encryption!
I know #webapps can have #security vulnerabilities since the code is served over the web, so I've #OpenSourced my demo! You can check it out, and it should even work if #selfhosted on #GitHubPages.
Live Demo: https://dim.positive-intentions.com/?path=/story/usefs--encrypted-demo
Demo Code: https://github.com/positive-intentions/dim/blob/staging/src/stories/05-Hooks-useFS.stories.js
About the Dim framework:
https://positive-intentions.com/docs/category/dimIMPORTANT NOTES (PLEASE READ!):
* This is NOT a product. It's for #testing and #demonstration purposes only.
* It has NOT been reviewed or audited. Do NOT use for sensitive data.
* The "password encryption" currently uses a hardcoded password. This is for demonstration, not security.
* This is NOT meant to replace robust solutions like #VeraCrypt. It's just a #proofofconcept to show what's possible with #browser #APIs.#Encryption #Cryptography #JavaScript #Frontend #Privacy #Security #WebDevelopment #Coding #Developer #Tech #FOSS #OpenSource #GitHub #MastodonDev #Programming #WebStandards #FileSystem #WebAPI #ProofOfConcept
-
File encryption with a browser.
I've been exploring the #WebCryptoAPI and I'm impressed!
When combined with the #FileSystemAPI, it offers a seemingly secure way to #encrypt and #store files directly on your device. Think #localstorage, but with #encryption!
I know #webapps can have #security vulnerabilities since the code is served over the web, so I've #OpenSourced my demo! You can check it out, and it should even work if #selfhosted on #GitHubPages.
Live Demo: https://dim.positive-intentions.com/?path=/story/usefs--encrypted-demo
Demo Code: https://github.com/positive-intentions/dim/blob/staging/src/stories/05-Hooks-useFS.stories.js
Hook Code: https://github.com/positive-intentions/dim/blob/staging/src/hooks/useFS.js
IMPORTANT NOTES (PLEASE READ!):
* This is NOT a product. It's for #testing and #demonstration purposes only.
* It has NOT been reviewed or audited. Do NOT use for sensitive data.
* The "password encryption" currently uses a hardcoded password. This is for demonstration, not security.
* This is NOT meant to replace robust solutions like #VeraCrypt. It's just a #proofofconcept to show what's possible with #browser #APIs.#Encryption #Cryptography #JavaScript #Frontend #Privacy #Security #WebDevelopment #Coding #Developer #Tech #FOSS #OpenSource #GitHub #MastodonDev #Programming #WebStandards #FileSystem #WebAPI #ProofOfConcept
-
I'm feeling a bit stuck and could use some help. The situation is a bit messy because more than half of my followers are still on my Mastodon account, while the rest are here. The migration process seems to have hit a snag and isn't progressing like it should. On top of that, the feature to import the list of accounts I follow isn't working correctly. I've been trying to follow over 5,000 accounts, but Akkoma has only imported around 3,000. This discrepancy is pretty big and quite frustrating.
After giving it some thought, I believe the main issue lies with Akkoma. If anyone has any tips or insights, I'd really appreciate it!
Edit: Akkoma shows an error when I try to import the csv file: Didn't receive timely response from the upstream server.
#akkoma #mastodon #fediverse #migration #pleroma #help #fedi #askfedi #mastodondev #mastodev #boost -
🧩 Building a Fediverse bridge for my OSSN-based network.
✅ Posts with hashtags are published to the Fediverse
✅ Likes, Follows and Boosts are correctly received and logged
✅ Signature verification is implemented (HTTP Signatures using publicKeyPem from actor URLs)
❌ Replies don’t thread.Mastodon sends a valid inReplyTo, we log the like, follow, boost. but no Reply on the post
Any ideas?
#ActivityPub #FediverseDev #MastodonDev -
Whenever I schedule a post on Mastodon, I feel two emotions.
Gratitude that FediPlan exists: https://plan.fedilab.app/
Annoyance that Mastodon still does not have UI for using its own scheduled post API: https://github.com/mastodon/mastodon/issues/10088
-
Looking for a Next.js template for restaurant booking & online ordering? 🍽️🚀
Fct Project offers:
✔️ User Registration
✔️ Menu Management
✔️ Order Processing
✔️ Payment IntegrationPerfect for your next project! Get it here:
https://getnextjsthemes.com/product/fct-project#Nextjs #OpenSource #RestaurantTech #WebDev #MastodonDev #NextJsThemes #LandingPage #Templates #nextjstemplates #WebDevelopment #Frontend #coding #webdesign
-
UPDATE: I figured it out here https://gardenstate.social/@stefan/113974481967986929
I wish I could share a link to my profile filtered on a hashtag
I wish I could share a link to a hashtag and filter it to local instance posts only.
-
UPDATE: I figured it out here https://gardenstate.social/@stefan/113974481967986929
This one line of code seems to suggest to me that mastodon has an rss feed for hashtags for your account.... but I don't think that is true? I wish I knew ruby better.
-
According to #feditips regular mastodon supports displaying rich text. But it doesn't say what kind of rich text. Can someone tell me what this is? Simple HTML? Markdown and LaTeX are specifically called out as non-standard.
Whatever formatting is allowed... does it count towards the post character limit size? #mastodondev
https://fedi.tips/is-mastodon-compatible-with-rich-text-formatting-such-as-markdown/
-
Would anybody like to meet and 💬 chat with some :ruby: #ruby and #rails folks at the #38c3? 👀
How about 🗓️ today (29.12.) 18:30 at the ✨🚀 fairy dust?
#chaoscommunicationcongress #chaoscomputerclub #rubylang #rubyonrails #crystallang #mastodondev
-
OK, using Mastodon.py I now have a basic Django app with login and logout.
I enter my Fedi ID, and tech.lgbt asks me to "approve" my web application before giving it an auth token. Then my web app pulls out and displays some non-public information (the accounts I've blocked). Logging out revokes the auth token from the server, and clears the session.
What I don't understand is why my Django app is not listed under "your applications" in my profile, nor why I have to re-authorise the application every time. I'm storing and reusing the
client_idandclient_secretsent by the server on app registration. Anybody got any clues why this is?ETA: A couple of things I've ruled out - I'm using a FQDN and HTTPS (i.e. my callback URI looks like
https://dev.mydomain:8443/)cc: @halcy
-
@MastodonEngineering "Once 4.3 is branched out and in Release Candidate, we will focus on specification work for Quote Posts.
We are also starting brainstorming around block list improvements. We did some preliminary work on this in 4.3, and we expect this to be one of the big features for 4.4"
-
Have you ever wondered what it is like consuming data from the mastodon.social local streaming (HTTP SSE) API‽
Here is a raw video.
Some times during the day it is faster than others.
#Fediverse #Mastodon #MastodonAPI #MastodonDev #MastodonStreaming
-
Now that I'm thinking about it: How difficult would it be to add this myself? The actual change itself is trivial (just modifying a couple files a bit – nothing more than what I already did on my own instance), but how difficult is it to get it to the official Mastodon version? What is the usual procedure? Is there any chance it would work?
-
I see some conversations again about how Mastodon Link Previews work. Here’s my research on that topic from last year.