• 0 Posts
  • 63 Comments
Joined 1 year ago
cake
Cake day: July 9th, 2023

help-circle


  • They seem to have two levels of furniture; the flimsy, mostly made of particle board/cardboard and hope stuff, and the solid wood stuff. The latter is as robust any anything you’ll get elsewhere, even assembled, just easier to get home and takes some assembly. I suspect it’s mostly that that lasts, although even the lightweight stuff holds up well if you’re carefully with it.



  • It’s a non-starter for me because I sync my notes, and sometimes a subset of my notes, to multiple devices and multiple programs. For instance, I might use Obsidian, Vim and tasks.md to access the same repository, with all the documents synced between my desktop and server, and a subset synced to my phone. I also have various scripts to capture data from other sources and write it out as markdown files. Trying to sync all of this to a database that is then further synced around seems overly complicated to say the least, and would basically just be using Trillium as a file store, which I’ve already got.

    I’ve also be burnt by various export/import systems either losing information or storing it in a incompatible way.


  • notabot@lemm.eetoMemes@lemmy.mlYet another good recipe
    link
    fedilink
    arrow-up
    2
    arrow-down
    2
    ·
    2 months ago

    NATO’s having a presence in a member state is protection. It reduces the chance of opportunists like Putin invading.

    Putin tried to call NATO’s bluff, using Ukraine as a bargaining chip. NATO didn’t blink, and so he started a war. He doesn’t get to do the abuser thing of saying “see what you made me do”. This is on him, and him alone.

    He can demand that NATO withdraw all he likes, and I’d have some sympathy for that if it didn’t involve invading another country as leverage. Note, I say some sympathy, not that NATO should actually do it, especially as Putin’s regieme has threatened other countries already.


  • notabot@lemm.eetoMemes@lemmy.mlYet another good recipe
    link
    fedilink
    arrow-up
    5
    arrow-down
    3
    ·
    2 months ago

    So, you’re saying that Putin sent demands to NATO, saying they either bend to his will by removing their protection from a large portion of their member states or he’d start a war, and by not signing it NATO are responsible for starting the war? I just want to fully understand your position on this.



  • I like it, this is clearly very enterprisey and solution focused, but I would like to suggest a couple of amendments if I may?

    • Namespaces We should make full use of namespaces. Make the structural tags be in a language specific namespace (to be referenced in every function spec, obviously) but change the in an out params to use the parameter name as the tag, namespaced to the function they’re for, with a type attribute.

    • In memory message queues Have all function invocations be marshaled as xml documents posted to an in memory message queue. Said documents should use a schema that validates the structure and a function specific schema to validate the types of arguments being passed. Namespace everything.

    I reckon we could power a medium sided country if we could generate energy from the programmers despair.






  • While I agree with most people here that finding a keyboard and screen would be the easiest option, you do have a couple of other options:

    • Use a preseed file A preseed lets the installer run completely automatically, without user intervention. Get it to install a basic system with SSH and take it from there. You’ll want to test the install in a VM, where you can see what’s going on before letting it run on the real server. More information here: https://wiki.debian.org/DebianInstaller/Preseed

    • Boot from a live image with SSH Take a look at https://wiki.debian.org/LiveCD in particular ‘Debian Live’. It looks like ssh is included, but you’d want to check the service comes up on boot. You can then SSH to the machine and install to the harddrive that way. Again, test on a VM until you know you have the image working, and know how to run the install, then write it to a USB key and boot the tsrget server from that.

    This all assumes the target server has USB or CD at the top of its boot order. If it doesn’t you’ll have to change that first, either with a keyboard and screen, or via a remote management interface sych as IPMI.


  • I haven’t seen any breakage, although you may find documentation assumes SystemD. Debian maintains init freedom, and support for sysVinit was improved in Bullseye, so it’s not being forgotten about.

    If you don’t fancy going that route, there are Debian forks that are designed to be SystemD free such as Devuan or MX linux, which defaults to sysVinit. I’ve not tried either, but they seem well regarded, and I’m sure there are others too.