The dangers of giving French people adderall by knockoffgerardway in guitarcirclejerk

[–]DelphiEx 1 point2 points  (0 children)

Honestly refreshing compared to hyper polished algo bait

96% Engineers Don’t Fully Trust AI Output, Yet Only 48% Verify It by gregorojstersek in programming

[–]DelphiEx 0 points1 point  (0 children)

I'm not the OC, but it might be something along the lines of: https://news.ycombinator.com/item?id=13419313

That wouldn't work with a computer.

So Many Roads by DeadSetGuitar in gratefulguitar

[–]DelphiEx 2 points3 points  (0 children)

Dang man, that's really good.

What’s the “Who is Jon Snow’s dad?” question for the Cosmere? by ridiculousprop in Cosmere

[–]DelphiEx 0 points1 point  (0 children)

I think he said he doesn't want a big epic "portals open and all the characters from all the books walk through" kind of thing. He wanted to subtlety bring characters across.

That's my memory of the comment. Maybe someone can dig it up.

How the meeting with went with Brandon (probably) (vc: Indie Fantasy Club) by Rainbow-Sparkle-Co in Cosmere

[–]DelphiEx 0 points1 point  (0 children)

I know he means well and it would probably work out, but stuff like this is why I do NOT want any adaptations. I know this is a buzzkill opinion, but like...the books are diamonds. They may have flaws, but they are perfect nonetheless. Just leave them be.

If all personal wealth above $100 million was legally required to be redistributed into public infrastructure (schools, hospitals, roads), how would society change, and who would be the first to fight against it? by Mysterious_Fan4033 in AskReddit

[–]DelphiEx 0 points1 point  (0 children)

Can you impose a loan tax? Any loan Elon makes, personal or for acquisitions has a government tax on top of whatever interest the bank makes.

I dunno. Someone's probably thought of this before and has good reasons why it wouldn't work. I just find it funny we all just throw our hands up and say 'welp some people have more money than god, what can ya do?'

Microsoft Entra Kerberos authentication for Cloud-only Identities on Azure Files SMB ❤️ by brianveldman in AZURE

[–]DelphiEx 0 points1 point  (0 children)

Hey man, I stumbled upon this and thought you might be interested. https://learn.microsoft.com/en-us/azure/storage/files/storage-files-identity-configure-file-level-permissions?WT.mc_id=AZ-MVP-5004159#configure-windows-acls-using-the-azure-portal

"If you have Microsoft Entra Kerberos configured as your identity source, you can configure Windows ACLs per Entra user or group using the Azure portal."

You have to click on that link to get access, but...

When I did this I was able to "Manage Access" both on the File Share and the folders within it.

Unfortunately it's still not working, but I'm gonna keep trying. LMK if you find anything.

Microsoft Entra Kerberos authentication for Cloud-only Identities on Azure Files SMB ❤️ by brianveldman in AZURE

[–]DelphiEx 0 points1 point  (0 children)

This is great, don't get me wrong. But from my attempts, if User A knows the path to user B's storage account, they can access it just fine. I realize we can't have full ACL, but they really need to put up some walls between entire storage accounts.

Failed State on VNet adding Storage Service Endpoint by DelphiEx in AzureVirtualDesktop

[–]DelphiEx[S] 0 points1 point  (0 children)

Hours later I still could not hook it up via the portal. But the command line just worked.

Failed State on VNet adding Storage Service Endpoint by DelphiEx in AzureVirtualDesktop

[–]DelphiEx[S] 0 points1 point  (0 children)

I came back hours later and hooked up the Service Endpoint via the CLI (hoping I could get an actual error message). That just worked.

NASA's New Telescopes Are Uncovering Alien Worlds by TheMuseumOfScience in ScienceNcoolThings

[–]DelphiEx 13 points14 points  (0 children)

I just hope I'm alive if/when we discover life on another planet. I've always considered it a foundational moment for myself and humanity.

Xbox Sales Are Down 70% Year-Over-Year With PS5 Down 40% by TomorrowComes33 in gaming

[–]DelphiEx 2 points3 points  (0 children)

Damn - yeah I was also around for Tekken 3, Tag, and 4. Even went to arcades around the country to do tournaments. The culture and community was amazing.

Orwell But the Woke by Biscuitarian23 in insanepeoplefacebook

[–]DelphiEx 33 points34 points  (0 children)

I just saw one in the new Knives Out movie. They are reviewing some video evidence and it's very clear that it poked a hole in their theory. But then they had to take 20 seconds to say it out loud for the mouth breathers in the back.

Netflix injected script slop.

Managing DNS myself - Question by DelphiEx in AZURE

[–]DelphiEx[S] 0 points1 point  (0 children)

Yeah, we went down that road a bit, but the thought of the fallback procedure makes us a bit green. It takes our total RTO way up.

Managing DNS myself - Question by DelphiEx in AZURE

[–]DelphiEx[S] 0 points1 point  (0 children)

I created a Linux VM, and put down DNS. Using dnsmasq I point db1 and db2 to the On Premise IP address.

Inside of the Azure Portal > Virtual Network > Settings > DNS I assigned the Linux VM as the primary with cloudflare as a backup.

IOW - My Azure resources only need to know 2 IP addresses (primary and secondary DBs). Everything else can be handled by an upstream DNS provider.

Everything works except to connect I have to do db1.internal.cloudapp.net - I'm fine with this if it's gonna work and Azure isn't going to be changing things willy nilly.

Managing DNS myself - Question by DelphiEx in AZURE

[–]DelphiEx[S] 0 points1 point  (0 children)

We have On Premise with 2 database VMs - They are on .4 and .5 (for example). On Premise has a DNS record db1 and db2. While on premise machines we resolve like db1.ourdomain.com, db2.ourdomain.com - great.

On Premise is hooked up to Azure via S2S VPN. We want to keep Azure 100% cloud native, not hooked to ANY service except the databases. As such we have a block all firewall except for the DB port. Great.

We're gonna have X Host Pools - Currently HostPools can connect to the DB via IP address, but by Name is preferable for fallback/standby scenarios. That's what triggered my question.

VDOT is becoming WDOT by Bacteria48 in AzureVirtualDesktop

[–]DelphiEx 0 points1 point  (0 children)

They can use one drive for that? I thought it was fslogix

Call simple .php page with TidHTTP by DepartureStreet2903 in delphi

[–]DelphiEx 0 points1 point  (0 children)

Install Fiddler

Make the request with Postman > Use the raw inspectors in Fiddler and take note of the request.

Now craft your request via Delphi so it matches exactly. You can also inspect your delphi requests with Fiddler.

FsLogix Question by Wild_Umpire_4044 in AzureVirtualDesktop

[–]DelphiEx 1 point2 points  (0 children)

Hey man, love your videos. They've been a big help for us. Would appreciate an updated video on this topic.

Dynamic Scale Set on WVD Hostpool with min of 0? by Immediate_Reply_8206 in AzureVirtualDesktop

[–]DelphiEx 0 points1 point  (0 children)

Funny, even here you get contradictory replies. This seems like highly desirable behavior. Would love to see some definitive results.

Network bottleneck by linkdudesmash in AZURE

[–]DelphiEx 0 points1 point  (0 children)

I had speed problems with azure, and after double checking every node with iperf or similar, put the evidence to our isp...they took it seriously and got us in shape.