I am this π€ close to have a functioning CSG system.
02.12.2025 23:32 β π 1 π 0 π¬ 0 π 0@progfix.bsky.social
Civil Engineering | Software Development | Office BIM Manager π π π» #BIM #AEC #architecture #gamedev #coding #softwaredevelopment #programming
I am this π€ close to have a functioning CSG system.
02.12.2025 23:32 β π 1 π 0 π¬ 0 π 0I wrote this function about 5 years ago. It is currently used 100 of times in my code base. Only now I realised I mixed up the arguments πππ FML
30.11.2025 08:56 β π 2 π 0 π¬ 0 π 0I am heavily using my own lisp-like scripting language in one of my hobby projects. I added the '|' operator, which treats everything after it as a new list.
That shaves off at least 50% of all paranthesis and makes me actually enjoy writing in lisp-syntax.
Now visualising the tree-sitter syntax tree.
#programming
A screenshot of a program. It is a node-graph canvas with panels that show a folder or a file with code.
Working on an interactive code base explorer.
#programming
π
15.04.2025 22:13 β π 3 π 0 π¬ 0 π 0It's an odd mix of
"Gold- und Silber-Schmuck"
and
"Gold, Silber und Schmuck".
So maybe they buy Gold, Silber, Goldschmuck and Silberschmuck? ^^
A term coined by Andrej Karpathy for doing brain dead AI coding.
04.03.2025 00:40 β π 1 π 0 π¬ 0 π 0π
28.02.2025 16:36 β π 0 π 0 π¬ 0 π 0Nice!
27.02.2025 18:18 β π 1 π 0 π¬ 0 π 0Ah yes, straight skeletons.
27.02.2025 16:38 β π 1 π 0 π¬ 1 π 0Sounds great!
I love seeing you make progress on very post. I will definitly check it out when you release it!
I always wanted to ask: What engine or libraries are you using, if any?
19.02.2025 18:51 β π 1 π 0 π¬ 1 π 0π
15.02.2025 09:47 β π 1 π 0 π¬ 0 π 0Depends on the roof system. The first tile system in the video, they just lay there, holding each other down. There might be a single nail hole for fixing them at the edges of the roof or on steep roofs.
There are other modern systems were every tile needs to be nailed down.
Finally added animations to my ui-layer.
#Programming
I really like the NeoVIm plug-in sphamba/smear-cursor.nvim.
It removes that split second of seeing where my cursor went.
#NeoVim #Programming
Something I am trying out for my codebase: Prefixing and marking helper functions. Also highlighting them in NeoVim with the help of tree sitter queries.
#Programming
HTML source code with a link-tag that is 400000 characters long.
Gotta love the simplicity of modern websites:
#Programming
After looking more into ctags:
--output-format=json --fields=+enS --c-types=f
... is the way to go for getting functions.
#Programming
Example of ctags output.
I tried tree-sitter for grabbing c-function-definitions. The CLI is unusable for this task. You can't just use it from any folder you want...
ctags on the other hand does exactly that. Although you need to let it output in the emacs style (-e), the standard output is weird and hard to parse.
π
20.12.2024 06:34 β π 0 π 0 π¬ 0 π 0May I ask: what font is this? I have been looking for one like that for years.
30.11.2024 10:04 β π 1 π 0 π¬ 0 π 0π
18.11.2024 18:09 β π 1 π 0 π¬ 0 π 0Actually, for deleting views from sheets, you need to work with viewports:
15.11.2024 10:27 β π 2 π 0 π¬ 1 π 0Try something like this:
15.11.2024 10:19 β π 0 π 0 π¬ 1 π 0I would like to be in that list :)
15.11.2024 06:56 β π 1 π 0 π¬ 1 π 0Yeah, I wish i had an even bigger screen to see as much of the project as possible.
22.10.2024 18:47 β π 1 π 0 π¬ 0 π 0A screen full with code
My happy place...
#programming