Live data from Hacker News

Ken Thompson's 75 year project: A century of popular music in a jukebox [video]

youtube.com

121–130 of 434 posts

Re: Ken Thompson's 75 year project: A century of popular music in a jukebox [video]

#121

Earlier quoted context omitted.

This is for the Framework laptop and not a System76 machine, but going through this lets my laptop last an entire day doing Android dev. https://community.frame.work/t/guide-linux-battery-life-tuni...

Similar experience over here on one of the earlier 11th gen models and recently on a new 12th gen model as well (build quality feels a lot improved vs the early stuff too, fyi). People are still right to call BS on having to run any of this to get decent battery performance but it is possible to get if you jump through a few hoops. Next step for distros should really be sane defaults for this stuff and/or an option t…

Yep, and another frustration with Fedora in particular are the defaults for DNF. I don't get why the distro doesn't set `/etc/dnf/dnf.conf` with `max_parallel_downloads=10` and `fastestmirror=True`. sudo dnf update is so much faster with that (though you still need to keep away from the GNOME software app).

Re: Ken Thompson's 75 year project: A century of popular music in a jukebox [video]

#122
post #103

Earlier quoted context omitted.

The latest system preferences are an improvement to me. It was a mess before and it’s still a mess but the app layout makes it easier to browse, and at least it’s consistent with iOS.

Why does a desktop OS need to be consistent with a 5" touchscreen phone?

Right? It’s a middle finger to mac users with an external screen. It was too hard to make it scale horizontally, or even prefetch the settings in the background and not have a lag between clicks. Not the end of the world, but backwards

Re: Ken Thompson's 75 year project: A century of popular music in a jukebox [video]

#124
post #85

Earlier quoted context omitted.

"..what Apple is doing to something which should allow you to work is just atrocious.." Anyone know what his specific issues are?

If I had to guess, it would be Gatekeeper and SIP. These technologies can really get in your way if you’re used to having full access to your own machine.

I mean, you can disable both of these.

Re: Ken Thompson's 75 year project: A century of popular music in a jukebox [video]

#127

Earlier quoted context omitted.

Hope you never want to do updates or reconfigure any packages or change up any docker containers, etc.

It doesn't matter. I'm not losing sleep over an apt upgrade taking maybe 10 more seconds. I'd much rather live with that and have a little desktop that barely sips 5 watts of power total.

10 seconds? Heh.

I measured apt upgrades in multiple minutes on the Pi 3B. And forget about doing anything else; the system would hang hard until I/O was cleared.

By contrast, upgrading my desktop tower from HDD to SSD was an incredible, dramatic speedup in terms of booting and especially apt upgrades. The latter became nearly instantaneous. Blink and you miss them.

Now, on the Pi I use only the heavy-duty brand-name sdcards. I have found that the weak ones tend to suffer badly from ESD. I am not sure how much lower performance is from the heavy-duty cards, but I doubt it is much slower than the fragile ones.

Re: Ken Thompson's 75 year project: A century of popular music in a jukebox [video]

#128
post #109

Earlier quoted context omitted.

"..what Apple is doing to something which should allow you to work is just atrocious.." Anyone know what his specific issues are?

I don't know the exact issues but might be related to the issues why I left Apple : I was developing a very successful little tool for MacOS ( https://github.com/milgra/macmediakeyforwarder ) which listened for keypresses. From 2016 to 2019 it became harder and harder to install it because apple added more and more restrictions to apps like this. By 2019, you had to enable the application explicitly to listen for eve…

Given that it should be difficult, if not impossible, for random applications to listen in on user actions, is there a better way Apple could have done this?

(Disclaimer: Apple fan/user since 1985.)

Re: Ken Thompson's 75 year project: A century of popular music in a jukebox [video]

#130
post #109

Earlier quoted context omitted.

"..what Apple is doing to something which should allow you to work is just atrocious.." Anyone know what his specific issues are?

I don't know the exact issues but might be related to the issues why I left Apple : I was developing a very successful little tool for MacOS ( https://github.com/milgra/macmediakeyforwarder ) which listened for keypresses. From 2016 to 2019 it became harder and harder to install it because apple added more and more restrictions to apps like this. By 2019, you had to enable the application explicitly to listen for eve…

I think permission systems are bound to wind up in all desktop operating systems, eventually. They’re already on Linux for those using Flatpak. Trusting random third party binaries with access to everything is increasingly too much of a gamble, even for more technical users.

That said, I agree that the macOS implementation has issues. It’s tricky though, because if they make it as simple as confirm/deny dialogs, you’ve set users up to quickly succumb to “yes-click syndrome” which is likely why Apple went with the “flip a switch in a preference pane” design for some permissions instead.

Post reply on HN