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 Julia Evans (b0rk@mastodon.social)

  1. Embed this notice
    Julia Evans (b0rk@mastodon.social)'s status on Wednesday, 11-Jan-2023 22:49:20 JST Julia Evans Julia Evans
    in reply to
    • pettter

    @pettter do you have any other examples than money calculations? I'm struggling to come up with specific examples

    In conversation Wednesday, 11-Jan-2023 22:49:20 JST from mastodon.social permalink
  2. Embed this notice
    Julia Evans (b0rk@mastodon.social)'s status on Wednesday, 11-Jan-2023 22:46:49 JST Julia Evans Julia Evans

    today I'm thinking about how floating point numbers can be treacherous -- what are specific examples of when they've betrayed you?

    so far I have:

    * money calculations where you need to get the exact correct answer
    * twitter's tweet IDs are bigger than 2^53 and can't be represented as a Javascript number, you have to use a string
    * implementing numerical algorithms (like matrix multiplication) (I've never done this)

    In conversation Wednesday, 11-Jan-2023 22:46:49 JST from mastodon.social permalink
  3. Embed this notice
    Julia Evans (b0rk@mastodon.social)'s status on Tuesday, 27-Dec-2022 12:58:11 JST Julia Evans Julia Evans

    tiny holiday project: I made a little site to show/hide boosts for the people you follow on Mastodon, using the Mastodon API https://manage-boosts.jvns.ca/

    I'm not really taking feature requests but I found it helpful so I'm sharing in case other folks do as well

    the code is here: https://github.com/jvns/manage-boosts

    In conversation Tuesday, 27-Dec-2022 12:58:11 JST from mastodon.social permalink

    Attachments


    1. Domain not in remote thumbnail source whitelist: opengraph.githubassets.com
      GitHub - jvns/manage-boosts: manage mastodon boosts
      manage mastodon boosts. Contribute to jvns/manage-boosts development by creating an account on GitHub.
  4. Embed this notice
    Julia Evans (b0rk@mastodon.social)'s status on Sunday, 25-Dec-2022 19:36:27 JST Julia Evans Julia Evans

    I know $12 USD is a lot of money for some people, so to celebrate 1000 sales, I'm giving away 1000 copies of The Pocket Guide to Debugging (honour system: please only use the free link if you can't afford $12!)

    Here’s the link, use code BUYONEGIVEONE at checkout to get a free copy https://store.wizardzines.com/products/the-pocket-guide-to-debugging-pdf

    (I can't disable the billing address prompt but you can just enter a fake address like 123 Fake st, new york NY 12345, (123) 123 4567 :))

    In conversation Sunday, 25-Dec-2022 19:36:27 JST from mastodon.social permalink

    Attachments


    1. https://files.mastodon.social/media_attachments/files/109/552/657/311/548/007/original/cb0fe6feb65f6078.jpeg

  5. Embed this notice
    Julia Evans (b0rk@mastodon.social)'s status on Tuesday, 20-Dec-2022 04:28:59 JST Julia Evans Julia Evans

    It’s here!! My new zine “The Pocket Guide to Debugging” is out now!! It has 47 pages of my favourite strategies for solving your sneakiest bugs. ? ?

    Get it here for $12: https://wizardzines.com/zines/debugging-guide/

    In conversation Tuesday, 20-Dec-2022 04:28:59 JST from mastodon.social permalink

    Attachments


    1. https://files.mastodon.social/media_attachments/files/109/541/087/854/307/640/original/51907f6cd2c0296d.jpeg
    2. No result found on File_thumbnail lookup.
      The Pocket Guide to Debugging
  6. Embed this notice
    Julia Evans (b0rk@mastodon.social)'s status on Friday, 09-Dec-2022 23:46:39 JST Julia Evans Julia Evans

    a debugging manifesto

    In conversation Friday, 09-Dec-2022 23:46:39 JST from mastodon.social permalink

    Attachments


    1. https://files.mastodon.social/media_attachments/files/109/480/117/130/803/280/original/6bddca5292451fde.png
  7. Embed this notice
    Julia Evans (b0rk@mastodon.social)'s status on Friday, 09-Dec-2022 07:35:15 JST Julia Evans Julia Evans
    in reply to
    • Filippo Valsorda :go:

    @filippo is masto.host open for registrations again?

    In conversation Friday, 09-Dec-2022 07:35:15 JST from mastodon.social permalink
  8. Embed this notice
    Julia Evans (b0rk@mastodon.social)'s status on Friday, 09-Dec-2022 07:34:35 JST Julia Evans Julia Evans
    • Thomas Broyer

    @tbroyer did you see an obvious other good candidate? I couldn't find one

    In conversation Friday, 09-Dec-2022 07:34:35 JST from mastodon.social permalink
  9. Embed this notice
    Julia Evans (b0rk@mastodon.social)'s status on Saturday, 26-Nov-2022 06:34:37 JST Julia Evans Julia Evans

    notes on reading error messages

    I'm wondering if there are more tips I should include here -- for example "remove the parts specific to your program when Googling the error" feel too obvious to me

    In conversation Saturday, 26-Nov-2022 06:34:37 JST from mastodon.social permalink

    Attachments


    1. https://files.mastodon.social/media_attachments/files/109/406/542/600/056/650/original/39ea1e70e797e066.png
  10. Embed this notice
    Julia Evans (b0rk@mastodon.social)'s status on Wednesday, 23-Nov-2022 04:48:02 JST Julia Evans Julia Evans

    really enjoyed reading this interactive guide to flexbox, I learned some new things about flexbox (like how it interacts with `min-width` which has confused me many times in the past)

    https://www.joshwcomeau.com/css/interactive-guide-to-flexbox/

    In conversation Wednesday, 23-Nov-2022 04:48:02 JST from mastodon.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: www.joshwcomeau.com
      An Interactive Guide to Flexbox
      from @joshwcomeau
      When we truly learn the secrets of the Flexbox layout mode, we can build absolutely incredible things. Fluid layouts that stretch and shrink without arbitrary breakpoints. In this action-packed interactive tutorial, we'll pop the hood on the Flexbox algorithm and learn how to do remarkable things with it. ✨
  11. Embed this notice
    Julia Evans (b0rk@mastodon.social)'s status on Tuesday, 22-Nov-2022 01:48:32 JST Julia Evans Julia Evans

    debugging strategy: sprinkle assertions everywhere

    if you use assertions for debugging, I'd love to hear how you use them -- I don't use them very much myself, even though it seems it might be useful

    In conversation Tuesday, 22-Nov-2022 01:48:32 JST from mastodon.social permalink

    Attachments


    1. https://files.mastodon.social/media_attachments/files/109/382/788/806/385/033/original/d08d5ed67ca3ec27.png

User actions

    Julia Evans

    Julia Evans

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          34761
          Member since
          21 Nov 2022
          Notices
          11
          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.