GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Notices by gentoobro (gentoobro@shitpost.cloud)

  1. Embed this notice
    gentoobro (gentoobro@shitpost.cloud)'s status on Sunday, 25-May-2025 17:09:23 JST gentoobro gentoobro
    in reply to
    • nyanide :nyancat_rainbow::nyancat_body::nyancat_face:

    https://github.com/yzziizzy/sti

    In conversation about 8 days ago from shitpost.cloud permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: opengraph.githubassets.com
      GitHub - yzziizzy/sti: General extension library for C. No dependencies beyond common POSIX platform headers. "[st]andard library, [i]zzy", in the same vein as stb.
      General extension library for C. No dependencies beyond common POSIX platform headers. "[st]andard library, [i]zzy", in the same vein as stb. - yzziizzy/sti
  2. Embed this notice
    gentoobro (gentoobro@shitpost.cloud)'s status on Sunday, 25-May-2025 17:09:03 JST gentoobro gentoobro
    in reply to
    • nyanide :nyancat_rainbow::nyancat_body::nyancat_face:

    Which is why I put all of those functions I wrote in a lib and now I just

    #include "sti/sti.h"

    and add sti.c to the build script.

    In conversation about 8 days ago from shitpost.cloud permalink
  3. Embed this notice
    gentoobro (gentoobro@shitpost.cloud)'s status on Sunday, 25-May-2025 17:07:32 JST gentoobro gentoobro
    in reply to
    • gentoobro
    • nyanide :nyancat_rainbow::nyancat_body::nyancat_face:

    https://notabug.org/yzziizzy/sti

    Here's my general utility library in C. It includes a bunch of typesafe data structures, as well as a bunch of useful functions like the one above. Public Domain.

    In conversation about 8 days ago from shitpost.cloud permalink

    Attachments


  4. Embed this notice
    gentoobro (gentoobro@shitpost.cloud)'s status on Sunday, 25-May-2025 17:06:25 JST gentoobro gentoobro
    in reply to
    • Fish of Rage
    • pistolero

    And they just make up random shit less often, and have heard of languages other than Python and frameworks other than React.

    In conversation about 8 days ago from shitpost.cloud permalink
  5. Embed this notice
    gentoobro (gentoobro@shitpost.cloud)'s status on Sunday, 25-May-2025 17:06:04 JST gentoobro gentoobro
    in reply to
    • nyanide :nyancat_rainbow::nyancat_body::nyancat_face:
    // allocates a new buffer and calls sprintf with it char* sprintfdup(char* fmt, ...) { va_list va; va_start(va, fmt); size_t n = vsnprintf(NULL, 0, fmt, va); char* buf = malloc(n + 1); va_end(va); va_start(va, fmt); vsnprintf(buf, n + 1, fmt, va); va_end(va); return buf; }

    Um... trivially abstract the boilerplate away?

    In conversation about 8 days ago from shitpost.cloud permalink
  6. Embed this notice
    gentoobro (gentoobro@shitpost.cloud)'s status on Sunday, 25-May-2025 17:00:30 JST gentoobro gentoobro
    in reply to
    • nyanide :nyancat_rainbow::nyancat_body::nyancat_face:

    Macros 😀

    In conversation about 8 days ago from shitpost.cloud permalink
  7. Embed this notice
    gentoobro (gentoobro@shitpost.cloud)'s status on Sunday, 25-May-2025 17:00:26 JST gentoobro gentoobro
    in reply to
    • Protoss
    • nyanide :nyancat_rainbow::nyancat_body::nyancat_face:

    C++ is just C except harder to read and with more useless boilerplate.

    In conversation about 8 days ago from shitpost.cloud permalink
  8. Embed this notice
    gentoobro (gentoobro@shitpost.cloud)'s status on Sunday, 25-May-2025 14:45:16 JST gentoobro gentoobro
    in reply to
    • Loki3

    No, but ultrafans of it often are.

    In conversation about 8 days ago from shitpost.cloud permalink
  9. Embed this notice
    gentoobro (gentoobro@shitpost.cloud)'s status on Saturday, 24-May-2025 15:17:07 JST gentoobro gentoobro
    • feld

    Not if you consider every whore on it as a contractor and therefore an "employee" from a metric perspective. Then I bet it's about in line with everything else, if not worse.

    In conversation about 9 days ago from shitpost.cloud permalink
  10. Embed this notice
    gentoobro (gentoobro@shitpost.cloud)'s status on Friday, 23-May-2025 16:00:10 JST gentoobro gentoobro
    in reply to
    • ?? Humpleupagus ??
    • cjd
    • Hoss Delgado

    It'd be kino if everyone wrote in Rand Paul for every position on every ballot making him the defacto king and then he repealed all the nonsense laws and banned pitbulls.

    In conversation about 10 days ago from shitpost.cloud permalink
  11. Embed this notice
    gentoobro (gentoobro@shitpost.cloud)'s status on Friday, 23-May-2025 15:50:51 JST gentoobro gentoobro
    in reply to
    • ?? Humpleupagus ??
    • cjd
    • Hoss Delgado

    Congress could have passed a law welching on the previous laws. Congress can do whatever it wants.

    In conversation about 10 days ago from shitpost.cloud permalink
  12. Embed this notice
    gentoobro (gentoobro@shitpost.cloud)'s status on Friday, 23-May-2025 15:48:49 JST gentoobro gentoobro
    in reply to
    • Hoss Delgado
    • gentoobro

    People would cheer bank CEOs in handcuffs while getting laid off from their jobs which were only fueled by inflation money.

    In conversation about 10 days ago from shitpost.cloud permalink
  13. Embed this notice
    gentoobro (gentoobro@shitpost.cloud)'s status on Friday, 23-May-2025 15:48:49 JST gentoobro gentoobro
    in reply to
    • Hoss Delgado

    On the contrary, I think that letting the big banks all fucking die would be wildly popular among the people on both sides of the aisle. Twisting the knife would only make the president even more popular on top of it, for example by sicking the secret service on some of the more hated banks and dragging their execs off to ultraprison for counterfeiting.

    In conversation about 10 days ago from shitpost.cloud permalink
  14. Embed this notice
    gentoobro (gentoobro@shitpost.cloud)'s status on Friday, 23-May-2025 15:37:38 JST gentoobro gentoobro
    in reply to
    • Hoss Delgado

    And being a boomer. At the core he's a boomer and this explains a lot of his behavior, much better than schizo theories. Muh banks, muh institutions.

    In conversation about 10 days ago from shitpost.cloud permalink
  15. Embed this notice
    gentoobro (gentoobro@shitpost.cloud)'s status on Friday, 23-May-2025 15:33:23 JST gentoobro gentoobro
    in reply to
    • Hoss Delgado

    It's the correct course of action for a first term president too. The people on both sides fucking hate the banks, and they hate the bailouts too. Force congress to bail them out with a 2/3rds veto override and then stymie them with endless executive orders if they do.

    In conversation about 10 days ago from shitpost.cloud permalink
  16. Embed this notice
    gentoobro (gentoobro@shitpost.cloud)'s status on Friday, 23-May-2025 15:30:26 JST gentoobro gentoobro
    in reply to
    • Hoss Delgado

    This is almost certainly what will happen if the music stops in the next 3.5 years.

    In conversation about 10 days ago from shitpost.cloud permalink
  17. Embed this notice
    gentoobro (gentoobro@shitpost.cloud)'s status on Friday, 23-May-2025 14:15:18 JST gentoobro gentoobro
    in reply to
    • Cory Doctorow
    • skylar :confederateflag:??? :z:
    • Hoss Delgado
    • David August
    • LisPi

    Most importantly, because MS-13 might have some strong opinions about your tattoo.

    In conversation about 10 days ago from shitpost.cloud permalink
  18. Embed this notice
    gentoobro (gentoobro@shitpost.cloud)'s status on Friday, 23-May-2025 13:33:54 JST gentoobro gentoobro
    • blaaablaaaa

    Also, they're just going to seize your bitcoin. Er, I mean, they're going to criminalize non-taxed, non-approved, therefore-probably-a-pedophile-drug-dealer crypto transfers.

    In conversation about 10 days ago from shitpost.cloud permalink
  19. Embed this notice
    gentoobro (gentoobro@shitpost.cloud)'s status on Friday, 23-May-2025 13:33:45 JST gentoobro gentoobro
    • blaaablaaaa

    Japan has been dancing alone in an abandoned gymnasium for several decades. The US has a bit longer before the sky falls.

    In conversation about 10 days ago from shitpost.cloud permalink
  20. Embed this notice
    gentoobro (gentoobro@shitpost.cloud)'s status on Friday, 09-May-2025 11:57:20 JST gentoobro gentoobro
    in reply to
    • Cory Doctorow
    • skylar :confederateflag:??? :z:
    • David August
    • LisPi

    What's worse, being overrun by gangs that randomly rape, rob, and murder civilians every day, or the government falsely imprisoning some people? Oh wait, the government does that anyway, regardless of if they stop the gangs. See gitmo.

    In conversation about a month ago from shitpost.cloud permalink
  • Before

User actions

    gentoobro

    gentoobro

    https://notabug.org/yzziizzyC is the best language. Change my mind. (you can't)New account of gentoobro@gleasonator.com

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          273185
          Member since
          25 Jul 2024
          Notices
          779
          Daily average
          3

          Feeds

          • Atom
          • Help
          • About
          • FAQ
          • TOS
          • Privacy
          • Source
          • Version
          • Contact

          GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

          Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.