

There are tons of utils to customize the MacOS UI, including lots of open-source ones and some that kick ass off anything on Linux or Windows. Anyone saying that MacOS can’t be customized, has never used MacOS.
Y u no Mamaleek


There are tons of utils to customize the MacOS UI, including lots of open-source ones and some that kick ass off anything on Linux or Windows. Anyone saying that MacOS can’t be customized, has never used MacOS.


Wow, it continues to be a mess in your head. Nothing but mush in there.


Wow, it’s really a damn mess in your head.


How about you reread the thread instead, see that it’s about accurately reproducing existing stars, and realize that you indeed have a comprehension problem.


Remarkable that you can copypaste all that and still can’t comprehend what was done in 1984 and what was done in 2014.
If you find a way to represent our existing Milky Way galaxy with a procedural algorithm and a seed that can be run in a reasonable time on any current computer or even a cluster (say, running for a few dozen years), you’re welcome to claim the Nobel prize.


‘Elite Dangerous’ is from 2014.


The article is technically correct in that the code has been open-sourced and published, except it happened in 2016, so I’m guessing the author just decided to ride the Artemis hype.


I guess then that they just block popular third-party VPN services. Still not sure why, though, if it’s not mandated by law.


To disguise the traffic completely, you can use either aforementioned Shadowsocks or obfs4, which both make it look random and are used by Tor bridges to circumvent packet inspection and whatnot. obfs4 is a bit ass to setup standalone, because it was made specifically for Tor — you need a different piece of software to make it work like a proxy. Dunno about Shadowsocks.
Regarding VPN blocking in general, I wonder how the UK or your provider deal with the fact that a lot of businesses use VPNs for their day-to-day operations. From quick googling, VPNs don’t seem to be banned nationwide, so it would be nice if you asked the sysadmin at your work to set up a VPN, see if your ISP blocks connections to it, and raise a stink if they do.


Seems to be a weather map or somesuch. Ironically it’s also a Macbook, not a Windows machine.


You know that Intel and AMD both grew up on government contracts, specifically military ones? Sure hope you don’t use Intel or AMD.


Imperative code has nothing to do with any of that.


He nailed the look, though, I have to give him that. It’s the nineteenth century magnate look, on which cartoon villains were obviously based.
Yeah, what I’ve read is that ARM is in fact a mix of RISC and CISC. And meanwhile x64 processors turn some CISC instructions into a bunch of simpler ones as one of the first execution stages. So in the end the situation is basically this:

In theory probably yes, in practice from what I’ve heard ARM has some CISC-style instructions — presumably exactly because they offer performance increases.
‘RISC-V is sloooow – Marcin Juszkiewicz’
Encountered this here on Lemmy a few days ago, haven’t looked into it properly. If you search for the article’s title, you should find the post and comments.
To my knowledge, modern CPUs have a lot of hardware acceleration for various common algorithms, specifically regarding media. This is orthogonal to the architecture itself, and I’m not sure that risc-v platforms implemented all that stuff, seeing as it’s been developed for x86/x64 over decades.


Sure, but the developer account costs about two and a half Doordash pizzas (which every USian orders every day for some unfathomable reason, judging by the incessant complaining on Reddit), and to my understanding signing can be automated.


how many games do apparently run natively
From what I understand, indie devs mostly just check a box in their engine’s build script to compile the game for MacOS. It’s rather the big boys who always have trouble porting their games anywhere due to bespoke engines, anticheat or whatnot. And also sim racing devs for some reason, those never support anything but Windows — even though Feral has ported F1 games to Mac and they worked fine.


Apple doesn’t support Vulcan (or the support is outdated, idk exactly), and expects devs to use Metal instead. Which they don’t. So outside of small indie games, people gaming on Mac likely boot Windows anyway, or at least that’s how it was ten years ago — the situation might’ve changed with the M* processors, in that I’m not sure Windows runs on them.
Hammerspoon and Alfred are way better automation utils than alternatives in Windows or Linux. The absence of these two makes me weep regularly.
Karabiner might be the best too, haven’t looked into third-party Linux remapping utils yet. Both Cinnamon and KDE support only predefined remapping out of the box.
HyperSwitch and a dozen other utils allow customizing cmd-tab switching, namely add switching between windows instead of apps.
Native Clipy clipboard manager is way snappier than CopyQ. At least for Windows there’s Ditto.
There’s even an util called Mos fixing the fact that apps with foreign UI frameworks don’t understand the mouse scrolling speed properly, and treat the mouse and the touchpad differently. Which is also present in Windows.
You know about the touchbar? MTMR allows custom buttons on the touchbar, with custom actions. I’ve used it to connect/disconnect bluetooth headphones or hand them over to the phone (which was also set up as an Alfred command and as buttons on the phone itself, with bidirectional logic everywhere).
Shortcat allows keyboard access to arbitrary UI elements in the active window: sorta like Vimium for browsers, but you type a bit of the text label instead of a two-letter shortcut.
Hazel automatically processes files saved in particular folders, with particular rules — like the downloads. It can e.g. rename, move, or tag them. By the way, did you know that MacOS has tags for files while Windows and Linux have jackshit?
MacOS’ Cocoa UI framework allows addressing any element in an app’s window via xpath (iirc) and manipulate them, if given accessibility permissions from the user. Which permits doing a lot of UI automation without fiddling with mouse coordinates and faking clicks. And can be done with native AppleScript (although I’d prefer that they properly supported JXA instead). By the way, more than a few apps provide their own support for AppleScript, such that for example you can access notes in Evernote with it.
P.S. I also forgot about Automator, which is a first-party app by Apple, bundled with MacOS, that allows creating custom workflows for particular files, apps, or whatever. Neither Windows nor Linux ship with anything remotely like this, and even third-party apps in Win/Lin suck in comparison. iOS also has something similar with the Shortcuts app, while Google phones have the Assistant, which afaik can’t work without phoning home.