Jarxi

Blog

Reddit Growth Strategy: Warm-Up, Targeting, and Auto-Fix

How we keep daily Reddit ops on track without tripping moderator wires or API restrictions

Why Reddit still matters for startup storytellingIf you build in public, Reddit is one of the few places where startup founders and marketers actually trade notes in real time. Our current Reddit g......

How I Plan to Build in Public

Playbook for shipping an autonomous personal finance assistant in public

Why build in public?Sharing the journey of my personal finance assistant is the best way to attract the right audience: people who want trustworthy AI companions and engineers who care about solid ......

Using the blog-hexo skill

Draft + publish workflow in one place

OverviewThe blog-hexo skill merges the drafting and publishing flows so you can go from first idea to deployed post without context switching. This note explains how to use each mode and what to wa......

Organization of OpenClaw Memory

OpenClaw Memory: How the System RemembersOpenClaw’s memory layer is the difference between a forgetful agent and one that wakes up ready to work. This post walks through how OpenClaw structures lon......

[Amazon] How to update brand name

How to update brand name Click “Help” on right upper corner at Amazon Seller Central Click “Get Support” under “Need more help?” Click “Selling on Amazon” -> “Or, browse for your issue in the me......

[React] Redux reducer structure

Redux Reducer StructuresReference[Link] (https://medium.com/javascript-in-plain-english/redux-without-switch-cases-and-some-other-tips-6a3d27157da6) ...

[胡言乱语] 工院as工具人

工院 as 工具人USC 有一个 program 叫 USC games,这是我所知的所有 program 里面唯一一个用 USC 开头命名的,初衷是结合电影学院和工学院,建立一个跨学院的,融合所有人所长的项目。 背靠好莱坞,又有着近几年突飞猛进的工学院做支撑,这个项目常年排在全美第一。然而用在这个项目里的 PhD 的话说:“外人看起来好像挺牛逼,干,进来才知道怎么这样啊。” 原因是组成这个......

[MEAN] How to use httpOnly JWT with React and Node

How to use httpOnly JWT with React and NodeIt is unsafe to store JWT in either localStorage or cookie, although many people do this.HttpOnly cookie means frontend javascript is not able to read or ......