remus

Badges

OG100 Contributions1,000 Contributions10,000 Contributions100,000 Contributions10 Posts100 Posts

Contributions

Posts

1 Day

85

7 Days

1140

4 Weeks

3393

All Time

176325

Current Streak

126

Longest Streak

181

Contributions Map

Contributions by Country

Country Contributions Between Climbers Crags Summits Climbs Ascents
1 United Kingdom 49454 14th November 2023 – 25th July 2026 1379 670 0 2970 4668
2 USA 23839 14th November 2023 – 25th July 2026 778 179 2 829 2297
3 France 11592 14th November 2023 – 24th July 2026 258 123 1 534 988
4 Switzerland 8581 14th November 2023 – 25th July 2026 74 40 1 293 1023
5 Spain 8134 15th November 2023 – 20th July 2026 88 73 0 437 874
6 Italy 4165 16th November 2023 – 23rd July 2026 113 56 0 171 324
7 South Africa 3325 16th November 2023 – 25th July 2026 12 35 0 119 364
8 Germany 2992 16th November 2023 – 23rd July 2026 112 47 0 102 220
9 Canada 2957 16th November 2023 – 13th July 2026 61 21 3 104 253
10 Japan 2339 16th November 2023 – 11th June 2026 74 11 0 90 223

Recent Contributions

Date Time User Type Name Attribute
26961 3rd March 2026 15:58:20 UTC remus ascent Aidan Roberts's ascent of Climpit notes_pretty
Before
<h3>References</h3> <p>[1] <a href="https://www.patreon.com/posts/climpit-8b-121344375">https://www.patreon.com/posts/climpit-8b-121344375</a></p>
After
<h3>References</h3> <p>[1] <a href="https://www.patreon.com/posts/climpit-8b-121344375" rel="noopener noreferrer">https://www.patreon.com/posts/climpit-8b-121344375</a></p>
26962 3rd March 2026 15:57:48 UTC remus ascent Austin Hoyt's ascent of Climpit suggested_grade_id
Before
None
After
35
26963 3rd March 2026 15:57:25 UTC remus ascent Austin Hoyt's ascent of Climpit ascent_type_id
Before
None
After
2
26964 3rd March 2026 15:57:25 UTC remus ascent Austin Hoyt's ascent of Climpit ascent_dt_start
Before
None
After
2026-01-19
26965 3rd March 2026 15:57:25 UTC remus ascent Austin Hoyt's ascent of Climpit ascent_dt_end
Before
None
After
2026-01-19
26966 3rd March 2026 15:57:25 UTC remus ascent Austin Hoyt's ascent of Climpit climber_id
Before
None
After
1672
26967 3rd March 2026 15:57:25 UTC remus ascent Austin Hoyt's ascent of Climpit ascent_style_id
Before
None
After
1
26968 3rd March 2026 15:57:25 UTC remus ascent Austin Hoyt's ascent of Climpit climb_id
Before
None
After
4756
26969 3rd March 2026 15:57:25 UTC remus ascent Austin Hoyt's ascent of Climpit notes
Before
None
After
With some new heel hook beta which made it significantly easier.
Diff
--- before

+++ after

@@ -1 +1 @@

-
+With some new heel hook beta which made it significantly easier.
26970 3rd March 2026 15:57:25 UTC remus ascent Austin Hoyt's ascent of Climpit notes_pretty
Before
None
After
<p>With some new heel hook beta which made it significantly easier.</p>
26971 3rd March 2026 15:56:46 UTC remus climb Climpit grade
Before
8B
After
8A+
26972 3rd March 2026 15:56:46 UTC remus climb Climpit grade_id
Before
39
After
38
26973 3rd March 2026 15:56:46 UTC remus climb Climpit eight_a_nu_url
Before
None
After
https://www.8a.nu/crags/bouldering/united-states/camp-4/sectors/unknown-sector-5dd83/routes/climp-it
26974 3rd March 2026 15:55:24 UTC remus climber Beckett Hsin age
Before
None
After
16
26975 3rd March 2026 15:55:24 UTC remus climber Beckett Hsin date_of_birth_start
Before
None
After
2009-12-12
26976 3rd March 2026 15:55:24 UTC remus climber Beckett Hsin date_of_birth_end
Before
None
After
2009-12-12
26977 3rd March 2026 15:55:24 UTC remus climber Beckett Hsin date_of_birth_pretty
Before
After
12th Dec 2009
26978 3rd March 2026 15:52:47 UTC remus list Youngest Ascents list_definition
Before
with climbers_with_dobs as ( select c.climber_id ,c.climber_name ,cm.value::date as date_of_birth ,cm.value from climbers c inner join climber_meta cm on c.climber_id = cm.climber_id and cm.climber_meta_key_id = 4 where c.deleted_on is null ), ascents_with_ages as ( select row_number() over (partition by g.grade_id order by a.ascent_dt_start - c.date_of_birth asc, a.ascent_dt_start asc) as row_number, c.climber_id, c.climber_name, cl.climb_id, cl.climb_name ,g.grade_id ,g.grade_system_id ,g.climb_type_id ,g.order_on ,g.grade ,a.ascent_dt_start ,c.date_of_birth ,a.ascent_dt_start - c.date_of_birth as age_in_days_at_ascent ,EXTRACT(YEAR FROM age(a.ascent_dt_start, c.date_of_birth))::integer AS age_in_years_at_ascent ,age(a.ascent_dt_start, c.date_of_birth) as age_interval_at_ascent ,a.ascent_id from ascents a inner join climbers_with_dobs c on a.climber_id = c.climber_id and a.deleted_on is null inner join climbs cl on cl.climb_id = a.climb_id and cl.deleted_on is null inner join grades g on cl.grade_id = g.grade_id where a.ascent_dt_start = a.ascent_dt_end ), youngest as ( select * from ascents_with_ages where row_number = 1 ) select y.grade ,'<a href="/climber/' || y.climber_id::varchar || '">' || y.climber_name || '</a>' as "Climber" ,'<a href="/climb/' || y.climb_id::varchar || '">' || y.climb_name || '</a>' as "Climb" ,y.age_in_days_at_ascent as "Age (Days)" ,y.age_in_years_at_ascent || ' years ' || extract(days FROM y.ascent_dt_start - (y.date_of_birth + make_interval(years => y.age_in_years_at_ascent))) || ' days' AS "Age" from youngest y where case when grade_system_id = 1 and order_on >= 13 then 1 -- sport when grade_system_id = 2 and order_on >= 60 then 1 -- trad when grade_system_id = 3 and order_on >= 37 then 1 -- boulder else 0 end = 1 and climb_type_id in (1,2,3) order by grade_system_id ,order_on
After
with climbers_with_dobs as ( select c.climber_id ,c.climber_name ,c.date_of_birth_start as date_of_birth from climbers c where c.deleted_on is null and c.date_of_birth_start = c.date_of_birth_end ), ascents_with_ages as ( select row_number() over (partition by g.grade_id order by a.ascent_dt_start - c.date_of_birth asc, a.ascent_dt_start asc) as row_number, c.climber_id, c.climber_name, cl.climb_id, cl.climb_name ,g.grade_id ,g.grade_system_id ,g.climb_type_id ,g.order_on ,g.grade ,a.ascent_dt_start ,c.date_of_birth ,a.ascent_dt_start - c.date_of_birth as age_in_days_at_ascent ,EXTRACT(YEAR FROM age(a.ascent_dt_start, c.date_of_birth))::integer AS age_in_years_at_ascent ,age(a.ascent_dt_start, c.date_of_birth) as age_interval_at_ascent ,a.ascent_id from ascents a inner join climbers_with_dobs c on a.climber_id = c.climber_id and a.deleted_on is null inner join climbs cl on cl.climb_id = a.climb_id and cl.deleted_on is null inner join grades g on cl.grade_id = g.grade_id where a.ascent_dt_start = a.ascent_dt_end ), youngest as ( select * from ascents_with_ages where row_number = 1 ) select y.grade ,'<a href="/climber/' || y.climber_id::varchar || '">' || y.climber_name || '</a>' as "Climber" ,'<a href="/climb/' || y.climb_id::varchar || '">' || y.climb_name || '</a>' as "Climb" ,y.age_in_days_at_ascent as "Age (Days)" ,y.age_in_years_at_ascent || ' years ' || extract(days FROM y.ascent_dt_start - (y.date_of_birth + make_interval(years => y.age_in_years_at_ascent))) || ' days' AS "Age" from youngest y where case when grade_system_id = 1 and order_on >= 13 then 1 -- sport when grade_system_id = 2 and order_on >= 60 then 1 -- trad when grade_system_id = 3 and order_on >= 37 then 1 -- boulder else 0 end = 1 and climb_type_id in (1,2,3) order by grade_system_id ,order_on
Diff
--- before

+++ after

@@ -2,17 +2,14 @@

select
c.climber_id
,c.climber_name
- ,cm.value::date as date_of_birth
- ,cm.value
+ ,c.date_of_birth_start as date_of_birth

from
climbers c
- inner join climber_meta cm
- on c.climber_id = cm.climber_id
- and cm.climber_meta_key_id = 4

where
c.deleted_on is null
+ and c.date_of_birth_start = c.date_of_birth_end
), ascents_with_ages as (
select
row_number() over (partition by g.grade_id order by a.ascent_dt_start - c.date_of_birth asc, a.ascent_dt_start asc) as row_number,
26979 3rd March 2026 15:06:09 UTC remus crag Barker Dam longitude
Before
None
After
-116.146275
26980 3rd March 2026 15:06:09 UTC remus crag Barker Dam eight_a_nu_url
Before
None
After
https://www.8a.nu/crags/bouldering/united-states/barker-dam/routes
Diff
--- before

+++ after

@@ -1 +1 @@

-
+https://www.8a.nu/crags/bouldering/united-states/barker-dam/routes

< Page 1349 >