• 54 Posts
  • 319 Comments
Joined 1 year ago
cake
Cake day: April 21st, 2024

help-circle

  • e8d79OPMtoFuck AI@lemmy.worldProton is vibe coding some of its apps.
    link
    fedilink
    arrow-up
    15
    arrow-down
    5
    ·
    edit-2
    11 days ago

    The second you allow slop generator use into your code base the quality takes a nosedive. People claim to review their slop but I have seen it often enough, all they are doing is hitting accept all without even reading half of the generated code. This isn’t “just a tool” this is technical debt as a service.

    Also Hackernews is ridiculous den of techbros, libertarians, AI maximalists and temporarily embarrassed founders who think they stand to gain the most from hyping up slop generators. Trusting them with anything related to AI is like asking the CEO of Microsoft if you should use Windows or Linux.






  • Either use the sftp command, it also supports the -J option, or use SSH tunneling. For example here I bind the homelab port 4533 to my local port 8080.

    $ ssh -L 8080:vpn-homelab-ip:4533 user@vps-ip
    (user@vps) $
    

    I can now open a new shell and run:

    $ curl http://localhost:8080/
    <a href="/app/">Found</a>.
    

    You could also do it this way:

    $ ssh -L 8080:localhost:4533 user@vpn-homelab-ip -J user@vps-ip
    (user@homelab) $
    








  • e8d79toGreentext@sh.itjust.worksAnon has learned enough
    link
    fedilink
    arrow-up
    4
    arrow-down
    3
    ·
    26 days ago

    I am sure it gets really good after 400 000 words more. However, I would much rather spend my time reading something other than the writings of a guy who doesn’t hold a degree of any sort, didn’t even finish high-school, but claims to be an expert in all the topics he ignorantly speculates about.