Alexander von Gluck

Results 175 comments of Alexander von Gluck

![update](https://user-images.githubusercontent.com/100110/195964169-5d9de520-9c7c-4050-a79d-366efee5d4b1.png) ![Screenshot from 2022-10-14 21-07-38](https://user-images.githubusercontent.com/100110/195964171-79172705-5dd9-46e4-9823-c7c61be70276.png)

``` $ file ~/Downloads/openevse_wifi_v1.bin /home/kallisti5/Downloads/openevse_wifi_v1.bin: DOS executable (COM or COMBOOT 16-bit), maybe with interrupt 22h, start instruction 0xe9060220 bc370840 ``` ``` $ sha256sum Downloads/openevse_wifi_v1.bin 89f09008bb2bb1e5dc06c8d22907c78d215063cb60614dc28cc827c19e6c1af7 Downloads/openevse_wifi_v1.bin ```

Weird. I rebooted the OpenEVSE and tried again, this time it was successful.

I was able to work around the issue locally: ```diff --- /home/kallisti5/.gem/ruby/3.0.0/gems/s3-0.3.29/lib/s3/bucket.rb.original 2022-02-18 13:26:37.247078560 -0600 +++ /home/kallisti5/.gem/ruby/3.0.0/gems/s3-0.3.29/lib/s3/bucket.rb 2022-02-18 13:26:47.707146732 -0600 @@ -151,7 +151,7 @@ # If there are more than...

I opened https://bugs.ruby-lang.org/issues/18593 maybe the real solution is Ruby 3.x should have been less aggressive in refactoring escape :-)

I removed the older revision from /Builds/haikuports/packages/ (rm /Builds/haikuports/packages/sdl2_ttf*-2.0.14-4*) and things now work as expected when the dependant package is built: ``` chroot has these packages active: . . /Builds/haikuports/packages/sdl2_ttf-2.0.14-5-x86_64.hpkg...

nope, i've been distracted :) I'm still continuously mirroring haiku / repos / release images to ```/ipns/hpkg.haiku-os.org``` I'll try and finish this post up

Updated some of the language based on some of @nielx 's feedback. Tried to make the language a little more common and less tech. I think the article is a...

Honestly... i'm fizzling out a bit on this. While the idea is sound (and I used IPFS for the distribution of R1/Beta3), in actual practice at scale IPFS sucks for...

Trying to make the data in haikuporter buildmaster more reasonable to be parsed with a web app. We're still grepping 1000's of json files to find last package builds, etc....