User:Sevgi/Grad Notes: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 68: Line 68:


exacto knife
exacto knife
I am going to write proper PMOMMs and record my process there. This should be only note taking

Revision as of 17:13, 23 September 2025

notes and such

Piblitheque notes

tuktuk->lib server->connect and download pdf locally.

colportage

/:8080 is the file sharing #, change it for less trouble

myth of XPPL

Screenshot of constants lib.png

https://github.com/janeczku/calibre-web > supports mp3, video as well

taxonomy vs folksonomy vs fauxonomy

we used the tags for the Code of Conduct of 404.xpub

User:Sevgi/Bookmaking Guide

https://pad.xpub.nl/p/Fediverse_Moderation

https://calibre.constantvzw.org/

how do you modify the titres of makers: contributors vs authors, etc.

https://index.simonbrowne.biz/

.csv : title, category, category, category,

https://inventaire.io/welcome

https://neutrinet.be/en/brique

http://whoosh.readthedocs.io/en/latest/intro.html

Datamosh workshop notes

Lexie showed us how to use Audacity as a file type converter basically. It is so interesting to listen to the files imo.

Didn't work really well in my case but this python script worked very well:

import random

for y in range(60): #range = number of files
    with open('1.jpg', "rb") as f:
        b = bytearray(f.read())

    for x in range(20): #range = number of bytes shuffled
        b[random.randint(0,len(b)-1)] = random.randint(0,255)

    with open(f'filename2{y+1}.jpg', "wb") as f:
        f.write(bytes(b))
gif doesn't work...

23-09

I opened up the push button dial of the t65, utter and complete confusion. I need to just stay with it for a second to understand what pin does what. Also seems to be a lot of different parts connected together? I could have just did the Sassie thing and adjusted the Hertz settings to match the buttons instead of the rotary dial.

Next up is the thread wiring.

I need:

solder, third hands

microcontroller

adapter

cables

exacto knife

I am going to write proper PMOMMs and record my process there. This should be only note taking