baz9

Badges

100 Contributions1,000 Contributions10 Posts

Contributions

Posts

1 Day

6

7 Days

18

4 Weeks

34

All Time

6441

Current Streak

2

Longest Streak

13

Contributions Map

Contributions by Country

Country Contributions Between Climbers Crags Summits Climbs Ascents
1 USA 1507 20th November 2025 – 30th June 2026 47 20 0 87 97
2 Australia 767 27th September 2025 – 29th June 2026 6 38 0 61 33
3 United Kingdom 576 19th November 2025 – 8th July 2026 33 14 0 22 43
4 France 264 6th January 2026 – 28th June 2026 14 3 0 12 31
5 Switzerland 257 24th January 2026 – 10th July 2026 6 3 0 12 33
6 Austria 210 12th November 2025 – 22nd June 2026 5 2 0 8 22
7 Italy 129 18th November 2025 – 29th May 2026 9 3 0 11 10
8 Pakistan 118 11th April 2026 – 26th April 2026 0 0 0 1 7
9 Spain 105 20th February 2026 – 16th May 2026 5 0 0 10 11
10 Germany 103 3rd February 2026 – 26th June 2026 7 0 0 7 10

Recent Contributions

Date Time User Type Name Attribute
4101 27th March 2026 14:59:29 UTC baz9 ascent Alex Honnold's ascent of Salathé Wall Partner
Before
None
After
1304
4102 27th March 2026 14:58:55 UTC baz9 ascent Alex Honnold's ascent of Salathé Wall ascent_dt_start
Before
None
After
2010-06-30
4103 27th March 2026 14:58:55 UTC baz9 ascent Alex Honnold's ascent of Salathé Wall ascent_type_id
Before
None
After
5
4104 27th March 2026 14:58:55 UTC baz9 ascent Alex Honnold's ascent of Salathé Wall notes_pretty
Before
None
After
<p>Climbed as part of the <a href="/list/90/el-cap-triple" rel="noopener noreferrer">El Cap Triple</a> in under 24 hours.</p> <h3>References</h3> <p>[1] <a href="https://elcapreport.com/content/elcap-report-63010" rel="noopener noreferrer">https://elcapreport.com/content/elcap-report-63010</a></p>
4105 27th March 2026 14:58:55 UTC baz9 ascent Alex Honnold's ascent of Salathé Wall notes
Before
None
After
Climbed as part of the [El Cap Triple](/list/90/el-cap-triple) in under 24 hours. ### References [1] [https://elcapreport.com/content/elcap-report-63010](https://elcapreport.com/content/elcap-report-63010)
Diff
--- before

+++ after

@@ -1 +1,5 @@

-
+Climbed as part of the [El Cap Triple](/list/90/el-cap-triple) in under 24 hours.
+
+### References
+
+[1] [https://elcapreport.com/content/elcap-report-63010](https://elcapreport.com/content/elcap-report-63010)
4106 27th March 2026 14:58:55 UTC baz9 ascent Alex Honnold's ascent of Salathé Wall ascent_style_id
Before
None
After
1
4107 27th March 2026 14:58:55 UTC baz9 ascent Alex Honnold's ascent of Salathé Wall climb_id
Before
None
After
814
4108 27th March 2026 14:58:55 UTC baz9 ascent Alex Honnold's ascent of Salathé Wall climber_id
Before
None
After
622
4109 27th March 2026 14:58:55 UTC baz9 ascent Alex Honnold's ascent of Salathé Wall ascent_dt_end
Before
None
After
2010-07-01
4110 27th March 2026 14:48:45 UTC baz9 list El Cap Triple list_description_pretty
Before
<p>3 iconic routes up El Capitan in Yosemite.</p> <p>In 2010 <a href="/climber/622/alex-honnold" rel="noopener noreferrer">Alex Honnold</a> and <a href="/climber/1304/sean-leary" rel="noopener noreferrer">Sean Leary</a> linked the 3 routes in under 24 hours.</p>
After
<p>3 iconic routes up <a href="/crag/8023/el-capitan" rel="noopener noreferrer">El Capitan</a> in Yosemite.</p> <p>In 2010 <a href="/climber/622/alex-honnold" rel="noopener noreferrer">Alex Honnold</a> and <a href="/climber/1304/sean-leary" rel="noopener noreferrer">Sean Leary</a> linked the 3 routes in under 24 hours.</p>
4111 27th March 2026 14:48:45 UTC baz9 list El Cap Triple list_description
Before
3 iconic routes up El Capitan in Yosemite. In 2010 [Alex Honnold](/climber/622/alex-honnold) and [Sean Leary](/climber/1304/sean-leary) linked the 3 routes in under 24 hours.
After
3 iconic routes up [El Capitan](/crag/8023/el-capitan) in Yosemite. In 2010 [Alex Honnold](/climber/622/alex-honnold) and [Sean Leary](/climber/1304/sean-leary) linked the 3 routes in under 24 hours.
Diff
--- before

+++ after

@@ -1,3 +1,3 @@

-3 iconic routes up El Capitan in Yosemite.
+3 iconic routes up [El Capitan](/crag/8023/el-capitan) in Yosemite.

In 2010 [Alex Honnold](/climber/622/alex-honnold) and [Sean Leary](/climber/1304/sean-leary) linked the 3 routes in under 24 hours.
4112 27th March 2026 14:47:56 UTC baz9 list El Cap Triple list_definition
Before
SELECT c.climb_uuid as row_uuid, '<a href="/climb/' || c.climb_id::varchar || '/a">' || c.climb_name || '</a>' as Climb, g.grade as Grade, '<a href="/crag/' || cr.crag_id::varchar || '/a">' || cr.crag_name || '</a>' as Crag, '<a href="/climber/' || cl.climber_id::varchar || '/a">' || cl.climber_name || '</a>, ' || pretty_dt(a.ascent_dt_start, a.ascent_dt_end) as "First Ascent" from climbs c inner join grades g on c.grade_id = g.grade_id inner join ascents a on c.climb_id = a.climb_id and a.deleted_on is null and a.fa = true inner join climbers cl on a.climber_id = cl.climber_id and cl.deleted_on is null inner join crags cr on c.crag_id = cr.crag_id where c.climb_id in (814, 6215, 1841);
After
SELECT c.climb_uuid as row_uuid, '<a href="/climb/' || c.climb_id::varchar || '/a">' || c.climb_name || '</a>' as Climb, g.grade as Grade, '<a href="/crag/' || cr.crag_id::varchar || '/a">' || cr.crag_name || '</a>' as Crag from climbs c inner join grades g on c.grade_id = g.grade_id inner join crags cr on c.crag_id = cr.crag_id where c.climb_id in (814, 6215, 1841);
Diff
--- before

+++ after

@@ -2,19 +2,11 @@

c.climb_uuid as row_uuid,
'<a href="/climb/' || c.climb_id::varchar || '/a">' || c.climb_name || '</a>' as Climb,
g.grade as Grade,
- '<a href="/crag/' || cr.crag_id::varchar || '/a">' || cr.crag_name || '</a>' as Crag,
- '<a href="/climber/' || cl.climber_id::varchar || '/a">' || cl.climber_name || '</a>, ' || pretty_dt(a.ascent_dt_start, a.ascent_dt_end) as "First Ascent"
+ '<a href="/crag/' || cr.crag_id::varchar || '/a">' || cr.crag_name || '</a>' as Crag
from
climbs c
inner join grades g
on c.grade_id = g.grade_id
- inner join ascents a
- on c.climb_id = a.climb_id
- and a.deleted_on is null
- and a.fa = true
- inner join climbers cl
- on a.climber_id = cl.climber_id
- and cl.deleted_on is null
inner join crags cr
on c.crag_id = cr.crag_id
where
4113 27th March 2026 14:45:57 UTC baz9 list El Cap Triple list_name
Before
El Cap Tripple
After
El Cap Triple
4114 27th March 2026 14:45:00 UTC baz9 list El Cap Triple list_type_name
Before
None
After
Bouldering
4115 27th March 2026 14:45:00 UTC baz9 list El Cap Triple list_name
Before
None
After
El Cap Tripple
4116 27th March 2026 14:45:00 UTC baz9 list El Cap Triple list_description
Before
None
After
3 iconic routes up El Capitan in Yosemite. In 2010 [Alex Honnold](/climber/622/alex-honnold) and [Sean Leary](/climber/1304/sean-leary) linked the 3 routes in under 24 hours.
Diff
--- before

+++ after

@@ -1 +1,3 @@

-
+3 iconic routes up El Capitan in Yosemite.
+
+In 2010 [Alex Honnold](/climber/622/alex-honnold) and [Sean Leary](/climber/1304/sean-leary) linked the 3 routes in under 24 hours.
4117 27th March 2026 14:45:00 UTC baz9 list El Cap Triple list_type_id
Before
None
After
1
4118 27th March 2026 14:45:00 UTC baz9 list El Cap Triple list_description_pretty
Before
None
After
<p>3 iconic routes up El Capitan in Yosemite.</p> <p>In 2010 <a href="/climber/622/alex-honnold" rel="noopener noreferrer">Alex Honnold</a> and <a href="/climber/1304/sean-leary" rel="noopener noreferrer">Sean Leary</a> linked the 3 routes in under 24 hours.</p>
4119 27th March 2026 14:45:00 UTC baz9 list El Cap Triple list_definition
Before
None
After
SELECT c.climb_uuid as row_uuid, '<a href="/climb/' || c.climb_id::varchar || '/a">' || c.climb_name || '</a>' as Climb, g.grade as Grade, '<a href="/crag/' || cr.crag_id::varchar || '/a">' || cr.crag_name || '</a>' as Crag, '<a href="/climber/' || cl.climber_id::varchar || '/a">' || cl.climber_name || '</a>, ' || pretty_dt(a.ascent_dt_start, a.ascent_dt_end) as "First Ascent" from climbs c inner join grades g on c.grade_id = g.grade_id inner join ascents a on c.climb_id = a.climb_id and a.deleted_on is null and a.fa = true inner join climbers cl on a.climber_id = cl.climber_id and cl.deleted_on is null inner join crags cr on c.crag_id = cr.crag_id where c.climb_id in (814, 6215, 1841);
Diff
--- before

+++ after

@@ -1 +1,21 @@

-
+SELECT
+ c.climb_uuid as row_uuid,
+ '<a href="/climb/' || c.climb_id::varchar || '/a">' || c.climb_name || '</a>' as Climb,
+ g.grade as Grade,
+ '<a href="/crag/' || cr.crag_id::varchar || '/a">' || cr.crag_name || '</a>' as Crag,
+ '<a href="/climber/' || cl.climber_id::varchar || '/a">' || cl.climber_name || '</a>, ' || pretty_dt(a.ascent_dt_start, a.ascent_dt_end) as "First Ascent"
+from
+ climbs c
+ inner join grades g
+ on c.grade_id = g.grade_id
+ inner join ascents a
+ on c.climb_id = a.climb_id
+ and a.deleted_on is null
+ and a.fa = true
+ inner join climbers cl
+ on a.climber_id = cl.climber_id
+ and cl.deleted_on is null
+ inner join crags cr
+ on c.crag_id = cr.crag_id
+where
+ c.climb_id in (814, 6215, 1841);
4120 27th March 2026 14:25:49 UTC baz9 media https://www.instagram.com/p/COXoEEDDgTP/ missing_right_to_reproduce
Before
None
After
false

< Page 206 >