It was a little tongue in cheek, but yes. I had large grievances with the software culture there, but after I got sign off on the project to modernise our build process, I couldn't bring myself to abandon ship in the…
My worst codebase story: In my first real job, I worked for a company that maintained a large legacy product programmed in a combination of COBOL and Java. In order to work on the Java side of the product, you checked…
The closest I have seen are the Oxide computer company RFD documents, many of which are public. Example: https://rfd.shared.oxide.computer/rfd/0177 Main index: https://rfd.shared.oxide.computer
The crux of Atkinson's argument seems to be that the upfront emissions from the manufacturing process, and shorter lifespan of electric vehicles, does not make up for the reduction in tailpipe emissions. Is this true? I…
If you'd like to read more about the roots of Effective Altruism, ranging from old mailing lists, LessWrong, bitcoin, cults, AI and the surprising connections to many well known figures in tech, I highly recommend the…
I'm generally bearish on AI, but I do feel that there are going to be a surprising number of applications where 'good enough' results are actually perfectly fine. In particular, a couple of industries that I think are…
Slightly tangential but I've worked for several companies now that use `make` as a simple command runner, and I have to say it's been a boon. Being able to drop into any repo at work and expect that `make init`, `make…
A paper I read recently (Harper 2016 - 10.1089/space.2015.0029) has numbers based on the supplies needed to the ISS. The gist was, "Without some sort of recycling and/or use of in situ resources, meeting the lunar…
Netflix also seems to take into account the language your profile is set to as well, so you may get more/different subtitle choices if you change your profile language. See https://help.netflix.com/en/node/101798
For myself, I would think that the best way to compel kids (and adults) to be more interested in learning and personal development is to relate it to their sense of identity. People want to emulate their heroes and live…
Earlier this year I spent roughly three months job hunting exclusively through cold-emails based on Who's Hiring posts (I'm in the London area). I applied for 10 positions (and got my 10th - at a fairly large media…
Although a lot of people are pointing out (correctly) that it's trivially easy to ignore a checked exception, it does at least do two things: 1. Signal to the calling programmer that some error condition can occur. For…
You can already produce fuel on Mars itself using the Sabatier Reaction with technology available today, you have to bring along a little hydrogen but that's not too big of a deal. Refueling on the moon requires an…
This can be a major pain for larger software projects. At work we have to contend with: * A database so large that even a minimally empty one cannot be created from scratch in less than 10-15 minutes. This creates…
The "12 Factor App" manifesto http://12factor.net/ is in the same vein as this, perhaps a bit more in-depth. I like the idea of these guides generally. I think it'd be more valuable if they linked to example production…
The actual on-board software of an aircraft is definitely given a lot of attention as far as testing is concerned, but unfortunately more indirect systems, such as maintenance tracking software, is treated pretty much…
That's probably true, but the potential for a severe, un-recoverable issue is about as high. An aircraft is composed of hundreds of individually tracked components with associated information about how old the component…
This is nothing. I work for an aircraft maintenance software company. Last week I fixed a bug where the system would silently delete a maintenance task if you clicked the X button on a confirmation dialog instead of…
It was a little tongue in cheek, but yes. I had large grievances with the software culture there, but after I got sign off on the project to modernise our build process, I couldn't bring myself to abandon ship in the…
My worst codebase story: In my first real job, I worked for a company that maintained a large legacy product programmed in a combination of COBOL and Java. In order to work on the Java side of the product, you checked…
The closest I have seen are the Oxide computer company RFD documents, many of which are public. Example: https://rfd.shared.oxide.computer/rfd/0177 Main index: https://rfd.shared.oxide.computer
The crux of Atkinson's argument seems to be that the upfront emissions from the manufacturing process, and shorter lifespan of electric vehicles, does not make up for the reduction in tailpipe emissions. Is this true? I…
If you'd like to read more about the roots of Effective Altruism, ranging from old mailing lists, LessWrong, bitcoin, cults, AI and the surprising connections to many well known figures in tech, I highly recommend the…
I'm generally bearish on AI, but I do feel that there are going to be a surprising number of applications where 'good enough' results are actually perfectly fine. In particular, a couple of industries that I think are…
Slightly tangential but I've worked for several companies now that use `make` as a simple command runner, and I have to say it's been a boon. Being able to drop into any repo at work and expect that `make init`, `make…
A paper I read recently (Harper 2016 - 10.1089/space.2015.0029) has numbers based on the supplies needed to the ISS. The gist was, "Without some sort of recycling and/or use of in situ resources, meeting the lunar…
Netflix also seems to take into account the language your profile is set to as well, so you may get more/different subtitle choices if you change your profile language. See https://help.netflix.com/en/node/101798
For myself, I would think that the best way to compel kids (and adults) to be more interested in learning and personal development is to relate it to their sense of identity. People want to emulate their heroes and live…
Earlier this year I spent roughly three months job hunting exclusively through cold-emails based on Who's Hiring posts (I'm in the London area). I applied for 10 positions (and got my 10th - at a fairly large media…
Although a lot of people are pointing out (correctly) that it's trivially easy to ignore a checked exception, it does at least do two things: 1. Signal to the calling programmer that some error condition can occur. For…
You can already produce fuel on Mars itself using the Sabatier Reaction with technology available today, you have to bring along a little hydrogen but that's not too big of a deal. Refueling on the moon requires an…
This can be a major pain for larger software projects. At work we have to contend with: * A database so large that even a minimally empty one cannot be created from scratch in less than 10-15 minutes. This creates…
The "12 Factor App" manifesto http://12factor.net/ is in the same vein as this, perhaps a bit more in-depth. I like the idea of these guides generally. I think it'd be more valuable if they linked to example production…
The actual on-board software of an aircraft is definitely given a lot of attention as far as testing is concerned, but unfortunately more indirect systems, such as maintenance tracking software, is treated pretty much…
That's probably true, but the potential for a severe, un-recoverable issue is about as high. An aircraft is composed of hundreds of individually tracked components with associated information about how old the component…
This is nothing. I work for an aircraft maintenance software company. Last week I fixed a bug where the system would silently delete a maintenance task if you clicked the X button on a confirmation dialog instead of…