I think today's project is to take a #blink1 from #ThingM and wrap it with #python `queue.SimpleQueue` and `threading.Thread` to have a small #mqtt server that can control multiple devices.
Connecting talented developers with exciting opportunities. Find your next great hire or your dream job.
Hot Hire is a platform designed to connect talented developers with exciting opportunities. We believe that finding the right developer should be as easy as browsing through well-organized profiles.
Libre & gratis reverse job board.
@mindaslab <: are you the right contact?
#python #jobs #dev #hothire #jobboard #gratis #libre
Introductory post from my new GTS instance. Hello everyone! I've been on the fediverse about 3 years, at a couple of past accounts. My main interests are #linux, geek culture, #OpenSource, #coding, #Python, #DevOps, #infosec, #wildlife, #owls, #cats, #coffee, #hiking, #bikes, and the occasional #retro #game. Looking to meet new people. I'm a Cis male, #Canadian
#intro #introduction
๐ Behold, the latest miracle in machine learning: a magic wand that transforms boring old #Python into lightning-fast C99! ๐ Now you can impress your friends with a 336x speed boost in inference time โ as if anyone cares about classical ML models anymore. ๐ Just one command away from turning your dusty #GitHub into a tech dystopia. ๐น๏ธ
https://github.com/kossisoroyce/timber #machinelearning #C99 #speedboost #techdystopia #HackerNews #ngated
Timber โ Ollama for classical ML models, 336x faster than Python
https://github.com/kossisoroyce/timber
#HackerNews #Timber #Ollama #ClassicalML #336xFaster #Python #GitHub
Show HN: Timber โ Ollama for classical ML models, 336x faster than Python
https://github.com/kossisoroyce/timber
Yet another Conway's Game of Life with #numpy. Find the sketch-a-day archives and tip jar at: https://abav.lugaralgum.com/sketch-a-day
Code for this sketch at: https://github.com/villares/sketch-a-day/tree/main/2026/sketch_2026_03_01
#CellularAutomata #GoL #Conway #Processing #Python #py5 #CreativeCoding

It is possible to use Newton's algorithm to calculate a natural logarithm. Though it looks weird. EG
for G in range(3,100):
# Find good initial x
x = 0.0
n = G
while n >= e:
n = n/e
x+= 1
for bebop in range(200): # Newton's
x -=(e**x-G)/(x*20)
assert (int(e**x+0.1) ==G) # check it
I kind of wanted to just use x, the derivative of natural logs, as the divisor.๐ค Not sure why "x*20" works. #maths #Python
Brie Wensleydale (@SlipperyGem)
Comfy ์ฌ์ฉ์๋ค์ ์ํ 'wheel management' ๋๊ตฌ๋ฅผ Wildminder๊ฐ ๋ง๋ค์ด ์ค ๊ฒ์ ๋ํ ๊ฐ์ฌ ๋ฉ์์ง์ ๋๋ค. Comfy(ComfyUI๋ก ์ถ์ )์์ ๋ฒ๊ฑฐ๋ก์ ๋ ํ์ด์ฌ ํ (wheel) ๊ด๋ จ ๊ด๋ฆฌ ๋ฌธ์ ๊ฐ ํด๊ฒฐ๋ ๊ฐ๋ฅ์ฑ์ ์๋ฆฌ๋ฉฐ, Comfy portable ํ๊ฒฝ์์๋ ์ ๋์ํ๊ธธ ๊ธฐ๋ํ๋ค๋ ๋ด์ฉ์ ๋๋ค.
https://x.com/SlipperyGem/status/2028084807583027396
#comfy #comfyui #wildminder #python #packagemanagement
Python
Python is one of my favorite programming languages due to its terseness and amazing flexibility, and after decades using it I find it quite amusing that it is now the language of c(...)
#data #development #programming #python #science #scripting
https://taoofmac.com/space/dev/python?utm_content=atom&utm_source=mastodon&utm_medium=social

Ok, now that February has concluded, #Phoenix had 13 days over 80F this year. Tied for second with 1991.

Python Type Checker Comparison: Empty Container Inference https://lobste.rs/s/furd6t #plt #python
https://pyrefly.org/blog/container-inference-comparison/