• 0 Posts
  • 18 Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle







  • I guess I’m not sure what you mean by “Ancient Conflict”. But the Levant was historically a strategic piece of land that biodged Anatolia/Mesopotamia with Egypt. Control over this region has been a constant battle through out recorded history.

    As I admitted in my first response if you mean something like control over a homeland/holy land, like the conquest of Canaan, yeah that’s a relatively recent thing. But as far as battle ground, I think you should think more about what those battles mean in context of history. Van de Mieroop has a great History of the Ancient Near East that I would highly recommend. Mostly because ancient near eastern history is really cool.



  • When’s the last time you used Wayland? I tried a few years back and there were quite a few paper cuts.

    I’ve been using sway for about six months and there is one obnoxious paper cut, and one thing that just doesn’t work.

    The paper cut for me is a java app that won’t render menus correctly. Most menus work, but there are a few that don’t draw properly.

    The one thing that still doesn’t work is deskflow.

    Screen sharing with zoom and Google meet and jitsi work fine. Keyboard input changes work fine, and most things are just hunky dory.



  • Uh… Have you tried Fish? Or even a modern ZSH? Like oh my ZSH?

    I guess I don’t want notepad tools. But I can set my key bindings in ZSH to vi bindings and do things like:

    $ cat <<EOF | sparql --data=some.ttl --query=/dev/stdin
    SELECT ?s ?p ?o
    WHERE {
      ?s ?p ?o . 
    } 
    LIMIT 10
    EOF
    

    And that gives me a real basic text editor. Granted with syntax highlighting on, it thinks I’m trying to do ZSH scripts. But if you needed a ZSH script it would be perfect.

    Second, tab works great for auto complete, it even suggests stuff (as long as you have that enabled, or the command supports it. Some clis do not have support for auto complete, but the shell does)

    Modern shells are pretty fucking awesome.


  • I quite listening to a podcast that went hard into streaming crypto coin as a way to boost income. I think I like the idea in principle. But there is something that smells funny to me about cryptocurrency. And I don’t think it actually works that well in principle. Funding open source and open access content is tough.






  • I like the ideas some other people mention. Specifically: read about your specific hardware and the distro of Linux you want to install. Then, make sure you are using as many open source cross platforms apps as you can, so when you do switch, you will be in familiar territory. I do think the criticisms of Ubuntu as a bad first choice are interesting, and maybe true, but I wouldn’t over look downstream distros like Pop!_OS. It’s Ubuntu, but with Flat packs and a distinctive Desktop Environment. Mint might also be a good choice, I know lots of people who like it (I don’t personally, but to each their own).

    When I started on Linux, I installed Arch on an old MacBook. In those days apple was using amd64, but they were not friendly with Linux or the rest of the computing world. However it was older hardware, and the Arch Wiki had a great page on how to install Linux for that particular configuration. Arch is not a beginner friendly distro, but the wiki is fantastic, and so well documented.

    But my main piece of distinctive advice is just do it. If you have read a few articles and have a pretty good sense of what is required (and are running common, last generation hardware), just jump in. You will probably never “feel” ready, and you will come across unique problems that no starter guide will prepare you for. So just go for it, and learn along the way.