The main reason is that Vim is better, right?
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 clusters.
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 discuss on hn?
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 until I entered the city adjacent to…
That or right click.
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.ToLower() } This might be a better mix of…
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_original.js Name : product_original.js…
Would you be able to provide an example? I'm not doubting your experience, just incredibly curious since I had the opposite experience.
It got those from this comment and transposed the descriptions: https://news.ycombinator.com/item?id=41347438
The kind with no agenda
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 ddg search and ended with him sighing…
I may be recalling incorrectly but I seem to remember it having some storage deduplication benefits on the backend.
OIDC is way easier in my experience.
Seems like Figma and Miro are converging a bit but from different directions
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 suffered or suffer from mental health…
Let's not forget Azure AD is now Microsoft Entra.
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 anything. Turning those legacy…
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 clusters. I'm not familiar with swarm though…
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 overwrite.
Did you tune the file descriptor limits?
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 something like an airgapped gov network…
Oh wow you're right. I didn't even notice I do it. Now it's going to bother me.
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.
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`)?
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 out the service was only doing DNS…
The main reason is that Vim is better, right?
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 clusters.
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 discuss on hn?
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 until I entered the city adjacent to…
That or right click.
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.ToLower() } This might be a better mix of…
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_original.js Name : product_original.js…
Would you be able to provide an example? I'm not doubting your experience, just incredibly curious since I had the opposite experience.
It got those from this comment and transposed the descriptions: https://news.ycombinator.com/item?id=41347438
The kind with no agenda
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 ddg search and ended with him sighing…
I may be recalling incorrectly but I seem to remember it having some storage deduplication benefits on the backend.
OIDC is way easier in my experience.
Seems like Figma and Miro are converging a bit but from different directions
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 suffered or suffer from mental health…
Let's not forget Azure AD is now Microsoft Entra.
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 anything. Turning those legacy…
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 clusters. I'm not familiar with swarm though…
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 overwrite.
Did you tune the file descriptor limits?
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 something like an airgapped gov network…
Oh wow you're right. I didn't even notice I do it. Now it's going to bother me.
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.
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`)?
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 out the service was only doing DNS…