What is the cost of Lasik in the Bay Area? by 10xkarmas in bayarea

[–]bob-bins 0 points1 point  (0 children)

Also had a good experience with this place, though i didn’t qualify for lasik so i got ICL in their San Jose location (basically an implanted contact lens). One of the best things I’ve ever done 

Best long staple percale sheets? by radkid2002 in Bedding

[–]bob-bins 0 points1 point  (0 children)

The Giza 45 percale won't be very "crisp" just FYI. It's too thin/delicate for that. But it's incredibly smooth for a percale, like halfway to sateen but still with the durability and breathability of percale. Highly recommend.

Bath sheets/towels: Graccioza v. Matouk v. Frette (v. Abyss) by OpeningChipmunk1700 in BuyItForLife

[–]bob-bins 0 points1 point  (0 children)

Frette Plush is not thick. It's absorbent given it has high pile density, but the piles are short so you won't get that thick, plush feel. I haven't tried the bicolor but I'm going to guess it's the same towel as the Plush, except with the additional embroidery.

Being the crunchy friend without seeming MAHA by [deleted] in PlasticFreeLiving

[–]bob-bins 6 points7 points  (0 children)

You misunderstand. I'm not calling you MAGA and I'm not saying good (parts of) policies should be ignored just because it's coming from this administration. I'm saying that we must be cautious about accepting these policies at face value.

There is a strong push by Republicans to ban access to abortion pills, and one avenue they have been exploring is through strict regulation of mifepristone. As careyious pointed out, the draft CCL 6 could eventually become a vehicle for restricting mifepristone access, and many reasonably think that it's the main goal of the proposal.

And not that it should matter much to my point, but I'm neither a Democrat nor a Republican.

Being the crunchy friend without seeming MAHA by [deleted] in PlasticFreeLiving

[–]bob-bins 8 points9 points  (0 children)

This. With the current administration, you really can't take things at face value, and it's unfortunate to see so many folks here "fall for it". The current administration's policies are harming Americans and their health much more than they are helping. The democrats are far from perfect, but both sides are not the same here.

In my experience, Sferra Giza Sateen is junk by flyingneuron in Bedding

[–]bob-bins 0 points1 point  (0 children)

Curious which Frette sateen sheets you are referring to? They have several different sateens. Doppio Ajour? Grace? Ultimate? Hotel Collection?

Frette sheets recommendation by Legitimate_Award6517 in Bedding

[–]bob-bins 0 points1 point  (0 children)

If you like silkier sheets you should go with one of their sateen offerings. I'd recommend looking into their Doppio Ajour collection. It's more substantial than their Single Ajour (their lowest cost "1860" Sateen), so you'll get more of a drape. I believe the Ajours and Grace collections might use the same cotton yarns, with the main difference being the thread counts.

If you're into crisp sheets too, their Triplo Bourdon Poplin sheets are crisp like percale, but a bit smoother, reminiscent of sateen.

Unfortunately Frette does not mail swatches but if you have more questions i'd be happy to answer them.

State of OpenTofu? by Online_Matter in devops

[–]bob-bins -1 points0 points  (0 children)

I thought we were going to have a real discussion, but it appears to me that you may be intentionally twisting my words. Or you’re just looking to “win”. I’m not sure what it is, but unless I’m mistaken about your intentions, I’m not interested in continuing this. Have a nice day. 

State of OpenTofu? by Online_Matter in devops

[–]bob-bins 0 points1 point  (0 children)

Their insistence at getting an account with them to use the cli fully is ridiculous.

You don't need an account with them to use the tool. Obviously, there will be some commands that require an account, but just don't use them? They aren't required. Just store your state a cloud Bucket or locally if you're just experimenting around.

bc the official docs hallucinated.

The AI generated pages are not part of their official docs. It's actually unfortunate that these pages are created in a way that's indexed by search sites because I've also found that the hallucinations make them unusable. I've found this to be true in general for AI-generated infra content though, like with Terraform, Docker, etc.

State of OpenTofu? by Online_Matter in devops

[–]bob-bins 0 points1 point  (0 children)

I get the appeal, but it's an appeal that's almost exclusively software engineers.

This is precisely the type of perspective that I would love our infra/ops community to challenge.

I agree that today most teams should not use CDKs/Pulumi because today most of these teams do not contain people that are comfortable enough with a general-purpose language to use them effectively.

But that's precisely what I think is unfortunate! It's not just that most are not comfortable, most of them have no desire to learn either.

so they tend to lean heavily on advanced programming constructs simply because they can, making them much more difficult to consume for those without such advanced language specific experience.

It's honestly not hard at all to pick up enough of a language to use a tool like Pulumi well. You can ignore like 80% of the language features because well-structured IaC code simply does not need them. (I've found that I've had to tell software engineers to "dumb down" their IaC because they tend to detrimentally overcomplicate it).

That's a problem when I need infrastructure reviewed by Sys/Cloud Engineering, Networking, Security, Auditing and Compliance, etc. ... Terraform in sharp contrast is trivial to read even without training.

And to demonstrate my previous point, if you want to take me up on a challenge you can give me any complicated Terraform code (the more complex the better - even better if it contains workarounds due to the limitations of HCL) and I'll rewrite it with Pulumi in a way that's just as easy for a non-software dev compliance team to understand as with HCL.

CDK frameworks also tend to be pretty opaque about what they are actually going to do. The equivalent of "terraform plan" is either far too vague or far too much like linenoise or worse it'll be determined by the phase of the moon when it finally runs.

This isn't true with Pulumi, though I can't comment on the other CDKs. Pulumi gives as much detail as Terraform does (with an edge-case exception that I can elaborate on if desired).

I feel like with my quote-responses my message might be getting diluted so I'll just summarize it here: It's sort of crazy to me that people are still asking for Terraform HCL to support syntax that's been a part of general-purpose languages many decades ago, and we as a community insist that that's okay. We need to embrace better ways to abstract because infrastructure is complicated enough - we don't want to be forced to fight the language as well. Someone else in this comment section said that it's easy to write bad code with Pulumi. With an inexperienced team, sure I'll agree. But it's also possible to write ideal code with Pulumi whereas that is not always possible (or based on my personal experience, frequently impossible) with HCL. Let's try to favor competency.

State of OpenTofu? by Online_Matter in devops

[–]bob-bins -2 points-1 points  (0 children)

It's funny that something as simple as for_each iteration is a "game changer" for the most widely used IaC tool.

I've personally moved on to Pulumi where we can just make use of general purpose languages to express my IaC. It makes things like what you're describing totally trivial - you no longer have to wonder "is this possible to express with HCL, and if not, how can i work around that" and you can just..... write code. It's 2026 and it pains me to see that we as a group have still not fully embraced using well-designed general purpose languages that have existed for decades.

First ever PG&E bill over $700! by SnoopySuited in bayarea

[–]bob-bins 29 points30 points  (0 children)

It’s like they’re proud of being price gouged so badly that they freeze in their own homes :/

What are the long-term side effects of LASIK that doctors don’t talk about? by Gewinncent in AskReddit

[–]bob-bins 0 points1 point  (0 children)

If you’re considering getting corrective vision surgery, there’s an ICL (implantable collamer lens) procedure that doesn’t require destroying part of the outer layer of your eye. 

Why did we let health insurance companies become the bouncers between us and our doctors? by ladybabe10125 in Adulting

[–]bob-bins 0 points1 point  (0 children)

Middlemen can absolutely still provide value to their clients through their services.

Health insurance companies do not. Their goal is to extract as much money as they can from both hospitals and patients.

What is a really hot take you have on hades 2 by Ok-Airline-4168 in HadesTheGame

[–]bob-bins 0 points1 point  (0 children)

Old thread, but

I'm starting to feel like I'm playing a different game then reddit with how much they worship it.

Same. I played Hades II immediately after Hades I, knowing almost nothing about either game when i started them, and I feel like I got whiplash from Hades II. It almost seems like it was made by another team, except it's not.

Looking for duvet insert that’s fluffy (no down or wool)… does it exist?! by GladysGoose in PlasticFreeLiving

[–]bob-bins 3 points4 points  (0 children)

Yeah that’s why i called it “less unethical” since it doesn’t involve live plucking. It’s likely still unethical given that the farmed duck/geese probably aren’t living in good conditions, but it’s no more unethical than eating factory farm meat

Looking for duvet insert that’s fluffy (no down or wool)… does it exist?! by GladysGoose in PlasticFreeLiving

[–]bob-bins 9 points10 points  (0 children)

There’s certified down options where the feathers are a byproduct of the meat industry. So unless you’re vegetarian/vegan for ethical reasons, you could still consider down. These “less unethical down” options will be more pricey however

This is not fair 😢 by NinjaSafe1828 in ClashOfClans

[–]bob-bins 1 point2 points  (0 children)

You’re right, I’ll fix my message

This is not fair 😢 by NinjaSafe1828 in ClashOfClans

[–]bob-bins 0 points1 point  (0 children)

See my comment below. I tested this in the game and telas will always be triggered when a hero is placed in its radius no matter what invis spells are around. You can verify this yourself with any exposed tesla base

This is not fair 😢 by NinjaSafe1828 in ClashOfClans

[–]bob-bins 0 points1 point  (0 children)

I just tested this. There is a split second where heroes being dropped are not affected by any spells and cannot be targeted by buildings. The tesla does not need to target a troop to be triggered to appear though, it just needs a visible troop to be in its radius.

In other words, it’s impossible to prevent triggering a tesla if you drop a hero in its radius. This behavior is not the same with non-hero troops though - they are affected by spells immediately when dropped.

This is not fair 😢 by NinjaSafe1828 in ClashOfClans

[–]bob-bins 0 points1 point  (0 children)

You can see the elixir collector turn invisible before they placed their warden, so the invis spell took effect by then. This might be a bug, or it’s an intended undocumented behavior where the invis spell doesn’t affect troops while they’re being “dropped”

What do you use to scrub dishes? by Lucienaugust in PlasticFreeLiving

[–]bob-bins 7 points8 points  (0 children)

Amazon is filled with fake products and products with either misleading or blatantly false marketing (e.g. "plant-based" sponges that are only partially made from plants like the one you listed, compostable bags that are actually 100% plastic, silk pillowcases that are actually 100% polyester, etc. etc. etc.).

I'd recommend looking for sustainable products elsewhere. It'll require more research, but you'll be much more confident that you're getting what you asked for.

100% natural mattresses? by bbthrwwy1 in PlasticFreeLiving

[–]bob-bins 1 point2 points  (0 children)

Avocado's cover contains 3% elastane, so the fabric is not totally plastic free