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 CF Bolz-Tereick (cfbolz@mastodon.social)

  1. Embed this notice
    CF Bolz-Tereick (cfbolz@mastodon.social)'s status on Friday, 16-May-2025 16:15:25 JST CF Bolz-Tereick CF Bolz-Tereick

    Ouch, the Faster CPython team at Microsoft was shut down. This really sucks for CPython and for the involved people :-(

    In conversation about a month ago from mastodon.social permalink

    Attachments


    1. https://files.mastodon.social/media_attachments/files/114/511/815/768/069/314/original/c06d27a0d3567196.png
  2. Embed this notice
    CF Bolz-Tereick (cfbolz@mastodon.social)'s status on Monday, 05-May-2025 11:40:50 JST CF Bolz-Tereick CF Bolz-Tereick
    in reply to
    • Tobias
    • ✧✦Catherine✦✧

    @krono @whitequark we are probably kind of bad at asyncio. We never had a great benchmark based on that, and thus never focused on it. Maybe I should find some program that relies heavily on async, and try to profile it.

    In conversation about a month ago from mastodon.social permalink
  3. Embed this notice
    CF Bolz-Tereick (cfbolz@mastodon.social)'s status on Monday, 10-Feb-2025 10:24:12 JST CF Bolz-Tereick CF Bolz-Tereick

    "Profiling in production with function call traces" - https://yosefk.com/blog/profiling-in-production-with-function-call-traces.html

    super interesting and opinionated blog post! It argues for an ideally very cheap, but always on tracing profiler. the profiler keeps a ring buffer of a bunch of function entries and exit and saves it out on user-triggered events. can be used to produce a trace from a core dump, or to debug tail latency ('this event was extra slow? let's dump the ring buffer').

    I want to try or reimplement this!

    In conversation about 4 months ago from mastodon.social permalink

    Attachments


  4. Embed this notice
    CF Bolz-Tereick (cfbolz@mastodon.social)'s status on Wednesday, 15-Jan-2025 21:04:42 JST CF Bolz-Tereick CF Bolz-Tereick
    in reply to
    • Rich Felker
    • John Regehr
    • Martin Uecker

    @dalias @regehr @uecker some quick googling turned up this code here: https://github.com/jart/jtckdint uses the C23 intrinsics if available, otherwise has a dropin. is this what the youths call a polyfill?

    In conversation about 5 months ago from mastodon.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: opengraph.githubassets.com
      GitHub - jart/jtckdint: C23 Checked Arithmetic
      C23 Checked Arithmetic. Contribute to jart/jtckdint development by creating an account on GitHub.
  5. Embed this notice
    CF Bolz-Tereick (cfbolz@mastodon.social)'s status on Tuesday, 23-Jul-2024 15:46:33 JST CF Bolz-Tereick CF Bolz-Tereick
    in reply to
    • erl

    @erl fascinating thread, thank you!

    (this is a bit of a boring question, but what do astrophysicists make their plots with?)

    In conversation about 11 months ago from mastodon.social permalink
  6. Embed this notice
    CF Bolz-Tereick (cfbolz@mastodon.social)'s status on Wednesday, 05-Jun-2024 09:37:17 JST CF Bolz-Tereick CF Bolz-Tereick

    I just merged the PyPy "known bits" JIT optimization that Nico Rittinghaus and I worked on in the last two years. It allows the JIT to reason about specific bits of integer variables that are known to be 0 or 1. This makes bit-manipulation code faster, sometimes significantly so.

    A concrete example of something the JIT now knows, but didn't before: if you add two even integers together, you get an even result.

    In conversation about a year ago from mastodon.social permalink
  7. Embed this notice
    CF Bolz-Tereick (cfbolz@mastodon.social)'s status on Wednesday, 29-May-2024 15:46:47 JST CF Bolz-Tereick CF Bolz-Tereick

    I suppose it's better than the usual news

    In conversation about a year ago from mastodon.social permalink

    Attachments


    1. https://files.mastodon.social/media_attachments/files/112/522/968/397/353/586/original/2f6a44bdd0ca12bf.jpg
  8. Embed this notice
    CF Bolz-Tereick (cfbolz@mastodon.social)'s status on Thursday, 09-May-2024 19:57:25 JST CF Bolz-Tereick CF Bolz-Tereick

    This table of gestures is so quintessentially Wikipedia somehow 😆

    https://en.wikipedia.org/wiki/Template:Gestures

    In conversation about a year ago from mastodon.social permalink

    Attachments


    1. https://files.mastodon.social/media_attachments/files/112/410/581/586/880/727/original/a6586d0f7e4cc7e3.png
    2. No result found on File_thumbnail lookup.
      Template:Gestures
  9. Embed this notice
    CF Bolz-Tereick (cfbolz@mastodon.social)'s status on Monday, 06-May-2024 19:07:21 JST CF Bolz-Tereick CF Bolz-Tereick

    Look, someone clicked 'inspect element' on the street!

    In conversation about a year ago from mastodon.social permalink

    Attachments


    1. https://files.mastodon.social/media_attachments/files/112/392/916/394/403/823/original/0aa14acf298a780c.jpg
  10. Embed this notice
    CF Bolz-Tereick (cfbolz@mastodon.social)'s status on Thursday, 02-May-2024 20:03:35 JST CF Bolz-Tereick CF Bolz-Tereick

    @corbin I think what I don't quite understand is why you need a python2 that still gets security updates if it's used exclusively for bootstrapping pypy

    In conversation about a year ago from mastodon.social permalink
  11. Embed this notice
    CF Bolz-Tereick (cfbolz@mastodon.social)'s status on Thursday, 02-May-2024 20:03:25 JST CF Bolz-Tereick CF Bolz-Tereick

    @corbin my approach for a build that doesn't depend on "binaries you didn't build yourself" is to build cpython as a build dependency only, then build PyPy with that. That gives you purity, but yes, unfortunately not speed.

    In conversation about a year ago from mastodon.social permalink
  12. Embed this notice
    CF Bolz-Tereick (cfbolz@mastodon.social)'s status on Friday, 26-Apr-2024 20:50:30 JST CF Bolz-Tereick CF Bolz-Tereick

    "Light from Uncommon Stars" by Ryka Aoki is as good as everyone says. I ended up reading it in one go and am now starting it from the beginning again.

    In conversation about a year ago from mastodon.social permalink
  13. Embed this notice
    CF Bolz-Tereick (cfbolz@mastodon.social)'s status on Thursday, 25-Apr-2024 23:07:47 JST CF Bolz-Tereick CF Bolz-Tereick

    Well dressed older guy at the main station casually chatting on his Motorola Razr, unbothered by all the Discourse

    In conversation about a year ago from mastodon.social permalink
  14. Embed this notice
    CF Bolz-Tereick (cfbolz@mastodon.social)'s status on Sunday, 24-Mar-2024 05:35:21 JST CF Bolz-Tereick CF Bolz-Tereick

    'If you know what a floppy disk is, then it's maybe time to think about burial insurance'

    In conversation about a year ago from mastodon.social permalink

    Attachments


    1. https://files.mastodon.social/media_attachments/files/112/146/390/604/351/536/original/1cbf2d784c5230b9.jpg
  15. Embed this notice
    CF Bolz-Tereick (cfbolz@mastodon.social)'s status on Saturday, 09-Sep-2023 13:24:12 JST CF Bolz-Tereick CF Bolz-Tereick

    The website of the "Decompiler Explorer" is https://dogbolt.org 😆

    In conversation Saturday, 09-Sep-2023 13:24:12 JST from mastodon.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: dogbolt.org
      Decompiler Explorer
      from @dogboltorg
      Decompiler Explorer is an interactive online decompiler which shows equivalent C-like output of decompiled programs from many popular decompilers.
  16. Embed this notice
    CF Bolz-Tereick (cfbolz@mastodon.social)'s status on Thursday, 15-Jun-2023 06:27:47 JST CF Bolz-Tereick CF Bolz-Tereick
    in reply to
    • Andy Wingo

    @wingo oh yes, that would be excellent

    In conversation Thursday, 15-Jun-2023 06:27:47 JST from mastodon.social permalink

User actions

    CF Bolz-Tereick

    CF Bolz-Tereick

    PyPy/RPython contributor. Half time teaching at Uni Düsseldorf. Works on dynamic language implementations. Vegan. Love street art and art in public spaces, hiking, reading.they/them

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          136485
          Member since
          14 Jun 2023
          Notices
          16
          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.