Archive for the ‘Apple’ Category
Posted by jpluimers on 2025/09/16
Some notes as it might enable me to install software that homebrew has deprecated or removed (note that local changes by default are ignored as the brew API takces precedence):
Despite the homebrew repository being a high commit-volume one which makes following it from a clone hard, just did already clone it Read the rest of this entry »
Posted in Apple, Development, DVCS - Distributed Version Control, GitHub, Home brew / homebrew, Mac OS X / OS X / MacOS, Power User, Ruby, Scripting, Software Development, Source Code Management, Versioning | Tagged: 15073, 4640 | Leave a Comment »
Posted by jpluimers on 2025/08/08
Posted in Apple, Apple Silicon, iOS, iPad, iPhone, LifeHacker, Mac, MacBook, MacBook Retina, MacBook-Pro, Power User | Leave a Comment »
Posted by jpluimers on 2025/07/31
I try to stay on the default shells of environments as much as possible, especially as that makes life easier when needing to work on an non-customised system.
Apple switched back from an ancient latest GPLv2 version 3.2 of bash (they regard newer GPLv3 as toxic to their revenue stream¹), introduced MIT-license based zsh and introduced a bash nag screen a few years ago forcing users to switch. Suppressing that message reliably is trickier than you might think².
After so many years of bash, I still stumble over things that zsh does differently: [Wayback/Archive] command line – Why does a cURL request return a percent sign (%) with every request in ZSH? – Stack Overflow (thanks [Wayback/Archive] Travis and [Wayback/Archive] zaTricky) is a “feature” with a simple workaround for cURL:
This is a zsh feature that prints a percent-and-newline after a command completes if that command does not already include a newline at the end of its output. If zsh did not do this, you would either not ever notice the fact that the command didn’t print a newline – or you’d see zsh’s command prompt not start on the margin and think it was a bug in zsh.
…
$ curl http://api.macvendors.com/0015c7
Cisco Systems, Inc%
$ curl -w '\n' http://api.macvendors.com/0015c7
Cisco Systems, Inc
…
Since the above example now writes a redirect messages (good bye HTTP, welcome HTTPS), and I very much dislike short command-line parameters, here is version with the long form of the [Wayback/Archive] curl -w or --write-out parameter :
Read the rest of this entry »
Posted in *nix, *nix-tools, Apple, bash, bash, Development, Mac OS X / OS X / MacOS, macOS 14 Sonoma, macOS 15 Sequoia, Power User, Scripting, Software Development, zsh | Leave a Comment »
Posted by jpluimers on 2025/06/13
On my research list: running Anrdoid apps on Apple Silicon.
I wonder if using the Anrdoid Emulator from Android Studio the only straightforward option.
Links:
Read the rest of this entry »
Posted in Apple, Apple Silicon, ARM Mac, M1 Mac, Mac, Mac OS X / OS X / MacOS, MacBook, macOS 14 Sonoma, Power User | Leave a Comment »
Posted by jpluimers on 2025/05/30
This post covers some topics around one of the retro machines I have. They helped me form some thoughts on additions I might want to add to mine.
HDMI out on a Mac
Needs a Raspberry Pi, but looks very interesting.
256 shades of grey
Back in 2022, someone started doing an amazing thing: reverse engineering and rebuilding a 256-grey/color video card for the Macintosh SE/30 PDS (Processor Direct Slot).
A very interesting start of a long journey with the result that a few people could actually play around with it. Hopefully by now more have been produced, but be aware: this is a hobby of the designer, so unlike some other hardware: do not expect high numbers of these boards to become available.
Long thread in – for now – 14 pages of which I think below are the most important excerpts:
Read the rest of this entry »
Posted in Apple, Classic Macintosh, Macintosh SE/30, Power User | Leave a Comment »
Posted by jpluimers on 2025/05/16
A while ago I bumped into this video about likely the rarest model in the Apple II series: the Apple IIc Plus:
[Wayback/Archive] Apple IIc Plus – the rarest and fastest Apple II! – YouTube
Returning to one of my favorite subjects – the Apple II – I decide to finally repair a broken Apple IIc Plus gifted to me a little more than a year ago. This machine was the final true hardware revision to the Apple II line, coming in 1988, and the last standalone machine in the line released. It was also the fastest, with a 4Mhz CPU (vs. 1Mhz in most other Apple II’s, and 2.6Mhz in the IIGS). But it was a problematic machine for Apple, with a concept that had been watered down to the point of, well, pointlessness.
The market wanted it even less than it wanted the original IIc (which was my first computer – the one in the thumbnail is my original machine). Still, it is an interesting computer for its accelerated CPU, and its somewhat anachronistic nature at the time of its launch.
It has a cool demo of Flight Simulator II demo mode (which back in those days crashing the plane – demo modes luckily improved from there :) at both 1 Mhz and 4 Mhz. It indeed is not smooth, but a lot faster.
The problem back in those days with acceleration is it would not just improve render speed, but also increase clock time speed. It made most games almost impossible to play in accelerated mode.
If I ever get one, I need to replace the 110V power supply with a 240V/110V auto-switching one as per [Wayback/Archive] IIc + 240v Power:
Read the rest of this entry »
Posted in 6502, Apple, Apple ][, History, Power User | Leave a Comment »
Posted by jpluimers on 2025/05/09
For my link archive: finally Apple had to broadly accept apps to allow other forms of purchases than through Apple itself.
[Wayback/Archive] Apple has never lost this hard before – YouTube
focussing around this quote from the court order (full PDF below):
Apple willfully chose not to comply with this Court’s Injunction. It did so with the express intent to create new anticompetitive barriers which would, by design and in effect, maintain a valued revenue stream; a revenue stream previously found to be anticompetitive. That it thought this Court would tolerate such insubordination was a gross miscalculation. As always, the cover- up made it worse. For this Court, there is no second bite at the apple.
More details in for instance:
--jeroen
Read the rest of this entry »
Posted in Apple, LifeHacker, Power User | Leave a Comment »
Posted by jpluimers on 2025/05/02
Quite a while ago, Chrome moved from a structure based on “Current Session“, “Current Tabs“, “Last Session” and “Last Tabs” into “Session_#################” and “Tabs_#################” stored in a “Sessions” folder (and similar migrations for other state and configuration files).
The numbers in the “Session_*” and “Tabs_*” files are time stamps of those sessions, for instance one needs to figure out what the “13310808970819630” in “Session_13310808970819630” and “Session_13310808970819630” means.
Lot’s of web-pages with tips and tricks around the old structures are still around, often surfacing high in Google Search results.
I was interested in a particular trick to export Google Chrome browsing history and had a hard time figuring out the easiest solution.
Read the rest of this entry »
Posted in Apple, Batch-Files, Chrome, Chrome, Database Development, Development, Google, JavaScript/ECMAScript, Mac OS X / OS X / MacOS, NirSoft, Polyglot, Power User, Scripting, SQLite, Web Browsers, Windows, Windows 10, Windows 11 | Tagged: define | Leave a Comment »