ajdecon | 4 days ago | on: Ask HN: Please restrict new accounts from posting
ajdecon's comments
ajdecon | 2 years ago | on: FakeToxicityPrompts: Automatic Red Teaming
While the underlying model is certainly different, and my understanding is that current LLMs don’t learn “live”, the principle seems worth keeping in mind.
ajdecon | 3 years ago | on: Mapping Out the HPC Dependency Chaos
ajdecon | 4 years ago | on: Ask HN: Is there any book like: from ohms law to 8 bit computer
ajdecon | 4 years ago | on: NSA Mobile Device Best Practices
ajdecon | 5 years ago | on: Ask HN: Newly Remote Workers – Where Are You Moving?
Combination of family and a more favorable climate. The somewhat lower cost of living doesn’t hurt, but it’s not like Denver is cheap.
ajdecon | 5 years ago | on: Ask HN: What interests you to work at a FAANG
For more general mentorship, especially as your career develops, it’s the same as anywhere, you have to find someone you get along with and who can help you learn. The advantage at a big company is that there’s a huge pool of potential mentors, and you can see their calendars and coordinate more easily than if you were hunting in the community. :)
ajdecon | 6 years ago | on: I've screwed up plenty of things too
The first outage where I thought I was going to get fired: I was working on a system that had a single-point-of-failure server, and through a mishap with rsync I accidentally destroyed the contents of /etc. That SPOF also had no backups. (I'm not claiming it was well-designed...) Thankfully the job that depended on that server would not kick off until morning, so my team slowly reconstructed its functions on a separate machine and swapped it in behind the scenes. I helped as much as I could while vibrating with anxiety, and my team was incredibly kind throughout. I was not in fact fired. :-)
The most recent outage I caused? Yesterday! I accidentally rebooted most of the machines in a development cluster. It's a dev system, there's no SLA, on the whole I don't feel horrid, but it definitely ruined a few people's work for an hour. This morning I spent a few minutes putting in a guard rail to prevent that particular mistake again...
If you're in this job long enough, everyone breaks things -- it just happens.
ajdecon | 7 years ago | on: Facebook announces next-generation Open Rack frame
A downside of this kind of thing is that it makes upgrades and maintenance harder, and you often have to do any hardware work on a whole rack at once. Heterogeneous setups get really hard. And it’s usually very vendor specific.
ajdecon | 7 years ago | on: Ask HN: What VPN service are you currently using?
It’s similar in concept to Algo, in that you deploy your own VPN server on a VPS rather than use a hosted service. However, it provides a polished desktop app for deploying the server, and walks you through creating a VPS on DigitalOcean very easily.
This is incredibly helpful, because most folks I’ve helped with VPN setups are not comfortable aren’t handy with a CLI, and I’ve been able to walk more than one person through setting Outline up very easily.
ajdecon | 7 years ago | on: How to Make Other Developers Hate to Work with You
"Unfortunately this tool doesn't exist for blb++, but we should still improve our coding style for this application. Is there another way to improve our correctness testing? If we allocate some time to improving unit testing, maybe we can do this refactor once we have X% coverage in these critical parts of the codebase."
I.e., acknowledge that both goals are valid, and look for alternate solutions to make incremental progress towards both. Finding middle ground is unlikely to be satisfying from either viewpoint. In this example, Dev A isn't getting a quick win from fixing the coding style right away, and Dev B needs to allocate some time to improving testing. But especially when working on big teams and projects, this kind of piece-wise progress is where I've seen most things get done.
This kind of solution might be pointed out by either Dev A or B, or they might need to bring in a fresh pair of eyes if they're both already frustrated. :)
ajdecon | 7 years ago | on: Ask HN: Why aren't you using a public cloud?
- Not cost-efficient at large scale. When you expect and plan to run thousands of nodes at near 100% CPU and memory usage for years at a time, running a machine room can still be less expensive.
- Specialized hardware not available in public clouds, e.g., very low latency networks configured in an optimal topology.
- Lack of control over hardware upgrade schedule. E.g., a cloud probably won’t give you those shiny new GPUs as early as you can shove them in your own servers.
The balance is shifting in many of these areas, and there’s plenty of scientific computing that can use a public cloud now. But I still wouldn’t use it for problems that are both highly CPU-intensive and require low latency networks, especially if I have long-term workloads.
ajdecon | 8 years ago | on: The world in which IPv6 was a good design
ajdecon | 8 years ago | on: Network Protocols
[0] https://www.goodreads.com/book/show/8515228-computer-network...
ajdecon | 8 years ago | on: Ask HN: How can I do social good through programming?
There are also organizations like Code for America that do open source work with local governments. Since those projects are open source, you could probably volunteer your time and contribute to those. Or simply volunteer in a non-developer capacity! :)
Doing actual social good -- helping people in ways that will actually solve their problems, understanding the consequences of changing their lives -- requires a ton of context and communication. I think it's very, very difficult to do so without either dedicating most of your time to that cause, or working closely with an organization that is already doing so. (E.g., volunteering for a food bank is a lot more effective than just picking up food and distributing it on your own.)
ajdecon | 9 years ago | on: Ask HN: Mailing lists that HN readers ought to know about?
- DevOps Weekly: http://www.devopsweekly.com/
- SRE Weekly: https://sreweekly.com/
- cron.weekly: https://www.cronweekly.com/
- Monitoring Weekly: http://weekly.monitoring.love/
There's occasionally a little overlap between these, but I mostly find that they cover different ground. SRE Weekly in particular has good coverage of outages and incident reports that I find interesting.
ajdecon | 9 years ago | on: Slow email replies cause serious anxiety
Oh God. I hope this is "within business hours"? Because I sleep for more than 4 hours at a stretch, thanks.
(Also: occasionally a comprehensive reply requires an essay, or the equivalent. What do you do in this case?)
ajdecon | 9 years ago | on: CPP: A Standardized Alternative to AMP
ajdecon | 10 years ago | on: GCC 6.1 Released
ajdecon | 10 years ago | on: Tips for Naming Computers
Even with physical machines: if the function changes, the correct thing to do is re-name and re-image it, and not worry about the fact that the physical box is the same. Your physical maintenance records should be keyed by something like asset tag anyway.
Feel free to send me an email (findable via my HN profile) mentioning that you found it via this thread, and I’m happy to extend an invite.