WRDashboard

Fork Me on Gitlab

Repositories

Gitlab:Andrew Sullivan Cant

Andrew Sullivan Cant pushed to project branch main at WR Dashboard / scrappers / wrgeohub / dcat

Andrew Sullivan Cant (ec34073e) at 04 Jul 16:11

Latest data: Sat, 04 Jul 2026 12:11:49 -0400


Github:Dan Reynolds

danReynolds deleted

♦ danReynolds deleted branch refs/heads/danreynolds/perf-alloc-gate in danReynolds/fleury · July 4, 2026 16:11 danReynolds/fleury

Updated Jul 4


Github:Dan Reynolds

danReynolds pushed fleury

♦ danReynolds pushed to main in danReynolds/fleury · July 4, 2026 16:11 2 commits to main
  • 8065689
    perf(gates): add per-frame allocation gate (G3) + codify the gate suite
  • 8d055ea
    Merge pull request #36 from danReynolds/danreynolds/perf-alloc-gate

Github:Dan Reynolds

danReynolds contributed to danReynolds/fleury

♦ danReynolds merged danReynolds/fleury#36 · July 4, 2026 09:11 perf(gates): per-frame allocation gate (G3) + codify the gate suite #36

Builds G3 (the last deferred perf gate) and closes the codification gap the assessment surfaced: the gates existed but nothing told anyone — human …

+491 -0 2 comments

Github:Dan Reynolds

danReynolds deleted

♦ danReynolds deleted branch refs/heads/ios-native-assets in danReynolds/flark · July 4, 2026 16:11 danReynolds/flark

Updated Jul 4


Github:Dan Reynolds

danReynolds pushed flark

♦ danReynolds pushed to main in danReynolds/flark · July 4, 2026 16:11 1 commit to main
  • 9c69632
    iOS: ship the native comrak bridge through native assets (#23)

Github:Dan Reynolds

danReynolds contributed to danReynolds/flark

♦ danReynolds merged danReynolds/flark#23 · July 4, 2026 09:11 iOS: ship the native comrak bridge through native assets #23 Summary

Ships flark's native comrak bridge on iOS through the same native-assets
build hook as macOS/Android/Linux — no CocoaPods podspec, no prebuilt

+111 -91 2 comments

Github:Dan Reynolds

danReynolds contributed to danReynolds/fleury

♦ danReynolds opened danReynolds/fleury#36 · July 4, 2026 09:05 perf(gates): per-frame allocation gate (G3) + codify the gate suite #36

Builds G3 (the last deferred perf gate) and closes the codification gap the assessment surfaced: the gates existed but nothing told anyone — human …

+491 -0 2 comments

Github:Dan Reynolds

danReynolds created a branch

♦ danReynolds created a branch in danReynolds/fleury · July 4, 2026 16:05 ♦ refs/heads/danreynolds/perf-alloc-gate in danReynolds/fleury

Updated Jul 4


Github:Jay El-Kaake

jayelkaake starred donfear/inup

♦ jayelkaake starred donfear/inup · July 4, 2026 04:38 donfear/inup

Interactive dependency upgrader for npm, yarn, pnpm & bun — changelog viewer, vulnerability audit, monorepo-ready, zero-config.

TypeScript 24 Updated Jul 4


Github:Jay El-Kaake

jayelkaake starred unclecode/crawl4ai

♦ jayelkaake starred unclecode/crawl4ai · July 4, 2026 04:31 unclecode/crawl4ai

🚀🤖 Crawl4AI: Open-source LLM Friendly Web Crawler & Scraper. Don't be shy, join here: discord.gg/jP8KfhDhyN

Python 70.9k Updated Jul 3


Github:Dan Reynolds

danReynolds deleted

♦ danReynolds deleted tag refs/tags/exp-215-claim in danReynolds/resqlite · July 4, 2026 11:17 danReynolds/resqlite

Updated Jul 4


Github:Dan Reynolds

danReynolds pushed resqlite

♦ danReynolds pushed to main in danReynolds/resqlite · July 4, 2026 11:16 1 commit to main
  • 23f9020
    Exp 215: reject persistent executeWrite result-buffer slot (#230)

Github:Dan Reynolds

danReynolds contributed to danReynolds/resqlite

♦ danReynolds merged danReynolds/resqlite#230 · July 4, 2026 04:16 Exp 215: reject persistent executeWrite result-buffer slot #230 Hypothesis

While writing up exp 211 — which accepted persistent per-isolate scratch slots for the reader-side queryBytes() after exp 108 had reject…

+314 -0 1 comment

Github:Dan Reynolds

danReynolds contributed to danReynolds/resqlite

♦ danReynolds opened danReynolds/resqlite#230 · July 4, 2026 04:16 Exp 215: reject persistent executeWrite result-buffer slot #230 Hypothesis

While writing up exp 211 — which accepted persistent per-isolate scratch slots for the reader-side queryBytes() after exp 108 had reject…

+314 -0 1 comment

Github:Dan Reynolds

danReynolds created a branch

♦ danReynolds created a branch in danReynolds/resqlite · July 4, 2026 11:16 ♦ refs/heads/exp-215-persistent-write-result-slot in danReynolds/resqlite

Updated Jul 4


Github:Dan Reynolds

danReynolds deleted

♦ danReynolds deleted tag refs/tags/exp-214-claim in danReynolds/resqlite · July 4, 2026 10:27 danReynolds/resqlite

Updated Jul 4


Github:Dan Reynolds

danReynolds deleted

♦ danReynolds deleted branch refs/heads/exp-214-write-result-direct-read in danReynolds/resqlite · July 4, 2026 10:27 danReynolds/resqlite

Updated Jul 4


Github:Dan Reynolds

danReynolds pushed resqlite

♦ danReynolds pushed to main in danReynolds/resqlite · July 4, 2026 10:26 1 commit to main
  • b1c68c6
    Exp 214: reject write result direct-read prototype

Github:Dan Reynolds

danReynolds contributed to danReynolds/resqlite

♦ danReynolds merged danReynolds/resqlite#229 · July 4, 2026 03:26 Exp 214: reject write result direct-read prototype #229 Hypothesis

executeWrite() decodes a 16-byte native resqlite_write_result on every public write by first wrapping the pointer in a typed list and th…

+291 -5 2 comments

Github:Dan Reynolds

danReynolds pushed resqlite

♦ danReynolds pushed to exp-214-write-result-direct-read in danReynolds/resqlite · July 4, 2026 10:22 1 commit to exp-214-write-result-direct-read
  • fb56668
    Exp 214: address review feedback

Github:Dan Reynolds

danReynolds contributed to danReynolds/resqlite

♦ danReynolds opened danReynolds/resqlite#229 · July 4, 2026 03:14 Exp 214: reject write result direct-read prototype #229 Hypothesis

executeWrite() decodes a 16-byte native resqlite_write_result on every public write by first wrapping the pointer in a typed list and th…

+291 -5 2 comments

Github:Dan Reynolds

danReynolds created a branch

♦ danReynolds created a branch in danReynolds/resqlite · July 4, 2026 10:13 ♦ refs/heads/exp-214-write-result-direct-read in danReynolds/resqlite

Updated Jul 4


Gitlab:Andrew Sullivan Cant

Andrew Sullivan Cant pushed to project branch main at WR Dashboard / scrappers / wrgeohub / dcat

Andrew Sullivan Cant (4abade95) at 04 Jul 10:06

Latest data: Sat, 04 Jul 2026 06:06:35 -0400


Gitlab:Andrew Sullivan Cant

Andrew Sullivan Cant pushed to project branch main at WR Dashboard / scrappers / wrgeohub / building-permits-waterloo

Andrew Sullivan Cant (9450a930) at 04 Jul 04:36

Latest data: Sat, 04 Jul 2026 00:36:03 -0400


Gitlab:Andrew Sullivan Cant

Andrew Sullivan Cant pushed to project branch main at WR Dashboard / scrappers / wrgeohub / traffic-closure-future-waterloo

Andrew Sullivan Cant (149344f4) at 04 Jul 04:36

Latest data: Sat, 04 Jul 2026 00:35:57 -0400


Github:Dan Reynolds

danReynolds pushed flark

♦ danReynolds pushed to ios-native-assets in danReynolds/flark · July 4, 2026 04:30 1 commit to ios-native-assets
  • c8389c5
    Address code review: scope goldens, fix stale iOS text, harden checks

Github:Dan Reynolds

danReynolds contributed to danReynolds/flark

♦ danReynolds opened danReynolds/flark#23 · July 3, 2026 21:13 iOS: ship the native comrak bridge through native assets #23 Summary

Ships flark's native comrak bridge on iOS through the same native-assets
build hook as macOS/Android/Linux — no CocoaPods podspec, no prebuilt

+111 -91 2 comments

Github:Dan Reynolds

danReynolds created a branch

♦ danReynolds created a branch in danReynolds/flark · July 4, 2026 04:13 ♦ refs/heads/ios-native-assets in danReynolds/flark

Updated Jul 4


Gitlab:Andrew Sullivan Cant

Andrew Sullivan Cant pushed to project branch main at WR Dashboard / scrappers / wrgeohub / dcat

Andrew Sullivan Cant (29b7872a) at 04 Jul 04:07

Latest data: Sat, 04 Jul 2026 00:07:35 -0400


Github:Dan Reynolds

danReynolds deleted

♦ danReynolds deleted branch refs/heads/danreynolds/reconcile-redundant-copy in danReynolds/fleury · July 4, 2026 03:50 danReynolds/fleury

Updated Jul 4


Github:Dan Reynolds

danReynolds pushed fleury

♦ danReynolds pushed to main in danReynolds/fleury · July 4, 2026 03:50 2 commits to main
  • 87ce466
    perf(framework): drop redundant O(n) child-order copy in reconcile
  • 26ee004
    Merge pull request #35 from danReynolds/danreynolds/reconcile-redunda…

Github:Dan Reynolds

danReynolds contributed to danReynolds/fleury

♦ danReynolds merged danReynolds/fleury#35 · July 3, 2026 20:50 perf(framework): drop redundant O(n) child-order copy in reconcile #35

Closes out the §2 retained-tree-tax investigation of the perf pass. Verdict: confirmatory — the retained-tree machinery is lean, and this lands the…

+73 -28 1 comment

Github:Dan Reynolds

danReynolds contributed to danReynolds/fleury

♦ danReynolds opened danReynolds/fleury#35 · July 3, 2026 20:30 perf(framework): drop redundant O(n) child-order copy in reconcile #35

Closes out the §2 retained-tree-tax investigation of the perf pass. Verdict: confirmatory — the retained-tree machinery is lean, and this lands the…

+73 -28 1 comment

Github:Dan Reynolds

danReynolds created a branch

♦ danReynolds created a branch in danReynolds/fleury · July 4, 2026 03:29 ♦ refs/heads/danreynolds/reconcile-redundant-copy in danReynolds/fleury

Updated Jul 4

Github:Dan Reynolds

danReynolds pushed fleury

♦ danReynolds pushed to main in danReynolds/fleury · July 3, 2026 22:15 2 commits to main
  • d9bb4bf
    perf(web): first-load bundle-size gate for the served-browser client …
  • ab1e6af
    Merge pull request #34 from danReynolds/danreynolds/bundle-size-gate

Github:Dan Reynolds

danReynolds contributed to danReynolds/fleury

♦ danReynolds merged danReynolds/fleury#34 · July 3, 2026 15:14 perf(web): first-load bundle-size gate for the served-browser client (G6) #34

G6 — first-load bundle-size gate. web-capture validated the dart2js client exists, not its size, so a stray import could silently add 100s of KB to…

+65 -2 1 comment

Gitlab:Andrew Sullivan Cant

Andrew Sullivan Cant pushed to project branch main at WR Dashboard / scrappers / wrgeohub / dcat

Andrew Sullivan Cant (7bcf3b0d) at 03 Jul 22:07

Latest data: Fri, 03 Jul 2026 18:07:17 -0400


Github:Dan Reynolds

danReynolds contributed to danReynolds/fleury

♦ danReynolds opened danReynolds/fleury#34 · July 3, 2026 15:04 perf(web): first-load bundle-size gate for the served-browser client (G6) #34

G6 — first-load bundle-size gate. web-capture validated the dart2js client exists, not its size, so a stray import could silently add 100s of KB to…

+65 -2 1 comment

Github:Dan Reynolds

danReynolds created a branch

♦ danReynolds created a branch in danReynolds/fleury · July 3, 2026 22:03 ♦ refs/heads/danreynolds/bundle-size-gate in danReynolds/fleury

Updated Jul 3


Github:Dan Reynolds

danReynolds pushed fleury

♦ danReynolds pushed to main in danReynolds/fleury · July 3, 2026 21:59 2 commits to main
  • a99beac
    perf(image): image byte category + inline-image encoder bench (G2)
  • 096aca9
    Merge pull request #33 from danReynolds/danreynolds/image-bench

Github:Dan Reynolds

danReynolds contributed to danReynolds/fleury

♦ danReynolds merged danReynolds/fleury#33 · July 3, 2026 14:59 perf(image): image byte category in AnsiByteBreakdown + inline-image encoder bench (G2) #33

G2 (terminal side) — image-pipeline coverage. Images are the largest per-frame payload, but they were invisible to every byte-level analysis.

The gap +278 -6 3 comments

Github:Dan Reynolds

danReynolds contributed to danReynolds/fleury

♦ danReynolds opened danReynolds/fleury#33 · July 3, 2026 14:44 perf(image): image byte category in AnsiByteBreakdown + inline-image encoder bench (G2) #33

G2 (terminal side) — image-pipeline coverage. Images are the largest per-frame payload, but they were invisible to every byte-level analysis.

The gap +278 -6 3 comments

Github:Dan Reynolds

danReynolds created a branch

♦ danReynolds created a branch in danReynolds/fleury · July 3, 2026 21:44 ♦ refs/heads/danreynolds/image-bench in danReynolds/fleury

Updated Jul 3


Github:Dan Reynolds

danReynolds pushed fleury

♦ danReynolds pushed to main in danReynolds/fleury · July 3, 2026 21:34 2 commits to main
  • af6ab31
    perf(serve): guard the semantics-wire anti-cliff invariant (Tier 1 ou…
  • 0454325
    Merge pull request #32 from danReynolds/danreynolds/serve-semantics-gate

Github:Dan Reynolds

danReynolds contributed to danReynolds/fleury

♦ danReynolds merged danReynolds/fleury#32 · July 3, 2026 14:34 perf(serve): guard the semantics-wire anti-cliff invariant (Tier 1 — premise refuted) #32

Tier 1 outcome — the premise didn't survive scrutiny, so this guards the invariant instead of forcing a low-value optimization.

Tier 1 was "reduce …

+84 -4 1 comment

Github:Dan Reynolds

danReynolds contributed to danReynolds/fleury

♦ danReynolds opened danReynolds/fleury#32 · July 3, 2026 14:25 perf(serve): guard the semantics-wire anti-cliff invariant (Tier 1 — premise refuted) #32

Tier 1 outcome — the premise didn't survive scrutiny, so this guards the invariant instead of forcing a low-value optimization.

Tier 1 was "reduce …

+84 -4 1 comment

Github:Dan Reynolds

danReynolds created a branch

♦ danReynolds created a branch in danReynolds/fleury · July 3, 2026 21:24 ♦ refs/heads/danreynolds/serve-semantics-gate in danReynolds/fleury

Updated Jul 3


Github:Dan Reynolds

danReynolds pushed fleury

♦ danReynolds pushed to main in danReynolds/fleury · July 3, 2026 21:10 2 commits to main
  • 6238c81
    perf(serve): live serve-wire profiler + gate (G1)
  • 1bff63c
    review: harden the live serve-wire profiler + gate
  • 1 more commit »

Github:Dan Reynolds

danReynolds contributed to danReynolds/fleury

♦ danReynolds merged danReynolds/fleury#31 · July 3, 2026 14:10 perf(serve): live serve-wire profiler + gate (G1) — reveals semantics dominate the serve wire 5–13× #31

G1 from the perf-pass findings — the biggest coverage blind spot. The fleury serve wire was measured only synthetically (serve_wire_profile computes

+796 -2 1 comment