One of my test houses renders properly now, but only because the stairs happen to face south
Notices by Drew DeVault (drewdevault@fosstodon.org), page 2
-
Embed this notice
Drew DeVault (drewdevault@fosstodon.org)'s status on Saturday, 16-Nov-2024 19:27:41 JST Drew DeVault -
Embed this notice
Drew DeVault (drewdevault@fosstodon.org)'s status on Saturday, 16-Nov-2024 19:27:40 JST Drew DeVault Wait why is the chunk scheduler O(n²), why did I think that was a good idea
-
Embed this notice
Drew DeVault (drewdevault@fosstodon.org)'s status on Saturday, 16-Nov-2024 19:27:40 JST Drew DeVault Thanks @martijnbraam for helping model the open piston!
-
Embed this notice
Drew DeVault (drewdevault@fosstodon.org)'s status on Saturday, 16-Nov-2024 19:27:40 JST Drew DeVault Getting better at quickly knocking out weird block models with the assistance of blender
-
Embed this notice
Drew DeVault (drewdevault@fosstodon.org)'s status on Saturday, 16-Nov-2024 19:27:39 JST Drew DeVault It begins
-
Embed this notice
Drew DeVault (drewdevault@fosstodon.org)'s status on Saturday, 16-Nov-2024 19:27:39 JST Drew DeVault Last could of days have been a break from implementing Minecraft beta 1.7.3 to spend some time actually playing it for the first time in... a while
-
Embed this notice
Drew DeVault (drewdevault@fosstodon.org)'s status on Saturday, 16-Nov-2024 19:27:39 JST Drew DeVault lol, I thought the tesselator was causing the lag spikes, it was the scheduler (it takes 100x longer than the tesselator with this stupid algorithm)
-
Embed this notice
Drew DeVault (drewdevault@fosstodon.org)'s status on Saturday, 16-Nov-2024 19:27:38 JST Drew DeVault These chunks courtesy of a vanilla Minecraft beta 1.7.3 server
-
Embed this notice
Drew DeVault (drewdevault@fosstodon.org)'s status on Saturday, 16-Nov-2024 19:27:38 JST Drew DeVault This version of the network protocol is really annoying to implement because you have to write decoders for *every* packet format because the packets are not length prefixed
-
Embed this notice
Drew DeVault (drewdevault@fosstodon.org)'s status on Wednesday, 13-Nov-2024 23:51:31 JST Drew DeVault To anyone who is doing anything with machine learning, please stop
Signed, everyone else
-
Embed this notice
Drew DeVault (drewdevault@fosstodon.org)'s status on Wednesday, 13-Nov-2024 19:35:54 JST Drew DeVault With a bit of effort I was able to get GitHub's new AI garbage to reproduce the lyrics to All Star by Smash Mouth
-
Embed this notice
Drew DeVault (drewdevault@fosstodon.org)'s status on Wednesday, 13-Nov-2024 19:35:54 JST Drew DeVault Prior to poking at jj I had managed to avoid using GitHub for quite a while, actually. Months, I think. And they added more AI shit since I last looked at it
-
Embed this notice
Drew DeVault (drewdevault@fosstodon.org)'s status on Wednesday, 13-Nov-2024 18:12:15 JST Drew DeVault Opened a discussion on #jujutsu's Google CLA requirement here:
https://github.com/martinvonz/jj/discussions/4849
There's good news on the Discord front, a bridge between Discord and IRC has been established and some discussions are ongoing to continue to make improvements in this regard.
-
Embed this notice
Drew DeVault (drewdevault@fosstodon.org)'s status on Tuesday, 12-Nov-2024 21:31:35 JST Drew DeVault I have been playing with some patches. Submitted one upstream as a minor bugfix and said I'd sign-off on the DCO but wouldn't sign the Google CLA. Got code review but no comment on the CLA refusal so we'll see where that goes.
I want to add email support!
-
Embed this notice
Drew DeVault (drewdevault@fosstodon.org)'s status on Tuesday, 12-Nov-2024 21:31:35 JST Drew DeVault Still studying #jujutsu as an alternative to #git. Some new thoughts:
1. I really like it
2. The docs are bad
3. 🤮 Discord -
Embed this notice
Drew DeVault (drewdevault@fosstodon.org)'s status on Tuesday, 12-Nov-2024 20:56:13 JST Drew DeVault Bunnix is probably one of the most complex Hare programs that exists -- it's a functional Unix kernel. It's also freestanding, so "how many discrete types are in this program" is an easy question to answer. The answer is 451.
-
Embed this notice
Drew DeVault (drewdevault@fosstodon.org)'s status on Tuesday, 12-Nov-2024 20:55:56 JST Drew DeVault @PuddleOfKittens I think that LSPs serve a purpose for a programming subculture that I am not a member of and do not understand very well. For that reason I don't judge it too much. But I will say that the complexity floor seems uncomfortably high and that this subculture tends to have a laissez-faire relationship with software complexity that I do think is "bad".
-
Embed this notice
Drew DeVault (drewdevault@fosstodon.org)'s status on Tuesday, 12-Nov-2024 19:36:37 JST Drew DeVault "How many types in total are in your program?"
Rust: tens of thousands
Hare: probably less than one hundred -
Embed this notice
Drew DeVault (drewdevault@fosstodon.org)'s status on Tuesday, 12-Nov-2024 19:33:16 JST Drew DeVault Generally skeptical of programming languages that require an IDE (or an LSP, which is the same thing) to use effectively
-
Embed this notice
Drew DeVault (drewdevault@fosstodon.org)'s status on Tuesday, 12-Nov-2024 19:33:15 JST Drew DeVault That said I do want to write a language server for Hare at some point because I think that would be useful to certain kinds of programmers
But the LSP specification is, uh, quite a doozy