Live data from Hacker News

Viewing profile — jmuhlich

jmuhlich

HN member
Joined
Fri, Mar 18, 2011, 6:50 PM UTC
HN karma
117
Public activity
45 items

About jmuhlich

jmuhlich at bitflood dot org

Recent public activity

  1. comment
    Comment #45438683

    Try this: https://alexsaveau.dev/blog/projects/performance/files/fuc/f... > The key insight is that file operations in separate directories don’t (for the most part) interfere with…

  2. comment
    Comment #36647437

    CPython still needs to update reference counts after the fork even if your python code itself doesn't modify any data, making Copy on Write less helpful than it would first appear.…

  3. comment
    Comment #35058298

    The systems of differential equations produced by these types of models tend to be analytically intractable, so "numerical methods" are absolutely essential here. The phrase you wa…

  4. comment
    Comment #34659761

    https://buildingscience.com/document-search

  5. comment
    Comment #34560100

    I like pdbpp. Make sure to install from source as there hasn’t been a release in a while. https://github.com/pdbpp/pdbpp

  6. comment
    Comment #33916963

    To make this more clear as I have had the same experience and want more people to enjoy it: Mamba is more or less a drop-in replacement for the conda tool with the guts rewritten i…

  7. comment
    Comment #33891236

    TIFF will support that size and larger. It can use JPEG or ZLIB compression as standard, or even WEBP or JPEG-XL which are unofficially supported by a small number of TIFF librarie…

  8. comment
    Comment #32297328

    I’ve used those Snappy brand cutters in a handheld cordless drill. It’s workable but tricky. You need to start with light pressure and high speed until the cutters score a clean ci…

  9. comment
    Comment #29638663

    That species of moth doesn’t exist on the American continent but other similar and related ones do, whose range does overlap with that of hummingbirds. For example: https://en.m.wi…

  10. comment
    Comment #29522838

    This post claims the history of which releases closed which holes is a bit more complicated and that 8u191 really is the first release to prevent this particular exploit. However i…

  11. comment
    Comment #29217634

    You might be interested in this 100% compatible SB 1.0 reimplementation (including 8051 of course) : https://github.com/schlae/snark-barker

  12. comment
    Comment #28464734

    Also if the upper tray is height-adjustable, check the rubber one-way valve flaps in the middle of the supply tube that runs up the inside rear wall of the basin. If any of those f…

  13. comment
    Comment #27296658

    Nice work avoiding the copula there :)

  14. comment
    Comment #26862292

    PDF had support for JS at least since the late ‘90s as part of the scriptable forms system.

  15. comment
    Comment #25716190

    Dask does the lazy evaluation and query planning thing on numpy arrays and pandas dataframes, and can execute in parallel. It mimics most of their native interfaces which makes it …

  16. comment
    Comment #25623967

    True, but running the %debug magic command in IPython immediately after an unhandled exception drops you into the debugger at the point of the raised exception, complete with the f…

  17. comment
    Comment #25311510

    Yeah, that part of Cambridge was originally all industry. It’s been changing slower than you would think.

  18. comment
    Comment #24913257

    Shellac has nearly zero resistance to water vapor so it wouldn’t prevent corrosion at all. Nitrocellulose lacquer isn’t a lot better.

  19. comment
    Comment #24289179

    Maybe even more so the sequel Syndicate Wars https://youtu.be/ECHmCzXMFb8

  20. comment
    Comment #23518458

    I have fond memories of using Swarm in an undergrad course on agent based simulation ~20 years ago. Just tweaking the heatbugs example in various ways was already enlightening. Tha…

  21. comment
    Comment #23489464

    I’m an American with a very limited space to work in and I love Paul’s approach.

  22. comment
    Comment #23489435

    Regarding finishes, I highly, highly recommend the book Understanding Wood Finishing by Bob Flexner. Flexner applies a very no-nonsense scientific approach which greatly demystifie…

  23. comment
    Comment #22480014

    The Duron had a set of circuit traces exposed on the ceramic chip carrier that were cut by laser at the factory to set the maximum allowed clock multiplier (and thus its final spee…

  24. comment
    Comment #22446776

    Sorry, I thought Feather supported random row access but it turns out it only supports random column access. For fst, I only played with the R interface, which would be called like…

  25. comment
    Comment #22429674

    Hi Andrew! Looking into similar requirements I came across Feather and fst. They both basically let you efficiently slice into compressed on-disk DataFrames. Feather already suppor…