HackerLangs
TopNewTrendsCommentsPastAskShowJobs

PythonicNinja

no profile record

Submissions

Photos Leak – no one is safe

we-have-it.pythonic.ninja
3 points·by PythonicNinja·3 months ago·1 comments

Trigrep – indexed regex search in Rust with CLI

github.com
1 points·by PythonicNinja·4 months ago·4 comments

Hormuz Minesweeper – Are you tired of winning?

hormuz.pythonic.ninja
662 points·by PythonicNinja·4 months ago·452 comments

Hormuz Minesweeper – Are you tired of winning?

hormuz.pythonic.ninja
2 points·by PythonicNinja·4 months ago·0 comments

Singularity is here as Swarm of Stochastic Agents

pythonic.ninja
1 points·by PythonicNinja·5 months ago·1 comments

Chain Prompts Like Unix Tools with Dotprompt

pythonic.ninja
1 points·by PythonicNinja·7 months ago·0 comments

Cognitive Offloading in the Era of AI

pythonic.ninja
3 points·by PythonicNinja·7 months ago·0 comments

comments

PythonicNinja
·3 months ago·discuss
We have ALL your photos: no one is safe in the cloud anymore
PythonicNinja
·4 months ago·discuss
added comparison:

https://github.com/PythonicNinja/trigrep/commit/ca64fd81a6d8...
PythonicNinja
·4 months ago·discuss
Adding it right now.

Will compare grep vs rg vs trigrep against git source code.
PythonicNinja
·4 months ago·discuss
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 months ago·discuss
good call, added it
PythonicNinja
·4 months ago·discuss
added support for ipad using long press for flags
PythonicNinja
·4 months ago·discuss
Added double click feature
PythonicNinja
·5 months ago·discuss
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 months ago·discuss
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 months ago·discuss
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 months ago·discuss
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 months ago·discuss
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...