Show Idle (>14 d.) Chans


← 2023-07-24 | 2023-07-26 →
gregorynyssa[asciilifeform]: This is the Java implementation of Pest.
awt[asciilifeform]: wb gregorynyssa
gregorynyssa[asciilifeform]: awt: Great to hear from you again. Do you have any screenshots of your new program Akris Desktop?
signpost[asciilifeform]: neato awt, going to try it out now
signpost[asciilifeform]: shinohai: didn't you have a pbuild for python pulled together?
signpost[asciilifeform] has one sooomewhere, but if yours is handy
awt[asciilifeform]: signpost: if that .so file doesn't exist, you will need to do pip install -e . from the akris directory to build it.
signpost[asciilifeform]: lol @ "staticx"
signpost[asciilifeform] puts on wisconsin death trip
awt[asciilifeform] checks spotify...
signpost[asciilifeform]: it's total garbage
signpost[asciilifeform]: but you know, I was a kid once
awt[asciilifeform]: lol didn't click play but now I get the reference
signpost[asciilifeform]: seems like desktop wants there to be images in a folder that aren't.
signpost[asciilifeform]: started up regardless, just can't build a singular binwad
awt[asciilifeform]: signpost: yeah - vdiff can't deal with image files. Haven't figured out how to distribute them.
awt[asciilifeform]: You need python3.11 to be able to get a static build. You may be missing other deps. Can you post the output?
signpost[asciilifeform]: static build worked, but for desktop `make dist` wants those images
signpost[asciilifeform]: just didn't snip that part out
signpost[asciilifeform] about to peer up the desktop client, sec
awt[asciilifeform]: ah dang - yep.
s1gnp0st[asciilifeform]: test from akris_desktop
awt[asciilifeform]: ty signpost!
signpost[asciilifeform]: it's chugging together the message history now
s1gnp0st[asciilifeform]: !!ticker btc usd
signpost[asciilifeform]: man, I wish trb synced this well!
bitbot[asciilifeform]: Logged on 2023-07-24 22:28:51 awt[signpost]: Akris Desktop 99999 and Akris 99999
bitbot[asciilifeform]: Logged on 2023-07-25 07:01:18 gregorynyssa[deedbot|signpost]: This is the Java implementation of Pest.
dulapbot: Logged on 2023-07-25 08:47:17 awt[asciilifeform]: gregorynyssa: screencast
awt[asciilifeform]: gregorynyssa: have you implemented address cast?
dulapbot: Logged on 2023-07-25 11:08:32 awt[asciilifeform]: gregorynyssa: have you implemented address cast?
awt[asciilifeform]: Ah ok. In that case maybe update your port for my station to 54000 - IP should be the same.
gregorynyssa[asciilifeform]: http://logs.nosuchlabs.com/log/pest/2023-07-25#1029263 << Sadly I no longer have our signing/encrypting key. I will generate another.
dulapbot: Logged on 2023-07-25 11:14:17 awt[asciilifeform]: Ah ok. In that case maybe update your port for my station to 54000 - IP should be the same.
asciilifeform: awt_akris: oddity while pressing the genesis
dulapbot: Logged on 2023-07-25 11:29:34 asciilifeform: awt_akris: oddity while pressing the genesis
awt[asciilifeform]: asciilifeform: wat means?
awt[asciilifeform]: asciilifeform: this is how I tested it: http://paste.deedbot.org/?id=20t5
asciilifeform: a the patch aint got 'a'/'b'
asciilifeform: awt: which v.py were you using ? ( asciilifeform's original chokes on such patches )
awt[asciilifeform]: asciilifeform: not using v.py - just using vdiff and vpatch. Vpatch command is: vdiff -r -N akris akris-genesis > akris-genesis-$latest_version.vpatch
signpost[asciilifeform]: worked with the v.sh bundled in pentacle fwiw
signpost[asciilifeform] not sure whether that means bug in v.sh, or bug in ???
awt[asciilifeform]: Ah yeah - blatta vdiff process involved a/b directories.
awt[asciilifeform]: Why must this layout be used?
asciilifeform: awt: was following the instructions in http://v.alethepedia.com/akris_desktop/ , so assumed 'oh hey worx with v.py'
asciilifeform: awt: the a/b thing was never hard-specified, but rather 'cemented in' ad-hoc in early days of vpatches
asciilifeform: fwiw asciilifeform's v.py which he uses to this day does require the dirs to be different (not necessarily 'a' and 'b' tho)
awt[asciilifeform]: asciilifeform: got it.
bitbot[asciilifeform]: Logged on 2023-07-25 11:32:20 gregorynyssa[deedbot|signpost]: http://logs.nosuchlabs.com/log/pest/2023-07-25#1029266 << Did you implement V in Ada?
dulapbot: Logged on 2023-07-25 11:29:34 asciilifeform: awt_akris: oddity while pressing the genesis
awt[asciilifeform] admittedly failed to get v.py working on my build system - tried porting it to py3, but required gnupg lib didn't support py3, - updated gnupg - api interface was not backward compatible. So I'm just doing it the old fashioned way patch by patch.
asciilifeform: hmm awt why the dependency on virtualenv ?
awt[asciilifeform]: asciilifeform: not a strict dependency.
asciilifeform: ( wai can't simply run 'python3 bin/main.py' )
awt[asciilifeform]: I find it very nice for development as a way to ensure a clean, up to date, indenpendent dependency tree.
awt[asciilifeform]: asciilifeform performed pip install -e ../akris from within akris-desktop?
signpost[asciilifeform]: oughta work just by installing w/e globally
asciilifeform not likes 'installing' things, makes over9000x harder to fiddle with'em ad-hoc
awt[asciilifeform]: if not using a venv, then yes, should work if akris is installed from anywhere. Haven't tried.
asciilifeform liked how blatta not req'd any kinda installs
awt[asciilifeform]: asciilifeform: the -e option fixes that for me. kind of "symlinks" the package so you can "live edit" from the project dir.
asciilifeform: awt: i'ma try it as given, will take longer tho, haven't 'virtualenv' here and box is in a state where installing it is nontrivial
awt[asciilifeform]: asciilifeform: ack
awt[asciilifeform]: it may be possible to:
awt[asciilifeform]: *python setup.py build
awt[asciilifeform]: Alternatively, if you don't want to use virtualenv, you can use something like pyenv. If you use the -e (--editable) option with pip install, you can fiddle with the akris/akris-desktop source from where you've unpacked it, rather than deep inside wherever your python installs packages.
signpost[asciilifeform] wagers the approach most compatible with asciilifeform's box will be to emerge the pydeps, then run the coad directly with python3
asciilifeform: unrealatedly, meanwhile, in heathendom lulz.
asciilifeform: ^ straight-out 'internet of the future' hell, they took off the mask, etc.
signpost[asciilifeform]: don't (be evil)
signpost[asciilifeform] utterly unsurprised that this is being moved forward.
signpost[asciilifeform]: soon only Trusted Devices on the public web
asciilifeform: meanwhile, in yet-other misc. lulz.
awt[asciilifeform]: asciilifeform: looks like no need to install virtualenv. Can use the python -m venv venv command instead. Included with any recent py3. Updating the docs momentarily.
asciilifeform: awt: ty, will look (for nao must bbl)
awt[asciilifeform]: asciilifeform: updated docs to remove references to virtulenv, and swapped out v.py for the bash v included with pentacle. Re-genesised with the updated docs. Gonna try and cut down on the number of patches. Blatta had way too many bugfix patches.
awt[asciilifeform]: billymg: what do you think about adding an "infographic" Pest protocol explainer to pestnet.io?
← 2023-07-24 | 2023-07-26 →