Autonomous Machines & Society.

2022-10-11
Palette Extraction From Images 色彩搭配提取

generative

generate palette/color map from matplotlib colormaps

extractive

haishoku and tutorial_1 tutorial_2

1
2
pip3 install haishoku

extract the most likely-to-be color for text foreground/background, then match the rest of the color with the colors extracted from image, then decide the color.

palette Node.js image color palette extraction with node-canvas

python gvcci color extraction to turn images into 16 color palettes

quickpalette 🏃‍♀️🎨 R package for quick extraction of color palettes from text(by regex) and images

node-vibrant Extract prominent colors from an image, previous as vibrant.js

ColorExtraction Creating a color palette from images in a fun way using CSS Filters and Vibrant.js

Read More

2022-10-11
My Notes On Paper, Hand-Written Scripts Backup

see attachments.

it is in a different folder.

sync on macbook:

1
2
bash -c 'cd /Users/jamesbrown/.notable/attachments; git pull origin main; git add .; git commit -m "init commit"; git push origin main'

Read More

2022-10-10
Anime Video Sites

Read More

2022-10-09
Video Generation/Modification (Vfx) From Text

Sora is the new SOTA video generation model from OpenAI.

Following up projects:


达摩院放出了文本生成视频模型,支持英文输入

huggingface space

model weights:

weight path weight size model name author
text-to-video-ms-1.7b unknown unknown damo-vilab
modelscope-damo-text-to-video-synthesis unknown unknown damo-vilab
text-to-video-ms-1.7b-legacy unknown unknown damo-vilab

can also use from modelscope:

1
2
3
4
from modelscope.pipelines import pipeline
from modelscope.utils.constant import Tasks
p = pipeline('text-to-video-synthesis', 'damo/text-to-video-synthesis')


PAIR now releases Text2Video-Zero which leverages existing stable diffusion models to generate video. also released a bunch of controlnet dreambooth weights.


lucidrains is a workaholic on transformer implementations. we should scrape all the repos and index them. there are faster language models to train.


Phenaki Video, which uses Mask GIT to produce text guided videos of up to 2 minutes in length, in Pytorch

dreamix (not open-source)

instruct-pix2pix requires 16GB+ VRAM

text2live modify video by text prompt (such as add fire in mouth)

recurrent-interface-network-pytorch using diffusion to generate images and video

high quality! imagegen-video code with demo and paper

抄视频 视频的时间要讲究 看看是抄一年前的好还是抄刚刚发布的好

在发布的一个视频当中 最多抄某个作者的两三个符合要求的片段

use editly smooth/slick transitions and subtitles to beat the copy-detection algorithm, also consider color change in ffmpeg

动态 专栏也可以抄

make-a-video

谷歌AI歌手震撼来袭!AudioLM简单听几秒,便能谱曲写歌 https://www.kuxai.com/article/398

Read More

2022-10-07
Async Requests With Python, Used For Clash Multiple Proxy Delays

async client

aiohttp

aiohttp-requests

requests-async

http3 (requests-async successor)

many_requests

curequests

asks

trip

request-futures

async non-blocking server

trequests

Read More

2022-10-06
Lazero Search Tool Document Preparation

because of the diversity of info sources, lazero is a meta search engine

static sources

use my notes

man pages

commandline tool helps

webpages to text, to markdown

pages from github repo, topic, search, paperswithcode, kaggle, aistudio, alternativeto, anything

dynamic sources

rss feeds, trends, channels, recommendation, dynamic/interactive webpage/api

social media, instant messaging

online search engines

offline/local search engine like cli based search engine

Read More

2022-10-06
Iot Search Engines, Ip Search Engines, Vulnerable Device/Server Discovery

shodan related topics on github

online

shodan

awesome shodan queries

shodan script

zoomeye

fofa

https://www.fofa.info

要注册了 以前的网址进不去

fofa api docs

censys

self hosted

ivre

xray

infoga Infoga - Email OSINT

scan ip for vulnerable service

asn ASN / RPKI validity / BGP stats / IPv4v6 / Prefix / URL / ASPath / Organization / IP reputation / IP geolocation / IP fingerprinting / Network recon / lookup API server / Web traceroute server

Read More

2022-10-04
Mini Server, Portable Server, Itx, Mac Studio

says that the cost of building some mini-itx with enormous ram costs a lot (more than te mac studio), and with a lot of headaches with custom designing, cnc and stl. worth it?

also the power consumption will be higher than mac studio.

assemble the machine with proper thermo, wires and some open space, then enclose the thing with design.

the weight:

mac studio (m1 ultra) for 3.6kg

mini-itx machine: 6.3 kg - 10 kg (won’t lose weight)

graphic cards

a100 80g

a16 64g (with self-designed thermal solution)

mother boards

Asrock X299e-itx using 4 mini ram slots

ASROCK X570D4I-2T

AsRock Rack E3C246D4I-2T Mini-ITX Server Motherboard Intel LGA 1151 C246, (max ram: 128gb)

ROMED4ID-2T for amd epyc 7002

asrock C422 WSI/IPMI

thermo solutions

generally you need to design case, thermo yourself, to make both side covered

use metal first. do not use plastic in case of overheating and burning

cpu

corsair h5 sf (hydra)

gpu

a100 thermo mod for hydra

Read More

2022-09-28
Mastering Command-Line Tools For Json/Html Filtering And Formatting

commandline json/html filter and formatters

for hackers, filtering matters.

jq

jqterm online jq repl

htmlq is for querying html with selectors, extracting text from html

pup download from release

one must collect a handful set of regular expression/filters to do hacking

searching, regex, two most important things for hackers. it’s not about blindly collecting data. it’s power and knowledge.

Read More

2022-09-27
Lenovo Tb-7304N Unlock Bootloader

there used to be mtk easy su to get temporary sudo permission and magisk but that will not work for substratum since no modification to /system can be done.

for mtkclient which bricked our device, we are tracking this issue

屏幕大小:7寸 相当于小米max的大小

we need to send the info and demostrate our purpose to hucy4@lenovo.com

imei:

865486031642692

serial:

HGCFWF7D

website:

mobile

pc

Read More