baz9

Badges

100 Contributions1,000 Contributions10 Posts

Contributions

Posts

1 Day

0

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
4161 26th March 2026 23:28:08 UTC baz9 list The Hardest DWS Routes in the World list_type_id
Before
1
After
2
4162 26th March 2026 23:28:08 UTC baz9 list The Hardest DWS Routes in the World list_type_name
Before
Bouldering
After
Sport Climbing
4163 26th March 2026 23:27:03 UTC baz9 list The Hardest DWS Routes in the World list_name
Before
None
After
The Hardest DWS Routes in the World
4164 26th March 2026 23:27:03 UTC baz9 list The Hardest DWS Routes in the World list_description
Before
None
After
A list of all the deep water solo routes 8c or harder that have currently been climbed, including details of the first ascent.
Diff
--- before

+++ after

@@ -1 +1 @@

-
+A list of all the deep water solo routes 8c or harder that have currently been climbed, including details of the first ascent.
4165 26th March 2026 23:27:03 UTC baz9 list The Hardest DWS Routes in the World list_definition
Before
None
After
select c.climb_uuid as row_uuid ,'<a href="/climb/' || c.climb_id::varchar || '">' || c.climb_name || '</a>' as "Climb" ,g.grade as "Grade" ,'<a href="/climber/' || cl.climber_id::varchar || '">' || cl.climber_name || '</a>, ' || pretty_dt(a.ascent_dt_start, a.ascent_dt_end) as "First Ascent" ,string_agg( distinct '<a href="/climber/' || cl2.climber_id::varchar || '">' || cl2.climber_name || '</a>' ,', ' ) as "Repeats" from climbs c inner join grades g on c.grade_id = g.grade_id left join ascents a on a.climb_id = c.climb_id and a.fa = true and a.deleted_on is null and not a.ascent_style_id = 5 left join climbers cl on a.climber_id = cl.climber_id left join ascents a2 on a2.climb_id = c.climb_id and a2.fa = false and a2.deleted_on is null and not a2.ascent_style_id = 5 left join climbers cl2 on a2.climber_id = cl2.climber_id where c.deleted_on is null and c.climb_type = 4 and g.order_on >= 17 and not exists ( select 1 from climb_meta cm where cm.climb_id = c.climb_id and cm.value = 'Project' ) group by c.climb_uuid ,c.climb_id ,c.climb_name ,cl.climber_id ,cl.climber_name ,g.grade ,g.order_on ,order_dt(a.ascent_dt_start, a.ascent_dt_end) ,pretty_dt(a.ascent_dt_start, a.ascent_dt_end) order by g.order_on desc ,order_dt(a.ascent_dt_start, a.ascent_dt_end)
Diff
--- before

+++ after

@@ -1 +1,59 @@

-
+select
+ c.climb_uuid as row_uuid
+ ,'<a href="/climb/' || c.climb_id::varchar || '">' || c.climb_name || '</a>' as "Climb"
+ ,g.grade as "Grade"
+ ,'<a href="/climber/' || cl.climber_id::varchar || '">' || cl.climber_name || '</a>, ' || pretty_dt(a.ascent_dt_start, a.ascent_dt_end) as "First Ascent"
+ ,string_agg(
+ distinct '<a href="/climber/' || cl2.climber_id::varchar || '">' || cl2.climber_name || '</a>'
+ ,', '
+ ) as "Repeats"
+
+from
+ climbs c
+ inner join grades g
+ on c.grade_id = g.grade_id
+ left join ascents a
+ on a.climb_id = c.climb_id
+ and a.fa = true
+ and a.deleted_on is null
+ and not a.ascent_style_id = 5
+ left join climbers cl
+ on a.climber_id = cl.climber_id
+ left join ascents a2
+ on a2.climb_id = c.climb_id
+ and a2.fa = false
+ and a2.deleted_on is null
+ and not a2.ascent_style_id = 5
+ left join climbers cl2
+ on a2.climber_id = cl2.climber_id
+
+where
+ c.deleted_on is null
+ and c.climb_type = 4
+ and g.order_on >= 17
+ and not exists (
+ select
+ 1
+
+ from
+ climb_meta cm
+
+ where
+ cm.climb_id = c.climb_id
+ and cm.value = 'Project'
+ )
+
+group by
+ c.climb_uuid
+ ,c.climb_id
+ ,c.climb_name
+ ,cl.climber_id
+ ,cl.climber_name
+ ,g.grade
+ ,g.order_on
+ ,order_dt(a.ascent_dt_start, a.ascent_dt_end)
+ ,pretty_dt(a.ascent_dt_start, a.ascent_dt_end)
+
+order by
+ g.order_on desc
+ ,order_dt(a.ascent_dt_start, a.ascent_dt_end)
4166 26th March 2026 23:27:03 UTC baz9 list The Hardest DWS Routes in the World list_description_pretty
Before
None
After
<p>A list of all the deep water solo routes 8c or harder that have currently been climbed, including details of the first ascent.</p>
4167 26th March 2026 23:27:03 UTC baz9 list The Hardest DWS Routes in the World list_type_id
Before
None
After
1
4168 26th March 2026 23:27:03 UTC baz9 list The Hardest DWS Routes in the World list_type_name
Before
None
After
Bouldering
4169 26th March 2026 19:47:03 UTC baz9 climber Chuck Odette Spouse
Before
None
After
3865
4170 26th March 2026 19:46:50 UTC baz9 climber Maggie Odette Spouse
Before
None
After
2730
4171 26th March 2026 19:46:13 UTC baz9 ascent Maggie Odette's ascent of T-rex notes
Before
### References [1] [https://www.dailycamera.com/2020/02/04/wicked-gravity-performance-climbings-hidden-trend-outdoor-elites-are-getting-older/](https://www.dailycamera.com/2020/02/04/wicked-gravity-performance-climbings-hidden-trend-outdoor-elites-are-getting-older/)
After
### References [1] [https://www.dailycamera.com/2020/02/04/wicked-gravity-performance-climbings-hidden-trend-outdoor-elites-are-getting-older/](https://www.dailycamera.com/2020/02/04/wicked-gravity-performance-climbings-hidden-trend-outdoor-elites-are-getting-older/) [2] [https://gripped.com/news/maggie-odette-49-sends-her-first-5-14b/](https://gripped.com/news/maggie-odette-49-sends-her-first-5-14b/)
Diff
--- before

+++ after

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

### References

-[1] [https://www.dailycamera.com/2020/02/04/wicked-gravity-performance-climbings-hidden-trend-outdoor-elites-are-getting-older/](https://www.dailycamera.com/2020/02/04/wicked-gravity-performance-climbings-hidden-trend-outdoor-elites-are-getting-older/)
+[1] [https://www.dailycamera.com/2020/02/04/wicked-gravity-performance-climbings-hidden-trend-outdoor-elites-are-getting-older/](https://www.dailycamera.com/2020/02/04/wicked-gravity-performance-climbings-hidden-trend-outdoor-elites-are-getting-older/)
+
+[2] [https://gripped.com/news/maggie-odette-49-sends-her-first-5-14b/](https://gripped.com/news/maggie-odette-49-sends-her-first-5-14b/)
4172 26th March 2026 19:46:13 UTC baz9 ascent Maggie Odette's ascent of T-rex notes_pretty
Before
<h3>References</h3> <p>[1] <a href="https://www.dailycamera.com/2020/02/04/wicked-gravity-performance-climbings-hidden-trend-outdoor-elites-are-getting-older/" rel="noopener noreferrer">https://www.dailycamera.com/2020/02/04/wicked-gravity-performance-climbings-hidden-trend-outdoor-elites-are-getting-older/</a></p>
After
<h3>References</h3> <p>[1] <a href="https://www.dailycamera.com/2020/02/04/wicked-gravity-performance-climbings-hidden-trend-outdoor-elites-are-getting-older/" rel="noopener noreferrer">https://www.dailycamera.com/2020/02/04/wicked-gravity-performance-climbings-hidden-trend-outdoor-elites-are-getting-older/</a></p> <p>[2] <a href="https://gripped.com/news/maggie-odette-49-sends-her-first-5-14b/" rel="noopener noreferrer">https://gripped.com/news/maggie-odette-49-sends-her-first-5-14b/</a></p>
4173 26th March 2026 19:42:47 UTC baz9 climber Margarita Martinez notes_pretty
Before
<h3>References</h3> <p>[1] <a href="https://katherinegonzalezv.wordpress.com/margarita-martinez-she-her/" rel="noopener noreferrer">https://katherinegonzalezv.wordpress.com/margarita-martinez-she-her/</a></p>
After
None
4174 26th March 2026 19:42:47 UTC baz9 climber Margarita Martinez notes
Before
### References [1] [https://katherinegonzalezv.wordpress.com/margarita-martinez-she-her/](https://katherinegonzalezv.wordpress.com/margarita-martinez-she-her/)
After
None
Diff
--- before

+++ after

@@ -1,3 +1 @@

-### References
-
-[1] [https://katherinegonzalezv.wordpress.com/margarita-martinez-she-her/](https://katherinegonzalezv.wordpress.com/margarita-martinez-she-her/)
+
4175 26th March 2026 19:40:23 UTC baz9 ascent Margarita Martinez's ascent of Whole Shot notes
Before
### References [1] [https://www.dailycamera.com/2020/02/04/wicked-gravity-performance-climbings-hidden-trend-outdoor-elites-are-getting-older/](https://www.dailycamera.com/2020/02/04/wicked-gravity-performance-climbings-hidden-trend-outdoor-elites-are-getting-older/)
After
Aged 58! ### References [1] [https://www.dailycamera.com/2020/02/04/wicked-gravity-performance-climbings-hidden-trend-outdoor-elites-are-getting-older/](https://www.dailycamera.com/2020/02/04/wicked-gravity-performance-climbings-hidden-trend-outdoor-elites-are-getting-older/)
Diff
--- before

+++ after

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

+Aged 58!
+
### References

[1] [https://www.dailycamera.com/2020/02/04/wicked-gravity-performance-climbings-hidden-trend-outdoor-elites-are-getting-older/](https://www.dailycamera.com/2020/02/04/wicked-gravity-performance-climbings-hidden-trend-outdoor-elites-are-getting-older/)
4176 26th March 2026 19:40:23 UTC baz9 ascent Margarita Martinez's ascent of Whole Shot notes_pretty
Before
<h3>References</h3> <p>[1] <a href="https://www.dailycamera.com/2020/02/04/wicked-gravity-performance-climbings-hidden-trend-outdoor-elites-are-getting-older/" rel="noopener noreferrer">https://www.dailycamera.com/2020/02/04/wicked-gravity-performance-climbings-hidden-trend-outdoor-elites-are-getting-older/</a></p>
After
<p>Aged 58!</p> <h3>References</h3> <p>[1] <a href="https://www.dailycamera.com/2020/02/04/wicked-gravity-performance-climbings-hidden-trend-outdoor-elites-are-getting-older/" rel="noopener noreferrer">https://www.dailycamera.com/2020/02/04/wicked-gravity-performance-climbings-hidden-trend-outdoor-elites-are-getting-older/</a></p>
4177 26th March 2026 19:40:08 UTC baz9 climber Margarita Martinez age
Before
between 51 and 52
After
None
4178 26th March 2026 19:40:08 UTC baz9 climber Margarita Martinez date_of_birth_pretty
Before
Between 1st Jan 1974 and 1st Feb 1975
After
4179 26th March 2026 19:40:08 UTC baz9 climber Margarita Martinez date_of_birth_end
Before
1975-02-01
After
None
4180 26th March 2026 19:40:08 UTC baz9 climber Margarita Martinez date_of_birth_start
Before
1974-01-01
After
None

< Page 209 >