Ahora ahora programo y hosteo pequeños servicios online en mi casita.

Dibujo pero ya ni tanto la verda.

Mi otra cuenta en Fedi esta en @[email protected]

  • 1 Post
  • 13 Comments
Joined 2 years ago
cake
Cake day: December 8th, 2024

help-circle


  • So far I’ve circumvented networking with different users by mapping everything through localhost, without stuff going outside the network, how would you connect say; a service running on user A, on network A, to a service running on user B, on network B?

    So far I can’t imagine how to connect both, unless im doing some disgusting nftables hackery, which is an option I COULD take, just one I dont want to take.





  • I had no idea you could just use the subids from their respective etc files, I just followed what the podman documentation recommends, I like that the containermapping ids like this is def much simpler than creating users per process, and probably less resource intensive. thanks for sharing ur input :)

    I’m also afraid of SELinux, def the way of having a more secure system, but I reaaaaaaally dont wanna get to more docs on linux hahaha.




  • im very skeptical of this channel just because of how much it anthropomorphizes AI, it feels propagandistic.

    Instead of taking the statistical analysis approach, its easy to rely on the marketing of “AI scary and will kill us and we’re not ready” or whatever, like, scifi is cool, but this is not that.

    I like this especific explanation on an AI responce to a PR (the whole thread is good in that sense), as to why it says what it says, its a boring and statistical framework, shaped by rules that turn it into a complex machinne.

    We as people like to anthropomorphize other things, read into them and see our own reflections, and altho its not bad to have empathy, but thats not always reality, and we need to be weary of how this behaviour can be exploited.

    This whole youtube channel is personally off to me, mostly because of the super professional look, how out of the blue it appeared, not knowing anyone from the team that researches any of these topics (maybe i just havent looked into the credits) and how their weariness of AI is the same as the weariness of the companies, which have the interest of selling it (see claudes secret model thats a danger to the world and must not be published).

    With the amout of money in AI, i worry its a psyop from some company that want to promote the idea of AGI, so that AI business stays viable for that little bit longer.

    End of rant, i hope it made some sense lmao. Fuck IA




  • u could use an custom bash file that screenshots ur desktops, blurs it, and then sources it as ur lockscreen from a config file, in bash it could go:

    #!/usr/bin/env bash
    
    bg=~/.lockscreen.png
    grim -o $bg
    convert $bg -blur 0x8 $bg 
    hyprlock
    rm $bg
    

    havent tried it yet, but as long as ur sourcing the ~/.lockscreen.png on ur config file, or u launch ur locking program with an argument to use whatever u used as a background (and that way u can use mktmp instead of throwing it on ur home folder) it should work. Just try the commands b4 executing it since i wrote this from my bed on a saturday and my brain is half working.

    i just used hyprlock as an example, since u said ur using hyprland, but u can use whatever ofc, I myself use swaylock.