There is also libmill/libdill, which implements go-style coroutines using setjmp and is usable directly from C (not just as a transpilation target). https://libmill.org/
Technical reasons I know of: - Support from major engines is still bad: Unreal Engine does not have web exports. Godot 4 does not support them when using C#. That only leaves Unity. - While WebGL is mature, it's based…
Now acknowledged: https://archlinux.org/news/active-aur-malicious-packages-inc...
The techniques in the article right now have had around 95%-100% success at avoiding spam and take about 5 min. to implement. Your approach of putting an LLM in front of your inbox gives 97% accuracy, may have false…
Very interesting. It seems for his own email the author has opted for a combination of the CSS display none technique and a XOR cipher: <span class="hidden…
Great idea. After telling claude to "make a song" and pointing it to the strudel docs, it gave me this:…
> gave that task to Claude and within 15 minutes I had a working userscript Hate to say it but you can just tell an LLM to make the calendar for you as an html artifact that includes a print view. It can also add a .ics…
> It's apparently an official priority I've been following the github issue for C# web export and let me tell you: It's not been a priority. > EnC makes it possible to change C# code while the game is running and the…
For the record I would still choose C# out of all the options for a bigger game (GDscript with strict type-hinting might suffice for small ones). My main complaints that I can still remember: - deprecated web export for…
Very true. While I believe there can be a place for a language tailored specifically for gamedev, GDScript certainly is not it. C# support seems to have been added reluctantly, because the prospect of attracting unity…
Guests don't care about charisma, they care who your previous guests were. He early on got Elon Musk as a guest (AFAIK by writing a paper that was overly favorable to Tesla) and managed to snowball that into a big…
Claude code seems to have gotten the backslashes in your circles mixed up. They look more round when \ is / and vice versa.
> I always assumed there was more to Org mode than "Markdown for Emacs", but this post makes it sound exactly like that. That is because the post focuses on org-mode: the markup language. But there is also org-mode: the…
> Small quantities of poisoned training data can significantly damage a language model. Is this still accurate?
I had the same reaction and I think you are not supposed to close it. Just go Menu -> Print (Ctrl+P) and you will see it without the box.
Couple things that helped me understand literate programming: - A literate program has code and documentation interleaved in one file. - Weaving means extracting documentation and turning it into e.g. a pdf. - Tangling…
org-mode could have had a chance if they had provided tooling outside the emacs ecosystem. But now LLMs have chosen markdown, so it's destined to forever remain an obscurity.
The most appalling thing of this is the printout of what seems to be a web page in darkmode.
>It also has a much tougher job - all the cmd, ctrl, alt and shift + combinations are mostly done using the left hand Look into homerow mods if you are prepared to do some (invasive) key remaps in software:…
I wonder what issues they ran into with using the entire keyboard as a mouse.
Pretty sure it's used as a marketing term here. They train on images that you generate/give it, but the output of that training is not a model, it's a static 3d scene made up out of gaussian splats. You are not running…
It's a shame that trackpoints never caught on outside of the thinkpad crowd. I rarely see them get used for custom keyboards, even though they are IMO the perfect fit for a use case like this.
>It's a condition in which one type of stimulation evokes the sensation of another, as when the hearing of a sound produces the visualization of a color. So what happens when synesthetes watch a movie that is showing…
Before knowing about binfmt, I always wondered how wine is able is able to execute .exe files directly, i.e. ./prog.exe instead of wine ./prog.exe. Turns out the wine package (at least on Arch) comes with a handler for…
There was also residual suspicion of European industry among US airliners. [...] Against this backdrop, Airbus did everything it could to deemphasize its European heritage as it toured the US. The European tech industry…
There is also libmill/libdill, which implements go-style coroutines using setjmp and is usable directly from C (not just as a transpilation target). https://libmill.org/
Technical reasons I know of: - Support from major engines is still bad: Unreal Engine does not have web exports. Godot 4 does not support them when using C#. That only leaves Unity. - While WebGL is mature, it's based…
Now acknowledged: https://archlinux.org/news/active-aur-malicious-packages-inc...
The techniques in the article right now have had around 95%-100% success at avoiding spam and take about 5 min. to implement. Your approach of putting an LLM in front of your inbox gives 97% accuracy, may have false…
Very interesting. It seems for his own email the author has opted for a combination of the CSS display none technique and a XOR cipher: <span class="hidden…
Great idea. After telling claude to "make a song" and pointing it to the strudel docs, it gave me this:…
> gave that task to Claude and within 15 minutes I had a working userscript Hate to say it but you can just tell an LLM to make the calendar for you as an html artifact that includes a print view. It can also add a .ics…
> It's apparently an official priority I've been following the github issue for C# web export and let me tell you: It's not been a priority. > EnC makes it possible to change C# code while the game is running and the…
For the record I would still choose C# out of all the options for a bigger game (GDscript with strict type-hinting might suffice for small ones). My main complaints that I can still remember: - deprecated web export for…
Very true. While I believe there can be a place for a language tailored specifically for gamedev, GDScript certainly is not it. C# support seems to have been added reluctantly, because the prospect of attracting unity…
Guests don't care about charisma, they care who your previous guests were. He early on got Elon Musk as a guest (AFAIK by writing a paper that was overly favorable to Tesla) and managed to snowball that into a big…
Claude code seems to have gotten the backslashes in your circles mixed up. They look more round when \ is / and vice versa.
> I always assumed there was more to Org mode than "Markdown for Emacs", but this post makes it sound exactly like that. That is because the post focuses on org-mode: the markup language. But there is also org-mode: the…
> Small quantities of poisoned training data can significantly damage a language model. Is this still accurate?
I had the same reaction and I think you are not supposed to close it. Just go Menu -> Print (Ctrl+P) and you will see it without the box.
Couple things that helped me understand literate programming: - A literate program has code and documentation interleaved in one file. - Weaving means extracting documentation and turning it into e.g. a pdf. - Tangling…
org-mode could have had a chance if they had provided tooling outside the emacs ecosystem. But now LLMs have chosen markdown, so it's destined to forever remain an obscurity.
The most appalling thing of this is the printout of what seems to be a web page in darkmode.
>It also has a much tougher job - all the cmd, ctrl, alt and shift + combinations are mostly done using the left hand Look into homerow mods if you are prepared to do some (invasive) key remaps in software:…
I wonder what issues they ran into with using the entire keyboard as a mouse.
Pretty sure it's used as a marketing term here. They train on images that you generate/give it, but the output of that training is not a model, it's a static 3d scene made up out of gaussian splats. You are not running…
It's a shame that trackpoints never caught on outside of the thinkpad crowd. I rarely see them get used for custom keyboards, even though they are IMO the perfect fit for a use case like this.
>It's a condition in which one type of stimulation evokes the sensation of another, as when the hearing of a sound produces the visualization of a color. So what happens when synesthetes watch a movie that is showing…
Before knowing about binfmt, I always wondered how wine is able is able to execute .exe files directly, i.e. ./prog.exe instead of wine ./prog.exe. Turns out the wine package (at least on Arch) comes with a handler for…
There was also residual suspicion of European industry among US airliners. [...] Against this backdrop, Airbus did everything it could to deemphasize its European heritage as it toured the US. The European tech industry…