Readit News logoReadit News
xster commented on Onlookers freak out as 25-year-old set loose on Treasury computer system   rawstory.com/musk-treasur... · Posted by u/brohee
ActionHank · 7 months ago
I think it's less about "25-year-old" and more about unvetted stranger with no clearance given unfettered read-write access to the money of a country apparently not run by a dictator, but elected officials(none of which were involved).
xster · 7 months ago
Not commenting on this particular case, but on the general sentiment.

Aristotle did say in Politics IV that appointing public office by lottery, drawing from the real public, is more democratic (power to the people) than elections, which is an oligarchic exercise.

xster commented on Claude for Desktop   claude.ai/download... · Posted by u/meetpateltech
entropicdrifter · 10 months ago
Kids these days insist that they need the "app" of something, even when it's literally the exact same thing as the webpage.

Between this phenomenon and the refusal of many to close tabs in their browsers, I can't help but wonder if a huge percentage of the populace have never heard of or used Bookmarks on their web browsers before.

xster · 10 months ago
I have ChatGPT app and Claude and Gemini PWAs on my dock. I gravitate towards using ChatGPT much more. It's just faster vs launching Chromium for each small query.
xster commented on BYD quarterly sales beat Tesla for first time   ft.com/content/fcc2db63-f... · Posted by u/leto_ii
porphyra · 10 months ago
Basically every electric car gets about 75% of its advertised range though. Except maybe the Porsche Taycan.
xster · 10 months ago
Rivians are very accurate
xster commented on We're forking Flutter   flutterfoundation.dev/blo... · Posted by u/alexzeitler
EngVagabond · 10 months ago
Does that automatically run against every PR? What mitigations did you have to put in place for Google security to allow running untrusted code from PRs on internal CI?
xster · 10 months ago
Semi-automatically. Googlers have to review it.
xster commented on We're forking Flutter   flutterfoundation.dev/blo... · Posted by u/alexzeitler
jwells89 · 10 months ago
For React Native it’s common for navigation to be weird compared to UIKit/SwiftUI apps. Also common for things like padding/margins to be off since standard layout facilities aren’t being used, and devs of RN apps will often visually customize controls (web style) that native devs don’t.

For Flutter, the most visually obvious thing (aside from usually using Material Design) is that its animation curves are all totally different from those of UIKit/SwiftUI and interact with gestures differently. The Cupertino theme is a poor facsimile of UIKit and lands squarely in the uncanny valley, which is arguably worse than Material Design. Flutter on iOS also tends to hitch where UIKit/SwiftUI don’t.

xster · 10 months ago
There's likely things we missed but we'd love to find examples you might have. We try to be scientific as much as we can https://github.com/flutter/flutter/pull/122275 [coincidentally a community contribution from someone who didn't have to fork :)]

Disclaimer: used to work on some of these animations

xster commented on We're forking Flutter   flutterfoundation.dev/blo... · Posted by u/alexzeitler
skybrian · 10 months ago
Back when I worked on GWT, we had trouble accepting outside contributions because the team had a mandate to support Googlers. That is, much like other libraries and tools at Google, changes could not break google3. This means testing patches against google3 and either changing the patch, or fixing whatever code used it, and these are tasks that no outsider can do.

Shepherding these patches is no fun when you have your own changes to work on that are more important to the team.

We did something similar, by creating an external fork where changes could be tried out by the community, without necessarily being accepted into the internal version.

I think a fork could work if there was enough external momentum, but even 20 people working full time would actually be pretty good for an open source project. How many developers will this fork attract? The fork would need to attract other businesses who can put people on it.

One downside is that the code isn't tested against google3. Sometimes you find actual bugs that way.

Edit: reading more closely, the complaint doesn't seem to be that patches weren't reviewed, but rather that bug reports weren't investigated. That's definitely something outside developers could do more of, and seems a lot easier than forking?

xster · 10 months ago
The main Flutter GitHub repo does have infrastructure to run PR against all Google internal tests (which as you say, does find real bugs). https://imgur.com/a/Ih2oQIS

disclaimer: my team runs said infrastructure

xster commented on We're forking Flutter   flutterfoundation.dev/blo... · Posted by u/alexzeitler
pzo · 10 months ago
> Also frankly, nobody forking Flutter will be nearly skilled enough to work on the Flutter engine (Impeller).

For me its so weird they ditched google/skia to develop Impeller in Dart from scratch in the first place. If skia was not ready they could move just 1-2 developers to Skia team to collaborate with them. Now they want to even write their own 3d rendering lib based on Impeller (flutter_gpu, flutter_scene) even thought google has already mature 3d engine in C++ (google/filament). For me from the outside looks like "not envented in our team" syndrome. We are now in funny situation that react native has react-native-skia and react-native-filament and Flutter teams reinvents the wheels.

xster · 10 months ago
https://github.com/flutter/engine/blob/main/impeller/docs/fa... discusses the reasoning a bit. There's more of a difference in the approach
xster commented on We're forking Flutter   flutterfoundation.dev/blo... · Posted by u/alexzeitler
pzo · 10 months ago
> How large is the Flutter team, today? Google doesn't publish this information, but my guess is that the team is about 50 people strong.

I doubt google have even 50 flutter devs in their team. You can easily estimate by checking github pulse:

https://github.com/flutter/flutter/pulse/monthly

https://github.com/flutter/engine/pulse/monthly

Also take into account inflated commits by CI bots: engine-flutter-autoroll, skia-flutter-autoroll, auto-submit[bot], fluttergithubbot, flutter-pub-roller-bot

xster · 10 months ago
xster commented on We're forking Flutter   flutterfoundation.dev/blo... · Posted by u/alexzeitler
eseidel · 10 months ago
https://flutter.dev/showcase has a few examples. Flutter is everywhere at this point. TikTok in China (Douyin), PUBG Mobile, MGM Resorts, eBay Motors, Kijiji.com, Grab are a few off the top of my head. And of course a whole bunch of Google apps (GPay, Earth, Classroom, etc.), Toyota cars, LG TVs, Google's own hardware devices, etc. Tonal is probably the app I used most often that's Flutter. Caribou Coffee, Betterment, Norwegian Cruise Lines, NuBank, Realtor.com are other random apps I've used that are Flutter.
xster · 10 months ago
small nit: many daily driver apps in China are partially Flutter. But TikTok is not at the present
xster commented on Everything I built with Claude Artifacts this week   simonwillison.net/2024/Oc... · Posted by u/recvonline
xster · 10 months ago
Anthropic is so close to getting to a WeChat-esque store-less super-app state. It just needs a way to gather all your published artifacts and surface them easily in the sidebar like your favorited chats.

Since Elon is so interested in that model, if xAI had Claude's capabilities, they would surely go with that angle

u/xster

KarmaCake day1772December 5, 2009View Original