Using a Chromebook is like a punishment because they're so limited. The only reason they have education is that the users have no recourse, the idea the Chromebooks were going to challenge Windows, Apple or any other kind of notebooks was something cooked up in the marketing departments of Chromebook sellers.
Posts by Not Irrelevant
41 publicly visible posts • joined 17 Jan 2022
Chromebook sales train derails as market reaches saturation
PC sales start to ebb as pandemic buying spree ends: IDC
Locked-in and hungry, Shanghai residents can't complain online
Re: Why are we blindly letting this happen?
Primarily, other countries aren't doing anything because it's not an international issue. Countries have the sovereign right to do whatever they want into their own borders. The Ukraine war, for example involves the invasion of one country by another, which is why other countries are taking action.
Internal issues are traditionally dealt with internally. Sure, people may speak out against actions like this, but they're going to go to war, even economic war over them. I think a better question would be why the Chinese people are letting this happen. The Chinese government tries to seem all-powerful, but they're not. They are in fact kept in place by the very people who are being oppressed. Oppressive regimes always collapse under their own weight eventually and this is just hastening that.
Microsoft Visual Studio: Cluttering up developer disks for 25 years
Re: oh good
Visual Basic.NET isn't even really Visual Basic, it's just a language parser for the .NET framework. As such you basically have to port your applications from Visual Basic to Visual Basic.NET. On top of that it doesn't support many of the cool new wiz-bang features of .NET. This is why almost everyone writing .NET is using C#.
Not only that, they were going to discontinue Visual Basic with the .NET Core rewrite. They eventually changed their mind but it's more of a side project than anything else and I wouldn't want important code written in a language that is a Microsoft side project.
Salesforce sued in attempt to block release of Capitol riot info
Re: All parties
If you're going to try to whatoutism us you might as well actually mention something Pelosi did that was unethical if not technically illegal (yet) like how she's accused of giving her husband privileged information to buy and sell securities at an advantage, which looks a lot like insider trading.
BTW, that strategy is stupid anyway, burn all the corrupt politicians regardless oh which color their signs are!
Russian demand for VPNs skyrockets by 2,692%
If you're a founder and hungry for cloud credits, Microsoft has a hub for you
Fedora inches closer to dropping x86-32 support
Why Nvidia sees a future in software and services: Recurring revenue
Nvidia has to be one of the greediest companies in the world. They're already hiking prices to the moon because of supply shortages. Now they're trying to press in on all sides asking for money for everything. This is ridiculous and I hope people get wise and refuse to go along with it, I know I'm not going to.
Google blocks FOSS Android tool – for asking for donations
"Would they request login credentials for an email client too? Or an app that enables you to connect with your Google account?"
To answer this obviously rhetorical question, yes the store reviewers would ask you for login credentials to test your app. Any app with a login prompt, this has happened to me before. It doesn't matter if making accounts is free, they want you to give them a test account anyway.
Zero trust? Not yet a must for most IT departments
Startups competing with OpenAI's GPT-3 all need to solve the same problems
Re: "lack of common sense and inability to be accurate "
How do you know that that's not how you think? Maybe you're statistics all the way down.
Realistically, we're simulating intelligence the best way we know how, but if it's related to the way WE think is rather tangential because a reasonably accurate simulation of something is good enough to be perceived as that thing and once you get to that point it doesn't matter much. We haven't gotten there yet, but it doesn't make the approach bad.
OneWeb drops launches from Russia's Baikonur spaceport
The zero-password future can't come soon enough
A Snapdragon in a ThinkPad: Lenovo unveils the X13s
ARPANET pioneer Jack Haverty says the internet was never finished
Meet Neptune OS, an attempt to give seL4 a Windows personality transplant
Work chat app Slack suffers services outage
AI really can't copyright the art it generates – US officials
JavaScript survey: Most use React but satisfaction low
We've switched to using React for most front-end UIs, initially I figured it would make some of the more complex UI systems the designers wanted more feasible. But it has genuinely reduced the amount of time it takes us to write UIs. We're re-using the same API endpoints multiple times and it eliminates some of the duplicate coding (having to do the same thing in back end renderer and manipulating the front-end DOM directly) and the end result performs better and transfers less data to render the same pages. The one negative is that it does use a bit more CPU usage on the client, which is pretty much unavoidable but we do try to make sure that even a very low-end phone is able to use the site well.
P.S. I'd love static typing, living with Typescript for now, it mostly just helps you find logic errors easier and it definitely makes refactoring a lot less annoying.
I'd rate the current state of JavaScript as "not as terrible as it was" I still wish something like Dart (but preferably more open) had replaced JavaScript. WebAssembly is a neat idea because you're able to piggy-back pretty much any language you want on top of it, but currently the performance isn't even up to par with JavaScript for most uses yet.
Experimental WebAssembly port of LibreOffice released
Internet connection now required for Windows 11 Pro Insider setup
Chromium-adjacent Otter browser targets OS/2
Re: The first OS I could say "Microphone off" to, and it would switch it off.
I disagree, my Linux notebook breaks on updates much more often than my Windows desktop. I've never had Windows update the kernel and then refuse to boot to desktop right afterwards as just one example.
TLDR Linux breaks a lot, stuff doesn't stay fixed.
20 years of .NET: Reflecting on Microsoft's not-Java
Re: Easier games to play
It sounds like you're confusing badly written object-oriented code with "the way you have to write code object oriented" If your C# UI code isn't massively easier to read and took half as long to write as an MCF UI you have done something wrong. Just because you CAN be an idiot, doesn't mean you have to be one.
Reality check: We should not expect our communications to remain private
Microsoft to block downloaded VBA macros in Office – you may be able to run 'em anyway
Re: Macros are the only real differentiator left between MSOffice and LibreOffice, bar one.
I used to years ago, but Microsoft launched a library to directly read and write Office files in the Open Office XML formats (docx, xlxs, etc) and it integrates with .NET very easily so I've been using that for years. It's much, much, much, much faster than VBA ever was because you're not scripting the UI, you're just modifying the files.
Your experience may differ, I do realize that not everyone is a software developer for whom writing a program to do something is normally faster than doing it manually.
Flutter flits onto Windows, declared fit for production
Tesla to disable 'self-driving' feature that allowed vehicles to roll past stop signs at junctions
Microsoft brings Jenny, Aria, and more interface tweaks to new Windows 11 Insider build
Running Windows 10? Microsoft is preparing to fire up the update engines
I don't have a huge problem with Windows 11, most of it is stuff I either slightly like or don't care about and there is one improvement I really like.
Really like:
Improved window docking, hover over the maximize button to see what I mean.
Windows Terminal becoming the default terminal application, tabs = better. This probably doesn't matter to most people who never use the terminal.
Don't Like:
Start menu can't be docked anywhere but the bottom.
Clock missing from secondary monitors (looks like this will be fixed, I'm using a 3rd party app for now).
Start menu different for no reason, having all apps hidden behind a button adds a click, minor.
Don't Care:
Updated design changes, this seems like the biggest Windows 11 thing. Yes, it looks slightly different, no care.
More virtual desktops, I'm sure someone cares but not me.
Settings replacing Control Panel, the Windows 11 version of Settings actually seems to work, unlike the last version but I need to figure out where everything is again.
Overall, my opinion of Windows 11 is fairly neutral but as a software developer running old versions isn't an option because the headaches start to pile up after the new Windows has been out more than a year or two, might as well get used to it now. As for Linux, I need both Linux and Windows for what I'm working on and I've found Windows + WSL is easier for my workflows than Linux + Windows VM but It's really down to what you're doing. My hardware config is much better supported under Windows than Linux.