Viewing profile — brazzledazzle
brazzledazzle
HN member- Joined
- Wed, Aug 13, 2014, 10:12 PM UTC
- HN karma
- 3,567
- Public activity
- 1,767 items
- HN profile
- View on Hacker News ↗
About brazzledazzle
No profile information was provided.
Recent public activity
-
comment
Comment #42129418
The main reason is that Vim is better, right?
-
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 …
-
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…
-
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 …
-
comment
Comment #41770765
That or right click.
-
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…
-
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…
-
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.
-
comment
Comment #41382962
It got those from this comment and transposed the descriptions: https://news.ycombinator.com/item?id=41347438
-
comment
Comment #41246483
The kind with no agenda
-
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…
-
comment
Comment #41066379
I may be recalling incorrectly but I seem to remember it having some storage deduplication benefits on the backend.
-
comment
Comment #41059123
OIDC is way easier in my experience.
-
comment
Comment #40803736
Seems like Figma and Miro are converging a bit but from different directions
-
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 …
-
comment
Comment #40419405
Let's not forget Azure AD is now Microsoft Entra.
-
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…
-
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…
-
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 …
-
comment
Comment #39919429
Did you tune the file descriptor limits?
-
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…
-
comment
Comment #39642375
Oh wow you're right. I didn't even notice I do it. Now it's going to bother me.
-
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.
-
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`)?…
-
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…