• 0 Posts
  • 66 Comments
Joined 1 year ago
cake
Cake day: August 2nd, 2023

help-circle











  • Ok, telling people to open a command line and TYPE firefox -P is HARD. In chrome you just click the icon in the upper right and select whatever profile you want.

    It makes no sense that you have to either open about:profiles then select “launch in new window” or open the command line to start a new profile, makes NO sense at all.

    You can open a firefox private window with a keyboard shortcut, but if you want to be logged into two different accounts in two different profiles, you have to go through a minimum of three non-intuitive steps.

    Even the extension that adds the profile switching doesn’t work anymore because it’s not maintained.






  • It probably depends on when you were taught to code, and what language you learned on/most familiar with.

    This is exactly how I learned to write psudo code in the 80’s… We were also diagramming our code back then, with a pencil and paper, using a template.
    https://www.ebay.com/itm/294862492558
    Kind of like with this thing.

    Now I usually do a bit of a hybrid, but it also depends on how complicated the programs are. I’ll do some python/comment-psudo-code.

    It doesn’t really matter what the process is, as long as it works for you, and doesn’t interfere with collaborating with anyone you work with.