home.social

Search

1000 results for “c_alpha”

  1. what happens when you get whisper.cpp to listen to #chiptunes?

    both speak at 16KHz so they should understand each other, right?

    github.com/ggerganov/whisper.c

    Track: Alpha by @lukhash

    #C64 #MOS6581 #Speech2Text #Whispercpp

  2. what happens when you get whisper.cpp to listen to #chiptunes?

    both speak at 16KHz so they should understand each other, right?

    github.com/ggerganov/whisper.c

    Track: Alpha by @lukhash

    #C64 #MOS6581 #Speech2Text #Whispercpp

  3. what happens when you get whisper.cpp to listen to #chiptunes?

    both speak at 16KHz so they should understand each other, right?

    github.com/ggerganov/whisper.c

    Track: Alpha by @lukhash

    #C64 #MOS6581 #Speech2Text #Whispercpp

  4. what happens when you get whisper.cpp to listen to #chiptunes?

    both speak at 16KHz so they should understand each other, right?

    github.com/ggerganov/whisper.c

    Track: Alpha by @lukhash

    #C64 #MOS6581 #Speech2Text #Whispercpp

  5. #math #calculus #infiniteseries #series

    Something for your AP/Calc2 students...

    1 - 1/3 + 1/5 - 1/7 +...
    (a) Write this series in summation notation
    (b) Explain why it converges.
    (c) Using Wolfram Alpha or similar technology, calculate the sum of the 1st 1000 terms to 4 places.
    (d) What is the approximate % error in using this partial sum to approximate π/4. Impressed or not?
    (e) What is the connection between the inf series and π/4?
    (f) Questions/Ideas?

  6. Found a really cool command-line image manipulation tool called paltool and had no trouble compiling it on #OpenBSD, but it craps out on #FreeBSD.

    Any ideas? #AskFedi #HiveMind

    Script started on Sat May 23 08:59:03 2026
    Command: bash -l
    paltool $ giturl
    https://gitlab.com/bztsrc/paltool
    paltool $ cd src
    src $ CC=/usr/local/bin/gcc16 gmake
    
    (some portions snipped for space, see https://bin.benjaminhollon.com/ohnumplans.bash for full output)
    
    /usr/local/bin/ld: imgq/libimagequant.o: in function `liq_crash_if_invalid_handle_pointer_given':
    libimagequant.c:(.text.liq_crash_if_invalid_handle_pointer_given+0x6a): undefined reference to `__stderr'
    /usr/local/bin/ld: imgq/mempool.o: in function `mempool_create':
    mempool.c:(.text.mempool_create+0x1db): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/alpha_dec.o: in function `WebPDeallocateAlphaMemory':
    alpha_dec.c:(.text.WebPDeallocateAlphaMemory+0xab): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/alpha_dec.o: in function `VP8DecompressAlphaRows':
    alpha_dec.c:(.text.VP8DecompressAlphaRows+0x591): undefined reference to `__assert2'
    /usr/local/bin/ld: alpha_dec.c:(.text.VP8DecompressAlphaRows+0x5b0): undefined reference to `__assert2'
    /usr/local/bin/ld: alpha_dec.c:(.text.VP8DecompressAlphaRows+0x5cf): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/alpha_dec.o:alpha_dec.c:(.text.VP8DecompressAlphaRows+0x5ee): more undefined references to `__assert2' follow
    /usr/local/bin/ld: webp/anim_encode.o: in function `WebPAnimEncoderNewInternal':
    anim_encode.c:(.text.WebPAnimEncoderNewInternal+0x113): undefined reference to `__stderr'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderNewInternal+0x190): undefined reference to `__stderr'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderNewInternal+0x1c3): undefined reference to `__stderr'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderNewInternal+0x3f0): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/anim_encode.o: in function `MinimizeChangeRectangle':
    anim_encode.c:(.text.MinimizeChangeRectangle+0x31b): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.MinimizeChangeRectangle+0x33a): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.MinimizeChangeRectangle+0x359): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/anim_encode.o: in function `WebPAnimEncoderAdd':
    anim_encode.c:(.text.WebPAnimEncoderAdd+0x9a): undefined reference to `__stderr'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderAdd+0x1de): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderAdd+0xb3a): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderAdd+0xb59): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderAdd+0xb78): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderAdd+0xb97): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/anim_encode.o:anim_encode.c:(.text.WebPAnimEncoderAdd+0xbb6): more undefined references to `__assert2' follow
    /usr/local/bin/ld: webp/anim_encode.o: in function `FlushFrames':
    anim_encode.c:(.text.FlushFrames+0x39): undefined reference to `__stderr'
    /usr/local/bin/ld: anim_encode.c:(.text.FlushFrames+0x33b): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.FlushFrames+0x35a): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.FlushFrames+0x379): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/anim_encode.o: in function `WebPAnimEncoderAssemble':
    anim_encode.c:(.text.WebPAnimEncoderAssemble+0x197): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderAssemble+0x20b): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/anim_encode.o:anim_encode.c:(.text.OptimizeSingleFrame+0x43b): more undefined references to `__assert2' follow
    /usr/local/bin/ld: apng/pngerror.o: in function `png_default_error':
    pngerror.c:(.text.png_default_error+0x1c): undefined reference to `__stderr'
    /usr/local/bin/ld: apng/pngerror.o: in function `png_warning':
    pngerror.c:(.text.png_warning+0xe9): undefined reference to `__stderr'
    /usr/local/bin/ld: apng/pngerror.o: in function `png_chunk_warning':
    pngerror.c:(.text.png_chunk_warning+0x73): undefined reference to `__stderr'
    /usr/local/bin/ld: jpeg/jerror.o: in function `output_message':
    jerror.c:(.text.output_message+0x31): undefined reference to `__stderr'
    collect2: error: ld returned 1 exit status
    gmake: *** [Makefile:26: paltool] Error 1
    src $ 
    src $ # :/
    src $ 
    logout
    
    Command exit status: 2
    Script done on Sat May 23 08:59:53 2026
    
  7. Found a really cool command-line image manipulation tool called paltool and had no trouble compiling it on #OpenBSD, but it craps out on #FreeBSD.

    Any ideas? #AskFedi #HiveMind

    Script started on Sat May 23 08:59:03 2026
    Command: bash -l
    paltool $ giturl
    https://gitlab.com/bztsrc/paltool
    paltool $ cd src
    src $ CC=/usr/local/bin/gcc16 gmake
    
    (some portions snipped for space, see https://bin.benjaminhollon.com/ohnumplans.bash for full output)
    
    /usr/local/bin/ld: imgq/libimagequant.o: in function `liq_crash_if_invalid_handle_pointer_given':
    libimagequant.c:(.text.liq_crash_if_invalid_handle_pointer_given+0x6a): undefined reference to `__stderr'
    /usr/local/bin/ld: imgq/mempool.o: in function `mempool_create':
    mempool.c:(.text.mempool_create+0x1db): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/alpha_dec.o: in function `WebPDeallocateAlphaMemory':
    alpha_dec.c:(.text.WebPDeallocateAlphaMemory+0xab): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/alpha_dec.o: in function `VP8DecompressAlphaRows':
    alpha_dec.c:(.text.VP8DecompressAlphaRows+0x591): undefined reference to `__assert2'
    /usr/local/bin/ld: alpha_dec.c:(.text.VP8DecompressAlphaRows+0x5b0): undefined reference to `__assert2'
    /usr/local/bin/ld: alpha_dec.c:(.text.VP8DecompressAlphaRows+0x5cf): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/alpha_dec.o:alpha_dec.c:(.text.VP8DecompressAlphaRows+0x5ee): more undefined references to `__assert2' follow
    /usr/local/bin/ld: webp/anim_encode.o: in function `WebPAnimEncoderNewInternal':
    anim_encode.c:(.text.WebPAnimEncoderNewInternal+0x113): undefined reference to `__stderr'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderNewInternal+0x190): undefined reference to `__stderr'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderNewInternal+0x1c3): undefined reference to `__stderr'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderNewInternal+0x3f0): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/anim_encode.o: in function `MinimizeChangeRectangle':
    anim_encode.c:(.text.MinimizeChangeRectangle+0x31b): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.MinimizeChangeRectangle+0x33a): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.MinimizeChangeRectangle+0x359): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/anim_encode.o: in function `WebPAnimEncoderAdd':
    anim_encode.c:(.text.WebPAnimEncoderAdd+0x9a): undefined reference to `__stderr'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderAdd+0x1de): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderAdd+0xb3a): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderAdd+0xb59): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderAdd+0xb78): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderAdd+0xb97): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/anim_encode.o:anim_encode.c:(.text.WebPAnimEncoderAdd+0xbb6): more undefined references to `__assert2' follow
    /usr/local/bin/ld: webp/anim_encode.o: in function `FlushFrames':
    anim_encode.c:(.text.FlushFrames+0x39): undefined reference to `__stderr'
    /usr/local/bin/ld: anim_encode.c:(.text.FlushFrames+0x33b): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.FlushFrames+0x35a): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.FlushFrames+0x379): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/anim_encode.o: in function `WebPAnimEncoderAssemble':
    anim_encode.c:(.text.WebPAnimEncoderAssemble+0x197): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderAssemble+0x20b): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/anim_encode.o:anim_encode.c:(.text.OptimizeSingleFrame+0x43b): more undefined references to `__assert2' follow
    /usr/local/bin/ld: apng/pngerror.o: in function `png_default_error':
    pngerror.c:(.text.png_default_error+0x1c): undefined reference to `__stderr'
    /usr/local/bin/ld: apng/pngerror.o: in function `png_warning':
    pngerror.c:(.text.png_warning+0xe9): undefined reference to `__stderr'
    /usr/local/bin/ld: apng/pngerror.o: in function `png_chunk_warning':
    pngerror.c:(.text.png_chunk_warning+0x73): undefined reference to `__stderr'
    /usr/local/bin/ld: jpeg/jerror.o: in function `output_message':
    jerror.c:(.text.output_message+0x31): undefined reference to `__stderr'
    collect2: error: ld returned 1 exit status
    gmake: *** [Makefile:26: paltool] Error 1
    src $ 
    src $ # :/
    src $ 
    logout
    
    Command exit status: 2
    Script done on Sat May 23 08:59:53 2026
    
  8. Found a really cool command-line image manipulation tool called paltool and had no trouble compiling it on #OpenBSD, but it craps out on #FreeBSD.

    Any ideas? #AskFedi #HiveMind

    Script started on Sat May 23 08:59:03 2026
    Command: bash -l
    paltool $ giturl
    https://gitlab.com/bztsrc/paltool
    paltool $ cd src
    src $ CC=/usr/local/bin/gcc16 gmake
    
    (some portions snipped for space, see https://bin.benjaminhollon.com/ohnumplans.bash for full output)
    
    /usr/local/bin/ld: imgq/libimagequant.o: in function `liq_crash_if_invalid_handle_pointer_given':
    libimagequant.c:(.text.liq_crash_if_invalid_handle_pointer_given+0x6a): undefined reference to `__stderr'
    /usr/local/bin/ld: imgq/mempool.o: in function `mempool_create':
    mempool.c:(.text.mempool_create+0x1db): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/alpha_dec.o: in function `WebPDeallocateAlphaMemory':
    alpha_dec.c:(.text.WebPDeallocateAlphaMemory+0xab): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/alpha_dec.o: in function `VP8DecompressAlphaRows':
    alpha_dec.c:(.text.VP8DecompressAlphaRows+0x591): undefined reference to `__assert2'
    /usr/local/bin/ld: alpha_dec.c:(.text.VP8DecompressAlphaRows+0x5b0): undefined reference to `__assert2'
    /usr/local/bin/ld: alpha_dec.c:(.text.VP8DecompressAlphaRows+0x5cf): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/alpha_dec.o:alpha_dec.c:(.text.VP8DecompressAlphaRows+0x5ee): more undefined references to `__assert2' follow
    /usr/local/bin/ld: webp/anim_encode.o: in function `WebPAnimEncoderNewInternal':
    anim_encode.c:(.text.WebPAnimEncoderNewInternal+0x113): undefined reference to `__stderr'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderNewInternal+0x190): undefined reference to `__stderr'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderNewInternal+0x1c3): undefined reference to `__stderr'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderNewInternal+0x3f0): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/anim_encode.o: in function `MinimizeChangeRectangle':
    anim_encode.c:(.text.MinimizeChangeRectangle+0x31b): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.MinimizeChangeRectangle+0x33a): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.MinimizeChangeRectangle+0x359): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/anim_encode.o: in function `WebPAnimEncoderAdd':
    anim_encode.c:(.text.WebPAnimEncoderAdd+0x9a): undefined reference to `__stderr'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderAdd+0x1de): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderAdd+0xb3a): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderAdd+0xb59): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderAdd+0xb78): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderAdd+0xb97): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/anim_encode.o:anim_encode.c:(.text.WebPAnimEncoderAdd+0xbb6): more undefined references to `__assert2' follow
    /usr/local/bin/ld: webp/anim_encode.o: in function `FlushFrames':
    anim_encode.c:(.text.FlushFrames+0x39): undefined reference to `__stderr'
    /usr/local/bin/ld: anim_encode.c:(.text.FlushFrames+0x33b): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.FlushFrames+0x35a): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.FlushFrames+0x379): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/anim_encode.o: in function `WebPAnimEncoderAssemble':
    anim_encode.c:(.text.WebPAnimEncoderAssemble+0x197): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderAssemble+0x20b): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/anim_encode.o:anim_encode.c:(.text.OptimizeSingleFrame+0x43b): more undefined references to `__assert2' follow
    /usr/local/bin/ld: apng/pngerror.o: in function `png_default_error':
    pngerror.c:(.text.png_default_error+0x1c): undefined reference to `__stderr'
    /usr/local/bin/ld: apng/pngerror.o: in function `png_warning':
    pngerror.c:(.text.png_warning+0xe9): undefined reference to `__stderr'
    /usr/local/bin/ld: apng/pngerror.o: in function `png_chunk_warning':
    pngerror.c:(.text.png_chunk_warning+0x73): undefined reference to `__stderr'
    /usr/local/bin/ld: jpeg/jerror.o: in function `output_message':
    jerror.c:(.text.output_message+0x31): undefined reference to `__stderr'
    collect2: error: ld returned 1 exit status
    gmake: *** [Makefile:26: paltool] Error 1
    src $ 
    src $ # :/
    src $ 
    logout
    
    Command exit status: 2
    Script done on Sat May 23 08:59:53 2026
    
  9. Found a really cool command-line image manipulation tool called paltool and had no trouble compiling it on #OpenBSD, but it craps out on #FreeBSD.

    Any ideas? #AskFedi #HiveMind

    Script started on Sat May 23 08:59:03 2026
    Command: bash -l
    paltool $ giturl
    https://gitlab.com/bztsrc/paltool
    paltool $ cd src
    src $ CC=/usr/local/bin/gcc16 gmake
    
    (some portions snipped for space, see https://bin.benjaminhollon.com/ohnumplans.bash for full output)
    
    /usr/local/bin/ld: imgq/libimagequant.o: in function `liq_crash_if_invalid_handle_pointer_given':
    libimagequant.c:(.text.liq_crash_if_invalid_handle_pointer_given+0x6a): undefined reference to `__stderr'
    /usr/local/bin/ld: imgq/mempool.o: in function `mempool_create':
    mempool.c:(.text.mempool_create+0x1db): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/alpha_dec.o: in function `WebPDeallocateAlphaMemory':
    alpha_dec.c:(.text.WebPDeallocateAlphaMemory+0xab): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/alpha_dec.o: in function `VP8DecompressAlphaRows':
    alpha_dec.c:(.text.VP8DecompressAlphaRows+0x591): undefined reference to `__assert2'
    /usr/local/bin/ld: alpha_dec.c:(.text.VP8DecompressAlphaRows+0x5b0): undefined reference to `__assert2'
    /usr/local/bin/ld: alpha_dec.c:(.text.VP8DecompressAlphaRows+0x5cf): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/alpha_dec.o:alpha_dec.c:(.text.VP8DecompressAlphaRows+0x5ee): more undefined references to `__assert2' follow
    /usr/local/bin/ld: webp/anim_encode.o: in function `WebPAnimEncoderNewInternal':
    anim_encode.c:(.text.WebPAnimEncoderNewInternal+0x113): undefined reference to `__stderr'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderNewInternal+0x190): undefined reference to `__stderr'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderNewInternal+0x1c3): undefined reference to `__stderr'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderNewInternal+0x3f0): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/anim_encode.o: in function `MinimizeChangeRectangle':
    anim_encode.c:(.text.MinimizeChangeRectangle+0x31b): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.MinimizeChangeRectangle+0x33a): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.MinimizeChangeRectangle+0x359): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/anim_encode.o: in function `WebPAnimEncoderAdd':
    anim_encode.c:(.text.WebPAnimEncoderAdd+0x9a): undefined reference to `__stderr'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderAdd+0x1de): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderAdd+0xb3a): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderAdd+0xb59): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderAdd+0xb78): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderAdd+0xb97): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/anim_encode.o:anim_encode.c:(.text.WebPAnimEncoderAdd+0xbb6): more undefined references to `__assert2' follow
    /usr/local/bin/ld: webp/anim_encode.o: in function `FlushFrames':
    anim_encode.c:(.text.FlushFrames+0x39): undefined reference to `__stderr'
    /usr/local/bin/ld: anim_encode.c:(.text.FlushFrames+0x33b): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.FlushFrames+0x35a): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.FlushFrames+0x379): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/anim_encode.o: in function `WebPAnimEncoderAssemble':
    anim_encode.c:(.text.WebPAnimEncoderAssemble+0x197): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderAssemble+0x20b): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/anim_encode.o:anim_encode.c:(.text.OptimizeSingleFrame+0x43b): more undefined references to `__assert2' follow
    /usr/local/bin/ld: apng/pngerror.o: in function `png_default_error':
    pngerror.c:(.text.png_default_error+0x1c): undefined reference to `__stderr'
    /usr/local/bin/ld: apng/pngerror.o: in function `png_warning':
    pngerror.c:(.text.png_warning+0xe9): undefined reference to `__stderr'
    /usr/local/bin/ld: apng/pngerror.o: in function `png_chunk_warning':
    pngerror.c:(.text.png_chunk_warning+0x73): undefined reference to `__stderr'
    /usr/local/bin/ld: jpeg/jerror.o: in function `output_message':
    jerror.c:(.text.output_message+0x31): undefined reference to `__stderr'
    collect2: error: ld returned 1 exit status
    gmake: *** [Makefile:26: paltool] Error 1
    src $ 
    src $ # :/
    src $ 
    logout
    
    Command exit status: 2
    Script done on Sat May 23 08:59:53 2026
    
  10. Found a really cool command-line image manipulation tool called paltool and had no trouble compiling it on #OpenBSD, but it craps out on #FreeBSD.

    Any ideas? #AskFedi #HiveMind

    Script started on Sat May 23 08:59:03 2026
    Command: bash -l
    paltool $ giturl
    https://gitlab.com/bztsrc/paltool
    paltool $ cd src
    src $ CC=/usr/local/bin/gcc16 gmake
    
    (some portions snipped for space, see https://bin.benjaminhollon.com/ohnumplans.bash for full output)
    
    /usr/local/bin/ld: imgq/libimagequant.o: in function `liq_crash_if_invalid_handle_pointer_given':
    libimagequant.c:(.text.liq_crash_if_invalid_handle_pointer_given+0x6a): undefined reference to `__stderr'
    /usr/local/bin/ld: imgq/mempool.o: in function `mempool_create':
    mempool.c:(.text.mempool_create+0x1db): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/alpha_dec.o: in function `WebPDeallocateAlphaMemory':
    alpha_dec.c:(.text.WebPDeallocateAlphaMemory+0xab): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/alpha_dec.o: in function `VP8DecompressAlphaRows':
    alpha_dec.c:(.text.VP8DecompressAlphaRows+0x591): undefined reference to `__assert2'
    /usr/local/bin/ld: alpha_dec.c:(.text.VP8DecompressAlphaRows+0x5b0): undefined reference to `__assert2'
    /usr/local/bin/ld: alpha_dec.c:(.text.VP8DecompressAlphaRows+0x5cf): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/alpha_dec.o:alpha_dec.c:(.text.VP8DecompressAlphaRows+0x5ee): more undefined references to `__assert2' follow
    /usr/local/bin/ld: webp/anim_encode.o: in function `WebPAnimEncoderNewInternal':
    anim_encode.c:(.text.WebPAnimEncoderNewInternal+0x113): undefined reference to `__stderr'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderNewInternal+0x190): undefined reference to `__stderr'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderNewInternal+0x1c3): undefined reference to `__stderr'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderNewInternal+0x3f0): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/anim_encode.o: in function `MinimizeChangeRectangle':
    anim_encode.c:(.text.MinimizeChangeRectangle+0x31b): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.MinimizeChangeRectangle+0x33a): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.MinimizeChangeRectangle+0x359): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/anim_encode.o: in function `WebPAnimEncoderAdd':
    anim_encode.c:(.text.WebPAnimEncoderAdd+0x9a): undefined reference to `__stderr'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderAdd+0x1de): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderAdd+0xb3a): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderAdd+0xb59): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderAdd+0xb78): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderAdd+0xb97): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/anim_encode.o:anim_encode.c:(.text.WebPAnimEncoderAdd+0xbb6): more undefined references to `__assert2' follow
    /usr/local/bin/ld: webp/anim_encode.o: in function `FlushFrames':
    anim_encode.c:(.text.FlushFrames+0x39): undefined reference to `__stderr'
    /usr/local/bin/ld: anim_encode.c:(.text.FlushFrames+0x33b): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.FlushFrames+0x35a): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.FlushFrames+0x379): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/anim_encode.o: in function `WebPAnimEncoderAssemble':
    anim_encode.c:(.text.WebPAnimEncoderAssemble+0x197): undefined reference to `__assert2'
    /usr/local/bin/ld: anim_encode.c:(.text.WebPAnimEncoderAssemble+0x20b): undefined reference to `__assert2'
    /usr/local/bin/ld: webp/anim_encode.o:anim_encode.c:(.text.OptimizeSingleFrame+0x43b): more undefined references to `__assert2' follow
    /usr/local/bin/ld: apng/pngerror.o: in function `png_default_error':
    pngerror.c:(.text.png_default_error+0x1c): undefined reference to `__stderr'
    /usr/local/bin/ld: apng/pngerror.o: in function `png_warning':
    pngerror.c:(.text.png_warning+0xe9): undefined reference to `__stderr'
    /usr/local/bin/ld: apng/pngerror.o: in function `png_chunk_warning':
    pngerror.c:(.text.png_chunk_warning+0x73): undefined reference to `__stderr'
    /usr/local/bin/ld: jpeg/jerror.o: in function `output_message':
    jerror.c:(.text.output_message+0x31): undefined reference to `__stderr'
    collect2: error: ld returned 1 exit status
    gmake: *** [Makefile:26: paltool] Error 1
    src $ 
    src $ # :/
    src $ 
    logout
    
    Command exit status: 2
    Script done on Sat May 23 08:59:53 2026
    
  11. C'était jouable. Les individus de son espèce vivaient un milliard d'années en moyenne, cela représentait pour elle l'équivalent d'un quart de sa vie. Elle enfila son maillot jaune et commença à pédaler. (2/2)

    #proxima #AlphaCentauri #microFiction #writever #vélo #cyclisme #scienceFiction

  12. Alphabet foot rehab

    A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

    a b c d e f g h i j k l m n o p q r s t u v w x y z

    #Today #FootRehab #StressFracture

  13. West Ham close in on Alpha Touré transfer

    West Ham United closing in on Metz’s Alpha Touré after long-standing interest Touré and Metz were relegated from Ligue 1 in the past weeks Mateus Fernandes is expected to leave the Hammers at the end of the season West Ham United’s summer transfer window recruitment plan will be significantly impac…
    #WestHamUnited #WestHamUnitedFC #WestHam #WestHamFC #England #PremierLeague #EnglishPremierLeague #Football #westhamunitedf.c
    eucup.com/1642921/