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

help-circle







  • I’ve seen a concept of an airplane that can eject sections of it’s hull, each equipped with a large parachute. This can solve the problem of “how to put parachutes on each passenger including kids, disabled and panicked and teach them how to use it”. Also it doesn’t require the plane to maintain certain height, speed or angle for parachuting.

    But of course it will add extra weight to carry, because not only they’ll need to install big parachutes, but also ejection system and something to seal off ejectable sections.





  • Depends on what you want exactly. Easy and self-hosted are not usually go well together unless you’ve got enough experience.

    Easiest way for blog - use a platform. WordPress.com is great and has free tier.

    More involved, but still relatively easy - static site generator. I use Hugo myself, there is Jakyll that is popular too. Host it for free on GitHub or GitLab pages.

    I would not self-host a public web site for security reasons. But you can run a static site on some cloud service. A personal blog with small audience should be fine on Oracle free tier.



  • I used to invent “funny” names, but at some point it became a chore and I also found I’m forgetting some names or spelling when I need it.

    Call me boring, but doing enterprise system admin jobs for years I recently started to adopt functional naming convention.

    This is what I have now: [location code][OS code][type vm/ct][environment code][workload][index]

    So the first production DB linux VM in my primary Los Angeles location will be named LA1LVMPDB1 And my second test Nextcloud container hosted in the same location will be named LA2LCTTNC2.

    I still have to invent short names for workload, which is harder for specialized containers, but overall this makes it all more manageable.