Hacker News new | past | comments | ask | show | jobs | submit | sciprojguy's comments login

"A big steaming pile of management work" might be a more apt description... ;-)


Former manager here - you'd be very surprised at how much effort it takes to act as a human shield for your developers to keep the interruptions to a minimum and keep their roadmap stable. It's work, and it can be delicate. Try running interference with a company president who wants to bother your developers when they're trying to get something out the door, or trying to make sure stupid ideas die before they become your team's problem.


Why do people keep saying that managers solve the problem of existing in the same company as other managers as though that’s a compelling point?


Don't forget sales/marketing overpromisers and nosy executives who get in the developers' hair.


In a perfect world you would be right, but spend some time with a bunch of clueless executives who don't know how clueless they are (or are trying to pretend they do have a clue) and you'll realize there's no amount of context that will help them realize why there's bad news.


Not necessarily. macOS and iOS have multiple accommodations for users with accessibility needs, from dynamic type to UI element voiceover plus pretty decent speech-to-text recognition and haptic feedback. Developers that want to take the time can build apps that can be effectively used by users with visual and/or auditory deficits.


This line of argument sounds like a petition-gatherer trying to get signatures for a niche local issue and getting frustrated that they can't get enough people to see things their way.


It is an example because i think a lot of people on Hacker News know about macOS and its advanced features that you wouldn't expect most people to know about.

Personally i do not even really use macOS myself anymore as a main OS since around 2011 and the last Mac i bought was in 2012 (a Mac Mini that i gave away to my mother a few years ago so the only Mac i have around is a 2009 iMac - and whatever is the last version of macOS that runs on it).

I could use OLE and COM automation on Windows as a different example, though i'm not sure if even Microsoft cares about those anymore despite allowing for things you can't get in lowest-common-denominator multiplatform applications.


"I'm spread too thin" isn't an actual lie as much as it's a reframing. Working with difficult people can take a lot of mental energy, which ought to be considered part of the work effort. It's the polite way of saying "I don't have the bandwidth to do the work and manage my way around your issues, so best of luck finding someone who does have that bandwidth" the same way that "Thank you for your input" is a polite way (in the business world) of saying "That was the dumbest thing I have heard all day".


Well quoting outrageously isn't a lie either, it's just a way of saying "you're not going to pay me enough to deal with you".


This reads like an amateur with a grudge.


Was this a Seagate drive?


"Technologies like objective C, C sharp, Azure or swift are designed so you can not escape the company platform. So easy to get in, so hard to move your code to other platforms once you have been programming for years on them."

FYI, Swift is available on Linux and Windows along with a significant chunk of its core libraries (e.g. https://github.com/apple/swift-corelibs-foundation) and app frameworks such as Vapor (used for writing web apps and APIs).


C# is also cross-platform. .NET Framework has been completely replaced with .NET Core now (and renamed to simply .NET).

The only part of cross-platform support that's a little wonky is the GUI, but that's because Forms is just a thin wrapper over the Win32 forms API and WPF was built around DirectX. But that should get a lot better in a couple months when Microsoft releases MAUI (Multi-Platform App UI).


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: