arexxbifs | 7 days ago | on: Smartphone market forecast to decline this year due to memory shortage
arexxbifs's comments
arexxbifs | 9 days ago | on: Smartphone market forecast to decline this year due to memory shortage
Yes, they were comfortable and easy to set up (and use), particularly when compared to web development.
> a platform where their best bet at dynamic layout is `OnResize()` and `SubmitButton.Enabled = False`
This is a great description of what web coding looked like for a very long time, _especially_ when it started replacing RAD tools like VB and Delphi. In fact, it still looks like this in many ways, except now you have a JSX property and React state for disabling the button, and a mess of complex tooling, setup and node modules just to get to that base level.
The web won not because of programmer convenience, but because it offered ease of distribution. Turns out everything else was secondary.
arexxbifs | 10 days ago | on: Smartphone market forecast to decline this year due to memory shortage
arexxbifs | 25 days ago | on: Ireland rolls out basic income scheme for artists
While I'm sure there are some wholly self-made virtuosos on the list, it does give off an air of apparent nepotism.
arexxbifs | 25 days ago | on: Claude Code is being dumbed down?
arexxbifs | 26 days ago | on: Ireland rolls out basic income scheme for artists
Artists couldn't apply for this, but were officially selected. The program was stopped in 2010, meaning no new recipients have been selected since. As far as I know, there's been no studies surrounding any measurable increase in artistic quality or artistic output.
It is of course easy to point out how deeply unfair such programs are on multiple levels. Unsurprisingly, many recipients have utilized loopholes in order to receive the grant despite having incomes and wealth well above the threshold.
Edit to clarify: Sweden still grants long-term stipends to various artists, sometimes up to a decade. What's described above is a guaranteed, life-long, basic income.
arexxbifs | 1 month ago | on: The struggle of resizing windows on macOS Tahoe
arexxbifs | 1 month ago | on: 'Bandersnatch': The Works That Inspired the 'Black Mirror' Interactive Feature (2019)
The guy who coded the actual Nohzdyve game (that runs on real ZX Spectrum hardware) is Matt Westcott aka Gasman. He's a demoscener and has made some brilliant speccie demos. https://demozoo.org/sceners/5879/
arexxbifs | 1 month ago | on: Amiga Pointer Archive
arexxbifs | 1 month ago | on: Amiga Pointer Archive
Applications could define their own as needed, of course (the pointer was just a hardware sprite).
arexxbifs | 3 months ago | on: Screenshots from developers: 2002 vs. 2015 (2015)
arexxbifs | 3 months ago | on: The Boring Part of Bell Labs
2025: "We spent a bajillion dollars on a custom LLM chatbot so that you guys can get hallucinated product specs when speaking to customers on Zoom."
arexxbifs | 3 months ago | on: Boom, bubble, bust, boom. Why should AI be different?
* It would stop datacenter- and other related infrastructure construction, making huge investments effectively worthless for companies like Oracle and Amazon, and of course hurt the construction sector.
* It would hurt the companies you mention, plus a many more including NVidia, likely in ways that would lead to large-scale layoffs.
* It would seriously hurt corporate and VC investors and likely make them much less interested in large investments for quite some time, thus affecting other sectors as well.
* It would seriously hurt index funds and pension funds.
A number of years down the line, if LLMs are indeed capable of significantly boosting productivity, I'm sure we'd see a recovery, but when large bubbles suddenly burst there's usually some pretty serious fallout.
arexxbifs | 3 months ago | on: Boom, bubble, bust, boom. Why should AI be different?
The bubble would burst and the US economy would face a recession?
arexxbifs | 3 months ago | on: AI is a front for consolidation of resources and power
arexxbifs | 3 months ago | on: The Final Straw: Why Companies Replace Once-Beloved Technology Brands
Either Microsoft has managed to get it "just right" for more than three decades, or there's something else at play, too.
arexxbifs | 7 months ago | on: The bewildering phenomenon of declining quality
> One is that attributes like durability -- which used to be a major factor in how people judged a product's quality -- have lost relevance.
> some companies design certain products -- especially household appliances -- stop working after a certain period of time. This isn't a conspiracy theory, but a proven fact.
So, in many cases we no longer factor in durability because we know that consumer products don't offer that quality _by design_.
> healthcare services may not be worse than they were a few years ago. "The big problem is that they haven't adapted to the pace of social change. They haven't evolved enough to serve the entire elderly population, whose demographic size is increasing every year"
But then they are, in fact, of worse quality for a large group of the population.
> five out of 10 consumers openly reject virtual assistants. The conclusion is clear: society isn't adapting to the pace of technological advancement.
No, that's not a clear conclusion. Another conclusion that could be drawn is that the adaptation of AI technology in customer service has lowered the quality to a point customers don't even care to bother with. I.E., the pace of technological advancement, in this case, isn't ready for the demands of society.
> It's difficult to prove that today's products are worse than those of 20 years ago.
No, it's not. Some products and consumption patterns may be harder to compare. In other cases, we have clear examples of engineered decline in quality. One example: soap companies changing not just the size of the soap (shrinkflation) but also altering the ingredients to make the bar of soap last about half as long as before. Ever look under the bed at a hotel? After the pandemic, the quality of cleaning has declined substantially, at least in my country. My previous landlord lowered the indoor temperature and raised the rent, all in the same year. House prices keep going up, but building standards are lowered.
In short: there are very real and measurable declines in quality because economies are tanking and, as the article correctly states, "the promise of capitalism" is no longer being fulfilled.
arexxbifs | 8 months ago | on: The force-feeding of AI features on an unwilling public
I don't think it's entitlement to make a well-mannered complaint about how little choice we actually have when it comes to the whims of the tech giants.
arexxbifs | 8 months ago | on: Microsoft Edit
On the other hand, according to AT&T, Xenix accounted for about half of the worldwide Unix licenses in the late 1980s.
arexxbifs | 9 months ago | on: YouTuber claims to have received an offer to buy the Commodore brand
Would any of the many replacement/emulation/FPGA efforts that already exist be better with a specific logo? More convenient? Cheaper? More successful? I have serious doubts.
This feels, as the saying goes, like a big fat nothingburger.
The current idiomatic way of doing web layouts was, back then, almost entirely theoretical. The reality was a cross-browser hell filled with onResize listeners, in turn calling code filled with browser-specific if statements. Entire JavaScript libraries were devoted to correctly identifying browsers in order for developers to take appropriate measures when writing UI code. Separate machines specifically devoted to running old versions of Internet Explorer had to be used during testing and development, in order to ensure end user compatibility.
In short: The web was not in any way, shape or form more convenient for developers than the RAD tools it replaced. But it was instant access multi-platform distribution which readily allowed for Cloud/SaaS subscription models.
Electron happened more as an afterthought, when the ease of distribution had already made web UIs, and hence web UI developers, hegemonic. Heck, even MS Office for the web predates React, Electron, and something as arcane as Internet Explorer 9.
Things have gotten much better, but we're still having to reinvent things that just existed natively in VB6 (DataGrid, anyone?) - and at the cost of increasingly complex toolchains and dependencies.