Live data from Hacker News

Viewing profile — mlavrent

mlavrent

HN member
Joined
Sat, May 30, 2020, 5:04 PM UTC
HN karma
452
Public activity
23 items

About mlavrent

No profile information was provided.

Recent public activity

  1. comment
    Comment #47884129

    I’m sort of confused on what prediction markets are going for? Polymarket here said they referred this to the DoJ and are trying to catch users using such insider info, but trading…

  2. comment
    Comment #46407440

    This article seems to conflate strong type systems with functional programming, except in point 8. It makes sense why- OCaml and Haskell are functional and were early proponents of…

  3. comment
    Comment #46153477

    They do actually build internal tooling! They key is that it’s actually good enough that feedback to the limited, targeted, and quickly actionable. Microsoft’s internal was immatur…

  4. comment
    Comment #46146989

    I was at Microsoft until July of this year until I left for an SF-based company (not AI though). The difference between the two with regards to AI tool usage couldn’t be more diffe…

  5. comment
    Comment #45651805

    The only ones I can really think of are the cloud providers themselves- I was at Microsoft, and absolutely everything was in-house (often to our detriment).

  6. comment
    Comment #44690948

    > it exposes that it really was never about emissions or combustion or pollution, you either wanted to control people’s freedom of movement This isn’t the problem- the real problem…

  7. comment
  8. comment
    Comment #41640124

    But it can often do so more efficiently than just carrying one container at a time when they're empty - see this company that's solving the "return container" problem by folding up…

  9. comment
    Comment #41461338

    Counter-intuitively, yes, in fact. See the great article from Strong Towns, which does a lot of advocacy around building healthy towns: https://www.strongtowns.org/journal/2021/8/6…

  10. comment
    Comment #41332433

    To be honest, while I’m not a Tesla fanboy, I don’t think the Cybertruck deserves this hate- as a cyclist I feel worlds safer near a Cybertruck than eg an F150 (though it of course…

  11. comment
    Comment #41204218

    The Brown CS curriculum has in the past few years started including “socially responsible computing” material across intro and non-intro level courses. See https://responsible.cs.b…

  12. comment
    Comment #41194435

    This is not quite right - a specification is not equivalent to writing software, and the code generator is not just a compiler - in fact, generating implementations from specificat…

  13. comment
    Comment #41121603

    Other common modes of transport that lack fixed schedule, route, or stops: - biking - micromobility (scooter-share, etc.) - walking - dial-a-ride transit options

  14. story
  15. story
  16. comment
    Comment #40083769

    In my current role, we currently have to think about things like holidays across the world to understand if usage patterns are low due to issues or just holidays. Being an engineer…

  17. comment
    Comment #39923128

    There's a difference between parking mandates versus parking built at the developer's discretion. Parking mandates (what the article talks about) are onerous because they force the…

  18. comment
    Comment #39869655

    Since moving to Washington, I've discovered just how easy voting can be, and how we can drive voter participation (oh, if only that's what everyone wanted). I always voted when I n…

  19. comment
    Comment #39842569

    The issues with this argument is that pedestrians, transit-users, and cyclists also pay the same sales tax. So if the goal is to have drivers take ownership over the costs they pro…

  20. comment
    Comment #39842354

    This is the right thing to do - it makes drivers pay for the externalities they produce (including pollution, congestion, noise). When a city grows as big as Manhattan has, drivers…

  21. comment
    Comment #39779269

    Sorry, I should've been clearer. I'm interested if there's any tool that does this kind of thing statically, without running the code. I guess a simple approach is to compile both …

  22. comment
    Comment #39778838

    I’m almost not sure why tools like git don’t ship with this as default. Been using difft for about a year now, and my main complaint is that it makes it hard to go back and use oth…

  23. comment
    Comment #38250687

    I agree in general that there needs to be at least some level of review (typos, etc.), not necesssarily to catch big but subtle issues. On the other hand, I've had it where small (…