* Posts by Not Irrelevant

41 publicly visible posts • joined 17 Jan 2022

Chromebook sales train derails as market reaches saturation

Not Irrelevant

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.

PC sales start to ebb as pandemic buying spree ends: IDC

Not Irrelevant

This explains why component prices are falling. Ryzen CPUs are now commonly on sale for what I'd consider normal prices and GPUs are back in stock.

Locked-in and hungry, Shanghai residents can't complain online

Not Irrelevant

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

Not Irrelevant

Re: @Richard Speed -- Wait...Wha'?

It starts up quickly but the RAM usage does the Chrome thing and grows, grows, grows.

Not Irrelevant

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.

Not Irrelevant

I remember using Eclipse. It makes Visual Studio look fast and efficient, once I found IntelliJ IDEA I switched forever.

Salesforce sued in attempt to block release of Capitol riot info

Not Irrelevant

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%

Not Irrelevant

Re: Not yet banned

They're banned in China, people still use them anyway. It's really hard to ban VPNs.

If you're a founder and hungry for cloud credits, Microsoft has a hub for you

Not Irrelevant

Re: As with drugs and Microsoft Office..

All the dealers... sorry, cloud service providers do it too.

Fedora inches closer to dropping x86-32 support

Not Irrelevant

Re: In other words...

The problem with that idea is that those CPUs have their own vulnerabilities. If you really care about that you'd be better off with a totally different architecture. x86 is either locked into platform security controllers or full of already exploited holes.

Why Nvidia sees a future in software and services: Recurring revenue

Not Irrelevant

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

Not Irrelevant

Re: App Store Pricing

Unless you've done a lot of legwork rooting your phone and removing apps you're still sending Apple all your data. iPhones and Androids are data capture devices.

Not Irrelevant

Re: Don't Trust Google?

APKPure hosts stolen APK files as an unlicensed mirror. F-Droid is good and legal, APKPure is a software piracy site.

Not Irrelevant

"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

Not Irrelevant

Zero Trust security is one of those things that is intensely expensive to implement and audit correctly. As a result companies need to have real motivations to implement it and most don't have those motivations.

Startups competing with OpenAI's GPT-3 all need to solve the same problems

Not Irrelevant

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

Not Irrelevant

Re: (eventual) refund?

When the organization that owes you money is an arm of a government that feels free to invade its neighbors on a whim, you can just kiss those payments goodbye.

The zero-password future can't come soon enough

Not Irrelevant

Re: 2FA problem

That's actually 1FA, only SMS is only one factor.

Not Irrelevant

Re: fingerprint

Get a hardware key then, it's more secure than biometrics because biometrics has a margin for error and there is nothing guaranteeing fingerprints are unique (they're not, just many, many variations).

A Snapdragon in a ThinkPad: Lenovo unveils the X13s

Not Irrelevant

They make the Linux-compatible X13 if you're really burning for a Linux version.

Not Irrelevant

Re: Seriously

Enterprise market.

ARPANET pioneer Jack Haverty says the internet was never finished

Not Irrelevant

"Haverty said the teams he worked with always expected to fix and polish their work – not just build on top of what he referred to as an "experiment.""

Sounds like every computer system ever.

Meet Neptune OS, an attempt to give seL4 a Windows personality transplant

Not Irrelevant

This is a neat idea, but it will take a lot of work to achieve. It really depends how much community buy-in and corporate money it can get.

Work chat app Slack suffers services outage

Not Irrelevant

Re: Is Slack still a thing?

My employer is using Slack, the competitors don't have as good an API.

AI really can't copyright the art it generates – US officials

Not Irrelevant

This lawsuit is stupid, if a human wrote the program that created the art, the program is just a tool like a paintbrush or any other. Even if you write a generative algorithm the output of that algorithm is still your creative output.

JavaScript survey: Most use React but satisfaction low

Not Irrelevant

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

Not Irrelevant

Re: re: Application exit (TypeError: Cannot convert "undefined" to int)

That's why people use Typescript.

Internet connection now required for Windows 11 Pro Insider setup

Not Irrelevant

Definitely, there will be no choice. That's the way OSes are these days. Use the new one or get stuffed.

Chromium-adjacent Otter browser targets OS/2

Not Irrelevant

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

Not Irrelevant

Re: Alas poor SOAP!, I knew him

I think it's because of JavaScript. Consuming SOAP in JS is painful. At least OpenAPI sort of, kind of, blunts the biggest issues with REST.

Not Irrelevant

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

Not Irrelevant

Re: Do not have a poll with a negative in it

yes, especially since different English dialects disagree as to how double negatives work.

Microsoft to block downloaded VBA macros in Office – you may be able to run 'em anyway

Not Irrelevant

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.

Not Irrelevant

Re: Macros are the only real differentiator left between MSOffice and LibreOffice, bar one.

Not supporting VBA is one of LibreOffice's biggest features!

Flutter flits onto Windows, declared fit for production

Not Irrelevant

Xamarin? You mean .NET MAUI, MS' new Xamarin replacement that's based on .NET Core?

Tesla to disable 'self-driving' feature that allowed vehicles to roll past stop signs at junctions

Not Irrelevant

Tesla should have to pay a failure to stop at stop sign fine for every single incidence of this "Feature". Otherwise how are car companies going to learn?

Microsoft brings Jenny, Aria, and more interface tweaks to new Windows 11 Insider build

Not Irrelevant

Re: Shiny

No such luck here.

Running Windows 10? Microsoft is preparing to fire up the update engines

Not Irrelevant

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.

Big shock: Guy who fled political violence and became rich in tech now struggles to care about political violence

Not Irrelevant

Is it weird that I knew exactly who this article was about just by reading that title?

Bug in WebKit's IndexedDB implementation makes Safari 15 leak Google account info... and more

Not Irrelevant

Apple is only concerned about the perception of security, that's why their zero days stay open so much longer than anyone else's.

Not Irrelevant

Apple's lack of 3rd party browsers on iDevices should be criminal.