Live data from Hacker News

Broken

tyler.io

241–250 of 571 posts

Re: Broken

#241

Earlier quoted context omitted.

I switched from macOS to Linux [Fedora now] about a year and a half ago, out of the same frustrations that affect a lotta folks -- It took a little while to adjust, but since there are a lot of similarities between the Linux and Darwin command lines [and Linux package management being better than homebrew by my lights] , it wasn't very long before I was like "Damn, why didn't I switch 20 years ago!!!" Plus now my har…

Does the hardware actually work? I've used Linux several times over the years and the hardware never totally works. I've always had trackpad issues, issues with suspend and hibernate, wifi issues, screen resolution issues, battery life issues, sound issues, driver issues etc. It 'works' in terms of you can technically do work on it, but you have to make a huge number of concessions and this is before considering it h…

In my experience most hardware works flawlessly, although admittedly some hardware is better-supported. I've owned two (soon three) Dell XPS 13 laptops since 2013 and have always had a really smooth experience running Ubuntu. The worst of my Linux woes were the usual suspend/hibernate issues running Ubuntu on company-provided Thinkpads.

I've also had to use various Macs for work in the past and have had terrible issues with wireless networking and bluetooth.

Re: Broken

#242
post #157

Honest question: if apple software engineering has structural problems that sacrifice quality for splash, what is the reasonable alternative OS? Is it Windows 10? Is it Ubuntu? I suppose it depends on the user. I'm lucky, I'm an academic and presumably I can deal with any option.

Coming from someone who probably is your average HN reader (programmer, power user, technically oriented), I've been enjoying Windows 10 more and more. They have put a huge effort into creating a better experience for developers. WSL was a great start, and I'm excited to see what a full Linux kernel will bring. Windows Terminal is in preview and is the terminal emulator that I would want on Windows. I already use VSCode on mac as well.

Re: Broken

#243
post #157

Honest question: if apple software engineering has structural problems that sacrifice quality for splash, what is the reasonable alternative OS? Is it Windows 10? Is it Ubuntu? I suppose it depends on the user. I'm lucky, I'm an academic and presumably I can deal with any option.

I've been using stock Ubuntu 18 on my laptop (zenbook) for a year and have had pretty much 0 issues. I consider myself a bit lucky in that though. The driver experience is actually better then on windows, on windows I had some random crashes which I have never had since switching.

I just love the feeling that its my computer again, I haven't felt that for 10 years prior. I actually like customizing the interface and stuff like that, like I used to do in the win2k days. And having a real package manager integrated in the OS is just glorious. My only problem is not being able to run Photoshop, I can't live with Gimp. So I use photopea as a poor substitute.

I grew up on Windows but have been using mac extensively as well. I can never understand window management on mac, but with some gnome extensions (cover flow alt tab, dash-to-panel, arc menu) its just really really solid, I'm so happy to have my own computer again.

If windows and mac continues on the road they are on, I expect linux desktop to get a real boost. I cant stand not being able to shut off annoying stuff like automatic reboots and some photoanalysisd process, I just want to scream.

Re: Broken

#244

Earlier quoted context omitted.

I switched from macOS to Linux [Fedora now] about a year and a half ago, out of the same frustrations that affect a lotta folks -- It took a little while to adjust, but since there are a lot of similarities between the Linux and Darwin command lines [and Linux package management being better than homebrew by my lights] , it wasn't very long before I was like "Damn, why didn't I switch 20 years ago!!!" Plus now my har…

Does the hardware actually work? I've used Linux several times over the years and the hardware never totally works. I've always had trackpad issues, issues with suspend and hibernate, wifi issues, screen resolution issues, battery life issues, sound issues, driver issues etc. It 'works' in terms of you can technically do work on it, but you have to make a huge number of concessions and this is before considering it h…

I've always specifically selected and researched my hardware before buying. Typically Thinkpads are a good bet - I've used several different generations of The X1 and T series with no problems. I'm currently using an X1 carbon that has great battery life, suspends properly, handles external displays, etc.

Re: Broken

#246
post #180

Things are so broken here at Apple. I joined about 4 years ago. I am awed by the fact that we manage to release any software at all, let alone functional software. The biggest problem is communication. No one fucking communicates. - No communication between orgs. Tons of bureaucratic tape to cut through just to get a hand on someone working on a different product - Barely any communication between teams. Literally ev…

When my friends at apple talk to me I feel any of them could write your post except...none of them would say "I am awed by the fact that we manage to release any software at all, let alone functional software" (well, maybe one would). I'd like to work with these folks again* but the incredible secrecy would bug me. I understand that some things have to be secret, and I don't at feel I need to know what that group ove…

I’m not surprised by that line. Honestly I think many employees would say the same of their employers if they could.

Re: Broken

#247

Earlier quoted context omitted.

Huh, does that work? I didn't realize that one could actually revert mid install. Let us know. (:

you can't. once it finishes downloading and reboots into the update screen you can't go back. Catalina seems to at least have broken the ability to create symlinks in the root folder. So no more `cd /htdocs` on my laptop.

> So no more `cd /htdocs` on my laptop.

If you use zsh I recommend using hashed directories. So this in your .zshrc:

    hash -d htdocs=~/path/to/htdocs
Lets you `cd ~htdocs`.

Alternatively, use 'fasd' or 'z' and you can just `z htd` without preconfiguring anything or caring where htdocs is.

Or, of course, you could just create the symlinks in your $HOME instead of in root.

Re: Broken

#248
post #157

Honest question: if apple software engineering has structural problems that sacrifice quality for splash, what is the reasonable alternative OS? Is it Windows 10? Is it Ubuntu? I suppose it depends on the user. I'm lucky, I'm an academic and presumably I can deal with any option.

Coming from someone who probably is your average HN reader (programmer, power user, technically oriented), I've been enjoying Windows 10 more and more. They have put a huge effort into creating a better experience for developers. WSL was a great start, and I'm excited to see what a full Linux kernel will bring. Windows Terminal is in preview and is the terminal emulator that I would want on Windows. I already use VSC…

I agree that's a good change, but I want to be able to control my computer. It started to feel like it was Microsofts computer, not mine.

Re: Broken

#249
The reality is that now that computing is really mass market, and computers are incredibly complex (tens of gigabytes in an OS!), open-ended power-usage is no longer a profitable addressable market. Our needs are too niche to make it work the effort to support our needs. (Dis-)economy of (non-s)scale and the complexity of modern software implies that we'd have to pay a lot of $ to get our use cases handled.

So we have to put up with the hassles, or invest in the extra machines for experimentation and testing, or pay people to clean up our dev environments for us.

Re: Broken

#250
post #9
post #4

Earlier quoted context omitted.

Or maybe it's time to get off Macs for good. At least don't try to use the version of Linux under MacOS as a Linux system. The OP is running cron jobs and Python in the background, and changes in the Apple security environment broke them. If you need to run Linux stuff, put it on a real Linux system.

>> don't try to use the version of Linux under MacOS MacOS is based on Unix not Linux. However, I mostly agree with your sentiment and would extend it to “use the right tool for the job”. Use launchd (although I hear it is on the way out) instead of Cron etc.

What is going to replace launchd???
Post reply on HN