soc.octade.net is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.
𝐋𝐞𝐚𝐫𝐧 𝐭𝐨 𝐂𝐨𝐝𝐞 𝐚𝐭 𝐎𝐮𝐫 𝐏𝐲𝐭𝐡𝐨𝐧 𝐟𝐨𝐫 𝐁𝐞𝐠𝐢𝐧𝐧𝐞𝐫𝐬 𝐖𝐨𝐫𝐤𝐬𝐡𝐨𝐩
We’re excited to invite you to our Software Carpentry 𝐏𝐲𝐭𝐡𝐨𝐧: 𝐂𝐨𝐝𝐢𝐧𝐠 𝐟𝐨𝐫 𝐁𝐞𝐠𝐢𝐧𝐧𝐞𝐫𝐬 workshop in partnership with Instats!
Taught by certified Carpentries Instructors, our Python workshop is an introduction to programming for those with little or no previous experience.
Welcoming, hands-on and interactive, this workshop teaches the fundamentals of Python, preparing learners to:
✅ Automate repetitive tasks to process data efficiently
✅ Use conditionals to initiate code
✅ Write functions to perform tasks
✅ Create plots (visual representations of data) to recognise trends, patterns, and relationships within datasets.
𝐖𝐨𝐫𝐤𝐬𝐡𝐨𝐩 𝐃𝐞𝐭𝐚𝐢𝐥𝐬:
🗓️ Dates: 21-22 July, 2026
🕰️ Time: 11:00 am - 3:00 pm North American Eastern Time (UTC -4) (Check the time in your location)
💻 Location: Zoom via Instats
Interested in learning more? Please use the following link to find costs, full details, and to register:
https://instats.org/seminar/hands-on-python-for-beginners
We can’t wait to learn with you!
#Carpentries #CarpentriesCommunity #CarpentriesWorkshops #Python
I was told about this blog site, a couple of weeks ago. There are interesting pages listed here
The subjects vary in the manner as seen in the first page (check the screencaps)
## What I really like about this place, is that it loads blazingly fast
I also love the fact that you can use browsers in your,
* bash
* csh
* ksh
* zsh
* sh
* fish
* without any bloat just like browsing should be, everywhere
https://rldane.space/junited-2026.html
Thank you @rl_dane
#Blog #site #fast #HTML #great #cool #sweet #nice #programming #Python
🎉 Lectern v0.1.0 is out — Markdown-to-slides CLI.
Assemble Markdown (transclusion, #1-3 ranges, partials) into one deck, render
via reveal.js, live-reload preview, and vector PDF handouts with speaker
notes.
📊 Embed live D3.js & WebGL as isolated pages — auto-captured to a still frame
for PDF.
♿ Accessibility built in: a11y audit, tagged PDF, forced-colors.
pip install lectern-slides
📦 https://pypi.org/project/lectern-slides/
🏷️ https://github.com/bsletten/lectern-slides/releases/tag/v0.1.0
I'm looking for work, please boost!
I'm a senior software engineer with 35 years of experience. I've worked across an unusually wide range of domains: mobile game backends, privacy-preserving data platforms, high-throughput COVID testing infrastructure, email and account systems, e-payment processing, job marketplace systems, and bioinformatics. I pick up new domains quickly and have a track record of doing it repeatedly. I understand how to turn business needs into engineering requirements.
I've worked remotely since the 1990s and can operate with minimal supervision. I don't need hand-holding to find the right problem to solve. Several of my most valued projects were self-directed: I identified the need, built the thing, and shipped it.
Some of the technologies I'm familiar with include: Python, Perl, TypeScript/JavaScript, Haskell, Go, C, Java. Postgres, MySQL, SQLite. Flask, SQLAlchemy. AWS (Lambda, S3, RDS, SQS, EC2). Docker, Git. Github and Gitlab.
I've also repeatedly picked up new languages and stacks as needed: Haskell for differential privacy research, TypeScript for a 24/7 AWS Lambda system, Flask for my most recent employer. I've become productive with new systems over and over, and I can do it quickly.
I'm also a published author (Higher-Order Perl, Morgan Kaufmann), longtime blogger, and conference speaker with a reputation for making complex ideas clear.
My résumé is at https://plover.com/~mjd/cv/Mark%20Jason%20Dominus.pdf
mjd@pobox.com
Thanks for your attention!
#OpenToWork #remoteWork #softwareEngineering #Python #backend #hiring
Release candidate 10.8.5.rc4 of passagemath, the comprehensive #OpenSource mathematics system in #Python, the pip-installable modularized portable compatible full-featured fork of #SageMath. passagemath-msolve wheels now ship #msolve version 0.9.5 and are more portable. github.com/passagemath/...
4 years, 65 versions, and now iroh 1.0. Here's to the next chapter and stability: a wire protocol you can depend on, with plenty of incremental features on the roadmap.
Dial keys, stay connected.
Release candidate 10.8.5.rc3 of passagemath, the comprehensive #OpenSource mathematics system in #Python, the pip-installable modularized portable compatible full-featured fork of #SageMath. Updates #Macaulay2 to version 1.26.06. github.com/passagemath/...
Soy tan viejo que me acuerdo de cuando este era el logo de Python. El de ahora es mucho más formal, pero estoy seguro de que esta simpática serpiente nunca ayudaría a crear la IA ni a hacer nada malo. ¡Con ella, programar era todo diversión!
I built pagevault, a tool that turns any file into a self-contained encrypted HTML page. PDFs, images, whole websites, encrypted into a single .html you can email or host anywhere. Decrypts in the browser via Web Crypto API, no backend needed.
Chunked encryption handles 100+ MB files without choking the browser. Each chunk gets its own script tag, decrypted sequentially, then removed from the DOM for GC.