From: blenderdumbass . org

This article is published on a website which is powered by BDServer. And I'm trying to make this website support ActivityPub, so you could for example, subscribe to me from your Mastodon account. Yet it is easier said than done.

If you have any experience with ActivityPub, web-development or Python, please consider helping me. We have BDServ...

Read: https://blenderdumbass.org/articles/please_help_me_with_activity_pub

#activitypub #fediverse #mastodon #bdserver #python #programming #webdev #federation #API

jbz
jbz boosted

💎 Brut: A New Web Framework for Ruby

「 Brut aims to be a simple, yet fully-featured web framework for Ruby. It's different than other Ruby web frameworks. Brut has no controllers, verbs, or resources. You build pages, forms, and single-action handlers. You write HTML, which is generated on the server. You can write all the JavaScript and CSS you want 」

https://naildrivin5.com/blog/2025/07/08/brut-a-new-web-framework-for-ruby.html

#brut #ruby #webdev

Reposting with hashtags.

We may be looking for a Shopify contract developer to help us with an upcoming project. We're looking for someone who knows:

• Shopify configuration and administration
• Shopify theme development
• Shopify JavaScript API development
• JavaScript development (non-Shopify)
• Familiarity with Shopify web hooks
• XML creation using data retrieved from Shopify APIs

If that’s you or you know someone, please let me know.

#FediHire#JobSearch #Shopify#WebDev #ShopifyDev

URGENT boost_request $165/700 DUE TOMORROW

please help my friend albi! ey are a queer, agender, polyamorous blogger, streamer, & webringer. ey need to keep the insurance on eir car. ey've been struggling with eir payments after totaling eir old car. anything helps!

- CashApp: $LeeOfTheHedge
- https://ko-fi.com/leeofthehedge
- https://paypal.me/LeeOfTheHedge

@mutualaid @blackfedi#BlackMutualAid#QueerMutualAid#TransMutualAid#MutualAid #MutualAidRequest #queerCrowdfund#transCrowdfund #crowdfund #fundraiser #queer#LGBTQIA#LGBT#LGBTQ #agender #polyamory #webRing #blog#smallWeb #web #writing #web #web2 #webDev #blogging #neocities#koFi #twitch #peertube

A neat #webdev trick I really need to use more is #Firefox USB debugging + scrcpy to debug a website on a Android phone.

A screen capture of a Linux desktop where an Android phone’s screen is mirrored via scrcpy. On the left, Firefox Developer Tools’ “about:debugging” tab lists the connected device. On the right, scrcpy a mobile browser pointed at a local dev server. I click “Inspect Tab” in the Firefox debugger, and then uses Firefox’s element picker directly on the screencopy mirrored display to select an element in the page. That element is highlighted in the Firefox inspector, and its CSS is live-edited—changing the background color to red—to demonstrate real-time debugging and styling on the Android device.
A screen capture of a Linux desktop where an Android phone’s screen is mirrored via scrcpy. On the left, Firefox Developer Tools’ “about:debugging” tab lists the connected device. On the right, scrcpy a mobile browser pointed at a local dev server. I click “Inspect Tab” in the Firefox debugger, and then uses Firefox’s element picker directly on the screencopy mirrored display to select an element in the page. That element is highlighted in the Firefox inspector, and its CSS is live-edited—changing the background color to red—to demonstrate real-time debugging and styling on the Android device.

As you probably heard animated PNG images (APNG) have been standardized! So here's a story on how I used an APNG file to cut a phone's power consumption by 10 times in a common scenario during the weeks leading up to the launch of Firefox OS 1.0. We'll talk about webpage layout, rendering, mobile hardware intricacies, driver bugs and of course APNG files. 🧵 1/16

https://social.linux.pizza/@knurd42/114743763415059021

#FirefoxOS#PNG

@gabrielesvelto I still remember #FirefoxOS and I'm still mad at @Mozilla / @mozilla_support / #Mozilla for self-sabotaging because neither me nor @fuchsiii nor anyone else I knew who did #WebDev / #AppDev / #MobileDev could even buy a device.
  • The only device that I was aware of launched in the #EU was a #SimLock'd & #NetLock'd #prepaid phone in #Spain which wouldn't sell it to us since they demanded #KYC with a spanish residency address.

I mean it's cool that one could just use #Firefox as #Emulator but no #mobile#OperatingSystem will have any chance of market attraction if one cannot buy the bloody thing!

  • Same like #OpenMoko: I'd love to get a #Neo1973 but none of the phone and electronic stores had it (and back then I was under 16 so I couldn't just make an account at an online shop)…

Simple live reload for developing static sites

👉 https://leanrada.com/notes/simple-live-reload/

The lede is well and truly buried: this is live reload using 39 lines of client-side JS! It will work with anything server-side. This pretty much eliminates the need for ANY dev-time dependencies in many of my side projects 🥳

#webdev#JavaScript