Forgot your password?
typodupeerror

Comment Re:Or they are giving a discount... (Score 2, Informative) 137

It's how all Teslas work, and honestly it's no hassle at all. The speed is still shown directly in the driver's view (top-right of the central display in the UK, I guess top-let in left-hand drive markets). It's also far from a new idea, my 1970s Mini 1000 had this design as well.

Personally I like it and find a lot of the "more physical controls!" crowd to be vastly overstating things. Tesla are always held up as the example, but they have physical controls on the steering wheel for most things you actually use. They did take a wrong turn with this ridiculous yoke and dropping one of the indicator stalks, but they've backed out of all of that and gone back to normal. The only truly daft omission for me is the lack of button on the glovebox - that one I'll give you is truly silly.

Comment It's only a matter of time... (Score 0) 52

How long before the labels start going after new artists that sound like existing ones?

You know, where someone is "inspired" by a singer, a band or a songwriter that they've idolized for years and thus their own creations are heavily influenced by those artists?

If there's a chance for a new Lambo or Porsche in the corporate car park at EMI or WMG you *know* they'll be working on such law suits right now!

I've also wondered why there's no restriction on voice-actors who impersonate famous people -- but if you do it with AI then you are right in the firing line.

Comment Re:Shout it from the rooftops (Score 1) 39

Well, I wouldn't trust a screwdriver to plant a nail. Not because the screwdriver is "untrustworthy", but because it's the wrong tool for the job.

Same here. If you don't want buffer overflows and threading issues, C++ is a pretty poor choice for the job. Rust was designed to address precisely these kinds of problems.

Comment Re:Shout it from the rooftops (Score 1) 39

But (a) it's written in Rust because Mozilla didn't trust C++

It was not that they did not trust C++ (itself) but it is easier to verify the rust implementation (because rust does a lot of the memory safety checks at compile time), and there is a long long long history of codecs having memory safety issues. One less potential future exploit is always a good thing (one should note that rust does not protect against logic errors, so the code may still be wrong, just potentially less wrong).

So... they didn't trust C++ for this job.

Comment Re:Needs an official Linux boot camp (Score 1) 70

I wrote a compiler for an ObjC-like language (with less brackets), which can produce binaries for any of {Mac, Windows, Linux, WASM, Arm A9 (Zynq), m68k or 6502} running on any of {Mac, Windows, Linux}. So you can produce a dev-signed Mac binary on a Linux box. I’m just going through extending that output range to mobile {Android, iOS} and I’ll release it as open source.

The compiler docs for the language (xc) are at https://compile-xc.org/ - feel free to browse.

I didn’t think getting the signing working for Mac/iOS was terribly hard.

Comment Re:Yes, but let me simplify this. (Score 1) 245

Meanwhile I also own a Tesla, and am using a CarPlay adapter with it. Maps is better, particularly lane guidance and actually telling me which motorway junction number I'm coming off at. I can share an ETA with my contacts. I can listen to subscriber-only (paid) Podcasts. I can use WhatsApp (via voice of course), something sadly essential in the UK as the vast majority use that. I can listen to audiobooks from other than Audible. I can use the BBC Sounds app. I can...

You get the idea. I agree with you about integration - the time I will use the built-in map is if I'm on a longer journey that needs charging on the way, or if the journey is so short that none of the above really matters.

Personally I hope the rumours about CarPlay integration being worked on by Tesla are true, although I'd be surprised I must admit. But for me - works well.

Comment Re:Welcome to the 1980s panics (Score 2) 47

I'd guess, but stressing guess and agree would need to be studied, that your bias would be correct. I'm not necessarily a fan of the every single person's study plan is different school of thought, and think there's a lot to be gained from structure.

On the socialising I'm not quite so sure though - it's definitely changed the nature of it though. My 'kids' (now all adults, youngest about to enter final year of university) socialising all the time on-line. Voice chats with friends, Discord is how they organise meeting up etc.. They've also all three kept a healthy in-person socialisation side too, which is the part I was initially worried by when I saw this panning out over several years. I think that last bit is key - if you can balance both, then you get the benefits of going out with your friends with also the benefits of having a wider geographical friend base and the ability to stay in touch more easily.

Comment Re:Welcome to the 1980s panics (Score 1) 47

Perhaps read the actual comment? I am agreeing with the study - quoted directly: ""The findings suggest that screen time can support children's and adolescents' cognitive processing. Presumably, the essential point here is what kind of things they do in their screen time. Teachers and parents should encourage children to use devices and screens in such ways that promote active thinking, problem-solving, creativity and learning," states Doctoral Researcher Petri Jalanko from the University of Jyvaskyla.".

Comment Welcome to the 1980s panics (Score 2, Interesting) 47

Yes, it's nice to see a study backing it of course but this has been intuitively obvious for a while. The "screen time is killing our kids!" crowd is just the latest generational re-incarnation of the "computer games are killing our kids" from the 1980s, or "Dungeons and Dragons is killing our kids!" from the late 70s through the 80s, "TV is killing our kids!"...right back to Socrates moaning about writing. Just another moral panic.

Since we're in 80s mode, let's quote The Karate Kid: "concentrate on quality of what you know, not quantity". It's the nature of the screen time that's important, not necessarily the raw bulk. Are you interacting with people online, are you reading stuff? Are you watching some videos where you learn some things as well as just the latest cat videos or TikTok dance? In short, are you using the screen as a portal to the generalities of life instead of just watching brainrot all day every day?

I suspect knowing that will be key to whether the screen time is hurting or helping. And as ever, a balance is required. 100% screen and no in-person interactions is obviously harmful, provably so thanks to the pandemic providing us with data here. I'd also posit that 100% outside and in-person will be good, but not as rounded as a decent mix between the two since you gain access to different experiences online.

Comment Re:Cities? (Score 1) 53

Not going to happen!!!

Amazon is hoping to fly 80lb behemoths over populated areas to drop things from about 12 feet -- while all-too-often crashing into things. Of course to be fair, how could a drone possibly avoid an apartment building or a crane (twice). Last time it was a ladder strapped to the roof of a van.

These things are not only dangerous but hugely uneconomic. Nothing beats a gig-worker on an ebike!

Slashdot Top Deals

"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Working...