Live data from Hacker News

Viewing profile — lazaroclapp

lazaroclapp

HN member
Joined
Sat, Jul 26, 2014, 9:22 AM UTC
HN karma
2,504
Public activity
583 items

About lazaroclapp

No profile information was provided.

Recent public activity

  1. comment
    Comment #48032214

    Interestingly, there are basically two kinds of programs I am sometimes happy to see guided tours embedded in: * Creation programs (image/video editors, 3D rendering... hell, even …

  2. comment
    Comment #40845591

    Actually, the technical advisory is even more pertinent to the HN crowd: https://www.qualys.com/2024/07/01/cve-2024-6387/regresshion.... And there is apparently already a discussio…

  3. story
  4. comment
    Comment #40818565

    Not sure if there is an official announcement to link here vs the toot, either way a very well deserved award and a success story for fundamental PL research influencing industry p…

  5. story
  6. story
  7. comment
    Comment #39244639

    The easy answer when bringing up something like IntelliJ is that we very much intend to go beyond the IDE (local edit-build-debug loop) and beyond an specific programming language …

  8. comment
    Comment #39225359

    A cliche, perhaps, but build times and land times have always been a top priority of developers, particularly as tooling, specially code analysis, grows more complex. Developer too…

  9. comment
    Comment #39225312

    Well, an IDE is not fundamentally out of scope, but for the foreseeable future the plan there is more along the lines of plugins for common IDEs (e.g. VSCode, Jetbrains) and integr…

  10. comment
    Comment #39219835

    Hi, everyone! We are some of the authors behind Uber’s OSS developer tools, which have appeared in HN previously, including: Piranha (automated stale flag cleanup and code refactor…

  11. story
  12. comment
    Comment #38326546

    No worries, that's how I understood it too :) Just adding a bit more context on why we feel the approach does beat "grep panic" for people checking out this thread.

  13. comment
    Comment #38326333

    We'd be interested in the general characteristics of the most common ones you are seeing. If you have a chance to file a couple issues (and haven't done so yet): https://github.com…

  14. comment
    Comment #38326125

    Actually, if we were running into cases where we aren't logging a panic which is actually happening in production, then the first thing to note is that we need to improve our obser…

  15. comment
    Comment #34483856

    Native Spanish speaker here (ES-MX, specifically, if it matters). I think this is one of the cases where a solid general rule breaks down in the specifics. You are correct about th…

  16. comment
    Comment #28882403

    > Isn't this pretty much the description of every company? For the most part, sure. But that's the parent's point, I think. Central banks are not companies, they are part of the pu…

  17. comment
    Comment #27185961

    While admittedly not as nice as having it built into the type system from day one, there are a number of tools one can integrate into their build to add various degrees of null saf…

  18. comment
    Comment #26678233

    Since this can make you think your cursor is in a different position in the page than it actually is, couldn't it potentially be used to mislead you to click outside the page as we…

  19. comment
  20. comment
  21. comment
    Comment #23977784

    Independently of that, an exceedingly large number of countries require visas from Chinese citizens. See https://en.m.wikipedia.org/wiki/Visa_requirements_for_Chines... This square…

  22. comment
    Comment #23977553

    If this were the only criteria, then Chinese passports would be accepted visa-free in a lot more countries than they currently are. Not saying that travel bans will remain in place…

  23. comment
    Comment #23784003

    Presumably, Germany would have little trouble compelling at least one root CA to sign any TLS certificates they wanted. Just a cursory search shows that Google Chrome, on Linux, tr…

  24. comment
    Comment #23528245

    Just as an extra note: there are manual testing steps (and automated end-to-end test, and internal alpha test, etc), independent of whether the diff was Piranha- or developer-autho…

  25. comment
    Comment #23528143

    > When you set a feature flag, normally you should put a deadline on it, after this deadline, you should either choose to keep it, or remove it or you can extend the deadline. This…