flniu's recent timeline updates
flniu's repos on GitHub
Vim script · 6 watchers
txt.vim
Make Vim more usable for viewing and editing plain text
Vim Script · 3 watchers
f-vimrc
A Minimal & Universal Vim runtime configuration
Vim script · 1 watchers
er.vim
Vim support for the ER file format
Python · 0 watchers
basic_flask
Demonstration of using Flask, SQLAlchemy, and Alembic together.
VimL · 0 watchers
CmdlineComplete
complete command-line (: / etc.) from the current file
VimL · 0 watchers
confluencewiki.vim
Confluence WIKI syntax
0 watchers
context-infrastructure
A context and memory system for AI coding agents. Persistent memory, personal rules, skills, and scheduled observations
Python · 0 watchers
django-rest-api-mysql
Python/Django CRUD with MySQL example that uses Django Rest Framework for building Rest Apis
Emacs Lisp · 0 watchers
dot-files
My dot files
Python · 0 watchers
eralchemy
Entity Relation Diagrams generation tool
VimL · 0 watchers
f-vim-colors
My vim colorscheme collection
Vim script · 0 watchers
f-vimrc-custom
My custom vimrc in addition to f-vimrc
0 watchers
f-vimrc-server
Minimal vimrc for server admin
0 watchers
flask-sqlalchemy
Adds SQLAlchemy support to Flask
HTML · 0 watchers
flniu.github.io
My blog
Perl · 0 watchers
gigasync
Rsync-based Perl script to incrementally mirror enormous directory trees.
Java · 0 watchers
java-camp
VimL · 0 watchers
molokai
Molokai color scheme for Vim
Shell · 0 watchers
oh-my-zsh
A delightful community-driven (with 1,000+ contributors) framework for managing your zsh configuration. Includes 200+ optional plugins (rails, git, OSX, hub, capistrano, brew, ant, php, python, etc), over 140 themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
HTML · 0 watchers
poetry_analyzer
诗歌分析程序
Python · 0 watchers
posthog-migration
Spike PostHog migration from Postgres to ClickHouse
TypeScript · 0 watchers
posthog-plugin-migrator3000
Migrate your events to a new PostHog instance.
Python · 0 watchers
pytest-cov
Coverage plugin for pytest.
Python · 0 watchers
python-pinyin
汉语拼音转换工具 Python 版(pypinyin)。
Python · 0 watchers
qiandao
各种网站的签到
0 watchers
slate
Beautiful static documentation for your API
Shell · 0 watchers
superpowers
An agentic skills framework & software development methodology that works.
JavaScript · 0 watchers
ui-calendar
A complete AngularJS directive for the Arshaw FullCalendar.
Vue · 0 watchers
ViewUI
A high quality UI Toolkit built on Vue.js 2.0
Vim script · 0 watchers
vim-markdown
Markdown Vim Mode
Python · 0 watchers
w3af
w3af: web application attack and audit framework, the open source web vulnerability scanner.
flniu

flniu

V2EX member #204433, joined on 2016-12-05 12:54:33 +08:00
flniu's recent replies
Mar 30, 2025
Replied to a topic by libralibra 程序员 技术栈选择: Java 还是 Python
如果目的是人员管理和事务管理这两大块,那飞书多维表格半天就搞定了。
如果目的是学习语言,那选择自己喜欢的语言就是了。
Jan 15, 2022
Replied to a topic by yuxing1171 程序员 你认为什么是 10 倍程序员

吴军参考物理学家朗道的理论,把工程师也划分为五个等级,其中相临等级的工程师,能力差 10 倍,创造的价值差 10 倍,收入可能也会差 10 倍。
用 Peewee 基本上思维方式跟原生 SQL 很像。而 ORM 又帮你解决了连接管理、防范 SQL 注入的问题。
SQLAlchemy 是基于 data mapper pattern 的 ORM 。如果是复杂查询比较多的业务,不如试试基于 active record pattern 的 ORM ,比如 Peewee 。
另外现代 IDE 的代码跳转功能非常完备,比如 PyCharm ,可以很方便从函数调用的地方跳转到函数定义。
这跟 Python 或具体哪门语言无关,跟程序的设计和代码的组织有关(可读性、封装、DRY 原则、SOLID 原则等等)。
推荐一本《程序员修炼之道(第 2 版)》。
Dec 3, 2021
Replied to a topic by oaza 职场话题 公司入职起花名
@chiaf 红凤凰粉凤凰红粉凤凰
Dec 2, 2021
Replied to a topic by AndyAO Python 那些 Python 语言设计上的重大失误
用缩进表示结构的另一个主流语言是 Yaml (虽然只是标记语言,不是编程语言)。
Dec 2, 2021
Replied to a topic by AndyAO Python 那些 Python 语言设计上的重大失误
@TypeError
“默认参数不能为可变对象,比如 list ,这个问题搞垮了一家创业公司”
这个真的是大坑。
纵向:把 Go 语言的设计理念、特点优势、底层原理搞清楚。
横向:不限语言的原理和思想:《深入理解计算机系统(原书第 3 版)》《数据密集型应用系统设计》《实现领域驱动设计》……
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3081 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 35ms · UTC 03:17 · PVG 11:17 · LAX 20:17 · JFK 23:17
♥ Do have faith in what you're doing.