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 mcc (mcc@mastodon.social)

  1. Embed this notice
    mcc (mcc@mastodon.social)'s status on Saturday, 07-Jun-2025 02:42:39 JST mcc mcc
    in reply to
    • clarity flowers

    @clarity @karen Hm. Do they ship to Canada?

    If I was gonna be paying $50+ for three masks I'd super love it if I could get any color whatsoever other than "white with writing on it".

    In conversation about 4 hours ago from mastodon.social permalink
  2. Embed this notice
    mcc (mcc@mastodon.social)'s status on Saturday, 07-Jun-2025 02:23:55 JST mcc mcc
    in reply to
    • clarity flowers

    @clarity @karen Where would I even get n99 or pXX masks? The *only* masks I wear are 3M Auras because they have a foam nosebridge feature no one else has and this is the *only* thing I've found that keeps my glasses from fogging up until I'm blinded (a wire is not enough). Nut I think those come in N95 only.

    In conversation about 5 hours ago from mastodon.social permalink
  3. Embed this notice
    mcc (mcc@mastodon.social)'s status on Saturday, 07-Jun-2025 02:15:18 JST mcc mcc
    in reply to
    • clarity flowers

    @clarity The chore I was hoping to do when I went out was buy more facemasks :(

    In conversation about 5 hours ago from mastodon.social permalink
  4. Embed this notice
    mcc (mcc@mastodon.social)'s status on Saturday, 07-Jun-2025 02:12:28 JST mcc mcc

    That… seems… bad

    Is it safe to go outdoors right now if I wear my N95?

    In conversation about 5 hours ago from mastodon.social permalink

    Attachments


    1. https://files.mastodon.social/media_attachments/files/114/637/523/666/264/381/original/69d80da6434b364a.png
  5. Embed this notice
    mcc (mcc@mastodon.social)'s status on Friday, 06-Jun-2025 04:51:36 JST mcc mcc

    A thing I need you all to know before my plane takes off is that I look incredibly cute today

    In conversation about a day ago from mastodon.social permalink
  6. Embed this notice
    mcc (mcc@mastodon.social)'s status on Friday, 06-Jun-2025 04:51:35 JST mcc mcc
    in reply to

    Walking through YVR trailing rainbows

    In conversation about a day ago from mastodon.social permalink
  7. Embed this notice
    mcc (mcc@mastodon.social)'s status on Friday, 06-Jun-2025 03:28:02 JST mcc mcc

    Piece of advice: Never fly "Flair Airlines"; if you're using one of those deal seeker sites and that's the one that comes up, re-roll

    In conversation about a day ago from mastodon.social permalink
  8. Embed this notice
    mcc (mcc@mastodon.social)'s status on Thursday, 05-Jun-2025 16:18:50 JST mcc mcc

    Is this you

    In conversation about 2 days ago from mastodon.social permalink

    Attachments


    1. https://files.mastodon.social/media_attachments/files/114/629/472/417/040/329/original/22fe3ce9a727f02e.png
  9. Embed this notice
    mcc (mcc@mastodon.social)'s status on Wednesday, 04-Jun-2025 14:20:21 JST mcc mcc
    in reply to
    • ✧✦Catherine✦✧
    • Brian Swetland

    @whitequark @swetland really startling to find a situation where I'm like "this HTML page is so hard to read and navigate, I'll switch to the PDF ahh that's better"

    In conversation about 3 days ago from mastodon.social permalink
  10. Embed this notice
    mcc (mcc@mastodon.social)'s status on Wednesday, 04-Jun-2025 14:12:00 JST mcc mcc
    in reply to
    • ✧✦Catherine✦✧

    @whitequark fuck's sake this is worse than LLVM IR

    In conversation about 3 days ago from mastodon.social permalink
  11. Embed this notice
    mcc (mcc@mastodon.social)'s status on Wednesday, 04-Jun-2025 14:08:57 JST mcc mcc
    in reply to
    • ✧✦Catherine✦✧

    @whitequark by the way, the block example, Katelyn G was saying there's some sort of unusual limitation on which basic blocks may follow each other, is there anything that stops me from br'ing between blocks?

    In conversation about 3 days ago from mastodon.social permalink
  12. Embed this notice
    mcc (mcc@mastodon.social)'s status on Wednesday, 04-Jun-2025 13:00:37 JST mcc mcc
    in reply to
    • ✧✦Catherine✦✧

    @whitequark well that's good to know because the next thing i was about to do was use a counter in a local to make the stack depth dynamic lol

    In conversation about 3 days ago from mastodon.social permalink
  13. Embed this notice
    mcc (mcc@mastodon.social)'s status on Wednesday, 04-Jun-2025 12:47:58 JST mcc mcc
    in reply to

    OK so

    I'm struggling with this week due to many issues that feel to me artificial. I don't like how this spec is written. I don't like a lot of the decisions

    Buuut *sigh*

    I guess I got the Good Idea out of the wasm spec I was hoping to find when I picked it. I was feeling like this S-expression form didn't "feel like" a LISP. And then I found this bit in the PDF spec. Using a syntax reordering trick to represent a Forth in LISP style. That's *saying this as if miserable* really smart actually

    In conversation about 3 days ago from mastodon.social permalink

    Attachments


    1. https://files.mastodon.social/media_attachments/files/114/622/981/456/614/802/original/5958eb916423a37c.png
  14. Embed this notice
    mcc (mcc@mastodon.social)'s status on Wednesday, 04-Jun-2025 12:47:57 JST mcc mcc
    in reply to

    By the way if anyone has an easy way to point me to any of the following it would be much appreciated

    - An example of the (block) syntax in textual wasm
    - An "alignment" is described in "memarg" in the spec, but this shows up nowhere in the textual wasm examples I find. Is this implicit in the use of `i32.` instructions?
    - Is there a way to query the current wasm stack depth?

    In conversation about 3 days ago from mastodon.social permalink
  15. Embed this notice
    mcc (mcc@mastodon.social)'s status on Wednesday, 04-Jun-2025 11:31:10 JST mcc mcc
    in reply to
    • ✧✦Catherine✦✧

    @whitequark all right. if i'm trying to implement "putc" by pulling fd_write out of preview1 and telling it to print a single char from a single iov , am I to your knowledge missing a simpler method?

    In conversation about 3 days ago from mastodon.social permalink
  16. Embed this notice
    mcc (mcc@mastodon.social)'s status on Wednesday, 04-Jun-2025 11:26:40 JST mcc mcc

    Wasm question

    I was given https://hachyderm.io/@unlambda/114582671790895240 as some example code for printing to stdout from inside wasmtime/WASI

    It calls a function named "fd_write" taken from "wasi_snapshot_preview1"

    "wasi_snapshot_preview1" does not Google well and one link https://github.com/WebAssembly/WASI/blob/main/legacy/preview1/docs.md seems to suggest this is deprecated. How were the functions in wasi_snapshot_preview1 chosen? Is there a wasi_snapshot_preview2 or whatever?

    In conversation about 3 days ago from mastodon.social permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      Brian Campbell (@unlambda@hachyderm.io)
      from Brian Campbell
      @mcc@mastodon.social @whitequark@mastodon.social @tedmielczarek@mastodon.social I think this is the example you're looking for: https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-tutorial.md#web-assembly-text-example
    2. Domain not in remote thumbnail source whitelist: opengraph.githubassets.com
      WASI/legacy/preview1/docs.md at main · WebAssembly/WASI
      WebAssembly System Interface. Contribute to WebAssembly/WASI development by creating an account on GitHub.
  17. Embed this notice
    mcc (mcc@mastodon.social)'s status on Wednesday, 04-Jun-2025 10:56:20 JST mcc mcc
    in reply to
    • ✧✦Catherine✦✧
    • mega

    @whitequark @mega if i am writing/generating code why would i use the stack for live variables instead of the locals, or vice versa?

    In conversation about 3 days ago from mastodon.social permalink
  18. Embed this notice
    mcc (mcc@mastodon.social)'s status on Wednesday, 04-Jun-2025 10:21:28 JST mcc mcc

    This is a really good explanation of how a GPU works https://mastodon.gamedev.place/@aeva/114622234766861706

    In conversation about 3 days ago from mastodon.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: cdn.masto.host
      aeva (@aeva@mastodon.gamedev.place)
      from aeva
      Attached: 1 audio @cwebber@social.coop In the spirit of your call for joke explanations, I'd like to elaborate on my contribution above. I don't really know what the deal is with mastodon Notes, but I saw a remark that reminded me of a little known interview with my friend Game Developer David Lynch where he explains how fill rate works, so I was riffing on that. #explainexplainap
  19. Embed this notice
    mcc (mcc@mastodon.social)'s status on Wednesday, 04-Jun-2025 10:14:57 JST mcc mcc
    • Christine Lemmer-Webber

    "JSON-LD" is short for "JavaScript Object Notation - LaserDisc" and refers simply to the standard JSON file format, stored on LaserDisc. JSON-LD was chosen for use in ActivityPub due to the many advantages of the LaserDisc format.

    https://social.coop/@cwebber/114621322748408513

    cc @cwebber

    In conversation about 3 days ago from mastodon.social permalink
  20. Embed this notice
    mcc (mcc@mastodon.social)'s status on Wednesday, 04-Jun-2025 08:46:01 JST mcc mcc
    in reply to

    Been reading the docs and I have a LOT to say but

    I've been using this lovely, friendly guide to figure out how to write WASM assembly

    https://developer.mozilla.org/en-US/docs/WebAssembly/Guides/Understanding_the_text_format

    (The spec https://webassembly.github.io/spec/core/_download/WebAssembly.pdf is a little hard to work with)

    And saw this really alarming note implying the guide hadn't been updated since 2020 (is that when Mozilla fired everyone?)

    Can anyone recommend how I'd find out what has changed in Wasm between 2020 and 2025? Assume I'm targeting wasmtime and can be cutting edge.

    In conversation about 3 days ago from mastodon.social permalink

    Attachments


    1. https://files.mastodon.social/media_attachments/files/114/586/804/106/858/631/original/1ce0e5986629103b.png

  • Before

User actions

    mcc

    mcc

    glitch girl

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          10951
          Member since
          21 Sep 2022
          Notices
          3716
          Daily average
          4

          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.