Viewing profile — Nexialist
Nexialist
HN member- Joined
- Mon, Oct 24, 2011, 12:11 PM UTC
- HN karma
- 296
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About Nexialist
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #41147200
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…
-
comment
Comment #41146789
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 …
-
comment
Comment #40284067
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.o…
-
comment
Comment #39314406
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…
-
comment
Comment #35064923
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 fi…
-
comment
Comment #34070656
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 …
-
comment
Comment #32442007
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 wo…
-
comment
Comment #28100255
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 …
-
comment
Comment #26077608
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:/…
-
comment
Comment #14486205
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. Peopl…
-
comment
Comment #12855624
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…
-
comment
Comment #10601408
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 th…
-
comment
Comment #10398234
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.…
-
comment
Comment #10035488
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…
-
comment
Comment #7954290
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 valuabl…
-
comment
Comment #3149789
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 trac…
-
comment
Comment #3149418
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 …
-
comment
Comment #3149269
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 …