HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mmoskal

793 karmajoined vor 11 Jahren
@OpenAI. https://moskal.me

comments

mmoskal
·vor 13 Stunden·discuss
https://github.com/openai/cdc-lean
mmoskal
·letzten Monat·discuss
I believe the App Store policy is you have to have a setting to disable ads. And Uber actually has it (though it has 8 different channels or so, apparently "Uber teen accounts" marketing was added recently).

I used the setting and am not getting Uber ads (only Uber ride notifications).
mmoskal
·vor 2 Monaten·discuss
If you want something with very small pcb footprint and DIY cheap cable try Hack connect https://arcade.makecode.com/hardware/dbg
mmoskal
·vor 8 Monaten·discuss
Grammars work best when aligned with prompt. That is, if your prompt gives you the right format of answer 80% of the time, the grammar will take you to a 100%. If it gives you the right answer 1% of the time, the grammar will give you syntactically correct garbage.
mmoskal
·vor 8 Monaten·discuss
OpenAI is using [0] LLGuidance [1]. You need to set strict:true in your request for schema validation to kick in though.

[0] https://platform.openai.com/docs/guides/function-calling#lar... [1] https://github.com/guidance-ai/llguidance
mmoskal
·vor 9 Monaten·discuss
I had good experience with carefully spaced holes in PCB and a 50 mil header, see https://jacdac.github.io/jacdac-docs/ddk/firmware/jac-connec...
mmoskal
·vor 10 Monaten·discuss
The previous article is in the same issue, in science and technology section. This is how they typically do it - leader article has a longer version in the paper. Leaders tend to be more opinionated.
mmoskal
·letztes Jahr·discuss
According to Stack Overflow developer survey [0] Rust is at 12.5%, roughly a half of C# or Java and a quarter of Python. Also more than twice Ruby. So definitely not niche.

[0] https://survey.stackoverflow.co/2024/technology#most-popular...
mmoskal
·vor 2 Jahren·discuss
Interestingly in a Javascript or similar runtime most of text that hits the caches where the size actually matters is still ASCII even in far east because of identifiers. Utf8 for the win!