I asked an Apple (via a sales rep who visited our company to showcase in internal iPad healthcare app) to please do this for iCloud when iCloud Drive was in-development. We would have easily paid $50,000 for a rack-able Mac Pro you could point "managed" devices at.
It's not a widespread issue but it's hardly new. DiskTop was an add-in that's almost as old as the Mac itself, and PathFinder has had a business model for most of the life of OSX.
Alternative file managers are arguably a healthy property; the alternative is the phone where you cannot compete meaningfully with the Files app. And Finder works for most basic needs, something which is not true of its mobile counterpart.
It does not. Source: have a dock. Latest firmware installed from deck. And because the current Steam controller is a recent release, I had to try a whole mess of third party controllers before settling on PS5 controllers because everything else I tried had Bluetooth pairing issues / disconnects as you approached four controllers.
SteamDeck as a handheld is great plus or minus a few nits baked onto the power / battery life choices Valve made. SteamDeck -> TV and SteamDeck -> USB-C KVM are both workable, with caveats. I had hoped we would see the bug fixes you describe before the Steam Machine release. Alas, no.
Simple example: a while back LLMs would trip over questions like "how many Rs are in strawberry". Now, the system prompts have a line like "when a user asks for a count, actually count the value by calling a tool if needed". The LLMs cannot get smarter in this regard, next token predictors will hallucinate here.
A harness is that covering every blind spot or sub-optimal but probable output people have hit in the wild, and a lot of problems just have better solutions if you say "break problem A into subproblem B and subproblem C, then solve".
The OG of these is probably C and Assembly. C and (Emacs) Lisp is well known. Arguably, it's the entire reason we have Python. But if you want to pair Zig against something, I would look at Lua.
https://antonz.org/sqlite-is-not-a-toy-database/ — 240K inserts per second on a single machine in 2021. The problem you describe is real, but the TPS ceiling is wrong by three orders of magnitude on modern hardware.
Per BalatroBench, gemini-3-pro-preview makes it to round (not ante) 19.3 ± 6.8 on the lowest difficulty on the deck aimed at new players. Round 24 is ante 8's final round. Per BalatroBench, this includes giving the LLM a strategy guide, which first-time players do not have. Gemini isn't even emitting legal moves 100% of the time.
I have Claude whiplash right now. Anthropic bumped limits over the holidays to drive more usage. Which combined with Opus's higher token usage and weird oddities in usage reporting / capping (see sibling comments), makes me suspect they want to drive people from Pro -> Max without admitting it.
Most of the job is noticing friction and clearing paths — which requires context and trust more than technical superiority.
In practice: Start a note for each engineer you manage. Fred Brooks called this a "career file". Start by writing down things that frustrate them enough to complain about publicly. Add hurdles that come up in their one-on-one. Identify problems you can solve, problems you understand but cannot solve right now and problems you do not understand.
Then put on your PM hat; sort by priority and execute.
Balatro and a number of other games have. But react-native? I can't think of an example and the framework wouldn't be my choice for "award winning" design.
Watch Duty won with a Cordova app in the "Social Impact" category, so it's not impossible.
> If you have a good audit process then errors get detected even if AI helped introduce them. If you aren't doing a good audit then I suspect nobody cares whether your financial statement is correct (anyone who did would insist on an audit).
Volume matters. The single largest problem I run into: AI can generate slop faster than anyone can evaluate it.
Foundations just reprinted Savannah Lions (the 2/1 for W). It's still a good card in Limited (one of two actual good, popular formats in MtG). The interaction soup people of thousands of cards? Actually good in commander (the other actually liked format, a causal game for four people).
MtG's primary problems are: Wizards trying to make formats happen, often making them worse in the process, and price creep on their printed cardboard from: UB price hikes and MH price hikes, rarelands, chase mythics, questionable rotation changes, Secret Lair fails, pro-scalper behavior, etc...
> The sad fact is that the software industry as a whole relies heavily on mainstream languages, and not on educating your engineers to leverage the strengths of your specialty language.
Except when the language is the workhorse of a proprietary product sold to your employer. SQL is the example that escaped into the open world, but see also MATLAB and Excel formulae/VBA.
As a similar but distinct theory, you might find Larry McEnerney‘s work interesting. Writing has two classes: a writing for thought and a writing for communication. Larry uses horizontal and vertical spatial metaphors here. Writing for thought still pre-dates cheap paper (and Socrates), but is mostly a private act. Writing for communication is a broad enough brush to span fiction and journalism. For his part, Larry teaches classes aimed at thesis writers who struggle to bridge the divide of using writing to think about a problem to conveying their answer in a paper.
While Elixir is my current favorite language to hack in, it is very alien and downright hostile to integrating with existing systems. For example, relational database support was postgres focused for a long time (to the exclusion even of SQLite and continued inability to talk to Oracle). Then you have articles like https://dashbit.co/blog/you-may-not-need-redis-with-elixir pushing ETS over Redis. While it's a valid argument, it's not adoption-friendly.
Clojure brings about half the novelty of Elixir, runs on the JVM and still struggles to replace Java.