• 0 Posts
  • 12 Comments
Joined 1 year ago
cake
Cake day: February 19th, 2025

help-circle


  • lmr0x61@lemmy.mltoProgrammer Humor@programming.devChipotleGPT
    link
    fedilink
    English
    arrow-up
    32
    arrow-down
    1
    ·
    9 days ago

    To completely deflate the joke, it looks like the text output was stripped of its new lines, spaces/tabs, and backticks, because I think the code would be valid if allowed those elements in a Markdown context, e.g.:

    ```python
    
    def reverse_linked_list(l):
        # …
        return prev
    
    \```
    

    (backslash included to show triple backtick)









  • I have to echo what others have said, and tell you exposing your router’s login to the public internet is very risky (if you’re referring to the WiFi router in your home). I would strongly recommend some other solution to whatever broader problem you’re trying to solve with this—why do you need to access your router login from outside your home? Can the logging in (and presumably tinkering) be done at home? Definitely things to think through before proceeding.


  • You probably know this, but Mint is kind of just Debian with extra stuff (some might call it bloat, but that’s a matter of use case). So a switch to Debian from Mint should be very straightforward, if not seamless. The package manager is the same, and that’s usually the biggest part of switching distros. Debian is also ideal for hosting specifically; many, many production servers run on Debian. It’s also arguably the best-supported distro out there, so whatever question you have had probably already been answered.

    TL;DR you should totally try Debian out (especially a headless version). It mostly like won’t be an issue.