Skip to content
  • Our makerspace needs new 3D-printers.

    Uncategorized bambulab gpl 3dprinting
    32
    0 Votes
    32 Posts
    0 Views
    amar@infosec.exchangeA
    @selea trevligt! Jag har en fin maskin som jag skulle kunna bortskänka till makerspace. En Snapmaker A350 med en del reservdelar. Den har både 3D-utskrift, laser och CNC-huvud. Just nu står den och samlar damm hemma hos mig, och det gör mig ledsen, så jag vill hellre ge bort den till någon makerspace som kan använda den än att den bara står oanvänd.
  • 0 Votes
    1 Posts
    0 Views
    gimp@floss.socialG
    https://www.gimp.org/news/2026/05/20/gimp-msix-bump/If you use GIMP from the Microsoft Store, settings, plug-ins, & other add-ons are lost when you upgrade.The latest update will fix this, but needs a recent Windows 11.If you’re on an older version of Windows you can still install from gimp.org. Follow the steps in this post to copy your setting the first time you switch.#GIMP #imageEditor #GPL #openSource #libreGraphics #GIMP3 #GIMP3_2 #GEGL #news #update
  • 0 Votes
    8 Posts
    0 Views
    noisytoot@berkeley.edu.plN
    @cybertailor @DLC It's not really any different unless you're writing a proprietary program that's linking against an LGPL'd library. If you're linking against an (A)GPL'd library, your program must be free software anyway and it doesn't matter if it's being linked statically or dynamically, and if your program is free software it doesn't matter if you're using static or dynamic linking since you can just provide source code.The only difference is if you're writing a proprietary program linked to an LGPL'd library, in which case you must provide a way for the user to replace the LGPL'd library (which would usually be providing the .o files and letting the user relink them)