Marek S. Ł.

@marek@m5l.eu

Currently studying to get a PhD in helicopter flight simulation.

[?]Mister Dave »
@misterdave@tilde.zone

so yes, i do plan to move my code off . i need to look at the alternatives and see who meets my needs.

in addition to this, I'm thinking of running a server at home. is anyone doing this? any advice?

    ...
    0 ★ 1 ↺
    #selfhosting boosted

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

    I'd also recommend @forgejo@floss.social, especially if you want to give up . It's very similar interface, and if you need an external instance this is what @Codeberg@social.anoxinon.de runs. I'd say Sourcehut is worth at least trying out to see what's possible but that's a big leap.

    I'm running Forgejo in a container now to isolate SSH access, but I also had it installed directly for some time.

    This is what I use now, after Apache SVN, Perforce, Tuleap, RhodeCode, Phorge and Gitea so far.

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

      Why should everything be run as a Docker image? Installing it from scratch, whatever that may be, always proves to be more sustainable than relying on an image whose functionality we don’t fully understand.

      ...
      0 ★ 0 ↺

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

      The primary advantage to me is clear separation between application data which I assume can be downloaded again (container image), and my locally generated user data which I need to backup myself (container volume).

      The other one is forcing the developer to bundle all of the dependencies with the application. It does waste disk space, bandwidth etc. but they are all cheaper than my troubleshooting time and comfort. If and when I need to change some part of the image, I fork and modify it as I would with any other software.

      Speaking of sustainability, if the process to update is too difficult and time consuming, the human factor (me) will delay or fail it over long periods of time.

      I am not saying that everything should be run in a container, but I will disagree that installing manually is always better either. Not every application is a main character that deserves this work from me, and not every person is a full-time administrator. Docker is just another tool in the toolbox, that happens to offer an attractive compromise for some of my work, but I'd also be happy to be convinced otherwise (as I was until recently).

        ...
        AodeRelay boosted

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

        @marek I agree with much of what you’re saying. Docker is a powerful tool, especially for simplifying dependency management and ensuring application consistency across systems. But there’s a large class of services that don’t benefit meaningfully from being containerized, and in those cases, something like a FreeBSD jail offers a leaner, more efficient alternative.

          0 ★ 0 ↺

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

          One thing I didn't realise about is that you can run them using with interactive terminal (docker run -it) to get crazy simple setup instructions.

          Yours sincerely,
          a fresh menuconfig user

            2 ★ 0 ↺

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

            I just completed a application for feature phones that periodically reports the position. I was quite surprised I couldn't find anything ready made for my senior user, but it wasn't too difficult to make either.

            Live location is very sensitive data, but the server with TLS and basic authentication gives me more privacy than the big tech cloud. And it only needed reading a bit of MDN and making a basic image based on

              1 ★ 0 ↺

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

              Bad npm and make, no sudo install for you two. And leave my /usr/local alone!

              It was the talk "How to Build Software From Source" from @andrewrk@mastodon.social where someone taught me what build prefix is. I think that's an example of why hanging around language is so beneficial – it also taught me a lot more about building C and libc than any other tool. Many layers of dirt and rust (pun intended) are washed away and you see the basic systems that were under there all the time.

                4 ★ 3 ↺

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

                Recently tried https://astral.sh/uv tooling for , and I think I'm switching over for the foreseeable future.

                What made me finally try something else than raw pip and venv was easy installing of multiple Python versions. I was completing a PR to a library that (admirably) wants to support the old ones as well. Once I had the tool, I tried it for releasing a new version of my own PyPI package, and I wasn't ready for how fast and convenient it would be.

                  [?]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

                          ...
                          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 ;)

                                                              2 ★ 1 ↺
                                                              hadronized boosted

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

                                                              Reject artificial intelligence, embrace sincere stupidity

                                                              https://grugbrain.dev/

                                                              1 ★ 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

                                                                                          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