How can one do this safely? If I create a new, non-sudo user, can I install the MDM profile only for that user? I don't understand how this all works obviously so maybe this is a very dumb question
Users reporting 403 Forbidden responses when downloading NuGet packagesPartial Service Disruption
Incident Status
Partial Service Disruption
Components
Website, API
Locations
Google Compute Engine
March 11, 2026 03:29 UTC
IDENTIFIED
Starting from approximately 08:00 UTC on 2026-03-10, multiple users were unable to download NuGet packages due to 403 Forbidden errors. We have identified the cause, and are going through the process of reverting the MR
> In total, Coruna takes advantage of 23 distinct vulnerabilities in iOS, a rare collection of hacking components that suggests it was created by a well-resourced, likely state-sponsored group of hackers.
People have been hacking iOS since before it was called iOS and they weren't necessarily "well-resourced, likely state-sponsored". See geohot
In October 2025, retailer Canadian Tire was the victim of a data breach that exposed almost 42M records. The data contained 38M unique email addresses along with names, phone numbers and physical addresses. Passwords were stored as PBKDF2 hashes and for a subset of records, dates of birth and partial credit card data were also included (card type, expiry and masked card number). In its disclosure notice, Canadian Tire advised that the incident did not impact bank account information or loyalty program data
I am deeply troubled by what the Trump regime is doing but I think this trend for European countries to use European tech is actually quite good. Competition is better, plus your privacy laws are much better. I host some of my own data in Europe for this reason.
A codebase search for "claude" only has 1 hit in the code (the markdown that you referenced) and 4 commits which include the word in the commit message, or one commit includes .claude/ in the git ignore. See https://github.com/search?q=repo%3Atldev%2Fposturr+claude&ty...
Looks like fun and educational toy, interesting find. But why the mention of it being popular in homeschooling circles? Mentioning that in the same context makes it seem like you're not recommending the product because of that :P
> maybe in your social circles people have a problem with homeschooling
In general I think it's a very American thing, and considering the education problem the US suffers from, probably explains a part of that. Most other countries have very limited amount of homeschooling even allowed, because of all the drawbacks with it.
This is an understandable perception, but it reveals your lack of context. By and large, children in the US are educated in the public school system. Only 6% of children in the US are homeschooled. Now, there has been a relatively recent push into home schooling as a reaction to the education problems that you mentioned, but it is not the cause. I'd encourage you to spend some time researching home schooling outcomes in the US, if you're interested. (Keep in mind that the sample is mainly representative of engaged and proactive parents.)
Well written, anticipated my questions about pain points at the end except one: have you hit a point yet where deploying is a pain because it’s happening so frequently? I understand there’s good separation of concerns so a change in marketing/ won’t cause conflicts or anything to impact frontend/ but I have to imagine eventually you’ll hit that pain point. But fwiw I’m a big fan of monorepo containing multiple services, and only breaking up the monorepo when it starts to cause problems. Sounds like author is doing that