All Entries (Page 34)

Entry created on 2021-07-16 Authors: steeph (370) Categories: Silly (32) Thoughts (72) Work (3) Languages used: de (88) edit

µ-d! Arbeit. µ-d! 🔁

Comment via email
Leben im Konjunktiv Entry created on 2021-07-16 Authors: Andrea Reinhardt (14) Categories: Gedichte (10) Poetry (9) Languages used: de (88) Topics: Poetry (12) edit

wäre es anders?
wären wir verheiratet
miteinander
nicht mit anderen,
oder würde es uns fehlen
das Spiel mit dem
wenn......

Copyright 1998 Andrea Reinhardt

zu alt Entry created on 2021-07-10 Authors: Andrea Reinhardt (14) Categories: Gedichte (10) Poetry (9) Languages used: de (88) Topics: Poetry (12) edit

Mußte ich erst soo alt werden
einen Mann kennen lernen, der noch 10 Jahre länger gelebt hat
um festzustellen, daß es das wirklich gibt
wovon die Frauenzeitschriften in ihren
Berichten über Männergruppen schreiben
einen Mann, der über Gefühle sprechen kann?
Eines ist klar:
ein solcher Mann ist unwiderstehlich,
wenn sich das rumspricht,
gibt es für die Frauen,
kein halten mehr.

Copyright 1998 Andrea Reinhardt

keller oder tisch? Entry created on 2021-07-10 Authors: Andrea Reinhardt (14) Categories: Gedichte (10) Poetry (9) Languages used: de (88) Topics: Poetry (12) edit

wieder einen mann
im wein ertränkt
im rückblick hat er
den guten tropfen nicht
verdient
also nüchtern bleiben
und gedichte schreiben
dann habe ich
keine leichen im keller
aber tote auf dem tisch

Copyright 1998 Andrea Reinhardt

Setting Screen Brightness To Any Value With A Three-Step Keyboard Shortcut (Linux) Entry created on 2021-07-08 Authors: steeph (370) Categories: Code (31) Computer (78) Displays (5) Linux (35) Scripts (28) Languages used: en (255) edit

Initially out of necessity because the brightness keys of my new laptop didn't work out of the box (the driver was aded to my distro not a month later, which should have been acceptable, but I didn't know that at first), I was looking for a way to set the backlight brighness of my laptop's internal screen easily, without typing a command in a shell. What I ended up using I like even better than the usual + and - keys.

I'm using i3wm and dmenu. The way I set screen brightness is

  • 1) I enter the shortcut (mod+B in my case)
  • 2) I enter a number and
  • 3) I hit Enter.
  • It's simple to implement. Just put this line in the i3 config file:

    
    bindsym $mod+b exec \
      thatbright=$(echo "1000\n2000\n3000\n4000\n5000\n6000\n7000\n100\n10" \
      | dmenu -p "How bright though?") && echo $thatbright \
      > /sys/class/backlight/*/brightness
    

    You can put it into one line (without the \s inbetween) if you want.

    You could easily change that to a two-step or single shortcut if you like. I like the three-step version because it allows me to choose from one of seven brightness modes easily but also lets me enter a value below or between those pre-sets without taking up more than one key.

    Code Explanation

    First, the variable thatbright is set to the number that dmenu outputs, which can be one of the numbers that are echoed to the pipe (selected with arrow keys or completed when typed in dmenu) or another number that is entered into dmenu. If that was suggessful, the value is written to /sys/class/backlight/*/brightness. If you have multiple backlights in /sys/class and you only want to set one or if your shell doesn't support wild cards in paths, you can change the * to whatever applies to your system, e.g. intel_backlight.

    Scripts/Commands to set the screen brightness

    The simplest script that sets the screen brightness in Linux is probably the one-liner from above: echo $1 > /sys/class/backlight/*/brightness. This sets the raw numerical value. You need to know what a sensible range of numbers is and what the maximal accepted value is (look at '/sys/class/backlight/[YOUR_BACKLIGHT]/max_brightness'). But there are more elaborate scripts, like bbacklight by Giuseppe Eletto with which you set the brightness with a percentage value.

    Comment via email
    online-Sirenen Entry created on 2021-06-27 Authors: Andrea Reinhardt (14) Categories: Gedichte (10) Languages used: de (88) Topics: Poetry (12) edit

    Die Sirenen wurden den Männern schon zum Verhängnis
    vor vielen Jahrhunderten
    sie hätten es also besser wissen müssen,
    sie dachten, sie wären sicher
    Worte hätten ihre Kraft verloren
    was soll schon passieren,
    wenn Du sie nur liest und nicht hörst
    Odysseus hatte seien Männern die Ohren verstopft
    um selbst gefesselt um so genauer hinzuhören
    und er war der erste, der süchtig wurde
    seit ihm suchen sie alle den Gesang der Sirenen
    und wissen es nicht
    und sind so leicht zu fangen
    jetzt ist mein Boot übervoll
    das Netz meiner Worte läßt keinen los
    glücklich betrachte ich jede Seele einzeln
    streichle sie sanft und werfe sie wieder ins Wasser
    auch wenn wir nicht widerstehen können zu fangen
    so haben wir doch hinzugelernt
    und lassen die Seelen frei
    während unsere das Fangen gefangen hält.

    Copyright 1998 Andrea Reinhardt

    Entry created on 2021-06-23 Authors: struki (8) Categories: Silly (32) Languages used: en (255) edit

    nobody:

    me: can we please let this stupidly over- and misused meme format die already?

    Comment via email
    I don't have a capsule in the Gemini Space Entry created on 2021-06-20 Authors: steeph (370) Categories: Computer (78) Gemini (2) Gopher (1) Shared (17) Languages used: en (255) edit

    When I first read about Project Gemini (the Gemini protocol) I was excited. I think it's a good idea for several reasons and I'm happy that it's reality and more than a handful of people help building that space and filling it with content. I never got into gopher mainly because I don't find the structure of gopher sites (gopherholes?) suitable for most kinds of content. And because the web exists and, with the right browser extensions and configuration, isn't annoying enough most of the time.

    But now that there is a new kid on the block with a different feature set and the right ideological background of the initiator(s) of the protocol, I seriously thought about moving this site over to the Gemini Space. Or to participate in any way. But I've decided against it for now. I've just started building this site and the software behind it and I don't want to abandon thi project already or start a competing one before this one is established in my mind.

    So this blog entry shall be my only contribution for now. Go check it out, there already is a lot of interesting content in Gemini capsules.

  • Project Gemini Website - with many good links to get started
  • Lagrange - a famous GUI Gemini browser (web link)
  • medusae.space gemini directory - one of several good collections/directories of gemini capsules (gemini link)
  • Geminispace Search engine(gemini link)
  • Comment via email
    Go To Navigation Page
    Show/Hide Navigation
    Mastodon