Live data from Hacker News

Viewing profile — el_pa_b

el_pa_b

HN member
Joined
Wed, Apr 24, 2024, 3:29 PM UTC
HN karma
66
Public activity
19 items

About el_pa_b

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. comment
    Comment #46660940

    I'm curious about the "core logging" photo. Where can I find one? Do you have an implementation of your solution? I would be curious to have a look at it.

  5. comment
  6. comment
    Comment #46659853

    Thanks for sharing! I agree that newer scientific formats will need to deeply think about how they are deciphered directly from cloud storage.

  7. comment
    Comment #46659426

    Yes, they can be huge, and for modalities like multiplex immunofluorescence with up to 20 channels, you're often dealing with very faint proteomic signals. Preserving that signal i…

  8. comment
    Comment #46659400

    Yes, I agree. I'm not persisting the WSI locally, which creates a smoother user experience. But I do need to transfer tiles from server to client. They are stored in an LRU cache a…

  9. comment
    Comment #46658795

    Currently we only support TIFF and SVS with JPEG and JPEG2000 compression formats. I plan on supporting more file extensions (e.g. NDPI, MRXS) in the future, each with their own co…

  10. comment
    Comment #46658781

    As data scientists, we usually don't get to choose. It's usually up to the hospital or digital lab's CISO to decide where the digitized slides are stored, and S3 is a fairly common…

  11. comment
    Comment #46658765

    Yes there is a requirement to work with the vendor format. For instance, TCGA (The Cancer Genome Atlas - a large dataset of 12k+ human tumor cases) has mostly .svs files (scanned w…

  12. comment
    Comment #46657131

    When WSI are stored on-premise, they are typically stored on hard drives with a filesystem. If you have a filesystem, you can use OpenSlide, and use a viewer like OpenSeaDragon to …

  13. comment
    Comment #46656869

    Thanks! Indeed, digital pathology, satellite imaging and geospatial data share a lot of computational problems: efficient storage, fast spatial retrieval/indexing. I think this cou…

  14. story
  15. comment
    Comment #46525079

    I'm using this setup as well, and I've been as far as writing a small Telegram bot to send input to Claude when it's stopped running via a Stop Hook https://github.com/PABannier/cl…

  16. story
    Show HN: I built a distributed key-value store in Rust (~2K LOC)

    Hi HN, I built nanokv, a small distributed object/kv store in Rust. This started as a personal learning project to understand distributed systems, concurrency, and Rust at scale, b…

  17. comment
    Comment #40146103

    Thank you!

  18. comment
    Comment #40145828

    Hello! I ported Suno AI's Bark text-to-speech model in C/C++ to allow fast, realistic, multilingual audio generation on the CPU. Generating a 5-second audio with vanilla Bark takes…

  19. story