You had keyboards? Luxury, back in my day we had to stamp punch cards with the tips of our fingers. If we made a mistake, the head operator would cut one of our fingers off with a bread knife. We didn't mind though, it…
I didn't get very far into AoC this year as I ran out of time. Maybe I'll pick it up again later. But my point is, I was surprised at how hard day 5, part 2 was. I didn't give up and solved it, but went away wondering…
My first thought was that the pilots and crew would lose their jobs if they refused to fly. But perhaps pilots would be less likely to get rated for Max aircraft if (hypothetically) there's a perceived broad issue with…
I still prefer 200 with an empty list for the 'no results' case. The same client code works, rather than having to code for 204. - If I query for an identifier which doesn't exist - Server replies 404, this should fall…
I like the convention: - 404 if resource requested by id - 200 with empty list of results if it was a 'search' type request with params (not referring directly to an id)
I was looking for this comment. I'm very happy with the combo of IntelliJ features and vim movement commands. The only inertia vim adds to my workflow is escaping into command mode. I have a 'jk' shortcut combo rather…
We ran into a problem where we blew the direct memory limit recently. To trace the problem, I added a breakpoint on ByteBuffer.allocateDirect() - this is how DM is normally allocated. But rather than suspending the…
Google have their "Machine Unlearning" challenge to address this specific issue - removing the influence of given training data without retraining from scratch. Seems like a hard problem.…
Regression is a good analogy of the problem here. If you found a line of best fit for some datapoints, how would you get back the original datapoints, from the line? Now imagine terabytes worth of datapoints, and…
Merry Christmas - Have you tried https://www.kaggle.com/datasets ?
Also curious. I'm a sample of 1 and also relatively inexperienced. But I felt I quickly reached the limits of what was possible when I tried doing sentence classification with OSS sentence embedding models. The issue…
I wrote a subtractive synth in java for my masters project. It was a fascinating domain to learn. For example, how to manage the independent voices, wavetable interpolation, envelopes. I was probably in over my head,…
Here's a fairly in-depth exploration of spaced repetition, if that's the style you prefer - https://gwern.net/spaced-repetition
Furthermore "If it were measured as a country, then cybercrime — which is predicted to inflict damages totaling $6 trillion USD globally in 2021 — would be the world’s third-largest economy after the U.S. and China."…
I've also noticed over a few recent trips to Amsterdam that there's something special about the sound Ij. The river IJ, and the beer Ijwit. The language is unfamiliar to me, and quite intriguing. I find the…
I wouldn't say I'm someone with knowledge (non-US, non-economist etc). But I understand the interest payments on a large national debt can be a problem. Not sure if that's a significant factor here. I only just recently…
A few years back I got a decent second hand student oboe for £300 on eBay. Prices are probably higher now though. You'd definitely want to check out the second hand market if getting started in woodwind.
There should be a name for the logical fallacy where direction of travel of a statistic is taken out of context. Local fluctuation being taken as the beginning of a trend. Perhaps just "short-sightedness", but it's more…
Good write up. Sometimes novelty comes from outside the team. For example, cross-department re-platforming efforts, vendor changes, and long running migration projects. This can all lead to inconsistency, which needs to…
You might be interested in some podcasts by Oxide Computer Co - they talk in depth about their challenges designing and building a high speed top of rack ethernet switch. They go into problems of high speed circuit…
At first glance, one might think Java already has collection types with defined encounter order - List (defined iteration order based on insertion order) and SortedSet/SortedMap (defined iteration order based on…
Oh, to be fair, NLP proposed the meta model, which was based on how Virginia Satir would solve people's problems by just getting them to be more specific, in a skilful way. This would highlight how our thinking can…
I'd say the two fields are very different. In the case of NLP - they watched very successful therapists in the 1970s, noticed some common themes, and extracted out a model. So for example, Milton Erickson would tell…
I was in this position just recently where git suddenly stopped working, due to needing a complete update of xcode tools. Annoying blocker but OK, let's get it done. But trying to download the xcode tools put me into a…
If I may suggest some further feedback, I think mentoring is very important at a senior level. Perhaps this could be covered in a chapter in the existing communication section, unless of course I missed something! I…
You had keyboards? Luxury, back in my day we had to stamp punch cards with the tips of our fingers. If we made a mistake, the head operator would cut one of our fingers off with a bread knife. We didn't mind though, it…
I didn't get very far into AoC this year as I ran out of time. Maybe I'll pick it up again later. But my point is, I was surprised at how hard day 5, part 2 was. I didn't give up and solved it, but went away wondering…
My first thought was that the pilots and crew would lose their jobs if they refused to fly. But perhaps pilots would be less likely to get rated for Max aircraft if (hypothetically) there's a perceived broad issue with…
I still prefer 200 with an empty list for the 'no results' case. The same client code works, rather than having to code for 204. - If I query for an identifier which doesn't exist - Server replies 404, this should fall…
I like the convention: - 404 if resource requested by id - 200 with empty list of results if it was a 'search' type request with params (not referring directly to an id)
I was looking for this comment. I'm very happy with the combo of IntelliJ features and vim movement commands. The only inertia vim adds to my workflow is escaping into command mode. I have a 'jk' shortcut combo rather…
We ran into a problem where we blew the direct memory limit recently. To trace the problem, I added a breakpoint on ByteBuffer.allocateDirect() - this is how DM is normally allocated. But rather than suspending the…
Google have their "Machine Unlearning" challenge to address this specific issue - removing the influence of given training data without retraining from scratch. Seems like a hard problem.…
Regression is a good analogy of the problem here. If you found a line of best fit for some datapoints, how would you get back the original datapoints, from the line? Now imagine terabytes worth of datapoints, and…
Merry Christmas - Have you tried https://www.kaggle.com/datasets ?
Also curious. I'm a sample of 1 and also relatively inexperienced. But I felt I quickly reached the limits of what was possible when I tried doing sentence classification with OSS sentence embedding models. The issue…
I wrote a subtractive synth in java for my masters project. It was a fascinating domain to learn. For example, how to manage the independent voices, wavetable interpolation, envelopes. I was probably in over my head,…
Here's a fairly in-depth exploration of spaced repetition, if that's the style you prefer - https://gwern.net/spaced-repetition
Furthermore "If it were measured as a country, then cybercrime — which is predicted to inflict damages totaling $6 trillion USD globally in 2021 — would be the world’s third-largest economy after the U.S. and China."…
I've also noticed over a few recent trips to Amsterdam that there's something special about the sound Ij. The river IJ, and the beer Ijwit. The language is unfamiliar to me, and quite intriguing. I find the…
I wouldn't say I'm someone with knowledge (non-US, non-economist etc). But I understand the interest payments on a large national debt can be a problem. Not sure if that's a significant factor here. I only just recently…
A few years back I got a decent second hand student oboe for £300 on eBay. Prices are probably higher now though. You'd definitely want to check out the second hand market if getting started in woodwind.
There should be a name for the logical fallacy where direction of travel of a statistic is taken out of context. Local fluctuation being taken as the beginning of a trend. Perhaps just "short-sightedness", but it's more…
Good write up. Sometimes novelty comes from outside the team. For example, cross-department re-platforming efforts, vendor changes, and long running migration projects. This can all lead to inconsistency, which needs to…
You might be interested in some podcasts by Oxide Computer Co - they talk in depth about their challenges designing and building a high speed top of rack ethernet switch. They go into problems of high speed circuit…
At first glance, one might think Java already has collection types with defined encounter order - List (defined iteration order based on insertion order) and SortedSet/SortedMap (defined iteration order based on…
Oh, to be fair, NLP proposed the meta model, which was based on how Virginia Satir would solve people's problems by just getting them to be more specific, in a skilful way. This would highlight how our thinking can…
I'd say the two fields are very different. In the case of NLP - they watched very successful therapists in the 1970s, noticed some common themes, and extracted out a model. So for example, Milton Erickson would tell…
I was in this position just recently where git suddenly stopped working, due to needing a complete update of xcode tools. Annoying blocker but OK, let's get it done. But trying to download the xcode tools put me into a…
If I may suggest some further feedback, I think mentoring is very important at a senior level. Perhaps this could be covered in a chapter in the existing communication section, unless of course I missed something! I…