Gábor Gyebnár

31 Followers
28 Following
60 Posts
Zoom but 4k@60hz please.
@logicalerror Good call, I added a note.
@logicalerror One of the criteria was to use the least possible number or triangles. It is part of the prompt. Flash used a much simpler algorithm that adds extra vertices. The tessellation is otherwise correct indeed.

Same task, multiple coding agents inlucding #claude, #chatgpt and #gemini.

Full article, source, prompt: https://aedm.net/blog/square-minus-square-2025-12-22/

@chainq Wow, that's neat. :) I wonder if those were used often. The history of the "help" key is probably quite a rabbit hole.

Please make F1 key invoke the command palette in every app.

We should finally recognize "help" on that key as a failed experiment.

After 5 years of #rust I'm not scared of the "cannot borrow" error anymore. Now I'm scared of "is not dyn compatible".
#wgsl is so cool: I can use the same shader source for multiple vertex and fragment shaders and they share data structures.
Explaining The Postgres Meme

Have you seen this legendary SQL iceberg meme? Let's talk about it while wearing our PostgreSQL hat!

Avestura's Blog
@kornel HTML, CSS and JS are prime exhibits of browser-specific behavior, we've been through years of pain. Compatibility issues even contributed to the death of IE. Maybe it's just me but historically, binary formats seem to be less error prone. WGSL as a language is pretty neat though.