• 2 Posts
  • 17 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle


  • afaik KDE still doesn’t have any tolerable way to tile windows on wayland

    if i need to open a menu to set up zones you are doing it wrong. if i have to pick from premade layouts you are doing it wrong. pop shell on gnome would be perfect if it wasn’t married to gnome and slowly rotting over time: i can pick up a window, drag it to where i want to put it in the binary tiling tree, and it goes there.


  • wolo@lemmy.blahaj.zoneto196@lemmy.blahaj.zonerobot rule
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    3 months ago

    As I understand it, the core purpose of art is communication. Using a graphical editor to create web pages is still honest art in my opinion, because although you’re assembling it out of larger primitives, you’re still communicating a substantial message. It’s similar to collage; the pieces you’ve assembled aren’t your work, and the viewer knows that. The important part is how they’re arranged and the message that arrangement communicates.

    AI-generated art feels deceptive and hollow to a lot of people because when we see art, we expect it to communicate something substantial, but in the case of AI art, the model can’t magically add more meaning beyond the words of the prompt. Not to mention, the cultural grand larceny involved in creating AI art tools leaves a bad taste in most honest people’s mouths.






  • wolo@lemmy.blahaj.zoneto196@lemmy.blahaj.zoneWhat do you pick rule.
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    4 months ago

    Being able to teleport into a region already containing air without creating a nuclear blast requires that you can already either instantly displace the air in the target region (which would make a Very Loud Noise) or switch places with it, so there are possible interpretations of the power where teleporting into a fence would leave behind a detached section of fence or bend it out of your way


  • NixOS has the potential to do really well here. The Nix language has a rich enough type system to generate GUI forms for every field, and there are several projects being worked on that allow editing NixOS options from a GUI. They’re still very janky, but it’s definitely possible to get to a point where a layperson could operate them without breaking their system.







  • Personally I would rather they had to make phones a little thicker again to include a properly sealed battery compartment, the new ones look very nice but it’s too hard to get a decent grip without accidentally bumping the edge of the screen.

    Maybe the whole back side of the phone is the battery, and the two sides are independently watertight? The charger port and usb controller could be on the battery too, that way you can replace it if it breaks or you want to be compatible with a new fast charging specification, and you could charge it independently if you have more than one.




  • wolo@lemmy.blahaj.zonetoProgrammer Humor@programming.devYes
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    2 years ago

    my website’s backend is made with bash, it calls make for every request and it probably has hundreds of remote arbitrary code execution bugs that will get me pwned someday, it’s great

    edit: to clarify, it uses a rust program i made to expose the bash scripts as http endpoints, i’m not crazy enough to implement http in bash

    it behaves like a static file server, but if a file has the others-execute permission bit set it executes the file instead of reading it

    it’s surprisingly nice for prototyping since you can just write a cli program and it’s automatically available over http too