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...