dsuth | 7 years ago | on: Apple Engineers Its Own Downfall with the Macbook Pro Keyboard
dsuth's comments
dsuth | 7 years ago | on: Apple Engineers Its Own Downfall with the Macbook Pro Keyboard
Yes please. Honestly the new format is such a clusterfuck of unwanted features, poor hardware implementation, and removal of wanted features that it makes you wonder how it got out the door.
Hanging onto my circa 2013 MBP until they come up with a more appealing offer, or going elsewhere.
dsuth | 7 years ago | on: Apple Engineers Its Own Downfall with the Macbook Pro Keyboard
dsuth | 8 years ago | on: Ask HN: What are good tech jobs that don't require being good at interviewing?
Talk to your friends and workmates, ex-managers etc. If you've done good work in the past, people will be happy to get you in on the fast track. Companies hate doing interviews, so anything they can do to streamline that process they will generally do.
I'd broaden that to networking in general. Tech presentations also raise your profile, especially with manager types who attend.
dsuth | 10 years ago | on: My Little Sister Taught Me How to “Snapchat Like the Teens”
Honest question: isn't this just bad UI design?
dsuth | 10 years ago | on: Please do not delete this commented-out version
dsuth | 10 years ago | on: Things men have actually said to me at tech events
There will always be sexual differences, and that's fine and healthy, but we should be aiming to treat women as people first in a professional setting.
dsuth | 10 years ago | on: Things men have actually said to me at tech events
dsuth | 10 years ago | on: Things men have actually said to me at tech events
There are many efforts going into positive reinforcement for women entering the tech industry, but this is a problem that can and should be attacked from multiple angles. One of those angles is educating men about the effects of their actions toward the few women who do brave the tech community.
Also, creating assumptions based on gender, race, and other physical qualities has a name: prejudice. While there may be more women in sales roles than technical, assuming that every woman in the tech community is in a sales role until proven (vociferously) otherwise, is sexist.
There's nothing wrong with asking what a persons role is, but there are very simple ways to do that without causing offence. For example "What does your role at company XYZ encompass?" Is much nicer than "Are you actually technical?".
Men and women in tech need to be sensitive to this issue, because it is an issue which detriments the community as a whole. Better acceptance of women, and their diverse skills and opinions, will strengthen the community as a whole, and this is a goal we should work towards.
dsuth | 10 years ago | on: Things men have actually said to me at tech events
dsuth | 10 years ago | on: Some companies in Sweden are testing a six-hour work day
dsuth | 10 years ago | on: Researchers Could Have Uncovered Volkswagen’s Emissions Cheat If Not for DMCA
Here is a paper from Mathworks describing verification and validation according to ISO 26262:
dsuth | 10 years ago | on: Researchers Could Have Uncovered Volkswagen’s Emissions Cheat If Not for DMCA
It's completely unsustainable.
dsuth | 10 years ago | on: Researchers Could Have Uncovered Volkswagen’s Emissions Cheat If Not for DMCA
If you change the code outside of the development process, you could unwittingly compromise the safety of the vehicle. The manufacturer is required to use access controls to prohibit people from changing the software for exactly this reason.
dsuth | 10 years ago | on: Researchers Could Have Uncovered Volkswagen’s Emissions Cheat If Not for DMCA
On your point about historically owning vehicles, as a software developer you will understand that there is a very wide gap in competence between being able to tune a standard motor, and being able to inspect and modify software that controls a car safely. Currently this is protected so that only the vendor can change it, precisely because that's how we wrote the standards - vendors are responsible for their code, and responsible for the safety outcomes on the road.
If we moved to an open model where anyone could modify the software in their car - what do you think would happen to the safety and reliability of that software? I don't think any of us could imagine that it would improve.
dsuth | 10 years ago | on: Researchers Could Have Uncovered Volkswagen’s Emissions Cheat If Not for DMCA
For one, you will never force all vendors to comply, as some are completely outside of the jurisdiction, like China. Secondly, even if you did force vendors to comply, you've just given any new startup a massive leg-up on R&D, which the existing vendors discounted for them.
I don't think it's realistic, and there are already methods by which the code has to be reviewed externally, at least in principle. I want to improve the existing processes, not move to a new model.
dsuth | 10 years ago | on: Researchers Could Have Uncovered Volkswagen’s Emissions Cheat If Not for DMCA
You would also require the full lifecycle documentation to allow you to understand the impact of any modifications you make, and be required to do a full impact analysis to prove that any modifications you make do not reduce the integrity of the existing safety functions.
That's completely ignoring the vendor's configuration management requirements (which you can't do).
This the whole point - devices run by software systems are too complex to be modified by a layman. There are very detailed, statutory processes and requirements around the development and modification of software in safety critical applications, and you absolutely cannot modify it just because you bought it.
dsuth | 10 years ago | on: Researchers Could Have Uncovered Volkswagen’s Emissions Cheat If Not for DMCA
dsuth | 10 years ago | on: Researchers Could Have Uncovered Volkswagen’s Emissions Cheat If Not for DMCA
Why is it a bad idea? Do we know the code base of airplanes? Critical infrastructure, like power and water plants? How about military software that controls missile guidance?
The answer isn't to open source everything and let programmers sort it out. We have regulatory and safety boards specifically to counter the issues around public safety that software in critical applications causes. A huge amount of time and money is spent developing standards, and verifying and monitoring compliance with them.
Obviously these processes are not always perfect. In this case, it will be interesting to see how far the corruption necessary to include a pollution-defeat spreads. But throwing out the whole process and just publishing code in its place is not a reasonable solution. More stringent black box testing by experts could have caught this issue far sooner.
dsuth | 10 years ago | on: Researchers Could Have Uncovered Volkswagen’s Emissions Cheat If Not for DMCA