HackerLangs
TopNewTrendsCommentsPastAskShowJobs

jodleif

no profile record

comments

jodleif
·17일 전·discuss
Its about the angle yes, but the main thing is basically for every square unit of solar radiation gets projected onto a larger surface because of the angle- meaning radiation per unit area is lower. The secondary effect is that sunlight has to travel through more atmosphere, and gets scattered somewhat.
jodleif
·2개월 전·discuss
Would be really nice. Seems like even android is getting more and more locked down
jodleif
·3개월 전·discuss
Yes, except for the odd anti-cheat that needs kernel level access
jodleif
·3개월 전·discuss
Threadripper is a good alternative. No point having a lot of dual channel ram for LLMs, too slow
jodleif
·4개월 전·discuss
In any functioning sports body testing is random and unannounced
jodleif
·4개월 전·discuss
As long as you tune the JVM right it can be faster. But its a big if with the tune, and you need to write performant code
jodleif
·4개월 전·discuss
Agreed. Also, it takes time to understand a domain properly- so the innate slowness of coding helps with letting things “simmer” in the back of the mind.
jodleif
·4개월 전·discuss
I found swift way more enjoyable than rust as a C++ alternative. It even has first class-ish interop now.
jodleif
·4개월 전·discuss
Deterministic uuids is a very standard usecase
jodleif
·4개월 전·discuss
The sad part is the “buddy hackathon” is kind of redundant now
jodleif
·6개월 전·discuss
For humans org-mode is good at this
jodleif
·7개월 전·discuss
I find this to be a bit “easy”. There is such a thing as bad tools. If it is difficult to determine if the tool is good or bad i’d say some of the blame has to be put on the tool.
jodleif
·7개월 전·discuss
I assume these needs to be indications on overall diet.

Edit: i.e a bacon eater consumes a higher than average caloric intake, hazelnut eaters have more greens/vegetables in their diet possibly
jodleif
·7개월 전·discuss
The huge difference with f1 is that each team more or less make their own _bespoke_ car (except engine). With indycar is much more of a spec series where Dallara(?) makes the chassies for each team.
jodleif
·7개월 전·discuss
A common pattern is to offload (most of) the expert layers to the CPU. This combination is still quite fast even with slow system ram, though obviously inferior to a pure VRAM loading
jodleif
·7개월 전·discuss
1. Have you seen the Qwen offerings? They have great multi-modality, some even SOTA.
jodleif
·7개월 전·discuss
Assuming your hardware premise is right (and lets be honest, nobody really wants to send their data to chinese providers) You can use a provider like Cerebras, Groq?
jodleif
·7개월 전·discuss
> Valuation is not based on what they have done but what they might do

Exactly what I’m thinking. Chinese models catching rapidly. Soon to be on-par with the big dogs.
jodleif
·7개월 전·discuss
I genuinely do not understand the evaluations of the US AI industry. The chinese models are so close and far cheaper
jodleif
·8개월 전·discuss
Did you mean list<a> -> b? To my mind a transducer is a tranform + reducer