Live data from Hacker News

Viewing profile — JeffRosenberg

JeffRosenberg

HN member
Joined
Wed, Jan 16, 2019, 3:09 PM UTC
HN karma
123
Public activity
43 items

About JeffRosenberg

No profile information was provided.

Recent public activity

  1. comment
    Comment #49130982

    This was really interesting, but I admit I bumped on this throwaway detail: > Our sleep consultant's plan arrived as a PDF full of conditional logic: wake windows, nap caps, what t…

  2. comment
    Comment #48952586

    > at this point some of them are great-great-grandparents And yet, insanely, they’re STILL the generation in power. Still breaking things even in their dotage.

  3. comment
    Comment #46151496

    It always felt like a huge miss to me that Microsoft didn’t bring Access to the web and/or mobile apps. For all its flaws, it was a simple drag-and-drop editor that almost anyone c…

  4. comment
    Comment #43438542

    > Republicans are telling companies "You can't discriminate against employees because of their race or gender" and that the Democrats are saying "No, we need to discriminate agains…

  5. comment
    Comment #39917173

    In the US, our butter comes in wrappers that divide each stick into 8 tablespoons, so it's actually very easy -- you can visually see where to cut.

  6. comment
    Comment #34445157

    They did support it from the mobile app, but in a way that always outraged me. They would only allow you to use Smile on mobile if you agreed to turn on all notifications and let t…

  7. comment
    Comment #29925621

    > This doesn't allow for YoY inflation. $1M today won't be the same tomorrow. The license should expect to issue new versions frequently to keep up with the economic landscape. Tha…

  8. comment
    Comment #29569158

    > The BusKill team publishes cryptographically signed warrant canaries on a biannual basis. The canary-002 says: Status: All good Release: 2021-06-13 Period: 2021-06-01 to 2021-12-…

  9. comment
    Comment #29478739

    Look at that, there's an entire section on internals. Honestly, I didn't even consider looking there, I just assumed it would be all about syntax and never bothered to check. Thank…

  10. story
    Ask HN: PostgreSQL resources for SQL Server users?

    I have 10+ years of experience with MS SQL Server, doing moderately-advanced tasks such as tuning queries and indexes, managing replication and high availability, etc. I'm looking …

  11. comment
    Comment #29443089

    Narratives about racism in America are about the systemic, structural ways in which our country disadvantages black people, not about individual people's feelings or even actions. …

  12. comment
    Comment #29194554

    For me, implementing PARA in Notion has helped with that. I have one big database just called "Content", and then links to Projects/Areas/Resources. So if I'm not sure where someth…

  13. comment
    Comment #29127284

    I actually loved Windows Phone. I got one because it was the cheapest possible option after my "real" phone broke, and I was surprised at how polished it was. It was such an intere…

  14. comment
    Comment #29043189

    I try to start any UPDATE or DELETE by writing out a transaction first: BEGIN TRAN; -- TODO: update statement ROLLBACK; Usually I'll run it with the ROLLBACK first, to confirm that…

  15. comment
    Comment #28817991

    Man I hate this. I sort of get wanting to support robust file sharing for teams, but let's be honest: 99% of file uploads on teams are going to be silly gifs.

  16. comment
    Comment #28811601

    I recently had to create accounts for work benefits at TWO different sites that had user name complexity requirements, and actually rated the strength of my user name! That's somet…

  17. comment
    Comment #28640903

    > And of course we’re always hiring engineers. If you have an interviewing.io account, you can take a look.) Wait, you need to have an account just to see their open jobs? That see…

  18. comment
  19. comment
    Comment #28551588

    Agreed, although that doesn't help me as a US citizen :-)

  20. comment
    Comment #28551066

    I agree with all the comments here that this seems pretty sketchy, and that "de facto" acceptance seems more like "accidental" acceptance. But I've been interested in the idea of "…

  21. comment
    Comment #28484286

    99.999% of the time, no. But the consequences of forgetting are disastrous, and it's happened to plenty of well-meaning but distracted and preoccupied people. It was one of my grea…

  22. comment
    Comment #21685193

    Scrolling down has been overridden to scroll to the right instead. So just scroll up and down to read. ¯\_(ツ)_/¯

  23. comment
    Comment #21293308

    Git greps work if you're trying to search all the logs. I would think this detailed documentation would be most important when you're trying to understand a specific file or line o…

  24. comment
    Comment #21290782

    Then use `git log --oneline` and you don't have to see the lengthy details, until the inevitable day when you find you need them.

  25. comment
    Comment #21063419

    For me, this becomes more true the longer and more oddly specific the domain becomes. I'd feel perfectly fine with biketours.com or duderanch.com, but no way would I visit best-bik…