schmonz.com 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.

Search results for tag #C

[?]Wolfram wants peace »
@wolframkriesing@mastodontech.de

I am working on a project again, building the CI/CD pipeline, including running unittests for C code (C99!!!).

Seeing the architecture and (imho) well crafted coding standards I introduced a while ago in this project being adapted is quite satisfying.
I even got the feedback that a failing test saved the devs time and prevented from errors to be just found on the hardware, which in projects is always a bit more tricky than in "simple" web apps

You want help with embedded, ping me

    [?]arosano 🇩🇰 🇮🇱 »
    @arosano@mastodon.bsd.cafe

    @stefano October '83 I worked with Siemens Data and was sent with some colleages to the release event of , the Siemens Unix, and a mini computer series with that OS. Subsequently I took courses in the OS and programming. I read the first edition of "The C Programming Language" in German(!)
    I was hooked. Since then it was primarily for me.

      [?]Giacomo Tesio »
      @giacomo@snac.tesio.it

      @informapirata@mastodon.uno

      Yes, and I find it quite good.

      And to run it as a , you don't even need a VPS: a cheap shared hosting supporting will run just fine! https://encrypted.tesio.it/2024/12/18/how-to-run-your-own-social-network.html

      That's why I prefer it to gotosocial.
      Also I try to avoid as much as possible cause it's a 's thing.

      Snac is written in a pretty readable (and a bit clever, sometimes) .
      And if you know C even a little bit, it's really worth a read.

      @beachcomber@leecalvin.xyz @alephoto85@snac.bobadin.icu

        [?]Michael Blume »
        @BlumeEvolution@sueden.social

        @rnkpplr Mein Protest gegen den Verfall des in der erfolgt nicht, weil ich mir sicher wäre, den säkularen noch aufhalten zu können. Sondern er erfolgt aus der Sorge, dass sich eine der letzten Parteien der europäischen selbst aufgibt & damit auch dem fossilen ausliefert. Schweigen ist für mich keine Option mehr, gerade WEIL ein Scheitern denkbar geworden ist… 🤔🇩🇪🇪🇺🔥

          [?]Michael Blume »
          @BlumeEvolution@sueden.social

          Nein, Jens - als Christ, seit 30+ Jahren - Mitglied & Teil einer deutsch-türkischen Familie mit drei Kindern „sehe“ ich nicht in der Vielfalt der Menschen im ein Problem, sondern in kaputter Infrastruktur, Unrecht & deren Verharmlosung durch .

          Ihr Rechtslibertären seht in anderen Menschen offensichtlich nicht mehr das Bild Gottes, sondern nur noch Nutzwerte vs. Bedrohung. Das steht aber nicht für Capitalismus, Conzerne & Corruption. tagesspiegel.de/politik/etwas-

            #netbsd boosted

            [?]Lobsters » 🤖
            @lobsters@mastodon.social

            Bill Seitz boosted

            [?]Paul SomeoneElse »
            @pkw@snac.d34d.net

            Game Of Life seems to be a good thing to implement to prove my ncurses app
            framework works OK.


            A screenshot of an xterm window running an ncurses program.  The program looks like it is implementing the game of life, because there is a basic glider in the upper left corner.

            Alt...A screenshot of an xterm window running an ncurses program. The program looks like it is implementing the game of life, because there is a basic glider in the upper left corner.

              [?]Stéphane Bortzmeyer »
              @bortzmeyer@mastodon.gougere.fr

              "warning: ‘__atomic_load_1’ writing 1 byte into a region of size 0 overflows the destination"

              C'est mauvais, ça, non ?

              ++

                [?]Peter N. M. Hansteen »
                @pitrh@mastodon.social

                #pkgsrc boosted

                [?]𝚟𝚒𝚗𝚜 »
                @sehnsucht@social.sdf.org

                ― I decided to create an alt account here to allow me
                to connect more easily with SDF community.

                My primary focus will be on tech-related things I like:
                on and



                  [?]SirWumpus 🎃🍁 »
                  @sirwumpus@tilde.zone

                  Message in a bottle time again (not a peep from anyone yet).

                  Growing desperate in search for (remote) software developer work in the areas. C# and more. Very versatile, adaptable, experienced.

                  snert.com/resume/

                  Hey! If its remote, its possible to work world wide too!

                    [?]Paul SomeoneElse »
                    @pkw@snac.d34d.net

                    https://alive.d34d.net/

                    I am so stuck in making this C/OpenBSD based website.

                    It's funny how much work it is to do things that are like trivial in
                    Flask/PHP/Django etc.

                    But I don't mind at all. I'm pretty confident I could run this on
                    any low level hardware. Like I keep wanting a 486 or pentium 1
                    and it would probably run just fine. I guess the https might be
                    the real expensive part :)

                    Anywho, I added email sending:
                    https://alive.d34d.net/emailtest/

                    Again you won't see anything, it sends it to me.
                    I am afraid to put an email form on a public page that did
                    anything more than email me.

                    If you notice I put ?r=12312312-123123 url params on all of
                    links that would have dynamic content. That is because I am using
                    to an it will otherwise cache the pages.


                      #pkgsrc boosted

                      [?]Jonathan Perkin »
                      @jperkin@federate.me.uk

                      Just to give you an idea of how much software GCC 14's default of -Werror=implicit-function-declaration breaks, here are two pkgsrc bulk build results:

                      GCC 13.3.0: 24835/28450
                      GCC 14.3.0: 2589/28450

                      reports.pkgci.org/SmartOS/upst

                      reports.pkgci.org/SmartOS/upst

                      I also had to fix up a bunch of things before the build would even start.

                      This could take a while. And then the fun starts all over again with GCC 15's changes...