Skip Navigation
rhabarba

Runterwählen ist kein Gegenargument.

[Verifying my cryptographic key: openpgp4fpr:941D456ED3A38A3B1DBEAB2BC8A2CCD4F1AE5C21]

Posts
78
Comments
650
Joined
10 mo. ago
  • It sure is! Glad I'm not alone. :-)

  • Makes sense.

  • Last time I checked, the meaning of “minority” was “less than the larger group” (which is non-Catholics).

  • Which VCS capabilities make Git stand out in comparison to all other DVCSs if you don’t need a web UI?

  • War ein Siemenslabor, deswegen dauerte es so lange und wurde so teuer.

  • There are roughly 1.3 billion Catholics around the world. I hope you understand that 1.3 is less than 50% of 6.

  • Both Mercurial and Git started around the same time as a replacement for BitKeeper - which also was decentralised.

  • So, Fossil is perfect?

  • Mercurial is decentralised, there is no single “source of truth”. (Not counting “upstream”, of course.)

  • Git is quite powerful on its own with version control, diffs, branches, merging, etc.

    All version control systems do that, hence my question.

    Git was conceived as a bazaar (because of its use for the Linux kernel), but most projects are more like cathedrals. In my opinion, Git is simply over-engineered for most projects. For projects that you don't want to share with others, even CVS would probably suffice...

  • There is a difference between "not using a VCS" and "using Git".

  • There is a difference between "not using a VCS" and "using Git".

  • Why use Git at all then? I thought the one reason why everyone wants to use Git these days are the forges.

  • Sorry for having mistold you, but I'm German. Last year, our proportion of Catholics was 23.7% - and less than 50% of the population are of any Christian confession anymore.

  • Ah, thank you.

  • It seems to me that the influence of the head of a religious minority on the political and economic decisions of the free world is grossly overestimated.

  • Isn't nginx free software anyway?

  • Details dazu stehen im Punkt 1.5 Licensing der Prozessdokumentation des Kernels.

    Ah, danke, das kannte ich noch nicht!

  • Ein Lizenzwechsel des Kernels ist zudem praktisch unmöglich, weil dem alle bisher beteiligten Entwickler zustimmen müssten

    Da würden mich die Hintergründe existieren, ich bin in dem Thema nicht so tief drin: Sollte es nicht zumindest möglich sein, ohne große Bürokratie auf eine "GPL-kompatible" Lizenz zu wechseln?

    Aber da ich bei Linux ansich keine realistische Möglichkeit sehe, Sanktionen der USA wirkungsvoll zu implementieren

    So schwer ist das nicht. Gut, die Auswirkungen dieser Sanktionen auf das System sind (noch) gering, aber ich halte den Vorgang schon für ein Alarmsignal. (Damit ist keine politische Wertung verbunden.)

  • Selfhosted @lemmy.world
    rhabarba @feddit.org

    42links 1.5.2: A bookmarking server, written in Lisp - now supports multi-deletion

    With the release of the 1.5 series of 42links (first announced here), my own approach at writing a bookmark collector has finally surpassed the functionality of its inspiration Espial: As you can see in the screenshot, deleting multiple links at the same time right from the index page is possible now. 🎉

    I have been using 42links myself almost every day and I think I have now found and fixed the most embarrassing shortcomings. I would still very much welcome more users contributing ideas and/or people contributing code. :-)

    Deutschland @feddit.org
    rhabarba @feddit.org

    TL;DR: Wählen lohnt sich nicht.

    ich_iel @feddit.org
    rhabarba @feddit.org

    ich🎵🎸iel

    ich_iel @feddit.org
    rhabarba @feddit.org

    ich🍜👻iel

    ich_iel @feddit.org
    rhabarba @feddit.org

    ich🇩🇪iel

    Kurze Erklärung der kommenden Hochrechnungen.

    Selfhosted @lemmy.world
    rhabarba @feddit.org

    42links: A bookmarking server, written in Lisp

    I kept my promise and wrote something in Lisp.

    FWIW: Not counting third-party libraries, READMEs and build-related stuff:

     undefined
        
    -------------------------------------------------------------------------------
    Language                     files          blank        comment           code
    -------------------------------------------------------------------------------
    LISP                            12            205            330           1028
    HTML                            16             69              6            698
    CSS                              1             19             11             92
    -------------------------------------------------------------------------------
    TOTAL                           29            293            347           1818
    -------------------------------------------------------------------------------
    
      

    This has a few rough edges yet, for which I’m sorry. I’m proud enough to release it though. Please don’t

    ich_iel @feddit.org
    rhabarba @feddit.org

    ich🤜iel

    ich_iel @feddit.org
    rhabarba @feddit.org

    ich☄iel

    ich_iel @feddit.org
    rhabarba @feddit.org

    ich👈iel

    Als Ergänzung zu meinem vorherigen Maimai vielleicht noch eine Erklärung dazu, was mich am Parlamentarismus eigentlich stört.

    Wo bleibt eigentlich die Revolution?

    ich_iel @feddit.org
    rhabarba @feddit.org

    ich🎺iel

    Linux @lemmy.ml
    rhabarba @feddit.org

    How can I use line continuations in GNU awk?

    For a reason not worth mentioning here, I would like to write a somewhat more complex awk script in which I would have to explain in detail what I am doing. (If only so that I'll still know next week.) There doesn't seem to be a way to wrap a list of conditions in GNU awk, right?

    This is what I tried:

     shell
        
    command-that-prints-a-table | awk '
        NR>1 &&                # Skip line 1
        NF>2 &&                # Skip lines with only one column
        substr($1,1,1) != "("  # Skip lines that start with a "("
        { print $1 }
    '
    
      

    Alas, that does not work - awk skips the conditions entirely and only runs print $1. It seems that escaping the newlines does not work either, which makes sense as the end of the lines are comments.

    This would work:

     shell
        
    command-that-prints-a-table | awk '
    # - Skip line 1
    # - Skip lines with only one column
    # - Skip lines that start with a "("
        NR>1 && NF>2 && substr($1,1,1) != "("  { print $1 }
    '
    
      

    But - my original code has a few

    ich_iel @feddit.org
    rhabarba @feddit.org

    ich👮‍♀️iel

    ich_iel @feddit.org
    rhabarba @feddit.org

    ich🍊🐵iel

    (Bild: KI. Witz: ich.)

    ich_iel @feddit.org
    rhabarba @feddit.org

    ich🗽iel

    ich_iel @feddit.org
    rhabarba @feddit.org

    ich🥦iel

    SPRICH

    Selfhosted @lemmy.world
    rhabarba @feddit.org

    First experience with self-hosting my DNS in the Intranet

    TL;DR: I made the switch an hour ago and thought I'd share my motivations and experiences here in case anyone wants to do the same.


    A few years ago, when the number of devices in my LAN threatened to get out of hand for reasonable maintainability, I made the switch to network-wide ad blocking. An older Raspberry Pi model connected directly to my router turned out to be a good solution. After checking the available options, I ran AdGuard Home on it for a while, which is (in my opinion) a nicer solution than the top dog Pi-Hole, but essentially does the same thing: every DNS request is forwarded to a customisable DNS server and filtered using equally customisable blocking lists, plus there's a nice web interface.

    Third-party DNS servers have some advantages, but they are not protected against censorship (e.g. the attacks by corporations against Quad9) and surveillance. Because what used to be called ‘paranoia’ can now be called healthy caution again, my own DNS server w

    ich_iel @feddit.org
    rhabarba @feddit.org

    ich🌬️iel

    "Bitte fortzen Sie jetzt."

    (Aus: Bruder-Festware-Aufdatum-Weichware, macBS, heute)

    ich_iel @feddit.org
    rhabarba @feddit.org

    ich🐭iel

    Wahlkampf läuft.

    ich_iel @feddit.org
    rhabarba @feddit.org

    ich🗳iel

    Jedes Mal.

    Aktivismus @feddit.org
    rhabarba @feddit.org

    Burkhard Garweg: Grüße aus der Illegalität

    taz.de Grüße aus der Illegalität

    An Familie, Freund*innen, Genoss*innen, Verbündete, Wagenplatzbewohner*innen, an alle, die sich mit meiner und unserer Sicht auseinandersetzen wollen