Marek S. Ł.

@marek@m5l.eu

Currently studying to get a PhD in helicopter flight simulation.

[?]Eva Winterschön »
@winterschon@mastodon.bsd.cafe

Wanted: OSS life apps, subscription or self-hosted all good 💯 opinions are requested 💝
- Prefer group of OSS apps, but "Best in Class" list also good
- Requires cross-platform via either web-based, but ideally Android and Linux/BSD native apps
- Prefer not using NextCloud (due to PHP) but open to compromising if necessary
- Terminal access / TUI also yes wonderful
- Examples: reminders, notes, caldav, webdav, docs, etc

Tired of google services, tired of mozilla products, can't do apple anymore, burnt out on enshittification.

    ...
    Older...
    0 ★ 0 ↺

    [?]Marek S. Ł. »
    @marek@m5l.eu

    I'd be surprised if you can find an alternative to Nextcloud that works as well. But I'd love to be proven wrong and definitely want to hear about it!

    So far I'm using Nextcloud for everything you mentioned, except notes (@silverbulletmd@fosstodon.org)

      [?]Joel :casio: :blobcatderpy: »
      @joel@fosstodon.org

      @winterschon is my favorite self hosted RSS aggregator. It supports multiple APIs so you can use a lot of apps with it for mobile and desktop.

      Of course it has a great web client too!

        ...
        AodeRelay boosted

        [?]Tim Chase »
        @gumnos@mastodon.bsd.cafe

        @joel @winterschon

        I'll add my advocacy for rss2email¹ which I use for RSS. It puts my feeds in my inbox so

        • no new UI to learn, just my existing MUA (mail user agent) whether mutt or mail(1), but any IMAP-aware MUA will do)

        • all the existing MUA keyboard shortcuts & filters (what "sponsored post" items? 😛) work fine

        • IMAP keeps read/deleted status in sync across multiple machines, as well as any filing I do in folders, and works fine offline thanks to OfflineIMAP/mbsync

        • my existing backup process already handles backups

        • they're easy to share, just forward it like any email

        • indexing/search with notmuch(1) can help me find things quickly

        • I control when it runs (I prefer cron to run it once daily ~5am and not interrupt my easily-distractable brain the rest of the day)

        ¹ github.com/wking/rss2email

          ...
          AodeRelay boosted

          [?]mms :runbsd: :emacs: :c64: »
          @mms@mastodon.bsd.cafe

          @gumnos @joel @winterschon how do you not get lost in that flood of email?

            ...
            AodeRelay boosted

            [?]Tim Chase »
            @gumnos@mastodon.bsd.cafe

            @mms

            Maybe I'm more selective in the feeds I follow? I used to follow a lot more, but some went fallow, some got overrun with adverts, and some were no longer of interest, while others are low traffic. It used to be more like @joel's 100+ blogs, but that's down to more like ⅓ that now.

            Or maybe the use of MUA filters/colorization/keyboard-shortcuts helps mow through the daily stack of email? In mutt I can scan the title/subject line for anything of interest, read/file those, and then something like

            D/lxer⏎

            to delete bunches of them in one go. Similarly in mail(1)

            d/lxer⏎

            and done.

            @winterschon

              ...
              AodeRelay boosted

              [?]mms :runbsd: :emacs: :c64: »
              @mms@mastodon.bsd.cafe

              @gumnos @joel @winterschon aaah. You’re using localhost still? Not your external email?:-)

              blog.thechases.com/posts/readi

                ...
                AodeRelay boosted

                [?]Tim Chase »
                @gumnos@mastodon.bsd.cafe

                @mms

                hah, I was just about to reply to @joel and share that post I wrote up 😆

                I found it convenient to split my RSS consumption based on usage patterns resulting in two different rss2email cron jobs running:

                • one does local SMTP delivery in plain-text-only to my $MAIL spool that I skim with mail(1) and is mostly for informative purposes (things like RSS for my hosting providers' uptime-status and the like). Reading the title/Subject: on these is usually enough to make a delete/read decision. I really should move my LXer subscription here because I read it in much the same way, drilling into maybe one or two per month out of the 10+/day they usually publish.

                • the other runs on my mail-server VPS and delivers to my actual public mailbox for consumption in whatever IMAP client I want (usually mutt, but was previously Claws, and Thunderbird before that)

                @winterschon

                  ...
                  AodeRelay boosted

                  [?]mms :runbsd: :emacs: :c64: »
                  @mms@mastodon.bsd.cafe

                  @gumnos @joel @winterschon color me intrigued!

                  That, at the same time, primitive AMD over engineered :-p

                    ...
                    AodeRelay boosted

                    [?]Tim Chase »
                    @gumnos@mastodon.bsd.cafe

                    @mms (untagging the others, but they're welcome to chime back in if they're following along and interested; mostly trying to keep their notification noise down)

                    Back in the days of MyYahoo as my RSS reader (before moving to Google Reader only to then have the rug pulled, and vowing to never put myself in a position to rely on Google services for primary roles), I discovered I had different reading patterns depending on the feed. I'd originally tried to read them by theme (tech, writing/language, personal finance, system alerts, etc), but it felt rocky.

                    So I eventually modified my reading processes by type-of-article:

                    • quick reads, where scanning headlines was almost always sufficient

                    • interesting quick reads that I could usually read in under a minute or two like that {word,joke,quote}-a-day

                    • longer articles where the full text wasn't in the RSS feed and I had to read it on the site

                    • long-form articles that took a LOT longer to read and more mental investment (this also gave me the opportunity to re-evaluate them, since these were the biggest time-sucks, so I made sure they provided reasonable value)

                      ...
                      AodeRelay boosted

                      [?]mms :runbsd: :emacs: :c64: »
                      @mms@mastodon.bsd.cafe

                      @gumnos the next logical step would email-2-print pipeline. I’ll have try try this rss2e again.

                        1 ★ 0 ↺

                        [?]Marek S. Ł. »
                        @marek@m5l.eu

                        Another day, another discovery of classic tool that does exactly what I want, this time it's git worktree for the rescue:

                        I was working on updating a project to a newer version, but wanted to keep comparing to a tag from some time ago. The problem is that checking out a different commit changes all the files as far as is concerned, and everything builds from scratch. If only there was a way to have another copy of the same repo without cloning...

                          0 ★ 0 ↺

                          [?]Marek S. Ł. »
                          @marek@m5l.eu

                          I'm learning to be IDE-independent and appreciate more. After a bunch of hunting for one failing file per each rebuild I came up with a magical solution. The incantation is:

                          find . -name '*.qml' | xargs sed -i 's/\(import [A-Za-z0-9.]*\)[ ]*[0-9.]*/\1/g'

                          Which translates to "please remove all versions from import statements in my QML files"

                            0 ★ 0 ↺

                            [?]Marek S. Ł. »
                            @marek@m5l.eu

                            @flamenco108@101010.pl czy jest w SteMi_J coś szczególnego co przechyliłoby szalę na używanie prawej ręki dla absolutnie świeżego mańkuta? Chodzi o nieuciekanie na inne poziomy?
                            Tempo pisania na razie niewiele mniejsze niż lewą, może warto by się uczyć równolegle obiema?
                            ...najpierw zaprezentuję nową stenografię. Nową/starą - ale jakże zgrabną, poręczną, którą polecam wszystkim zainteresowanym, szczególnie, jeżeli są praworęczni.
                            https://www.stenografia.pl/blog/2011-01-18_pisanie-prawa-reka-to-proste/
                            https://www.stenografia.pl/blog/2022-11-20-stenografia_stemi_j/

                              ...

                              [?]Krzysztof Stenografow »
                              @flamenco108@101010.pl

                              @marek cześć. Generalnie prawa ręka ma przewagę przy pisaniu od lewej do prawej. Jakimkolwiek pismem. Tak uważam. Stemi_j zaprojektował stenograf praworęczny na bazie stemi. Więc pewne niuanse uczynił dla prawej. Tak to oceniłem.

                                ...
                                0 ★ 0 ↺

                                [?]Marek S. Ł. »
                                @marek@m5l.eu

                                @flamenco108@101010.pl Absolutnie świeży mańkut zgłasza się po popołudniu prób steno. Jestem w stanie przeczytać rzeczy zapisane wczoraj bez zaglądania do materiałów, duży sukces! Zwłaszcza pisząc drugą ręką, zdarza się że symbole wyjdą mi za małe, zbyt krzywe etc. ale fakt że podobne znaki mają podobne głoski ratuje czytelność słowa w tych sytuacjach.

                                Podobny efekt szybkiego uczenia się symboli dzięki relacji głoski dźwięcznej i bezdźwięcznej jest też w sylabariuszach japońskich i tengwarze Tolkiena, i bardzo go doceniam. Przez to że w zasadzie każdy znak jest i tak minimalny, to chyba nie ma dużej wartości w nadmiernej optymalizacji prostoty znaków dla częstotliwości głoski.

                                Podsumowując, z mojej niedoświadczonej perspektywy, SteMi jest super. Duże uznanie i podziękowania za ciekawe narzędzie.

                                  ...

                                  [?]Krzysztof Stenografow »
                                  @flamenco108@101010.pl

                                  @marek Dziękuję za uznanie. Przekazuję jego stosowną część autorom, na których bazowałem, którymi się inspirowałem, czyli Wilhelmowi Stolze, Mierosławowi Sucheckiemu, Józefowi Polińskiemu oraz Karlowi Scheithauerowi... 😉

                                    [?]Krzysztof Stenografow »
                                    @flamenco108@101010.pl

                                    @marek A tak w ogóle to jak zechcesz, to może byś podesłał próbkę pisma. Jestem ciekaw, czy rozumiesz je podobnie do mnie.

                                      ...
                                      0 ★ 0 ↺

                                      [?]Marek S. Ł. »
                                      @marek@m5l.eu

                                      Załączam zdjęcie próbki. Jak chodzi o rozumienie systemu to na razie jeszcze wprowadzam znaki do mojej pamięci – czasem potrzebuję zerknąć na ściągawkę.

                                      Widzę dużo rzeczy które chcę poprawić, ale wrzucam teraz jako ślad którędy może iść początkujący.

                                      Zdjęcie kartki zapisanej stenografią z tekstem: "dostarczam próbkę pisma dla Krzysztofa, tutaj napisanego lewą ręką. wychodzi mi mieszanka Stemi i Stemi "J". od tej linii piszę prawą, co widać po gorszej czytelności pisma. detale są inne niż zamierzone."

                                      Alt...Zdjęcie kartki zapisanej stenografią z tekstem: "dostarczam próbkę pisma dla Krzysztofa, tutaj napisanego lewą ręką. wychodzi mi mieszanka Stemi i Stemi "J". od tej linii piszę prawą, co widać po gorszej czytelności pisma. detale są inne niż zamierzone."

                                      ...

                                      [?]Krzysztof Stenografow »
                                      @flamenco108@101010.pl

                                      @marek Oczywiście, nauka nowego pisma to jak nauka nowego języka. Trochę musi zająć. Zaraz wkleję Ci próbkę mojego pisma, po lewej prawą ręką, po prawej lewą ręką. Moja zwykle pisząca ręka to lewa, a prawą powoli przyuczam, ale miałem długą przerwę, bo mi się nie chciało.

                                        [?]Krzysztof Stenografow »
                                        @flamenco108@101010.pl

                                        @marek Treść notki (z Infopiguły):

                                        /Podczas szczytu G7 w nocy z poniedziałku na wtorek
                                        /Rosja przeprowadziła zmasowany atak na Ukrainę z
                                        /użyciem 450 dronów i 30 rakiet; głównym celem
                                        /był Kijów; Ukraina strąciła 430 dronów i rakiet.
                                        /Odnotowano trafienia w 10 miejsc i spadające
                                        /odłamki w 34. W Kijowie zginęło co
                                        /najmniej 15 osób, a 75 było rannych;
                                        /wśród zabitych jest obywatel USA.
                                        /Zaatakowano też Odessę, gdzie rannych zostało 13 osób.
                                        /Zełenski nazwał atak „jednym z najbardziej przerażających”
                                        /i „czystym terroryzmem”. Ukraiński rząd podkreśla,
                                        /że Putin celowo pokazał „lekceważenie społeczności
                                        /międzynar.”.

                                        Notatka stenograficzna, jej treść znajduje się we wpisie czyli toocie.

                                        Alt...Notatka stenograficzna, jej treść znajduje się we wpisie czyli toocie.

                                          ...
                                          0 ★ 0 ↺

                                          [?]Marek S. Ł. »
                                          @marek@m5l.eu

                                          Dzięki! Z tej próbki i nnych na blogu, widzę że jest dużo więcej pomysłów na skróty niż tylko zastąpienie liter krótkimi kreskami. Znowu jak przy nauce języka, czytanie też pomogłoby mi pisać lepiej.

                                          Jak mam całe zdanie to dużo zgaduję z kontekstu, tak myślę że mógłbym pociąć próbki z bloga i SteMi_J na fiszki po jednym słowie dla Anki (oprogramowania, nie znajomej Anny).

                                          [?]Tim Chase »
                                          @gumnos@mastodon.bsd.cafe

                                          An interesting article¹ by @keithamus on "CSS Classes Considered Harmful"

                                          I went into the article skeptical, but found myself coming around to the POV that data-attributes offer significant advantages over a class="…" grab-bag.

                                          However, it was unfortunate that most of the examples go down a non-semantic route, doing things like

                                          data-align=left

                                          or

                                          data-border-collapse~="top"

                                          which push the style decisions into the HTML rather than leaving the HTML to define the *structure*, and letting the CSS to decide the *appearance*. Especially since this data-attribute method is great for facilitating this separation.

                                          tl;dr: use data-attributes rather than classes, could better examples

                                          ¹ keithcirkel.co.uk/css-classes-

                                            ...
                                            2 ★ 0 ↺

                                            [?]Marek S. Ł. »
                                            @marek@m5l.eu

                                            Some time ago I encountered the same idea on a different blog. It's very brief, but I think the example is more aligned with your point here:

                                            https://pdx.su/blog/2023-07-27-use-css-attributes/

                                            CC: @keithamus@indieweb.social

                                              ...
                                              AodeRelay boosted

                                              [?]Tim Chase »
                                              @gumnos@mastodon.bsd.cafe

                                              @marek

                                              the data-primary certainly fits my point, but the data-color="red" still bugs me since that's presentational rather than structural. I would rather see things like

                                              <div data-status="error">…</div>
                                              <div data-status="warning">…</div>
                                              <div data-status="info">…</div>
                                              <div data-status="success">…</div>

                                              and then let the CSS decide that error→red, warning→amber, info→blue, and success→green

                                              Otherwise I know m̶a̶n̶a̶g̶e̶r̶s̶ projects where we'd end up with things like

                                              div[data-color="blue"] {
                                              background-color: purple;
                                              }

                                              🤦‍♂️

                                              @keithamus

                                                ...
                                                1 ★ 0 ↺

                                                [?]Marek S. Ł. »
                                                @marek@m5l.eu

                                                @gumnos@bsd.cafe I agree completely, "error" and "info" is exactly what I'd prefer to see there

                                                  AodeRelay boosted

                                                  [?]BastilleBSD :freebsd: »
                                                  @BastilleBSD@fosstodon.org

                                                  What's your go-to terminal multiplexer — tmux, screen, or something else entirely? 💻 Cast your vote in the replies!

                                                    ...
                                                    Older...
                                                    0 ★ 0 ↺

                                                    [?]Marek S. Ł. »
                                                    @marek@m5l.eu

                                                    @BastilleBSD@fosstodon.org tmux, but used to be screen (I didn't know there are alternatives then)

                                                      [?]xinqu »
                                                      @xinqu@mastodon.bsd.cafe

                                                      Recently started learning , although it's completely useless to me. Sometimes it helps to understand why things developed like they did when you go back in time, when remote communication started. And I love having a fallbacks.

                                                      It's like learning in order to understand concepts of .

                                                        ...
                                                        0 ★ 0 ↺

                                                        [?]Marek S. Ł. »
                                                        @marek@m5l.eu

                                                        @xinqu@bsd.cafe I'm curious, do you have a specific method? The way they taught me when I was little was with words starting with every letter, and these had a syllable for each beep

                                                        /.-/...//-.--/---/..-//.../././/.../-/../.-../.-..//--./---/-//../-/ 😉

                                                          ...
                                                          AodeRelay boosted

                                                          [?]xinqu »
                                                          @xinqu@mastodon.bsd.cafe

                                                          @marek I'm trying the so called "Koch Method", where you start at almost full speed, but only with a few new letters at a time.

                                                          And no, I don't get it yet ;)

                                                            0 ★ 0 ↺

                                                            [?]Marek S. Ł. »
                                                            @marek@m5l.eu

                                                            Reject artificial intelligence, embrace sincere stupidity

                                                            https://grugbrain.dev/

                                                            0 ★ 0 ↺

                                                            [?]Marek S. Ł. »
                                                            @marek@m5l.eu

                                                            I'm still spending time getting a box, unpacking the parts,assembling it together and having the same feeling of satisfaction when all that's left is a spare screw.

                                                            Boys don't grow up, we just change LEGO to

                                                            Photo of multiple aluminium extrusions and mounting hardware on the floor

                                                            Alt...Photo of multiple aluminium extrusions and mounting hardware on the floor

                                                            The parts assembled into stairs in a laboratory

                                                            Alt...The parts assembled into stairs in a laboratory

                                                              0 ★ 0 ↺

                                                              [?]Marek S. Ł. »
                                                              @marek@m5l.eu

                                                              Today's discovery: make history of Jupyter notebooks cleaner with this package:

                                                              pipx install nb-clean
                                                              nb-clean add-filter --remove-empty-cells --preserve-cell-outputs

                                                                AodeRelay boosted

                                                                [?]Zef Hemel »
                                                                @zef@hachyderm.io

                                                                Something I hadn't really thought about is that is to learn and grow, you NEED to struggle. It needs to be hard, to truly learn something. This is why making mistakes is the best way to learn.

                                                                When my son asks ChatGPT to write him a program, it will happily oblige. While we can walk through that program line by line and I can explain him how it works, he's not going to learn much from it.

                                                                For him to learn, he has to give it a shot himself. Get a syntax error, read that error precisely, understand it (and not feed it back to ChatGPT) and then fix it. Then get another error, read it and fix it. Rinse and repeat.

                                                                Making things as easy as possible is not (always) the goal.

                                                                ...

                                                                [?]Tane Piper ⁂ »
                                                                @tanepiper@tane.codes

                                                                @zef it sort of reminds me of the days of copying programs from magazines and they didn't work. You either gave up, or you dug in and found the bug

                                                                  1 ★ 0 ↺

                                                                  [?]Marek S. Ł. »
                                                                  @marek@m5l.eu

                                                                  My parents always told me that brain is a muscle, and just like other muscles it atrophies when unused.

                                                                  But seriously though, I think that your point is well supported by research under the term "desirable difficulty".

                                                                    0 ★ 0 ↺

                                                                    [?]Marek S. Ł. »
                                                                    @marek@m5l.eu

                                                                    Just letting the users of FreeOTP app know that I wasn't able to back up and restore my TOTP codes from it, which seems to be a long-standing issue that I somehow wasn't aware of.

                                                                    However I can highly recommend the FreeOTP+ fork which has some other nice features, but crucially, saves and loads data correctly.

                                                                      0 ★ 0 ↺

                                                                      [?]Marek S. Ł. »
                                                                      @marek@m5l.eu

                                                                      Just found out that LibreOffice Draw can compress images in PDF - I definitely, categorically, undoubtedly never used a shady website for that...

                                                                      0 ★ 0 ↺

                                                                      [?]Marek S. Ł. »
                                                                      @marek@m5l.eu

                                                                      Recently found a way to make it easier to save my graphical environment configuration with and the like. Before I start adjusting the desktop to my liking, I run:
                                                                      inotifywait --monitor --recursive ~/.config
                                                                      This shows me what files are changed when I click "Apply". This way I don't need to wade through pages of config file documentation, but I still know what I need to reproduce.

                                                                        0 ★ 0 ↺

                                                                        [?]Marek S. Ł. »
                                                                        @marek@m5l.eu

                                                                        "How to interpret FFT output" is the aerospace version of "How to center a div"

                                                                        1 ★ 0 ↺

                                                                        [?]Marek S. Ł. »
                                                                        @marek@m5l.eu

                                                                        Finally back online after reworking my setup!

                                                                        This time it's with . I used to avoid containers, preferring to run services directly instead. But setting up backups made me appreciate the separation between the application data in image and persistent state in mounted volumes. The final piece that convinced me is the ability to self-host my own container registry with @forgejo@floss.social

                                                                        I'm doing the initial setup through (learned from @notthebee@tilde.zone), but specific applications are managed via dockge. The ambition to do every adjustment through playbooks burns out really fast when working with a single instance.

                                                                          [?]Zef Hemel »
                                                                          @zef@hachyderm.io

                                                                          Oddly tempted to try to switch to (realistically @neovim ) again for code editing. And switching on vim mode in @silverbulletmd

                                                                          Trigger: the realization that anything not purely open source (like VS Code) eventually

                                                                            ...
                                                                            3 ★ 0 ↺

                                                                            [?]Marek S. Ł. »
                                                                            @marek@m5l.eu

                                                                            If you're not deeply entrenched in motions, may I recommend you try editor? It's what I use for @silverbulletmd@fosstodon.org since last year, there's config in repo.

                                                                            Although familiarity with usual vim still comes in handy on the school computer 😅

                                                                              [?]Angad Behl »
                                                                              @slashtechno@fosstodon.org

                                                                              @zef @neovim @silverbulletmd Just curious, what is bad about VS Code? There's also VS Codium, which is a community-maintained open-source build of VS Code.

                                                                                ...

                                                                                [?]Zef Hemel »
                                                                                @zef@hachyderm.io

                                                                                @slashtechno it’s not bad just yet, but MS controls some key parts like the marketplace. Also: this devclass.com/2025/04/08/vs-cod

                                                                                  ...

                                                                                  [?]Angad Behl »
                                                                                  @slashtechno@fosstodon.org

                                                                                  @zef Interesting, hopefully Cursor gets people to use Open VSX more.

                                                                                    [?]Zef Hemel »
                                                                                    @zef@hachyderm.io

                                                                                    Writing a single bash script that turns a clean install into an opinionated setup (the one that I use myself) with:

                                                                                    *
                                                                                    * as web UI for managing docker-compose stacks
                                                                                    * @tailscale setup to expose deployed services with TSDProxy as separate TS domains
                                                                                    * Restic for data backups

                                                                                    Anybody interested?

                                                                                      ...
                                                                                      1 ★ 0 ↺

                                                                                      [?]Marek S. Ł. »
                                                                                      @marek@m5l.eu

                                                                                      Definitely interested, as I'm about to setup my home server from scratch this long weekend.

                                                                                      I'm expecting to also do Debian and Docker, but with Ansible and Borg backup. I'm curious to be convinced otherwise

                                                                                        [?]nikolasdi »
                                                                                        @nikolasdi@mastodon.social

                                                                                        @zef @tailscale I would love to see it!

                                                                                          1 ★ 1 ↺
                                                                                          SilverBullet boosted

                                                                                          [?]Marek S. Ł. »
                                                                                          @marek@m5l.eu

                                                                                          Today I was playing with in @silverbulletmd@fosstodon.org, and while upstreaming a fix for a dependency, I landed PR number 1 there.

                                                                                          This is what promises to be, and it does feel nice to actually do it.

                                                                                            ...
                                                                                            0 ★ 0 ↺

                                                                                            [?]Marek S. Ł. »
                                                                                            @marek@m5l.eu

                                                                                            Today I threw together a small in to help with experimental characterisation of hardware for . It's simply generating a sinusoidal signal within configurable limits, but now it's definitely easier to understand than running scripts in terminal.

                                                                                            I did enjoy the ease of setup of TkInter, and compatibility with Matplotlib, but I was missing the simplicity of immediate mode libraries. In trying to emulate these, now a few callbacks trigger "given this dataclass with state, the widgets should look like this".
                                                                                            The micro-management gremlin is whining that it's repeating useless work, but more importantly the window is complete and I can go on with the experiment.

                                                                                            Screenshot of a basic graphical application with settings, showing plots of generated signal to its side.

                                                                                            Alt...Screenshot of a basic graphical application with settings, showing plots of generated signal to its side.

                                                                                              ...
                                                                                              0 ★ 0 ↺

                                                                                              [?]Marek S. Ł. »
                                                                                              @marek@m5l.eu

                                                                                              Now in action

                                                                                              Photo of a motion platform visibile behind computer screen

                                                                                              Alt...Photo of a motion platform visibile behind computer screen

                                                                                                3 ★ 4 ↺

                                                                                                [?]Marek S. Ł. »
                                                                                                @marek@m5l.eu

                                                                                                Hello ! Let's see if the mentions work as expected by acknowledging some people that helped me get online:

                                                                                                Thanks @grunfink@comam.es for the server, @stefano@bsd.cafe for the blog posts that pointed me to it, @voron@snac.nya.pub for the theme and @manton@manton.org for motivating me with your book

                                                                                                  ...
                                                                                                  0 ★ 0 ↺

                                                                                                  [?]Marek S. Ł. »
                                                                                                  @marek@m5l.eu

                                                                                                  Czyniąc cokolwiek, człowiek prawie nigdy nie wie, co właściwie czyni – w każdym razie nie wie do końca.
                                                                                                  Stanisław Lem, Summa technologiae

                                                                                                  History