better
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:42 JST Drew DeVault
-
Embed this notice
Drew DeVault (drewdevault@fosstodon.org)'s status on Saturday, 16-Nov-2024 19:27:42 JST Drew DeVault
wut
-
Embed this notice
Drew DeVault (drewdevault@fosstodon.org)'s status on Saturday, 16-Nov-2024 19:27:41 JST Drew DeVault
Second test house looking better as a result
-
Embed this notice
Drew DeVault (drewdevault@fosstodon.org)'s status on Saturday, 16-Nov-2024 19:27:41 JST Drew DeVault
There we go. Spent most of my day learning to use Blender and import the results into betamine but it was time well spent
-
Embed this notice
Drew DeVault (drewdevault@fosstodon.org)'s status on Saturday, 16-Nov-2024 19:27:41 JST Drew DeVault
One of my test houses renders properly now, but only because the stairs happen to face south
-
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.