I wasn't precise enough, my bad. I was referring to the comment about which says that by Switzerland restricting the moves from EU, loses the free movement to EU. My comment says that this is less of an issue -- the…
It's not about free movement, but "free trade"/joint market. Having rich countries support its poor neighbors is an ingenious solution to improving your quality of life. You impose your rules, regulations and monetary…
I did the same after Netflix dropped movies I cared about. First I tried playing DVDs straight from PC which is connected to TV. That was horrible quality and UX. Then I bought a good quality DVD player with hardware…
My daily driver! Considering how much time I spend with these tools, it's surprising that I had relatively few iterations over the years. I have two major use cases: 1) a TODO list 2) longer texts (project plans, travel…
Heavy use of C++ templates can significantly increase the binary size. Same for the heavy use of generated code (e.g. protocol buffers etc.).
IIUC, the Swiss German can't make a cut as there's no standard written form (and with it, not much resources), and the variations between the cities are pretty significant.
I have zero experience in sales and marketing, but I was wondering how I would start if I had to do that. After reading a bit about it and googling around, I stumbled upon Alex Hormozi and his YouTube channel:…
I was in a similar discussion some 10y ago. After a few rounds, we concluded that for a really good reliability you could do the following: - no service is expected to last long enough or to keep your data safe, - a…
What the OP is referring to requires overprovisioning of the high priority traffic and the sine-like utilization (without it, the benefits of the "batch" tier is close to zero -- the preemption is too high for any…
This assumes the common resources (CPU, RAM, etc.), not the ones required for the LLM training (GPU, TPU, etc.). It's different economy. TL; DR: It's not ~free.
It's about the different ways the language allows you to shoot yourself in the foot. I worked on large Python, C++, Java & Go services. I have 10y+ of experience with the first 3. C++ allows you to write…
In my case, it was the integration testing framework built for a large Python service. This was ~10y ago, so my memory might not serve me well. A bit of context: - proprietary service, written in Python, maaany KLOC, -…
> With this in mind insurance is a service worth paying for as long as the fee is lower than utility you gain from it. Why even consider the insurance as investment (money increasing tool)? A stock market would get you…
This is amazingly well said! It deserves a huge virtual billboard.
If I understood it correctly, it's not much different from what `absl::flat_hash_map` does. Look for "Metadata information"/control bits at https://abseil.io/about/design/swisstables
That's mostly intuitive. An accurate answer is often driven by a concrete and highly confident fact in the training dataset (e.g. structured data fact, like a birth date from Wikipedia etc.). The hallucinations are…
In (1) you imply that hallucinations are strictly due to nondeterminism in GPT computation. A hallucination happens (IIUC) because of the numeric imprecision, model regularization and various thresholds. In short, the…
Chrome gives me the graph, and rich stock data. Firefox gives a minimum amount of data (vanilla install, no addons). See: - https://ibb.co/gJQhTbK - https://ibb.co/bJZ7JVR I get the same behavior for the people queries…
I hit a few in the past. But, I'm failing to find any of them at the moment... Maybe I should give Firefox mobile another try. It could be that my baseline was the Chrome rendering, so any discrepancy was classified as…
> a large part of the modern internet users are mobile-only, and the amount of people who use anything but what Google tells them to (or Apple allows them to) is vanishingly small. I'm a Chrome user. Both on desktop and…
I've built something similar for myself (fzf+a bit of shell). But I realized that fzf's history view (with very long history buffer) works much better for my use case. I still needed something to cover rare commands…
>> the signals I'm looking for: (1) can the candidate code fluently, (2) do they approach the problem in a systematic way, (3) can I communicate with them without friction. > Isn't this a sort of cultural preference on…
>> As soon as you hit strong cultural disagreement (e.g. "new technologies" is a minefield) > I am not sure what you mean by this. This is a question I ask and I’m concerned there’s something I’m missing here. Could you…
I'd probably fail the author's interview. As soon as you hit strong cultural disagreement (e.g. "new technologies" is a minefield), the interviewer has to be a mental Hulk to proceed without bias. Goodbye diversity.…
The article doesn't touch upon some major pain points. While the sea side is nice, it heavily relies on tourism and short term rentals. A long term rental is difficult to find during the summer time and it's not well…
I wasn't precise enough, my bad. I was referring to the comment about which says that by Switzerland restricting the moves from EU, loses the free movement to EU. My comment says that this is less of an issue -- the…
It's not about free movement, but "free trade"/joint market. Having rich countries support its poor neighbors is an ingenious solution to improving your quality of life. You impose your rules, regulations and monetary…
I did the same after Netflix dropped movies I cared about. First I tried playing DVDs straight from PC which is connected to TV. That was horrible quality and UX. Then I bought a good quality DVD player with hardware…
My daily driver! Considering how much time I spend with these tools, it's surprising that I had relatively few iterations over the years. I have two major use cases: 1) a TODO list 2) longer texts (project plans, travel…
Heavy use of C++ templates can significantly increase the binary size. Same for the heavy use of generated code (e.g. protocol buffers etc.).
IIUC, the Swiss German can't make a cut as there's no standard written form (and with it, not much resources), and the variations between the cities are pretty significant.
I have zero experience in sales and marketing, but I was wondering how I would start if I had to do that. After reading a bit about it and googling around, I stumbled upon Alex Hormozi and his YouTube channel:…
I was in a similar discussion some 10y ago. After a few rounds, we concluded that for a really good reliability you could do the following: - no service is expected to last long enough or to keep your data safe, - a…
What the OP is referring to requires overprovisioning of the high priority traffic and the sine-like utilization (without it, the benefits of the "batch" tier is close to zero -- the preemption is too high for any…
This assumes the common resources (CPU, RAM, etc.), not the ones required for the LLM training (GPU, TPU, etc.). It's different economy. TL; DR: It's not ~free.
It's about the different ways the language allows you to shoot yourself in the foot. I worked on large Python, C++, Java & Go services. I have 10y+ of experience with the first 3. C++ allows you to write…
In my case, it was the integration testing framework built for a large Python service. This was ~10y ago, so my memory might not serve me well. A bit of context: - proprietary service, written in Python, maaany KLOC, -…
> With this in mind insurance is a service worth paying for as long as the fee is lower than utility you gain from it. Why even consider the insurance as investment (money increasing tool)? A stock market would get you…
This is amazingly well said! It deserves a huge virtual billboard.
If I understood it correctly, it's not much different from what `absl::flat_hash_map` does. Look for "Metadata information"/control bits at https://abseil.io/about/design/swisstables
That's mostly intuitive. An accurate answer is often driven by a concrete and highly confident fact in the training dataset (e.g. structured data fact, like a birth date from Wikipedia etc.). The hallucinations are…
In (1) you imply that hallucinations are strictly due to nondeterminism in GPT computation. A hallucination happens (IIUC) because of the numeric imprecision, model regularization and various thresholds. In short, the…
Chrome gives me the graph, and rich stock data. Firefox gives a minimum amount of data (vanilla install, no addons). See: - https://ibb.co/gJQhTbK - https://ibb.co/bJZ7JVR I get the same behavior for the people queries…
I hit a few in the past. But, I'm failing to find any of them at the moment... Maybe I should give Firefox mobile another try. It could be that my baseline was the Chrome rendering, so any discrepancy was classified as…
> a large part of the modern internet users are mobile-only, and the amount of people who use anything but what Google tells them to (or Apple allows them to) is vanishingly small. I'm a Chrome user. Both on desktop and…
I've built something similar for myself (fzf+a bit of shell). But I realized that fzf's history view (with very long history buffer) works much better for my use case. I still needed something to cover rare commands…
>> the signals I'm looking for: (1) can the candidate code fluently, (2) do they approach the problem in a systematic way, (3) can I communicate with them without friction. > Isn't this a sort of cultural preference on…
>> As soon as you hit strong cultural disagreement (e.g. "new technologies" is a minefield) > I am not sure what you mean by this. This is a question I ask and I’m concerned there’s something I’m missing here. Could you…
I'd probably fail the author's interview. As soon as you hit strong cultural disagreement (e.g. "new technologies" is a minefield), the interviewer has to be a mental Hulk to proceed without bias. Goodbye diversity.…
The article doesn't touch upon some major pain points. While the sea side is nice, it heavily relies on tourism and short term rentals. A long term rental is difficult to find during the summer time and it's not well…