> Adafruit accessed only information that Flux’s own systems made publicly available through a server misconfiguration Does anyone have some more context about what happened here? An uncharitable analogy might be that I misconfigured my front door by not locking it, which doesn't give someone the right to walk in and look around - but I have no idea what Adafruit is specifically being accused of doing.
Adafruit receives demand letter from Fenwick legal counsel on behalf of Flux.ai
231–240 of 300 posts
Re: Adafruit receives demand letter from Fenwick legal counsel on behalf of Flux.ai
#232Had no idea about this. Now I do. Thank you, lawyers. If you ever find yourself out of work use this as your reference to pivot to advertisement
Re: Adafruit receives demand letter from Fenwick legal counsel on behalf of Flux.ai
#233Note that this is not related to Black Forest Labs Flux, the image synthesis models builders, and is instead related to a PCB AI authoring product called Flux.ai.
Re: Adafruit receives demand letter from Fenwick legal counsel on behalf of Flux.ai
#234Flux.ai offers a PCB design solution which is a clear interest for Adafruit. Anyone have any idea what this is about?
"solution" is an interesting choice. I haven't talked to anyone who tried it and actually got anything useful. It completely failed when I tried using it.
Re: Adafruit receives demand letter from Fenwick legal counsel on behalf of Flux.ai
#235Earlier quoted context omitted.
Gambling addicts make all kinds of post-hoc rationalizations for why they are actually up, if you think about it. "Well, if you consider my entertainment, I'm actually up." "Well, if you think of all the drinks I got comped, I'm actually up." Even worse are the ones who talk about runs, "I was up $10,000 at one point." Nevermind they gave it all back and another $20k chasing that first $10k. At the end of the day, if…
> Same with most people "doing a startup" or "opening a restaurant". While I mostly agree with your sentiment, I think there is an important difference. Unless you are attempting advantage play (99.99% of gamblers are not, and casinos ban the few that are), there is literally nothing you can do at a casino to make it a positive EV activity. No amount of skill, drive, effort, or anything other than pure luck can consi…
Re: Adafruit receives demand letter from Fenwick legal counsel on behalf of Flux.ai
#236Earlier quoted context omitted.
Hey man, speak for yourself. It's never occurred to me to even try getting an LLM to design or layout a circuit for me. Instead, I have dozens or hundreds of chats in my history where I debate the merits of different parts for different tasks and scenarios, the nuances of decoupling strategies (package size vs deregulation), work out resistor network ratios from the reels I have on hand. Then being able to feed an LL…
Design, no... but I've definitely thought about letting one route traces... while autorouters work, I was hoping Claude could do matched traces better. At the time, it didn't want to generate the kicad pcbnew file though. /shrug
We're still a ways off from that, and that's likely because board layout requires a much more nuanced perspective of the enclosure shape, power requirements, heat dissipation, RF...
It's really not about placing ICs with caps nearby. I actually really enjoy that part anyhow. That's the fun part!
Re: Adafruit receives demand letter from Fenwick legal counsel on behalf of Flux.ai
#237Earlier quoted context omitted.
They vibe coded their system and it showed Adafruit something? Or showed some information with trivial prodding? Sounds like your average cross-tenant leak. Maybe showing more than intended or some caching issue. Many options some not really not fault of Adafruit.
I don't know the details of the case, but what they worded there is a textbook unauthorized intrusion and a naïve teenager "the door was open" defense. Mind you there can be nuances, but that quote is like saying "I took their stuff, but it was poking out of their pocket."
Or in your pocket analogy , flux dropped their wallet on the ground and walked away, adafruit picked it up and yelled "hey bro you dropped this"
Re: Adafruit receives demand letter from Fenwick legal counsel on behalf of Flux.ai
#238Earlier quoted context omitted.
I am actually up all the drinks I got comped in Vegas. I sit down at the penny slots and bet one penny one row until I get offered a free drink. I tip the server $3, bet two more pennies for good measure, get up, and walk out with the drink in my hand. I just got like a $3.10 Manhattan for walking around the strip, including tip, courtesy of some business that was low-key trying to scam me and deserves to have less m…
The casino runs the probabilies on the customers too. You get the Manhattan because it, on average, gives them a return. They probably aren't making a loss on the $3.10 Manhatten either.
They’re obviously doing it because it’s profitable. If they were being genuinely altruistic, I’d be much less likely to take advantage of it.
Re: Adafruit receives demand letter from Fenwick legal counsel on behalf of Flux.ai
#239Earlier quoted context omitted.
I am actually up all the drinks I got comped in Vegas. I sit down at the penny slots and bet one penny one row until I get offered a free drink. I tip the server $3, bet two more pennies for good measure, get up, and walk out with the drink in my hand. I just got like a $3.10 Manhattan for walking around the strip, including tip, courtesy of some business that was low-key trying to scam me and deserves to have less m…
I not sure what crap casino you're going to, but there are no penny slots in Vegas. https://www.casino.org/news/vegas-myths-re-busted-the-end-of...
Re: Adafruit receives demand letter from Fenwick legal counsel on behalf of Flux.ai
#240Earlier quoted context omitted.
I work in Unity and I got frustrated with Claude constantly doing gross bash/grep/awk/sed/grep nested loops that took forever that I finally described (and had Claude implement and install) a tool that could, in a single pass, gather all this info from a Unity forest of scenes at once and answer all the questions Claude ever wanted to ask about a Unity project in a single pass that takes 50ms instead of 10 30 second…
if it helps, I've found that using context (Claude.md etc) is way less effective for this type of pattern compared to using PreToolHook to capture "bad patterns" and either transparently rewriting them to "do the right thing" if that is possible statically, or if not then rejecting the tool use with a message that tells the agent "how" to use the intended tooling itself.