• 0 Posts
  • 10 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle
  • We have a Nissan Leaf (30kWh) which has been great. No regrets.

    The things you worry about before buying (range, battery life) are absolute non-issues. For optimal battery longevity you don’t want to use a fast charger very often, so just charge it at home which is generally more convenient anyway. You can make exceptions occasionally when you need to.

    We use it for city driving, for which the range is more than adequate and we mostly only charge it every few days. We haven’t yet attempted to take it on a proper road trip; so far we just borrow a friend’s hybrid if we need to do that, basically to avoid having to think about charging.




  • I have two. Early career I found the second one absolutely improved my productivity - perhaps by 50% or more - as it helped me multitask really effectively.

    Now, later in my career I have had kids for a while. My multitasking went out the window when I had kids - I find it hard to juggle more than one or maybe two things I’m working on at a time. I suspect this was due to poor sleep - parents never seem to really catch up to sleeping full nights like before kids. Instead of multitasking on lots of small things I transitioned to more in-depth work where I can focus for longer periods on a single thing.

    Now, I think having a second monitor is still useful but I can function fine without it. It’s maybe a 10% boost if that.



  • How can it not be true though? Terminal shines when you chain together more than one operation.

    Imagine doing this in a GUI: list the files in a large directory, ignore the ones with underscores in them, find the biggest file, read the last 1000 lines from it and count the number of lines containing a particular string.

    Thats a couple of pretty straightforward commands in a terminal, could take 30s for an experienced terminal user. Or the same task could take many minutes of manual effort stuffing round with multiple GUI applications.

    I’m certain that I do tasks like that (ad hoc ones, not worth writing dedicated software for) tens of times in a typical work day. And I have no idea how GUI users can be even remotely productive.