Live data from Hacker News

Viewing profile — brazzledazzle

brazzledazzle

HN member
Joined
Wed, Aug 13, 2014, 10:12 PM UTC
HN karma
3,567
Public activity
1,767 items

About brazzledazzle

No profile information was provided.

Recent public activity

  1. comment
    Comment #42129418

    The main reason is that Vim is better, right?

  2. comment
    Comment #41862210

    This is so cool. Seeing the word splitbrain definitely gave me a moment of dreaded recollection though, not gonna lie. Not a fun place to be when you're dealing with databases and …

  3. comment
    Comment #41855902

    Perhaps this says more about you than the author. At the very least not imaginative enough to picture someone being genuine. Or perhaps this just isn’t the right sort of thing to d…

  4. comment
    Comment #41855876

    I’ve seen this happen when the people move in and aren’t technically in the city they thought they were. They were right on the border IIRC. Ride-share apps and Google had no clue …

  5. comment
    Comment #41770765

    That or right click.

  6. comment
    Comment #41648811

    I mean you don't need to use the convenience aliases, or use even use it exactly that way. Here's it without any aliases: Get-ChildItem -Recurse | ForEach-Object { $PSItem.Name.ToL…

  7. comment
    Comment #41592631

    PowerShell seems to work fine calling a nix executable, unless I'm missing something: > ls -t *.js | head -n 10 | foreach { echo $_ ; Get-ChildItem $_ | fl Name, Length } product_o…

  8. comment
    Comment #41591585

    Would you be able to provide an example? I'm not doubting your experience, just incredibly curious since I had the opposite experience.

  9. comment
    Comment #41382962

    It got those from this comment and transposed the descriptions: https://news.ycombinator.com/item?id=41347438

  10. comment
    Comment #41246483

    The kind with no agenda

  11. comment
    Comment #41167612

    I had a coworker insist on using ddg for privacy reasons and he was a bit smug about it even though meetings where he was presenting while searching the web always started with a d…

  12. comment
    Comment #41066379

    I may be recalling incorrectly but I seem to remember it having some storage deduplication benefits on the backend.

  13. comment
    Comment #41059123

    OIDC is way easier in my experience.

  14. comment
    Comment #40803736

    Seems like Figma and Miro are converging a bit but from different directions

  15. comment
    Comment #40435321

    I don't know anything about your experiences so don't take this as an attempt to defend them but I've been told that the mental health field has a substantial amount of people who …

  16. comment
    Comment #40419405

    Let's not forget Azure AD is now Microsoft Entra.

  17. comment
    Comment #40371448

    Yeah but I wanted to maintain "compatibility" with others using the software whether for discussion's sake or so I can hop on their workstation and not have to think about changing…

  18. comment
    Comment #40371378

    The three nodes are just three containers on the host where you're running docker compose. Docker compose only works with a single host except when deploying to docker swarm cluste…

  19. comment
    Comment #40369938

    Adobe actually changed a bunch of shortcuts at least a couple of points between photoshop 7 and creative cloud. I remember how I'd developed muscle memory that took a bit to fully …

  20. comment
    Comment #39919429

    Did you tune the file descriptor limits?

  21. comment
    Comment #39831907

    I think people are really looking for some examples of scenarios where this might be a requirement and your time might be better spent providing one vs. fighting with them. Maybe s…

  22. comment
    Comment #39642375

    Oh wow you're right. I didn't even notice I do it. Now it's going to bother me.

  23. comment
    Comment #39608698

    I wonder if that's the old magic mouse. I don't think I do that with the newer one but I remember something like that with the original.

  24. comment
    Comment #38946338

    Do you mean a host alias in your SSH config (e.g. `Host your-github-alias` or configuring a subdomain in for the hostname in the config (e.g. `Hostname something-fake.github.com`)?…

  25. comment
    Comment #38736232

    Did you actually query the DNS from the container to verify DNS was returning an incorrect record in response to the query? I ask because I've seen similar behavior and it turned o…