Autonomous Machines & Society.

2023-02-14
Text-Processing.Com, Free Text Mining And Natural Language Processing

functions:

  • Sentiment Analysis

  • Stemming

  • Part-of-Speech Tagging and Chunking

  • Phrase Extraction & Named Entity Recognition

each method is throttled to 1000 calls per day per IP.

Read More

2023-02-14
Autocad Dwg To Dxf, Extract Text From Dwg Files

use oda_file_converter to convert dwt to dxf, when running it, its ui will pop up. example commandline usage

libredwg powers dwg2dxf

freecad

Read More

2023-02-13
Proxy.Py Forward Localhost Proxy To Public Ip Address

say if you only have one such proxy on localhost, not exposed on router: localhost:8981

you execute the command, using proxy.py:

1
2
3
4
proxy --port <public_proxy_port> --host <public_proxy_ip_address> \
--plugins proxy.plugin.ProxyPoolPlugin \
--proxy-pool localhost:8981

Read More

2023-02-12
Issues While Developing Pyjom

fix requests timeout problem.

enable bilibili chats, video recommendation, dynamics

enable weibo

video feedback, monitor viral trends

improve chatbot by adding chatterbot, bm25, search engine, picture search engine

you may use this to fully utilize data from baidu shitu:

https://github.com/Augu1sto/Rubindemo/blob/0ffe52af74643db8d8bfae048ee256824836e277/src/main/java/com/rubin/demo/Utils/BaiduSerchImgApi-master/functions.py

https://github.com/chenguanyou/BaiduSerchImgApi

https://github.com/chenguanyou/360ImageSearch

https://github.com/chenguanyou/BaiduTextApi

shitu.baidu.com

https://graph.baidu.com/pcpage/index?tpl_from=pc (the entry page)

graph.baidu.com/s (where you collect data, recognize identities: script -> window.cardData (list) -> “tplData” -> “pano” “baike” shits … with title “百度识图搜索结果”)

graph.baidu.com/ajax/pcsimi (get similar images, sources)

https://miao.baidu.com/abdr (UNKNOWN)

classes:

graph-guess-word

graph-baike-text

graph-baike-desc -> span

Read More

2023-02-10
Using Default Pypi.Org/Simple Index

packages like EdgeGPT may update overnight. mirrors won’t keep up. you need to fetch from the official package index.


to set the index:

1
2
pip set global.index-url https://pypi.org/simple

to use the index temporarily:

1
2
pip install <package> -i https://pypi.org/simple

Read More

2023-02-09
Openai Account Registration

according to this tutorial, openai does not accept chinese phone numbers, you should use numbers from india rented on sms-activate (which uses pockyt.io to bridge alipay). you use temporary edu mail like tempumail instead of your own email to prevent issues.

Read More

2023-02-08
Python Diagram/Flowchart Generator And Markdown To Word Converter

pyflowchart

diagrams needs graphviz installed (on debian it is apt install graphviz). doc

pydiagrams

Read More

2023-02-08
Differential Equations: Ode (Ordinary Differential Equation), Sde (Stochastic Differential Equation), Dde (Delay Differential Equation), Dae (Differential Algebraic Equation)

ODEs, SDEs, DDEs, and DAEs are types of mathematical models used to describe various systems and processes in different fields such as physics, engineering, economics, and many others.

ODE (Ordinary Differential Equation) represents a relationship between an unknown function and its derivatives. It is a mathematical description of how a quantity changes with respect to one independent variable. ODEs are used to model physical systems where the rate of change of a state variable can be expressed as a function of the state itself.

SDE (Stochastic Differential Equation) is a type of differential equation that contains a random term, which accounts for the uncertainty or randomness in the system being modeled. SDEs are used to model systems where the rate of change of a state variable is not only a function of the state but also of a random process.

DDE (Delay Differential Equation) is a type of differential equation where the current state of a system depends not only on its present values but also on the values of the state in the past. DDEs are used to model systems where there is a delay between the time a change occurs and its effect on the state of the system.

DAE (Differential Algebraic Equation) is a type of mathematical model that combines aspects of differential equations and algebraic equations. DAEs are used to model systems where the equations of motion cannot be expressed solely in terms of derivatives of the state variables.

In conclusion, these types of models are used to describe and analyze complex systems by mathematically representing the relationships between variables and their derivatives, and they are crucial in many fields to make predictions and understand the behavior of various systems.

Read More

2023-02-08
Windows 10 System Debloating, Windows Operating System Optimization, Winget, Windows Commandline Package Manager

winget usage and recommended windows tools

winget is slow due to missing mirror site in china. consider using proxy.


to activate windows 10, use KMS tool.


Windows10Debloater: Script to remove Windows 10 bloatware.

Debloat-Windows-10 (not for win11?)

optimizer able to:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Full multilingual support (20 languages available)
Speed up your system and network performance
Disable unnecessary Windows services
Disable Windows telemetry, Cortana and many more
Disable Office telemetry (works only with Office 2016)
Disable Windows 10 automatic updates
Download useful apps quickly at once
Uninstall UWP apps
Clean your system drive and major browsers' profile data
Fix common registry issues
Ping IPs and assess your latency
Search IPs on SHODAN.io
Rapidly change DNS server (from a pre-made list)
Flush DNS cache
Remove unwanted programs running at startup
Edit your HOSTS file
Find file lock handles and kill associated processes
Hardware inspection tool
Add items in desktop on right-click menu
Define custom commands for run dialog
Silent run support using a configuration file


SophiApp: The most powerful open source tweaker on GitHub for fine-tuning Windows 10 & Windows 11

Read More

2023-02-06
Choosing The Perfect Ar/Vr Glasses: Clear, Comfortable, And Well-Ventilated

AR VR 眼镜 选取方法 固定方法

看得清字 边缘清晰 不模糊

轻便 不重

可以和帽子固定在一块 帽子再加上个固定在下巴的绑带 注意散热

Read More