Don't those platforms all rely on strict sandboxing and code signing, so that funny-dancing-monkey.exe can't rename itself to google-chrome.exe then perform a passwordless sign-on to google.com ?
I always thought this stuff was slow to arrive on Linux because it demands things that are incompatible with the free-software ethos.
Apple shipped it anyways, and all Lightning cables have failed or will fail for exactly the reasons it was rejected. Apple chose the cable because of how easily it fails.
Lightning was never good, and Apple has a long history of fucking customers, period.
I would expect the linked code is just intended as a quick poc, so it does not bother to be optimal.
Make your trace output more useful/verbose in your scripts:
set -x
export PS4='+ ${BASH_SOURCE:-}:${FUNCNAME[0]:-}:L${LINENO:-}: '
This will print the filename, function name, line number, and line content during execution.Definitely, plus there's also Nix and pkgsrc now, it's not like there's no alternative. And that's one race I lost trying to take the matter in my own hands with ArchMac[0] out of frustration with the limitations I faced with MacPorts and Fink, then Homebrew, so I pulled the plug[1] and trim the bills.
If anyone wants to take over just reach out.
[1]: https://lna7n.org/2020/01/06/pulling-the-plug-on-archmac.htm...
1001000 ASCII 'H'
1000000 "ctrl bit"
0001000 ASCII backspace
But like I said, it's not just letters, if you use `cat -v` to show all non-printable characters in this notation, you'll also see things like "^@" for the 0x00 null byte and "^[" for the ESC. All of the terminal color-code control sequences start with ESC, so if you pipe colorized output to `cat -v`, you'll see a lot of "^[". A normal person uses the audio system to listen music, while an audiophile uses music to listen to his audio system.If you want to take it to the limit, hire someone to come into your home and perform live for you, then you can eliminate all the sources of distortion.
Not only would you be hearing the ultimate perfect sound, you would be providing employment for artists.
Seems like a win - win to me :)
I often need to draw 2D vector graphics for digital or print. Since I suck a bezier curves (and they feel imprecise anyway) and manually arranging and combining geometric shapes can be tedious I want an interface for drawing that mimics the sketch function of SolidWorks or Fusion360 and the like with the constraint system and so on.