Most active commenters
  • yjftsjthsd-h(4)

←back to thread

MacOS Catalina: Slow by Design?

(sigpipe.macromates.com)
2031 points jrk | 14 comments | | HN request time: 1.238s | source | bottom
Show context
kar1181 ◴[] No.23273511[source]
I completely understand why things are going the way they are as our computing environment has become ever more hostile. But I am very nostalgic for the time where I would power up a Vic-20 and within seconds be able to get to work.

Teaching my daughter to program on a modern computer, we spend more time bootstrapping and in process, than we do in actual development.

replies(9): >>23273634 #>>23273690 #>>23274401 #>>23275661 #>>23275696 #>>23275797 #>>23276214 #>>23276237 #>>23276540 #
1. massysett ◴[] No.23273634[source]
If that’s what you really want, grab a used ThinkPad and put Arch Linux on it. It will boot in a few seconds and is much more powerful than a Vic-20.
replies(1): >>23273745 #
2. yjftsjthsd-h ◴[] No.23273745[source]
Still doesn't give you a programming environment, unless you want to do bash.
replies(3): >>23273916 #>>23274047 #>>23274224 #
3. armatav ◴[] No.23273916[source]
How does that even make sense? It’s an OS, go grab a Desktop Environment and download nvim, VSCode or whatever.
replies(2): >>23274025 #>>23274216 #
4. goatinaboat ◴[] No.23274025{3}[source]
How does that even make sense?

Because that was the experience on those old machines. Switch it on, straight to BASIC prompt in a second or so. If you want to program it’s frictionless. And you can’t break it because BASIC is in ROM.

replies(2): >>23274269 #>>23280193 #
5. gorrillaribs ◴[] No.23274047[source]
Doesn't arch come with python & gcc out of the box?
replies(1): >>23274245 #
6. yjftsjthsd-h ◴[] No.23274216{3}[source]
The original line that I was responding to was

> Teaching my daughter to program on a modern computer, we spend more time bootstrapping and in process, than we do in actual development.

Arch Linux does not help with this, unless you make it boot into a VIC-20 emulator or something. Arch can help with boot speed, but once you're booted you're back in a full modern OS. So fine, install VSCode and Python... okay, now you get to figure out libraries. Manage terminals. Arrange a filesystem. This is not getting you closer to the VIC-20 or C64's "boot into BASIC".

replies(2): >>23275093 #>>23275153 #
7. Throwaeay2928 ◴[] No.23274224[source]
Yes it does. When you pacstrap you include base devel. From that moment onwards your you will have a full programming environment all ready to rock and roll on your installation.
replies(1): >>23274616 #
8. yjftsjthsd-h ◴[] No.23274245{3}[source]
No, although `pacman -Syu python base-devel` isn't exactly a burden. But then what? If you're trying to get back to a simple "turn on computer, land in simple programming environment", how does it help that you have python and gcc available? You still have to manage libraries, learn to use a compiler, and all the other joys of modern development. The only thing Arch Linux gained you was a bit simpler OS and maybe better boot times.
9. harpratap ◴[] No.23274269{4}[source]
Flexibility vs complexity is a slippery slope.
10. yjftsjthsd-h ◴[] No.23274616{3}[source]
Yes, and you have a full operating system and all the joys of modern development. You absolutely do not have anything like a VIC-20 that you can power on end have a basic programming environment 5 seconds later. At best, you turn it on and 5 seconds later have a python shell, where you can do a certain amount of development before you get to experience the joys of managing libraries and dependencies. Thus bringing us back to what I perceived as the primary complaint that there's way too much setup and baggage required just to get to the actual programming part.
replies(1): >>23275763 #
11. cosmojg ◴[] No.23275093{4}[source]
This is very possible on Arch Linux, moreso than other distributions. After installing Arch, just run the following two commands:

  sudo pacman -S xonsh

  chsh --shell /usr/bin/xonsh
Bam! You're booting straight into a full Python environment when you turn on your computer. This is similarly achievable with other languages as well, including BASIC.
12. smcameron ◴[] No.23275153{4}[source]
How about Processing. https://processing.org/
13. californical ◴[] No.23275763{4}[source]
You can use python without needing to manage any packages -- you'll have to write most things from scratch, but isn't that the hardware BASIC non-internet experience regardless?
14. cycomanic ◴[] No.23280193{4}[source]
If you want that today get a BBC microbit, switch on and you're directly in a python environment