m5l.eu is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Site description
Yet another single-user instance
Admin account
@marek@m5l.eu

Search results for tag #cpp

[?]P.I.W.O. Poznań » 🌐
@piwo@fosstodon.org

🎮 Netcode Hypersomnii – determinizm symulacji w C++

Patryk Czachurski, twórca gry , opowie jak stworzyć sieciową strzelankę z tysiącami obiektów, zużywając zaledwie ~40 kbit/s. Zamiast przesyłać stan świata – tylko input gracza, a reszta symulowana lokalnie. Brzmi prosto? W praktyce to spore wyzwanie.

📍 Gdzie? Wydział Matematyki i Informatyki UAM w Poznaniu
📅 Kiedy? sobota, 30 maja 2026

👉 Sprawdź program: piwo.sh

Kwadratowa grafika promująca Poznańską Imprezę Wolnego Oprogramowania z fioletowym tłem; u góry biały logotyp i napis „POZNAŃSKA IMPREZA WOLNEGO OPROGRAMOWANIA”. Na środku ramka ze zdjęciem prelegenta. Poniżej duży pomarańczowy napis „PATRYK CZACHURSKI”, a pod nim biały tekst „Netcode Hypersomnii - determinizm symulacji w C++” Po bokach rysunki postaci-maskotek ze świata open source.

Alt...Kwadratowa grafika promująca Poznańską Imprezę Wolnego Oprogramowania z fioletowym tłem; u góry biały logotyp i napis „POZNAŃSKA IMPREZA WOLNEGO OPROGRAMOWANIA”. Na środku ramka ze zdjęciem prelegenta. Poniżej duży pomarańczowy napis „PATRYK CZACHURSKI”, a pod nim biały tekst „Netcode Hypersomnii - determinizm symulacji w C++” Po bokach rysunki postaci-maskotek ze świata open source.

0 ★ 0 ↺

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

using API from code, and it's soo much nicer than its original . Function arguments (that are usually cryptically named integers) can be easily understood just by browsing their type definitions. Pointers are much more specific. Thanks Johnatan Marler for the zigwin32 bindings!

    1 ★ 0 ↺

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

    Having tried some more languages, it feels unreasonably good adding const to methods

      0 ★ 1 ↺

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

      Who could have guessed that running a package sending data over to a page with to render at runtime using two separate embedded Chrome processes could cause my flight simulator to have performance issues?

      Well, once I became the person to guess that and I'm simply translating some textures with everything is butter smooth 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...