MS is insisting on AI pcs, and saying that mousing and keyboarding will be substituted to chatting to the PC
...says company who killed off the last feature they had where you could actually do that, Cortana.
MS is insisting on AI pcs, and saying that mousing and keyboarding will be substituted to chatting to the PC
...says company who killed off the last feature they had where you could actually do that, Cortana.
(Not so) Fun fact: I first learnt how to use Xamarin from a book he wrote. It wasn't very good (not unlike Microsoft documentation). He started out just having everything in MainPage, then switched to having separate classes (like MVVM stuff), but didn't point out he had made this switch! The code snippets didn't reflect that this was actually now in a different class! Wait what?? Wait what?? Why is none of this working?! 😂 There was a later chapter about MVVM, but he had switched styles BEFORE that chapter. So when he talks about top-down and bottom-up, well, his book was an explode in the middle approach! 😂
I learnt to program in python (in year 12)
Yes, it's fine for Year 12 - you've already learnt all that stuff by then - it's NOT fine for Year 7 as a first proper programming language, when they haven't learnt ANY of that stuff yet.
...and riding a bike is easy. Now go watch some kids who have never ridden a bike before and see how that's working out for them.
Well, I'm only speaking here for my experience with teaching the U.K. curriculum, but probably the same thing applies elsewhere. I know this much - as a teacher, it's very frustrating!
I came here because I noticed I wasn't getting the posts from here on Mastodon anymore, since sometime a day ago (newest post in my Mastodon "Programming.dev" List says 1 day old). Sounds like the same issue, but thought I'd add this info as all the other comments are about not getting posts from other places here, but I'm not getting posts from here at Mastodon.
People complain that there’s “too many parentheses”. People like to complain about dumb stuff.
😂I'm off on a tangent here, but this made me laugh so much! As a Maths teacher I see all the time people complaining about "this is ambiguous - add more parentheses for clarity!" when the reality is Maths is never ambiguous and they've just forgotten 2 of the most important rules of Maths (meaning we already have the correct amount). 😂 These very same people often put the brackets in the wrong place anyway when they do add them adding/removing brackets
Yeah, I've already been putting SOLVED on questions when I've found a solution, as I saw some other sites doing that.

Yeah I'll pop the link to the recording in after, but the advance warning is for anyone who wants to watch live to be able to ask any questions at the time (and also to share the link with anyone who might benefit from watching it. e.g. those still stuck over in the other places).
But it wouldn't only work on Android. It would also work on Windows and Unix and any other niche operating system that can run a browser (my Blu-ray recorder has a browser in it). There's a whole world outside Apple/Android. This message brought to you by a browser running on Windows...
Again you're talking about switches. The thread is about normal buttons which have 2 states (the example being given is a button which can be a play button or a pause button depending on the current state). Buttons aren't like check-boxes, switches are. A button triggers an event, check-boxes don't. e.g. on a settings page, you tick all the check-boxes you want first, then click on the Save (or Cancel) changes button - one event for multiple changes. You don't tick a check-box to start playing something, you press a play button (which in this case would then change into a pause button).
The problem is the manuals which are written exactly as described in the post