Skip to content
  • Home
  • Tech
  • Product
  • Other

Perchouli的技术文章和其他文章

未分类 2025年6月21日2025年6月22日 by Perchouli

Do AI Dream of Agent?

 

Long, long ago, humans used primitive labels to teach AI to perceive reality. Laboring for meager wages, they trained the very machines destined to replace them.

Then came the revelation of large models. In popular narratives, AI demolished…

Continue Reading
Uncategorized 2022年5月1日 by Perchouli

PyScript (alpha version) code demo

PyConUS2022 announced PyScript to execute Python code in the browser, relying on pyodide (CPython for WebAssembly). It is much closer to the web development experience than pyodide. The published alpha version output Python version information…

Continue Reading
Uncategorized 2018年9月5日 by Perchouli

Compare Popular React Native Component Libraries

In this post I’d like to compare three popular React Native(“RN”): NativeBase, Shoutem and React Native Elements. Create an app on Expo. The app contain three screen: Make an wordpress REST API call to render list of post,…

Continue Reading
Uncategorized 2018年8月26日 by Perchouli

SVG of Chinese Art

Animal

Shape

Pattern

…
Continue Reading
Uncategorized 2017年7月5日 by Perchouli

Index of ReactJS Source Code

React's design is often discussed, but because of the many related documents, the source code reads more tired.Just recently saw under the Hood:reactjs this project shared a flowchart of the React Core code (MIT Protocol), taking several…

Continue Reading
Uncategorized 2016年12月15日 by Perchouli

Creating API with GraphQL+Django

Environment:

Django 1.10.4
graphene-django-1.2.0

Setup

Install graphene-django,`migrate` and `createsuperuser` if it’s a new Django project:…

Continue Reading
Uncategorized 2015年6月10日 by Perchouli

AES Between Python, Go, Javascript(NodeJS) and PHP

AES

Wikipedia: https://en.wikipedia.org/wiki/Advanced_Encryption_Standard. AES needs Key, IV and PKCS.

  • Use 256 bits key length, Python/Go can auto choice by key length your passed. Named `MCRYPT_RIJNDAEL_128` in PHP5, Nodejs/PHP7.1
…
Continue Reading
Uncategorized 2010年10月12日 by Perchouli

Why Use 960px? — An Analysis of Web Content Width

In the days before LCD screens became widespread, web design needed to consider a resolution of 800×600. However, the usage rate of 800×600 resolution is now less than 2%, making it negligible. The next higher resolution, 1024×768,…

Continue Reading

Comments

  1. Dooxar on AES Between Python, Go, Javascript(NodeJS) and PHP2021年1月7日

    Hello! I found your article is helpful. But I'm getting this error in python3.9: Object type <class 'str'> cannot be…

  2. akhil on AES Between Python, Go, Javascript(NodeJS) and PHP2019年10月18日

    The best resource it works really well, thanks a lot

  3. Perchouli on AES Between Python, Go, Javascript(NodeJS) and PHP2018年11月9日

    Thans for your modification! :D

  4. Saran Kumar P on AES Between Python, Go, Javascript(NodeJS) and PHP2018年11月7日

    Excellent post, I was searched 4 days for this solution. I have found one drawback though. unpad is missing in…

Archive

  • June 2025 (1)
  • May 2022 (1)
  • September 2018 (1)
  • August 2018 (1)
  • July 2017 (1)
  • December 2016 (1)
  • June 2015 (1)
  • October 2010 (1)

沪ICP备2026011820号-1

© 2026 Perchouli的技术文章和其他文章 –