Luis Norambuena
Python / Django developer
Aspiring rustacean
- 56 Posts
- 12 Comments
Luis Norambuena@programming.devOPMto
Python@programming.dev•Profiling slow imports in PythonEnglish
4·10 months agoLOL! It’s a blogging platform called Bear Blog: https://bearblog.dev/
Luis Norambuena@programming.devMto
Python@programming.dev•Python 3.14 Lands A New Interpreter With 3~30% Faster Python Code
2·10 months agoIt goes from 3% slower to 30% faster.
Luis Norambuena@programming.devto
Linux@lemmy.ml•Is there an Ubuntu variant these days that works on 32-bit?
9·1 year agoMX Linux is a nice Debian based distro that still supports 32-bit. Or you could use just Debian.
Python 3.14 Release Schedule: https://peps.python.org/pep-0745/
3.14.0 final: Wednesday, 2025-10-01
Luis Norambuena@programming.devto
Linux@lemmy.ml•Can You Use Raspberry Pi 5 as a Desktop Computer?
7·2 years agoI own two Raspberries 1, a Raspberry 4 8GB and a Raspberry 5 8GB. I wouldn’t recommend the 4 as a full-fledged desktop replacement, but the 5 has been very smooth so far.
I’m currently using the latest Raspberry Pi OS Lite and installed KDE on top.
Luis Norambuena@programming.devMto
Python@programming.dev•Communication between Raspberry Pis on different networksEnglish
1·2 years agoA VPN would be my first choice. ZeroTier works like a charm on the RPis. I’ve shared even SQLite databases over Samba over Zerotier among a bunch of RPis daily for a couple of years without a hitch.
Luis Norambuena@programming.devto
Linux@lemmy.ml•I'm working on a distro recommendation flowchart/ list for newcomers and need your input please! (Post is not only this picture btw and is mainly text)English
31·2 years agoMy own example. I still have an ancient netbook lying around. It runs on an Intel Atom N270, which is only 32bit / i386. It came with Windows XP and I quickly switched to Mint, when it was still supporting 32bit.
I think the last Ubuntu release supporting i386 was 18.04 (around 2018) and all other distros started to drop i386 support after that.
AFAIK Debian is the only major distro still fully supporting i386. And a Debian based distro that still supports i386 is MX Linux. My ancient and crappy netbook is running MX Linux right now.
My ‘weird’ example. I have a Raspberry 5! It’s ARM and very new. It runs its own distro, Raspberry Pi OS (Debian based), and Ubuntu does also fully support it. Right now if you try some other distro, it probably won’t even boot unless you start tinkering a lot with it.
So Debian is definitively a choice for very old hardware. And the odd ARM SoC has usually at least some custom Ubuntu build that runs with it.
Luis Norambuena@programming.devMto
Python@programming.dev•Memray: the endgame memory profilerEnglish
3·2 years agoTalkPython episode about Memray: https://talkpython.fm/episodes/show/425/memray-the-endgame-python-memory-profiler
Luis Norambuena@programming.devMto
Python@programming.dev•Is there any way to run a Python GTK3 apps on Windows? [Solved]
2·2 years agoPyQT / PySide are huge, but they have been very good in my experience coding cross platform desktop programs. macOS, Windows and Linux (even on ARM) are very well supported.
I use VSCode for coding, but if it’s a small script or pure text files, then I use Geany.
I’ve been following this project for a while and it’s great. They are just not great at promoting it.
















What team? He wrote he was the only one working on Nova for the past year.