• 0 Posts
  • 4 Comments
Joined 10 months ago
cake
Cake day: March 26th, 2024

help-circle

  • I have sort of had enough of copy and pasting commands I find on the internet without having a good understanding of how they actually work.

    One thing you could do is start trying to understand those commands.

    Read the man pages or the documentation to figure out what the commands are actually doing. Once you have the “what” , you can dig deeper to get to the “why” if it isn’t obvious by that point.

    After enough of that, you’ll go to copy/paste and already understand what it’s doing without needing to look it up again.

    Then from there, it’s a matter of building the instinct to be able to say “I need to do X, so I’ll use commands Y and Z.”


  • Interesting bee fact -

    In a hive that has been queenless for a period of time (long enough that there’s no way they can raise a replacement queen), one or more workers may develop the ability to lay unfertilized eggs.

    Due to how honeybee genetics work, those unfertilized eggs can hatch into drones (males), which may then have the opportunity to mate with queens from nearby colonies.

    I guess this is sort of a last ditch effort to propagate the hive’s genetic material before it fizzles out and dies. Which I think is fascinating.


  • I don’t have an alternative program to suggest, but there are some workarounds for using redshift.

    First, in the config file, you can set the location provider to manual, then specify a lat/lon and it will use that location in its time calculations. I do this on my laptop, and it works well except for when I cross multiple timezones - things are obviously off a bit.

    Second, with the caveat that I haven’t tried this, it looks like you can also manually set dawn/dusk times in the config, which sounds like what you’re after.

    See man 1 redshift for more info.