• 3 Posts
  • 135 Comments
Joined 4 months ago
cake
Cake day: January 15th, 2025

help-circle
  • The way I usually start teaching using the console to my (very much non-tech) students is set up a safe container and then let them type whatever, invariably generating a lot of error messages. Then I challenge them to generate different error messages, “gotta catch em all” style. Then we talk about the error messages and what they might mean. After this exercise they usually get the basic idea of command – response, what to look out for and how to compose valid commands.


  • a14otoProgrammer Humor@programming.devDebugging images
    link
    fedilink
    arrow-up
    20
    arrow-down
    9
    ·
    1 day ago

    Jiminy Cricket, imagine not being able to tell the difference between an error code and an image of an error code, and imagine subsequently, for some reason, not immediately inspecting the HTTP request and response. Sounds like a very real #programming #devops problem.


  • a14otoSelfhosted@lemmy.worldSelf hosted place check-ins
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 day ago

    I don’t know of such an alternative. A quick solution would be to use something like GeoNotes to take geolocated notes.

    As far as a self-hosted solution goes, I’d just like to point out that you wouldn’t need a self-hosted database of places. You could query Ouverture (or Google, OSM, etc.) for places near you, and you’d just need to store the check-in on your server with a basic API. This is an interesting problem, and not super hard to implement.




  • a14otoLinux@lemmy.mlSelfhost offline software
    link
    fedilink
    arrow-up
    10
    ·
    6 days ago

    You can put together a media server and build a catalogue so you can watch movies and series offline. Maybe not a huge priority in that situation but definitely nice to have.

    Jellyfin is a good option for streaming from a media server to other devices. The *arr suite is an option for building the catalogue.




  • I’m waiting for Cosmic to be merged into NixOS stable which I learned is just around the corner (May). I’m super excited because Cosmic seems to strike a sensible balance between polished, full-featured, make-everyone-happy mainstream DE and performance-oriented tiling WM.

    Although I’ve never tested the Alpha, I have a feeling that I might finally make the switch (from Gnome) on my daily driver once it’s mature enough.







  • a14otoLinux@lemmy.mlMust install apps/tools
    link
    fedilink
    arrow-up
    3
    ·
    8 days ago

    You can load bitmap images into Inkscape and manipulate them to a degree, but Gimp is much better at that. You can probably also load vector graphics (svg) into Gimp, but I’d assume they would be converted to bitmaps.

    Vector vs bitmap is a good topic to be familiar with for anyone who works with computers, I keep running into professionals who really should know the difference but don’t.