HackerLangs
热门最新趋势评论往期问答秀出招聘

PythonicNinja

no profile record

提交

Photos Leak – no one is safe

we-have-it.pythonic.ninja
3 分·作者 PythonicNinja·3个月前·1 评论

Trigrep – indexed regex search in Rust with CLI

github.com
1 分·作者 PythonicNinja·4个月前·4 评论

Hormuz Minesweeper – Are you tired of winning?

hormuz.pythonic.ninja
662 分·作者 PythonicNinja·4个月前·452 评论

Hormuz Minesweeper – Are you tired of winning?

hormuz.pythonic.ninja
2 分·作者 PythonicNinja·4个月前·0 评论

Singularity is here as Swarm of Stochastic Agents

pythonic.ninja
1 分·作者 PythonicNinja·5个月前·1 评论

Chain Prompts Like Unix Tools with Dotprompt

pythonic.ninja
1 分·作者 PythonicNinja·7个月前·0 评论

Cognitive Offloading in the Era of AI

pythonic.ninja
3 分·作者 PythonicNinja·7个月前·0 评论

评论

PythonicNinja
·3个月前·讨论
We have ALL your photos: no one is safe in the cloud anymore
PythonicNinja
·4个月前·讨论
added comparison:

https://github.com/PythonicNinja/trigrep/commit/ca64fd81a6d8...
PythonicNinja
·4个月前·讨论
Adding it right now.

Will compare grep vs rg vs trigrep against git source code.
PythonicNinja
·4个月前·讨论
Indexed regex search for large codebases, powered by trigram / sparse n‑gram indexes. A grep-like CLI that builds a local on-disk index, so searches stay fast even on huge monorepos.

based on algorithm from cursor team: https://cursor.com/blog/fast-regex-search
PythonicNinja
·4个月前·讨论
good call, added it
PythonicNinja
·4个月前·讨论
added support for ipad using long press for flags
PythonicNinja
·4个月前·讨论
Added double click feature
PythonicNinja
·5个月前·讨论
I argue that we’re thinking about the singularity wrong. Instead of one superintelligent AGI, we’re already seeing swarms of stochastic LLM agents coordinating online, cross‑validating each other, pursuing goals, and even resisting shutdown. This post makes the case that emergent, unpredictable swarm behavior is the real threshold and that we may have crossed it without noticing.
PythonicNinja
·7个月前·讨论
added blog post about skills in AI and references to

Dotprompt / Claude / Dia browser skills - "Skills Everywhere: Portable Playbooks for Codex, Claude, and Dia"

https://pythonic.ninja/blog/2025-12-14-codex-skills/
PythonicNinja
·7个月前·讨论
Created css palette based on `cloud-dancer`

```css

:root { /* Core / --cloud-dancer: #F0EEE9; / Pantone 11-4201 approximation /

  /* Atmospheric (breezy blues, misted light, aqueous blue-greens) */
  --breezy-blue: #CFE5F2;
  --misted-sunlight: #F5EFD8;
  --aqueous-blue-green: #C8E9E0;

  /* Powdered Pastels (subtle, nuanced, understated) */
  --pastel-blush: #EADADB;
  --pastel-peach: #F3E1D8;
  --pastel-sage: #DDE6DF;
  --pastel-lilac: #DCD7E9;

  /* Light & Shadow (veiled hues dissolving into shadow) */
  --veil-gray: #D8D4CC;
  --shadow-1: #8C8F96;
  --shadow-2: #5C5F66;
  --shadow-3: #2F3338;

  /* Utility */
  --ink: #1F2328;      /* high-contrast text */
  --surface: #FAF9F7;  /* ultra-light background */
} ```
PythonicNinja
·8个月前·讨论
added some examples using runprompt in blog post:

"Chain Prompts Like Unix Tools with Dotprompt"

https://pythonic.ninja/blog/2025-11-27-dotprompt-unix-pipes/
PythonicNinja
·8个月前·讨论
I wrote a concrete expected‑value model for AGI that anchors rewards in the 15–30T USD Western white‑collar payroll, adds spillovers on 60T GDP, includes transition costs, and varies probability explicitly. Three scenarios (optimistic, mid, pessimistic) show when the bet is rational versus value‑destroying—no mysticism, just plug‑and‑play numbers. If you’re debating AGI’s payoff, benchmark it against actual payroll and GDP, not vibes.

Read: https://pythonic.ninja/blog/2025-11-15-ev-of-agi-for-western...