[-] [email protected] 2 points 1 month ago* (last edited 1 month ago)

Two of our customers who were interested in SMS marketing or SMS WiFi login are on some tourist heaven islands and Twilio is expensive there so they used GoIP on their own as it's way cheaper to send local SMS there without the need to go outside to the continent.

[-] [email protected] 1 points 1 month ago
35
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
[-] [email protected] 2 points 9 months ago

% string formatting is still valid and used in Python 3. It's not removed or deprecated for now.

[-] [email protected] 1 points 9 months ago

Using a browser would be quite heavy, especially for one of those meme sites that handle a rather large flow of new content.

[-] [email protected] 1 points 9 months ago

It's not Python 2.

15
submitted 9 months ago by [email protected] to c/[email protected]

How to take a few images and create custom graphics with Pillow - memes, info-graphics, custom banners and the like.

17
submitted 9 months ago by [email protected] to c/[email protected]

Examples of how to use amateur astrophotography and machine vision USB cameras with Python (or IronPython sometimes).

[-] [email protected] 2 points 9 months ago

The thing is Google has a big search monopoly and they do like to have Search Console and Analytics plugged in for a website they are indexing.

[-] [email protected] 3 points 9 months ago

Not sure if monetization by ads will work no matter the source (aside from very aggressive and very clickbaity ads?). If you want some reliable monetization it would have to be some sort of sponsored cooperation, merchandise, or services.

[-] [email protected] 2 points 9 months ago

PHP seems to be getting a lot of positives lately, especially Laravel. Many years ago I moved from PHP to Python and Django to now also use a few other Python frameworks like Flask as well. On the frontend, I've used Ember.js for two big SPA dashboards and also Vue 3 for WebSockets and API-based dashboard. With the dashboards bias, I would not pick anything that doesn't have a good data layer :)

Recently I'm also into static site generators like Astro and 11ty which are kinds of frameworks that generate a static site but the effect can be quite lively edited website through various git based headless CMS systems.

[-] [email protected] 0 points 9 months ago

Why do you want to store them? I used socket.io in one app and I used channels to manage who gets what but disconnects/reconnects would happen often so I didn't use the connection directly, but emitting messages to clients currently subscribed to a given channel.

Agents log into the dashboard - connect and the server subscribes them to the "agents" channel to which ticket list items messages are emitted. Clicks on a ticket - that's a ticket_id unique channel to which he gets subscribed. Any disconnect/reconnect would create a new connection, the old one is dropped and the agent is once again subscribed to these channels based on where in the dashboard he is in.

5
submitted 9 months ago by [email protected] to c/[email protected]

SSG setup, image optimization, page load optimization, limiting the use and delaying JavaScript, and a few other tips and tricks.

riklaunim

joined 9 months ago