[–] 11 points 1 year ago

I noticed last year in-particular there was a very sharp drop-off. Normally a variety of flying insects invade my personal space in the evenings - it was always a tough call... a room too hot to sleep in, or a room full of hornets; you'd be surprised how often the hornets won.

There was even a time not so long ago where we used to get "waves" of certain flying insects each year, presumably one species won the Insect Sex Games each year, and were crowned champions with wave after wave of children.. ladybirds, daddy longlegs, etc. Thousands everywhere! I think the last one of these was a long time ago now, perhaps nearly a decade.

Presumably this is devastating for bird and bat populations.. hopefully they don't start invading my personal space in response.

  • source
  • [–] 3 points 1 year ago

    I switched to Traefik as it has auto-configuring for containers for effortless deployment to any of your environments (dev, test, staging, production, etc.) either manually or straight from CI/CD.

    The way it works is that you put any configuration in your compose file which is then picked-up by Traefik when its deployed - it reads the config, re-configures itself accordingly, and you're done! So all your reverse-proxy config, cert config, etc. is all with the project so aren't going to get out-of-sync.

    Just keeps things really clean and simple. Plus it's a great reverse proxy of course with tons of features, nice admin dashboard, logging, etc.

  • source
  • [–] 1 point 1 year ago

    What are your takes on each of those? I've been getting that MMO itch again!

    I played some FFXIV recently, partially with friends once a week, and it's such a mixed bag - it has both the slowest, easiest, and most boring gameplay and some of the most intense, challenging, and exciting gameplay (some of the end of story arc boss fights are incredible) - just sadly far more of the former so I've drifted away from it.

  • source
  • parent
  • context
  • [–] 0 points 3 years ago

    Yes, I love it! Really it's the MacOS-like "Expose" feature that I find to be essential.

    I would advise against using workspaces though, I find those actually sort of go against the core idea of it IMO. There are a few things I'd really like added to it, but for the most-part when you get into it it's great.

    My main desktop I have 4 monitors (I know, but once you start a monitor habit it's really hard to not push it to the limit - this is only the beginning!) It roughly breaks down into:

    1. Primary work (usually a full-screen editor)
    2. Terminals (different windows, some for the project, some monitoring)
    3. Browsers - documentation, various services, my own code output
    4. Communication - signal, discord, what's app (ugh), etc.

    The key, literally, is you just press the Super key and boom, you can see everything and if you want to interact with something it's all available in just one click or a few of key presses away.

    On my laptop with just one screen, I find it equally invaluable, and is actually where I started to use it the most - once again, just one press of Super and I can see all the applications I have open and quickly select one or launch something.

    It's replaced Alt + Tab for me - and I know they've made that better, and added Super + Tab, but none of them are as good as just pressing Super.

    The things I'd really love added to it are:

    • Better tiling (including quarter tiling). It's a sad state of affairs when Windows has far better tiling than Gnome.
    • Super then Search, I'd like it to filter the windows it's showing and shrink/hide the others, along with a simple way to choose one using the keyboard.
    • Rather than having an icon for each window, I also want the tooltip information to always be shown (e.g. vs code project) and for standard apps to expose better information for that (e.g. Gnome Terminal to expose its prompt/pwd) and/or have a specific mechanism by which apps could communicate.
    • Adding Quicksilver-like functionality to the launcher/search would be amazing. e.g.
      • Super
      • Sp... (auto-populates Spotify)
      • Tab
      • P... (auto-populates Play/Pause)
      • Return
    • Session restoration - it just doesn't work at the moment for some reason. Some apps do, some don't. Some go to their correct position/size, some don't.
  • source
  • [–] 0 points 3 years ago (1 child)

    There's more! Well, it's more a bash thing than a cd thing.. in bash the variable $_ refers to the last argument to the previous command. So you can do the following:

    > mkdir -p my/nested/dir
    > cd $_
    > pwd
    /home/user/my/nested/dir
    

    It's handy for a whole host of things, like piping/touching then opening a file, chown then chmod, etc.

  • source
  • parent
  • context
  • [–] 1 point 3 years ago

    And we nearly closed more than half of them in our area. They'd been told that they can raise the funds to keep going themselves, but that the government would no longer cover costs. They had the notices up that they were closing.

    But then COVID happened. When they opened back up after lockdown, the notices were all gone, and they were stocked with an astonishing amount of new books - I think the entire kids sections had been bought new.

    So I don't know the ins and outs of what went on there, but it was one of the better decisions this government has made. A library is so important to so many people - it's not just the books, it's the computers, magazines, heating, social groups, and so on.

  • source