Java and C# have way to much baggage to compare them to Go. They nearly look like different languages depending on the version you're using.
HN user
ramenmeal
probably downvoted because it doesn't really add to the conversation.
Does anyone else feel like dayquil is an effective decongestant? I do. I can literally feel the gunk running down from my sinuses to the back of my throat when I take it. Confusing to me cause it's phenylephrine, which is what the article states is ineffective. I've had this experience after reading these reports about a year ago.
A lot of evidence, but no claim.
From what I hear, it's a nightmare to get Siri to know what light you want to turn on. Unfortunately it seems like apple is trailing the pack in the smart home area.
disclaimer: I know nothing about this stuff.
This area is separate from the subduction zone
150 miles off the coast doesn't sound that far from the subduction zone. Seems hard to believe there wouldn't be some tectonic relationship between the areas.
Honest question, tires, or brakes? I was under the impression brake dust was the worst polluter. I'm sure tires aren't great either, but they should be equivalent between EV's and ICE cars. Brakes last significantly longer on EV's and therefore would help with pollution.
note that gofmt doesn't indent, which is the hard part
interesting because for me it's hard to read changelogs of js/ts based repos that are using prettier compared to go repos, I wonder if the indentation is a reason for that. I'm honestly not sure what the author means by that either, gofmt seems to fix indentation for me.
I think "SHAKEN/STIR" is supposed to fix this long term. I'm not sure why it's taking so long, but I believe phones will already indicate if the phone call has a verified caller id. Probably next step is to just block any non-verified caller. I'm assuming there's just a lot of migration work to happen.
This is making the news since it's another Boeing issue, but it seems like any issue with a 757 at this point would be from improper maintenance, right?
A good indicator a monopoly is at play.
sorry, no experience with 1password
I moved over from Lastpass, I find the experience of filling in a password in Bitwarden more jarring/slow than in Lastpass. I'm not sure what it is, maybe Lastpass had longer timeouts to require FaceID when filling a password? Bitwarden requires it every time.
Honest question, why not use another technology to store the state between the two? Like a DB or queuing mechanism.
I had the same question. I assume this was to test if the following experience was based on real events, or imagined.
“I was high up in the ceiling of the ward looking down upon the bed.” “I could see the doctors and nurses working over me.” “I perceived and saw everything around me, like in 360 degrees.”
What is the difference from using OpenLLMetry versus using OTel directly? Is the issue that there aren't conventions for the needed attributes?
Streaming 1080p/60fps up to 20km wirelessly is mind boggling to me. What kind of tech is used to make that happen? seems like it'd require a lot of power.
I'd be willing to bet the vast majority of consumers do not buy name brand cables.
Even if this "surgery" took place in California, and the "surgeon" was the UK, and 5G was involved, wouldn't it still via fiber? I feel like I'm missing something with these claims, are they saying they'll use 5g at the nodes, instead of some other wireless tech?
Why were you implementing your own tracer? Don't they publish an implementation?
I've been meaning to migrate off of Lastpass, I think this would put Keychain in the mix of options. I haven't used keychain in years, is it still pretty clunky?
a Chinese psyop marketed as a social media app
Do you personally use tiktok?
We had gas service after the 6.4 in northern california in December, but power was out.
He mentioned "or server push mechanism", aka websockets. I don't think they're trying to call kafka a queue, they're just talking about asynchronous architectures.
We spin up a docker container running the DB technology we use, run our DB migration scripts on it, and then run integration tests against it. You get coverage of your migration scripts this way too.
I've never seen poop included in the "calories in, calories out" diet talk, which seems strange. The argument for it is it's a 0 sum game, but they never mention poop as part of the equation. There seems to be an assumption that all food is absorbed at the same rate and across all people. Seems unlikely to me.
Seems like the low performers would have been taken care of already from the battle.
In your monolith if you offload a request to a queue and have a background process processing the queue messages, what do you call that module processing messages? Is it a component of your monolith? I think a lot of teams would call it a microservice, I could see some people considering it a component of a service.
Unless you're confounding microservices w/ async architectures and saying to drop asynchronous patterns like this all together.
It'd be awesome if it could open a new tab/autocomplete based on history if nothing is found when searching the current tabs. As an example, if I start searching "news" to open up hacker news, and there is no existing tab, then it could autocomplete with "news.ycombinator.com" based on my past browsing history. Chrome essentially has this when you start typing a new url, but I don't think you can click the "switch to this tab" button without using the mouse.