Skip Navigation
Can You Use Raspberry Pi 5 as a Desktop Computer?
  • I 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.

  • Cheap, but reliable SSDs?
  • I was lucky then with the 4 A400 I'm still using. I also have 3 BX500 that have been very reliable.

  • Cheap, but reliable SSDs?
  • Kingston A400s and Crucial BXs have been very good as cheap SSDs in my experience.

  • Communication between Raspberry Pis on different networks
  • A 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.

  • Choosing the Right Python and Django Versions for Your Projects
    micro.webology.dev Choosing the Right Python and Django Versions for Your Projects

    When deciding when to adopt a new major or minor Python or Django version, I prefer to wait until the 3rd or 4th patch release because reliability significantly improves. Python and Django {major}.{minor}.{patch>2} releases are always more stable than {patch<3} releases. Understanding Version Number...

    via https://mastodon.social/@webology/112038739632429145

    2
    Django: show me the SQL
    b0uh.github.io Django: show me the SQL - Thomas Loiret - Random thoughts

    6 different ways to see the SQL generated by Django.

    via https://mamot.fr/@b0uh/112008964213028547

    0
    OS Recommendations for 2014 MacBook Pro
  • I haven't used source-based distros, but I've installed Linux on a couple of older Macs. You will probably need to search for proper drivers for the Webcam and Wifi. Other than, you won't have any mayor problems.

  • 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)
  • My 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.

  • Joining the Django community on Mastodon
    adamj.eu Django: Join the community on Mastodon - Adam Johnson

    Mastodon is a Twitter-like social network with a solid Django community presence. It’s a fantastic online arena for connecting with others, discovering news, discussing issues, and sharing FOMO-inducing conference photos.

    Django: Join the community on Mastodon - Adam Johnson

    via https://fosstodon.org/@adamchainz/111909379907107148

    0
    One way to package Python code right now
    nedbatchelder.com One way to package Python code right now

    A simple example of how to package a Python project when you don’t want to get overwhelmed by confusing options.

    via https://hachyderm.io/@nedbat/111907682388334147

    1
    Django Blogs - Directory of Django bloggers
    djangoblogs.com Django Blogs

    Directory of Django bloggers. Find new authors or submit your blog!

    > Also used as source for https://djangofeeds.com/

    via https://iosdev.space/@nemecek_f/111888921284149938

    0
    How to test with Django and pytest fixtures
    micro.webology.dev How to test with Django and pytest fixtures

    Here are some notes on how I like to write tests for a Django app that tests a model down to a view. Django Model + pytest Fixture This part is a mouthful, but I prefer to use the Model Bakery library to automatically create instances of Django models (aka a fixture) with good test data instead of m...

    via https://mastodon.social/@webology/111882761328993606

    0
    Django SQLite Benchmark
    blog.pecar.me Django SQLite Benchmark

    How to configure SQLite for better throughput with Django.

    Django SQLite Benchmark

    via https://fosstodon.org/@anze3db/111886211867020285

    0
    20 Django Packages That I Use in Every Project
    learndjango.com 20 Django Packages That I Use in Every Project

    An opinionated list of Django third-party packages that I use to add more features to any Django web project.

    20 Django Packages That I Use in Every Project

    > A perennial topic but here’s my list of 20 Django third-party packages I use in almost every project.

    via https://fosstodon.org/@wsvincent/111877436564729345

    2
    Django Debugging Bookmarklet Trick
    www.revsys.com Django Debugging Bookmarklet Trick

    A little bookmarklet that redirects you from the current page to the same path on http://localhost:8000/. Helpful when debugging Django.

    Django Debugging Bookmarklet Trick

    via https://frankwiles.social/@frank/111846065845176197

    0
    Shedding light on Django versioning
    fly.io Shedding light on Django versioning

    Documentation and guides from the team at Fly.io.

    Shedding light on Django versioning

    via https://fosstodon.org/@felixxm/111845046600605214

    0
    A curated list of awesome things related to building with Django "at scale"
    github.com GitHub - sakhawy/awesome-django-scale: A curated list of awesome things related to building with Django "at scale".

    A curated list of awesome things related to building with Django "at scale". - GitHub - sakhawy/awesome-django-scale: A curated list of awesome things related to building with Django &amp;quo...

    GitHub - sakhawy/awesome-django-scale: A curated list of awesome things related to building with Django "at scale".

    via https://indieweb.social/@djangonaut/111816389400105908

    0
    GitHub - mitsuhiko/rye: An Experimental Package Management Solution for Python
    github.com GitHub - mitsuhiko/rye: An Experimental Package Management Solution for Python

    An Experimental Package Management Solution for Python - GitHub - mitsuhiko/rye: An Experimental Package Management Solution for Python

    GitHub - mitsuhiko/rye: An Experimental Package Management Solution for Python

    > Big update to rye is out: 0.18.0. Lots of bug fixes, lock files with source references for better docker support, global Python shims now pick up .python-version, automatic venv recreation on move. https://github.com/mitsuhiko/rye/discussions/544

    via https://hachyderm.io/@mitsuhiko/111790331145932934

    7
    Fitting logo for the community
  • Good idea! But the borders don't look good with a darker background. I'm seeing this right now: https://0x0.st/H0JJ.png

  • Cannot open instances
  • Same problem here!

  • A TUI interface for running Django Commands
  • django-tui 23.9 adds an interactive shell for running django ORM queries: https://fosstodon.org/@anze3db/111608276020943202

  • Is there any way to run a Python GTK3 apps on Windows? [Solved]
  • PyQT / 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.

  • Geany 2.0 is out! | Geany
  • I use VSCode for coding, but if it's a small script or pure text files, then I use Geany.

  • Litestar 2.0 Released
  • I've been following this project for a while and it's great. They are just not great at promoting it.

  • Is there going to be Pro version?
  • I was also a Pro user and I'd gladly pay again for a Pro version.

    Ultra was too much for me on Reddit and here it's the same.

    Thanks!

  • Jellyfin on windows, how do I cast to my Chromecast?
  • Easiest solution, use the Jellyfin client on your phone and use that to stream to your Chromecast.

    If you want to use just your PC, then you need to be able to access your Jellyfin over HTTPS. Search a bit and you'll find tutorials for this, but you'll have some work ahead of you. Doing all this through your smartphone is much easier.

  • Endeavour vs Manjaro
  • I've used Linux since the mid 90s, but I switched to Linux as my desktop daily driver just 2 years ago and I went with Manjaro. I was prepared to switch to a pure Arch setup, but I'm still vary happy with Manjaro. I use AUR, but only very few packages.

  • Seeing how good Lemmy is makes me frustrated with Mastodon
  • I'm having a similar experience. Almost all developers (mostly Python/Django) I was following on Twitter are on Mastodon and being able to follow hashtags is great. The servers are stable and I kept the very first android client I tried (Tusky).

  • norambna Luis Norambuena @programming.dev

    Python / Django developer Aspiring rustacean

    Posts 80
    Comments 20