| Name | Type | # Changes | Last Updated | First Updated | |
|---|---|---|---|---|---|
| 1 | https://www.youtube.com/watch?v=kpbCmJGkKHE | media | 108 | 14th July 2024 | 14th July 2024 |
| 2 | https://www.instagram.com/p/DF5XgLjMdJu/ | media | 74 | 21st February 2026 | 10th February 2025 |
| 3 | https://www.instagram.com/p/DSTP2Z8ANtI/ | media | 72 | 1st April 2026 | 16th December 2025 |
| 4 | Hard Rock | list | 67 | 19th August 2025 | 27th July 2024 |
| 5 | https://www.instagram.com/p/DGD2HHVM4yn/ | media | 65 | 21st February 2026 | 14th February 2025 |
| 6 | Remus Knowles | climber | 56 | 8th April 2026 | 30th March 2024 |
| 7 | https://www.instagram.com/p/DVi7bJmjNhO/ | media | 55 | 16th March 2026 | 6th March 2026 |
| 8 | https://open.spotify.com/episode/0cHKL3jWvp8A4QcZ1LS0YM | media | 51 | 6th October 2024 | 10th April 2024 |
| 9 | https://www.instagram.com/p/BcX-gR8llwj/ | media | 48 | 23rd January 2026 | 24th January 2024 |
| 10 | Mountain 132 | library item | 46 | 13th January 2026 | 16th October 2025 |
| Date | Time | User | Type | Name | Attribute | ||
|---|---|---|---|---|---|---|---|
| 1 | 27th April 2026 | 19:47:48 UTC | remus | list | Strong Norwegian Female Sport Climbers | list_description_pretty | |
|
Before
None
After
<p>The best female Norwegian sport climbers.</p>
<p>This list aims to list any female Norwegian sport climber who has climbed 8b or harder. It attempts to be definitive in terms of the people included but does not attempt to enumerate every relevant ascent.</p>
|
|||||||
| 2 | 27th April 2026 | 19:47:48 UTC | remus | list | Strong Norwegian Female Sport Climbers | list_definition | |
|
Before
None
After
select
c.climber_uuid as row_uuid,
'<a href="/climber/' || cast(c.climber_id as varchar) || '">' || c.climber_name || '</a>' as Climber
,g.grade as Grade
,string_agg('<a href="/climb/' || cast(cl.climb_id as varchar) || '">' || cl.climb_name || '</a>', ', ' order by order_dt(a.ascent_dt_start, a.ascent_dt_end)) as Climbs
from
ascents a
inner join ascent_styles ast
on a.ascent_style_id = ast.ascent_style_id
inner join climbers c
on a.climber_id = c.climber_id
inner join climbs cl
on a.climb_id = cl.climb_id
inner join grades g
on cl.grade_id = g.grade_id
inner join hardest_ascent ha
on c.climber_id = ha.climber_id
and cl.grade_id = ha.max_grade_id
and cl.climb_type_id = ha.climb_type
left join climber_meta cm
on cm.climber_id = c.climber_id
and cm.climber_meta_key_id = 35
where
a.deleted_on is null
and c.gender = true
and c.deleted_on is null
and cl.deleted_on is null
and cl.climb_type = 1
and (c.country_id = 5 or cm.value::int = 5)
and cl.grade_id >= 15
and c.exclude_reason is null
and cl.exclude_reason is null
and a.exclude_reason is null
and ast.ascent_successful
and not a.ascent_type_id = 6
group by
c.climber_name
,g.grade
,c.climber_id
order by
g.grade desc
,count(*) desc
,min(order_dt(a.ascent_dt_start, a.ascent_dt_end))
Diff
--- before
|
|||||||
| 3 | 27th April 2026 | 19:47:48 UTC | remus | list | Strong Norwegian Female Sport Climbers | list_description | |
|
Before
None
After
The best female Norwegian sport climbers.
This list aims to list any female Norwegian sport climber who has climbed 8b or harder. It attempts to be definitive in terms of the people included but does not attempt to enumerate every relevant ascent.
Diff
--- before
|
|||||||
| 4 | 27th April 2026 | 19:47:48 UTC | remus | list | Strong Norwegian Female Sport Climbers | list_type_id | |
|
Before
None
After
4
|
|||||||
| 5 | 27th April 2026 | 19:47:48 UTC | remus | list | Strong Norwegian Female Sport Climbers | list_type_name | |
|
Before
None
After
Nationality
|
|||||||
| 6 | 27th April 2026 | 19:47:48 UTC | remus | list | Strong Norwegian Female Sport Climbers | list_name | |
|
Before
None
After
Strong Norwegian Female Sport Climbers
|
|||||||
| 7 | 27th April 2026 | 19:46:11 UTC | remus | list | Strong Norwegian Female Boulderers | list_type_id | |
|
Before
1
After
4
|
|||||||
| 8 | 27th April 2026 | 19:46:11 UTC | remus | list | Strong Norwegian Female Boulderers | list_type_name | |
|
Before
Bouldering
After
Nationality
|
|||||||
| 9 | 27th April 2026 | 19:45:39 UTC | remus | list | Strong Norwegian Female Boulderers | list_description | |
|
Before
None
After
The best female Norwegian boulderers.
This list aims to list any female Norwegian boulderer who has climbed 7C or harder. It attempts to be definitive in terms of the people included but does not attempt to enumerate every relevant ascent.
Diff
--- before
|
|||||||
| 10 | 27th April 2026 | 19:45:39 UTC | remus | list | Strong Norwegian Female Boulderers | list_description_pretty | |
|
Before
None
After
<p>The best female Norwegian boulderers.</p>
<p>This list aims to list any female Norwegian boulderer who has climbed 7C or harder. It attempts to be definitive in terms of the people included but does not attempt to enumerate every relevant ascent.</p>
|
|||||||
| 11 | 27th April 2026 | 19:45:39 UTC | remus | list | Strong Norwegian Female Boulderers | list_definition | |
|
Before
None
After
select
c.climber_uuid as row_uuid,
'<a href="/climber/' || cast(c.climber_id as varchar) || '">' || c.climber_name || '</a>' as Climber
,g.grade as Grade
,string_agg('<a href="/climb/' || cast(cl.climb_id as varchar) || '">' || cl.climb_name || '</a>', ', ' order by order_dt(a.ascent_dt_start, a.ascent_dt_end)) as Climbs
from
ascents a
inner join ascent_styles ast
on a.ascent_style_id = ast.ascent_style_id
inner join climbers c
on a.climber_id = c.climber_id
inner join climbs cl
on a.climb_id = cl.climb_id
inner join grades g
on cl.grade_id = g.grade_id
inner join hardest_ascent ha
on c.climber_id = ha.climber_id
and cl.grade_id = ha.max_grade_id
and cl.climb_type_id = ha.climb_type
left join climber_meta cm
on cm.climber_id = c.climber_id
and cm.climber_meta_key_id = 35
where
a.deleted_on is null
and c.gender = true
and c.deleted_on is null
and cl.deleted_on is null
and cl.climb_type = 2
and (c.country_id = 5 or cm.value::int = 5)
and g.order_on >= 35
and c.exclude_reason is null
and cl.exclude_reason is null
and a.exclude_reason is null
and ast.ascent_successful
group by
c.climber_name
,g.grade
,c.climber_id
order by
g.grade desc
,count(*) desc
,min(order_dt(a.ascent_dt_start, a.ascent_dt_end))
Diff
--- before
|
|||||||
| 12 | 27th April 2026 | 19:45:39 UTC | remus | list | Strong Norwegian Female Boulderers | list_type_id | |
|
Before
None
After
1
|
|||||||
| 13 | 27th April 2026 | 19:45:39 UTC | remus | list | Strong Norwegian Female Boulderers | list_name | |
|
Before
None
After
Strong Norwegian Female Boulderers
|
|||||||
| 14 | 27th April 2026 | 19:45:39 UTC | remus | list | Strong Norwegian Female Boulderers | list_type_name | |
|
Before
None
After
Bouldering
|
|||||||
| 15 | 27th April 2026 | 19:41:22 UTC | remus | climb | Tengil ss | crag_id | |
|
Before
None
After
34109
|
|||||||
| 16 | 27th April 2026 | 19:41:22 UTC | remus | climb | Tengil ss | crag_name | |
|
Before
None
After
Trolla
|
|||||||
| 17 | 27th April 2026 | 19:41:22 UTC | remus | climb | Tengil ss | crag_location_breadcrumb | |
|
Before
None
After
Norway / Trøndelag
|
|||||||
| 18 | 27th April 2026 | 19:41:22 UTC | remus | climb | Tengil ss | crag_location_breadcrumb_pretty | |
|
Before
None
After
<a href="/crags/location/Norway" class="text-muted">Norway</a> / <a href="/crags/location/Norway/Trøndelag" class="text-muted">Trøndelag</a>
|
|||||||
| 19 | 27th April 2026 | 19:41:12 UTC | remus | crag | Trolla | latitude | |
|
Before
None
After
63.44066
|
|||||||
| 20 | 27th April 2026 | 19:41:12 UTC | remus | crag | Trolla | longitude | |
|
Before
None
After
10.34125
|
|||||||