That court went tits up, Turing a terrible page in UK history.
Father, Hacker (Information Security Professional), Open Source Software Developer, Inventor, and 3D printing enthusiast
That court went tits up, Turing a terrible page in UK history.


My thoughts, exactly: Why is this a big deal? Imagine the positive press it would be if Apple came out and said, “We did that on purpose. More companies should be this open!”
The security impact of this: Zero (clients are already given the code)
The reputational impact: Could be great! Or could be bad if they play this the wrong way.


This is how the software works:

When she gets to heaven, she’ll have carte blanche!


A tariff on zero dollars is still zero. This means he’ll be introducing an unnecessary, job-killing regulation that adds more pointless bureaucracy to Texas’s already-extreme tax situation.
So, traditional Republican politics.


Oh I’m sure there will be discounts of up to 3/5ths on certain classes of individuals.


Their plan: The poor should just die already.


The business model is hoping that non-professional users will sign up for canva subscriptions in order to take advantage of the AI features. There’s zillions of users like that—far more than the number of professional graphic artists that would pay for this software.
To ensure whoever wears them will be all right.


Having a unique password per device is best practices. IoT vendors should be doing that regardless of whether or not they’re giving the end user root.
There’s supposed to be a regulation demanding an IoT “nutrition label” that has that very thing in its list of items. I wonder what happened to that?


You see, that’s the thing: In order for the US to get to that point, the people must first NOT be chomping at the bit, fantasizing about ripping unelected bureaucrats like Stephen Miller to shreds the moment they see him in person.
Usually—the way this happens—is that you have a strongman coming to power, promising to bring justice to people like Stephen Miller. Not supporting them.
I honestly don’t think there’s enough support behind Trump at this point to pull that off. In fact, a simple marketing campaign pointing out that it’s not just Trump but the entire Republican party that is responsible for this mess we’re in, would do wonders.
Republicans—the ones sitting at home watching this play out on Fox News—aren’t getting the right kind of propaganda for Stephen Miller (or Trump’s other underlings) to survive past Trump. Even if he doesn’t get torn to shreds by some angry mob, he’s committing crimes on the regular which will result in prosecution when a new administration comes around.
The next administration won’t be as delusional about preserving tradition when it comes to prosecuting their predecessors. Trump made sure to throw that entire concept into the East Wing right before he had it torn down.


So let me get this straight: Stephen Miller is so universally hated that if he doesn’t house himself on a protected military base, he fears for his life and family. His response to this is to double down on his continuous campaign of human rights violations‽
Dude! You can only live “safe” like that for three more years. Not even that long if Trump dies of a stroke/heart attack (which seems increasingly likely). Vance isn’t going to protect you like this!
Now’s the time to start making friends in Nazi sympathizing countries.


For reference, every AI image model uses ImageNET (as far as I know) which is just a big database of publicly accessible URLs and metadata (classification info like, “bird” <coordinates in the image>).
The “big AI” companies like Meta, Google, and OpenAI/Microsoft have access to additional image data sets that are 100% proprietary. But what’s interesting is that the image models that are constructed from just ImageNET (and other open sources) are better! They’re superior in just about every way!
Compare what you get from say, ChatGPT (DALL-E 3) with a FLUX model you can download from civit.ai… you’ll get such superior results it’s like night and day! Not only that, but you have an enormous plethora of LoRAs to choose from to get exactly the type of image you want.
What we’re missing is the same sort of open data sets for LLMs. Universities have access to some stuff but even that is licensed.


Listen, if someone gets physical access to a device in your home that’s connected to your wifi all bets are off. Having a password to gain access via adb is irrelevant. The attack scenario you describe is absurd: If someone’s in a celebrity’s home they’re not going to go after the robot vacuum when the thermostat, tablets, computers, TV, router, access point, etc are right there.
If they’re physically in the home, they’ve already been compromised. The fact that the owner of a device can open it up and gain root is irrelevant.
Furthermore, since they have root they can add a password themselves! Something they can’t do with a lot of other things in their home that they supposedly “own” but don’t have that power (but I’m 100% certain have vulnerabilities).


stole all that licensed code.
Stealing is when the owner of a thing doesn’t have it anymore; because it was stolen.
LLMs aren’t “stealing” anything… yet! Soon we’ll have them hooked up to robots then they’ll be stealing¹ 👍


I guess I get to merge my code and never work on this project again.
This is the way.


A pet project… A web novel publishing platform. It’s very fancy: Uses yjs (CRDTs) for collaborative editing, GSAP for special effects (that authors can use in their novels), and it’s built on Vue 3 (with Vueuse and PrimeVue) and Python 3.13 on the backend using FastAPI.
The editor TipTap with a handful of custom extensions that the AI helped me write. I used AI for two reasons: I don’t know TipTap all that well and I really want to see what AI code assist tools are capable of.
I’ve evaluated Claud Code (Sonnet 4.5), gpt5, gpt5-codex, gpt5-mini, Gemini 2.5 (it’s such shit; don’t even bother), qwen3-coder:480b, glm-4.6, gpt-oss:120b, and gpt-oss:20b (running locally on my 4060 Ti 16GB). My findings thus far:
SOMEVAR="$BASE_PATH/etc/somepath/somefile" and it changed it to SOMEVAR="/etc/somepath/somefile" for no fucking reason. That change had nothing at all to do with the prompt! So when I say, “You have to be careful” I mean it!For reference, ALL the models are great with Python. For whatever reason, that language is king when it comes to AI code assist.


If I broke into your home, why TF would I carefully take apart your robot vacuum in order to copy your wifi credentials‽
Also, WTF other “secrets” are you storing on your robot vacuum‽
This is not a realistic attack scenario.


I’m having the opposite experience: It’s been super fun! It can be frustrating though when the AI can’t figure things out but overall I’ve found it quite pleasant when using Claude Code (and ollama gpt-oss:120b for when I run out of credits haha). The codex extension and the entire range of OpenAI gpt5 models don’t provide the same level of “wow, that just worked!” Or “wow, this code is actually well-documented and readable.”
Seriously: If you haven’t tried Claude Code (in VS Code via that extension of the same name), you’re missing out. It’s really a full generation or two ahead of the other coding assistant models. It’s that good.
Spend $20 and give it a try. Then join the rest of us bitching that $20 doesn’t give you enough credits and the gap between $20/month and $100/month is too large 😁
Great idea! *Thinking...* *Stinking...* *Combulating...* **An error has occurred. Please try again.**