Skip Navigation
SteamDeck drawing setup (Huion HS64 and Krita)
  • Major problem was drivers are made to run under Ubuntu/Debian, but not under ArchLinux, so after trying them without success, I decided to go for OpenTabletDriver and it worked nice!

  • SteamDeck drawing setup (Huion HS64 and Krita)
  • This one is Logitech MX Keys, I'm using it as regular work keyboard (I'm software developer), but too big for jams, so I was thinking about something like MX Keys mini or Logitech Pebble, both TKL and bluetooth. Also a portable 15.6 screen because carrying this Lenovo one would be problematic.

  • SteamDeck drawing setup (Huion HS64 and Krita)
  • Lol, didn't notice but it's true, it sounds like хуй.

  • SteamDeck drawing setup (Huion HS64 and Krita)
  • On Reddit, someone also told me to give it a try with a capacitive stylus, now I'm looking for one!

  • SteamDeck drawing setup (Huion HS64 and Krita)
  • I'm curious about how we ended here but this is the best comment I read today xDD

  • SteamDeck drawing setup (Huion HS64 and Krita)

    Recently I've been looking for creating a portable gamedev station, because I refuse to buy a (another) laptop for game-jams and out-of-home development. I need something able to run Unity/Godot, Krita and sometimes Blender. I already own a Steam Deck, and I thought it could be the solution. Installing this Huion tablet was kinda problematic since drivers are not made for Arch Linux based distros, but OpenTabletDriver via Flatpak made the day. Also Krita works quite nice!

    Deck also serves as second screen to hold a mandatory htop and evaluate the performance.

    Disclaimer: draw made by my girlfriend, I'm not that good yet. You can find her at ypsilenna.art.

    12
    Django 5.2 alpha 1 released
  • New Django release \o/

  • GNOME Extensions Website Redesign: Sneak Preview
  • The old look was pretty cool, but maybe because I'm used to it. New one feels better since looks modern and not stuck in 2010s anymore.

    Kudos GNOME's design team!

  • Why Software Engineers like Woodworking
  • I guess we are just addicted to building things xD

  • Why Software Engineers like Woodworking
  • Before studying programming, I used to work as electrician, haha

  • Why Software Engineers like Woodworking
  • I've been software developer for +7 years, and I must say I also love woodworking. Since is something completely out of my scope as developer, it requires patient and is pretty relaxing working with your hands like this. No client changes, no meetings, instant feedback... and no dependency managers.

  • Zed is now open source
  • Because it was.

  • Zed is now open source
  • Pulsar seems more like an Atom continuation made by community. Which is really cool.

  • Jekyll Admin
    jekyll.github.io Documentation

    A Jekyll plugin that provides users with a traditional CMS-style graphical interface to author content and administer Jekyll sites. The project is divided into two parts. A Ruby-based HTTP API that handles Jekyll and filesystem operations, and a Javascript-based front end, built on that API.

    0
    Zed is now open source
  • I was wondering what could happened with Atom. Nice to see it died to reincarnate into a powerful IDE.

  • testdriven.io Basic and Full-text Search with Django and Postgres

    This tutorial looks at how to add basic and full-text search to a Django app with Postgres.

    Basic and Full-text Search with Django and Postgres
    0
    Lunr: a search engine for static sites:
  • I found this thanks to you, actually!

  • django-liveview.andros.dev Django LiveView

    Framework for creating Realtime SPAs using HTML over the Wire technology.

    Framework for creating Realtime SPAs using HTML over the Wire technology

    0
    Jekyll Codex
    jekyllcodex.org Home

    Jekyll, the website framework that is super fast and super simple. Because simple is simply better:

    Home
    0
    If I had a penny for every time I had to deal with a project putting something I need behind this messy walled garden...
  • There is several ways to post your docs without wasting money, in a far better way, like using ReadTheDocs or just generating it with whatever library made for your project's language, like Pydoc, and serving it from GitHub Pages.

    It's not even complicated, I don't know why keep making it complex...

  • If I had a penny for every time I had to deal with a project putting something I need behind this messy walled garden...
  • Never heard about projects using Discord for docs (sounds terrible and useless, tbh), but now I'm afraid of it.

  • Is it possible to inherit declarations from one Docker-Compose.yaml to another?
  • Answer has been solved but, just in case someone is curious about it: yes, is possible to extend a docker-compose.yaml file with another.

    From Docker's docs: https://docs.docker.com/compose/multiple-compose-files/extends/

    You can have a common-services.yml file (or whatever name you want to give to it) with a service defined inside, like this:

    services:
      webapp:
        build: .
        ports:
          - "8000:8000"
        volumes:
          - "/data"
    

    And then, in your docker-compose.yaml file just extend it with more specific things.

    services:
      web:
        extends:
          file: common-services.yml
          service: webapp
    
  • www.valentinog.com Using webpack with Django: it's not easy as you think

    Most approaches to using webpack with Django work until the JavaScript app is tiny. What happens when the bundle grows?

    Using webpack with Django: it's not easy as you think
    0
    Looking for a job as backend developer, a Sankey diagram

    Data collected from Oct 6th, 2023, until today. All data collected by me.

    Applied to 61 job offers on different sites (LinkedIn mostly, but also some minor Spanish job sites). All of them were for Django or Python backend developer (asking for Django, FastAPI or Flask), mostly mid/senior level, but some of them even were for junior level, just in case.

    41
    Fitting logo for the community

    Thinking about replacing the current logo of the community by one which fits more into Lemmy's profile picture size. Purposing this image.

    UPDATE

    Polished version

    !

    5
    jsalvador Juanjo Salvador @programming.dev

    Django backend developer.

    Also likes anime, sci-fi, beer and mexican food, and not always talk about himself using the third person form.

    Posts 13
    Comments 53
    Moderates