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 Andy Wingo (wingo@mastodon.social)

  1. Embed this notice
    Andy Wingo (wingo@mastodon.social)'s status on Wednesday, 06-May-2026 03:38:18 JST Andy Wingo Andy Wingo

    i am “threw out my back while loading the dishwasher” years old

    In conversation about 18 days ago from mastodon.social permalink
  2. Embed this notice
    Andy Wingo (wingo@mastodon.social)'s status on Tuesday, 21-Apr-2026 03:48:35 JST Andy Wingo Andy Wingo
    in reply to
    • Christine Lemmer-Webber

    @cwebber when multiple impls ass the test suite that's polycool

    In conversation about a month ago from mastodon.social permalink
  3. Embed this notice
    Andy Wingo (wingo@mastodon.social)'s status on Saturday, 18-Apr-2026 00:12:46 JST Andy Wingo Andy Wingo

    my favorite software complexity metric: the number of data structures with "context" or "environment" in their name

    In conversation about a month ago from mastodon.social permalink
  4. Embed this notice
    Andy Wingo (wingo@mastodon.social)'s status on Friday, 10-Apr-2026 02:59:05 JST Andy Wingo Andy Wingo

    new bloggery: it's alive, it's alive! ~~ https://wingolog.org/archives/2026/04/09/wastrel-milestone-full-hoot-support-with-generational-gc-as-a-treat

    In conversation about a month ago from mastodon.social permalink
  5. Embed this notice
    Andy Wingo (wingo@mastodon.social)'s status on Sunday, 05-Apr-2026 02:56:54 JST Andy Wingo Andy Wingo

    as a crew member of spaceship earth i would like to wish a very fuck you very much to nationalists of all varieties

    In conversation about 2 months ago from mastodon.social permalink
  6. Embed this notice
    Andy Wingo (wingo@mastodon.social)'s status on Thursday, 02-Apr-2026 05:52:46 JST Andy Wingo Andy Wingo
    in reply to

    putting people in space is ill-advised and also amazing

    In conversation about 2 months ago from mastodon.social permalink
  7. Embed this notice
    Andy Wingo (wingo@mastodon.social)'s status on Thursday, 02-Apr-2026 05:52:46 JST Andy Wingo Andy Wingo

    staying up late to watch the artemis launch ~~~

    In conversation about 2 months ago from mastodon.social permalink
  8. Embed this notice
    Andy Wingo (wingo@mastodon.social)'s status on Sunday, 29-Mar-2026 03:26:44 JST Andy Wingo Andy Wingo

    git has made us all come out as bisectual

    In conversation about 2 months ago from mastodon.social permalink
  9. Embed this notice
    Andy Wingo (wingo@mastodon.social)'s status on Tuesday, 10-Mar-2026 21:33:52 JST Andy Wingo Andy Wingo

    new very serious important post: on nominal typing in webassembly https://wingolog.org/archives/2026/03/10/nominal-types-in-webassembly

    In conversation about 2 months ago from mastodon.social permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      nominal types in webassembly — wingolog
      wingolog: article: nominal types in webassembly
  10. Embed this notice
    Andy Wingo (wingo@mastodon.social)'s status on Monday, 09-Mar-2026 22:18:46 JST Andy Wingo Andy Wingo

    the way to pass in an ai-prohibiting situation is to describe something the llm made as excruciating. because it would have been

    In conversation about 3 months ago from mastodon.social permalink
  11. Embed this notice
    Andy Wingo (wingo@mastodon.social)'s status on Monday, 09-Mar-2026 22:02:21 JST Andy Wingo Andy Wingo

    @SpindleyQ omg i had forgotten that i posted this before, how embarassing 😅

    In conversation about 3 months ago from mastodon.social permalink
  12. Embed this notice
    Andy Wingo (wingo@mastodon.social)'s status on Monday, 09-Mar-2026 22:01:13 JST Andy Wingo Andy Wingo

    gerald sussman once said that programming is no longer constructive, building truths from truths, instead investigative, identifying probable behavior from unreliable libraries. anyway, llms,,,

    https://wingolog.org/archives/2009/03/24/international-lisp-conference-day-two

    In conversation about 3 months ago from mastodon.social permalink

    Attachments


    1. https://files.mastodon.social/media_attachments/files/116/198/229/127/914/339/original/d4ef168fe1b77b29.png
  13. Embed this notice
    Andy Wingo (wingo@mastodon.social)'s status on Monday, 23-Feb-2026 06:49:27 JST Andy Wingo Andy Wingo

    realtalk i actually appreciate hearing people’s llm takes. this is a gnarly time and we should talk about things, sometimes just as statements not expecting or wanting replies, sometimes in conversation

    In conversation about 3 months ago from mastodon.social permalink
  14. Embed this notice
    Andy Wingo (wingo@mastodon.social)'s status on Wednesday, 11-Feb-2026 01:44:34 JST Andy Wingo Andy Wingo
    in reply to
    • Daniel J. Bernstein

    @djb UB on the float deref in the isnan 🤷

    In conversation about 3 months ago from mastodon.social permalink
  15. Embed this notice
    Andy Wingo (wingo@mastodon.social)'s status on Wednesday, 11-Feb-2026 01:44:33 JST Andy Wingo Andy Wingo
    in reply to
    • Oriel Jutty :hhHHHAAAH:
    • Daniel J. Bernstein

    @djb fwiw i agree @barubary; to me is same as:
    int u = 0x7f987654;
    return isnan(*(float*)&u);
    which accesses object u via incompatible type. c11 §6.5 paragraph 7.

    i have never been able to understand if using unions to pun is well-defined; i always fall back to memcpy :/

    In conversation about 3 months ago from mastodon.social permalink
  16. Embed this notice
    Andy Wingo (wingo@mastodon.social)'s status on Wednesday, 11-Feb-2026 01:44:32 JST Andy Wingo Andy Wingo
    in reply to
    • Oriel Jutty :hhHHHAAAH:
    • Daniel J. Bernstein

    @djb @barubary oh that is funny https://godbolt.org/z/jYc5vjene

    In conversation about 3 months ago from mastodon.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: raw.githubusercontent.com
      Compiler Explorer - C (x86-64 gcc 14.2)
      from Matt Godbolt
      void foo(void *x) { int i; if (isnan(*(float *) x)) memcpy(&i,x,4); printf("%x\n",i); } void bar(void *x) { int i; memcpy(&i,x,4); printf("%x\n",i); } int main() { float x = __builtin_nansf(""); foo(&x); bar(&x); return 0; }
  17. Embed this notice
    Andy Wingo (wingo@mastodon.social)'s status on Friday, 06-Feb-2026 21:52:01 JST Andy Wingo Andy Wingo

    concept: a paper that has one section, “related work”

    In conversation about 4 months ago from mastodon.social permalink
  18. Embed this notice
    Andy Wingo (wingo@mastodon.social)'s status on Monday, 02-Feb-2026 17:57:28 JST Andy Wingo Andy Wingo

    good morning

    In conversation about 4 months ago from mastodon.social permalink

    Attachments


    1. https://files.mastodon.social/media_attachments/files/116/000/122/840/993/630/original/00a0b0b6c57d8f3b.jpeg
  19. Embed this notice
    Andy Wingo (wingo@mastodon.social)'s status on Friday, 09-Jan-2026 20:33:31 JST Andy Wingo Andy Wingo
    in reply to
    • ✧✦Catherine✦✧

    @whitequark not sure tbh! i suspect google / deep sleep but i really don't know

    In conversation about 4 months ago from gnusocial.jp permalink
  20. Embed this notice
    Andy Wingo (wingo@mastodon.social)'s status on Friday, 09-Jan-2026 19:30:49 JST Andy Wingo Andy Wingo

    just received my first ai-generated security-sensitive bug. it was great: report was spot on and well-described, included a POC also

    In conversation about 4 months ago from mastodon.social permalink
  • Before

User actions

    Andy Wingo

    Andy Wingo

    https://wingolog.org | a work in progress | niche content | truthiness is couthiness

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          43062
          Member since
          29 Nov 2022
          Notices
          176
          Daily average
          0

          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.