Live data from Hacker News

Viewing profile — stefco_

stefco_

HN member
Joined
Wed, Feb 22, 2017, 4:03 AM UTC
HN karma
1,309
Public activity
204 items

About stefco_

Physics Ph.D. Candidate at Columbia University working on Multi-messenger Astrophysics (MMA) with Gravitational Waves (GW) from LIGO/Virgo and neutrinos from IceCube.

https://stc.sh/

Recent public activity

  1. comment
    Comment #39714805

    I use digitalocean for personal stuff because of this

  2. comment
    Comment #32062279

    If you want to talk about premiums, the US housing market is out of control right now; just having a roof over your head in any metropolitan area means paying through the nose. It’…

  3. comment
    Comment #24891443

    It's funny you mention Boise; that city, and many parts of Idaho/the west, are undergoing their own insane housing price inflation at the moment that's surging through the pandemic…

  4. comment
    Comment #24240555

    Also not being limited by G-forces or endurance.

  5. comment
    Comment #24240536

    > IQ also predicts or correlates with numerous other life outcomes. If we hire people based on IQ scores/things that correlate with IQ scores, we should not be surprised if high IQ…

  6. comment
    Comment #24240464

    Given how prevalent police unions are, and how incredibly quick they are to raise complaints, you'd hope for more self-awareness/solidarity and less hypocrisy.

  7. comment
    Comment #24240453

    Taking a single statistic on something as complex and multivariate as "intelligence" is already discarding a lot of information. When you throw in social factors (Who is writing th…

  8. comment
    Comment #24089565

    Predicting subsequent words is hard for humans, but correcting typos is easy. I've turned off autocorrect completely because my typos are always immediately decodable to their huma…

  9. comment
    Comment #24004395

    The Russian Revolution episodes are truly fascinating. The 1905 section feels particularly relevant to recent American history.

  10. comment
    Comment #22881435

    There's good reason to suspect strong regional variation, which means that finding a representative sample of 500 is hard. But that would still be technically possible (look at Sou…

  11. comment
    Comment #22490143

    It's not the smoothest, but at least it's fairly stable/consistent with good performance (vs. e.g. an electron GUI app). Once you get things dialed, you can keep your workflow goin…

  12. comment
    Comment #22466088

    Contrast with W. Edwards Deming's approach that stresses the systematics of the organization and considers rank-and-yank a symptom of bad management: https://en.wikipedia.org/wiki/…

  13. comment
    Comment #22363910

    Yes, this is pretty much what I meant. The "horrid" part is that I would like to do a quick /" xnx (or similar) in vim to delete the quotes on a multi-line block. Even that is anno…

  14. comment
    Comment #22353121

    It's not just a browser thing. Apple Books does this with their e-books, which is infuriating if you're working with a coding book and just want to copy-paste stuff into your edito…

  15. comment
    Comment #22328001

    From a liability perspective you’re probably right. I just mean it’s Apple that picks the courier, and that that solution to delivery can fail in basically the same way as store pi…

  16. comment
    Comment #22324255

    Amusingly enough I've had that method fail while ordering an iMac a few years ago. I requested delivery-with-signature on a $4k iMac and it got delivered to another house three blo…

  17. comment
    Comment #22310691

    Though git's interface is highly flawed, I do think a good VCS needs to expose more of its storage model to the user (or at least a model isomorphic to it) than most apps. In vi an…

  18. comment
    Comment #22177232

    This is super cool! Could see myself using this when I'm feeling foggy-brained and want to bash keys until something useful comes up. But I also just love how it looks; nice intera…

  19. comment
    Comment #21996924

    It would indeed be a bug, which is why any self-respecting operating system should include uninterruptible vi in the kernel /s

  20. comment
    Comment #21917090

    > Progress in math often (or usually) isn’t driven by physical problems This is true at the largest scale, but the math classes that most people take are directly applicable to (an…

  21. comment
    Comment #21689498

    If your application is allowing users to edit the text, or if you know which languages will be used, or if you don't care about capitalization, then you don't have to worry about a…

  22. comment
    Comment #21578819

    Using a markov chain with your stochastic matrix set to I...

  23. comment
    Comment #21562494

    But our chief technical innovation was factoring problems into smaller ones. This is such a vital innovation that it's practically synonymous with engineering. So even superficiall…

  24. comment
    Comment #21549555

    Yes, I agree that these are often abused tactics. Just saying they have their uses. The fundamental problem is graph literacy.

  25. comment
    Comment #21539770

    > the broken programs would still be broken in either language. You need to slap a decode anyway on reads from subprocesses in python3, and files open in Unicode mode by default. W…