If it's only a few buttons anyway you can just show them somewhere as hints while the user isn't giving input or until they used then.
Eg just show a "m for Map\nspace to fire" until the user used each, hiding them each when the m/space is used respectively for that session (session storage so it shows up again if the user comes back later)
Hetzner just achieved their pricing by using commodity consumer hardware.
This is now making them the canary, as they don't have the multi year business contacts the others have - so they're uniquely vulnerable to the current consumer hardware price increase.
But the rest will follow, unless the bubble burst, which is unlikely to happen before the others increase their costs, too
A few years ago I created a similar layout engine, it was extremely janky when I abandoned it because I first wanted to solve order/placing of the tiles but was unable to figure out a good algorithm for it
Eg your example diagram has an optimal order in which there are no overlapping lines... But it's surprisingly hard to figure that out without doing n^m calculations... And I wanted to use it in a game, so a shitton of tiles.
Dunno where I was going with this, just got reminded of that project after looking at this great implementation.
Not sure what you're seeing, but I see quite a few overlapping lines. One of them easily solvable if you move `addresses` down. It starts with the `orders->users` overlapping `orders->addresses`.
Also, the `reviews` table overlaps the line from `order_items` to `products` and moving `order_items` down for example gets rid of that problem.
Not saying the project isn't cool, but this layout isn't optimal as per your constraints.
Ah, I was imprecise in my comment. I didn't mean that this implementation was doing the optimal ordering - I was just reminiscing about a similar project I worked on an why I abandoned it (I was unable to get the ordering done while keeping performance good enough with thousands of tiles
> You either have lost touch with reality so far to be unable to understand what "oppressed" means or you're just parotting someone else who suffers from that affliction.
This 100% applies to you. If you can’t see ICE actions as oppressive, you’ve definitely lost touch with reality.
ICE is just enforcing law. Also they're enforcing the law regardless of the skim color. There are plenty of white people which have been removed from the USA by ICE, consequently invalidating the previous thesis of it being about white/straight people.
"This changed in June 2025, just weeks after White House Deputy Chief of Staff Stephen Miller, reportedly frustrated with the slow increase in ICE arrests, called the head of every ICE Field Office into a room in Washington, DC and ordered them to “just go out there and arrest illegal aliens.” Following this meeting, the Trump administration launched its first splashy raid of an American city, sending hundreds of agents into Los Angeles and sparking fiery confrontations between protestors and federal agents." [0]
That's what you're talking about when you say "just enforcing the law"?
> Also they're enforcing the law regardless of the skim color.
"Publicly available ICE and research datasets show clear shifts in who is being arrested and detained—large growth in interior arrests and detention of people without U.S. criminal convictions and major variation across states—but they do not provide a consistent, complete public breakdown of ICE arrests and detention by race and nationality at the county level, so any precise county-level racial or national origin tallies are not available from the cited public sources." [1]
So how do you know that? Are you just guessing? You're accusing me of the exact thing you're doing. Honestly it sounds to me like you're the one suffering from some serious brainrot.
I doubt that's legally decided yet. There hasn't been precedent as it hasn't been challenged yet.
I mean Claude will tell you because anthropic made it tell you that, doesn't mean it's true.
GoFundMe and indigogo aren't responsible for the actions of the funded projects either, hence it's unlikely that any judge would decide that the liability would go to the platform if it can show it's doing it's best effort in moderation wrt illegal content
If you mean just throw it together and then don't moderate at all then .. yeah, you'll be held liable. But that's not because of the person paying the prompt, it's because moderating illegal content is the responsibility of the platform provider.
Heh, my employer kept pushing us to use Copilot. And over the last months the cli has actually gotten halfway decent... So I did start using it. Albeit sparingly because the token allotment was always pretty low.
Then they announced that they removed the limit/making further request just cost extra for them. That's when I started using it as I did for my personal projects I pay subscriptions for...
Then Copilot increased their pricing. Announced in April I think? But took effect this month. This Monday they announced that the limits are back in effect. So I guess I'll be going back to hand coding next week, as my tokens are about to run out ಥ ‿ ಥ
Corporate is always so silly. I mean I know how it happens: everyone just wants to get their bonus, so different management roles try to coerce the employees to do whatever best serves their bottomline - rarely related to whatever is good for the corporation... But it's always silly to live through it.
If it's only a few buttons anyway you can just show them somewhere as hints while the user isn't giving input or until they used then.
Eg just show a "m for Map\nspace to fire" until the user used each, hiding them each when the m/space is used respectively for that session (session storage so it shows up again if the user comes back later)
reply