Live data from Hacker News

Viewing profile — gww

gww

HN member
Joined
Thu, Feb 21, 2013, 3:53 PM UTC
HN karma
318
Public activity
153 items

About gww

No profile information was provided.

Recent public activity

  1. comment
    Comment #48035590

    A few of the older 3d MMORPGS did try to instill some of those mechanics. Examples include: 1) Asheron's Call (which had a very active mod scene and now an emulator scene). I don' …

  2. comment
    Comment #47562825

    I have worked at a sequencing center before. DNA contamination is easier to mitigate because the lab disposables aren't made out of what you are testing. Disposables are almost alw…

  3. comment
    Comment #47562461

    I haven't really read the studies but shouldn't they have negative controls to negate these effects? Wouldn't that let the author's correct for a baseline contamination level in th…

  4. comment
    Comment #47180196

    That is how I became serious about programming. I played around a bit but I never really wrote anything useful until I started playing Asheron's Call. I learned C++ to write bots a…

  5. comment
    Comment #46936195

    There are other examples of oncoviruses including: Epstein-Barr virus and Human herpes virus 8 (Kaposi's Sarcoma). Makes me wonder: Is the cancer "industry" searching for causes or…

  6. comment
    Comment #46539951

    ed was the hardest thing for 12 year old me to understand.

  7. comment
    Comment #46535868

    I played Aardwolf briefly but I mostly stuck to a nightmare/LP MUD that is still around but essentially empty. I learned to code (which ended up being a gateway to C/C++), grief, a…

  8. comment
    Comment #46153958

    There's a second paper on the same topic published in Nature [1] [1] https://www.nature.com/articles/s41586-025-09771-9

  9. story
  10. comment
    Comment #44746493

    I have a different problem with my M3 Macbook Pro. If I leave chrome (sometimes other apps too) open with the macbook plugged in and the lid closed the computer will get very warm …

  11. comment
    Comment #44592525

    Reminds me of one of my favorite Simpsons lines: "Aw, you can come up with statistics to prove anything, Kent. Forty percent of all people know that"

  12. comment
    Comment #43868224

    They are used somewhat commonly in bioinformatics where lookup tables can have long keys and many entries [1]. 1. https://en.m.wikipedia.org/wiki/Bloom_filters_in_bioinformat...

  13. comment
    Comment #43322432

    This is a great analogy. One small change is that there are two ways to reassemble it. One is to try to blindly put the pieces together and fork a teacup (read assembly) vs trying …

  14. comment
    Comment #43315092

    They didn't sequence the whole human genome (~3 billion bases) for multiple reasons. I am not an expert on ancient DNA but I will try to explain the paper as best I can: 1. Contami…

  15. comment
    Comment #41325510

    The BWT based FM-index is one of my favorite data structures. It's used frequently for DNA mapping, where the 4 letter alphabet can be encoded in two bits and the occurrence functi…

  16. comment
    Comment #41096104

    Users of these kinds of tools should check that their marker genes are associated with the labelled cell types. There are known markers for many cell types across multiple organism…

  17. comment
    Comment #41095886

    Will check it out. Thanks a lot

  18. comment
    Comment #41095880

    Cool thanks

  19. comment
    Comment #41095108

    Could this also be adapted for gene set enrichment? For example, if I had a set(s) of genes from an ATAC-seq experiment would it be able to guess their function / cell types?

  20. comment
    Comment #41094406

    This is really useful thanks for sharing. My students and myself tend to waste a lot of time annotating clusters and have not found a reasonable solution yet. This will be fun to t…

  21. comment
    Comment #40623976

    It is common for human cancers to be polyploid after accumulate whole genome doublings (WGD), where a tumour cells goes from being approximately diploid to tetraploid. Different tu…

  22. comment
    Comment #39699024

    I am going to steal that name. I find that computational overcooking happens more and more because the easy questions that can be asked with sequencing datasets is starting to dry …

  23. comment
    Comment #38996403

    I would argue that these are some of the most important algorithms in bioinformatics/biology. They have a wide range of applications.

  24. comment
    Comment #37746367

    Grails test isn't for somatic mutations but cancer specific DNA methylation patterns. DNA methylation is slightly more challenging to work with due to how the methylation is identi…

  25. comment
    Comment #37330576

    Beautiful book I used it in undergrad. The only problem with the book is its size; it's terrible to lug around in a backpack.