[–] 1 point 3 months ago

Sony Xperias.

Afaik, only circle to search and the ToF sensor to focus on images is AI. (On Xperia 1 VI)

(Yes, Sony removed a sensor for AI.. It takes good pictures though.)

  • source
  • Anyone here Garden? (lemmy.world)
    submitted 2 years ago* (last edited 2 years ago) by to c/3dprinting@lemmy.world
     

    I am tidying and fixing up flaws in my model that informs plant maintenance.

    Before I destroy 2-3 hours, does anyone here own a plant and would like an Arduino powered box that helps you keep your plant healthy?

    Here is the old design (Top off) with flaws. I am currently going through my docs to see what went wrong.

    Model name is GHG/GX-E38: GHG is project name (GreenHouseGas) GX-E38 is HEXA encoded model name.

    Cheers!

    E-Lock is finished. (lemmy.world)
    submitted 2 years ago* (last edited 2 years ago) by to c/3dprinting@lemmy.world
     

    This is a lock designed link your device to a fixed point (A lock).

    I have made some changes for CNC frendly fabrication, so it took a while uploading.

    I also changed the name to E-Lock, since Kensington will start sideeyeing me.

    (Yes, I know what I said. I'll take this down if nobody wants to see it...)

    Enjoy!

    submitted 2 years ago* (last edited 2 years ago) by to c/3dprinting@lemmy.world
     

    Printables won. I will upload my files and link them here. I shouldn't create another post since nobody likes spam. (sigh... What am I doing with my life?)

    I'll leave the original body here. Thanks for your help. /-- Hello.

    I have a handfull of 3D parts designed when I was in high school. These range from a custom computer anchor K-Lock (Shown here) to a plant monitor.

    Unfortunetly, I graduated and don't have a 3D printer anymore, as I use and test on my old school's printer.

    Fortunetly, I still have all of my work and I want to share it in a way that anyone can use, under a CC-BY-SA license.

    What is a good way to share my work? Github, Drive, Gitlab, here?

    I still like 3D printing, so I plan on getting one soon (albeit, it will take years..).

    Thanks!

    submitted 2 years ago* (last edited 2 years ago) by to c/linux@lemmy.ml
     

    This was manually solved, I didn't check any other comment till the issue was fixed.

    Take a look at my comment.

    Thank you all for helping!


    Hello.

    I have wireguard set but the second it runs, services like ssh (22) and smb (455/445?) stop working.

    nmap thinks my system is down.

    Here is my config, I followed debian's guide since my server is Deb12:

    [Interface]
    Address = 192.168.1.120/24
    SaveConfig = true
    PostUp = iptables -A FORWARD -i %i -j ACCEPT; iptables -t nat -A POSTROUTING -o wlp1s0 -j MASQUERADE
    PostDown = iptables -D FORWARD -i %i -j ACCEPT; iptables -t nat -D POSTROUTING -o wlp1s0 -j MASQUERADE
    ListenPort = 51820
    PrivateKey = XXX
    
    [Peer]
    PublicKey = xxx
    AllowedIPs = 192.168.1.230/32
    Endpoint = 192.168.1.230:50104
    

    No extra config was made.

    view more: next ›