I waddled onto the beach and stole found a computer to use.

🍁⚕️ 💽

Note: I’m moderating a handful of communities in more of a caretaker role. If you want to take one on, send me a message and I’ll share more info :)

  • 1.27K Posts
  • 4.83K Comments
Joined 3 years ago
cake
Cake day: June 5th, 2023

help-circle
  • WSL might make things a bit more complicated to understand at first, so that’s fair.

    What do you see if you type pwd into the terminal where you are working? What about ls? You can redact any personal info before pasting it in (ex. if your name is included in a file path).

    • pwd will output the current directory, which can help you track down the right folder to open in VSCode
    • ls will output a list of all files in the current directory. If you see weird looking entries like . or .., don’t worry about those (I’m happy to explain, but for now it’s not important)

    Usually when you are working on something, you would put all the files related to that project in a folder. That highest level folder is the one that you open in VScode, since you will be able to see all the subfolders easily. For example, my folders might look like this

    |- My Documents
    |   |-repos
    |   |   |-My New Website
    |   |   | 
    |   |   |-My app
    |   |
    

    In VSCode, you would open the “My New Website” folder when you are working on that project. In your case, you likely need to open whatever folder comes up from the output of pwd, or one of the subfolders (if that one shows “/…/…/repos”. If your terminal supports it, you might also be able to open the current folder in vscode with a command like code ., or in the file explorer with open .

    If you have a messy setup, I would recommend learning some basic CLI commands for navigating your terminal first. That will help a lot for figuring out what is happening. Afterwards, you can easily navigate to the folder with all of your Odin Project files via. the terminal.

    As for the repository, usually the repository is created from the root (the highest level) of whatever project you are working on. So if I cloned a repository called otter/my-new-website, the repository is tied to the folder my-new-website.



  • Supposedly you can’t install some things. Hopefully this is an optional parental control feature, and not baked in to every phone. They would be losing a lot of potential nostalgia sales if they only chase after the “forced distraction free” market. Some people can control their usage without needing the device to do it for them. 🤷

    The phone also blocks internet browsers and social media apps at a system level, “using patent-pending technology, eliminating temptation and designed with distraction-free schools in mind.” This ties in neatly with the upcoming ban on social media for the under-16s in the UK, but I can’t imagine there are many teenagers who even know what Commodore is.