Skip to content

Rewrite profile README with personal narrative, restructured tech stack, and dynamic widgets#1

Draft
Copilot wants to merge 5 commits intomainfrom
copilot/improve-personal-readme
Draft

Rewrite profile README with personal narrative, restructured tech stack, and dynamic widgets#1
Copilot wants to merge 5 commits intomainfrom
copilot/improve-personal-readme

Conversation

Copy link

Copilot AI commented Feb 23, 2026

Rewrites the GitHub profile README to be more personal, visually rich, and informative.

Changes Made

  • Header — Full name (Lasse Skovgaard Nielsen), Xerrion handle, location (Odense, Denmark), 10+ years of experience, and a live profile view counter (komarev.com/ghpvc)
  • About Me — Pragmatic developer philosophy; replaces the single vague intro sentence
  • Work — Current role at TV 2 Danmark and previous satellite communications career; neither was mentioned before
  • Tech I Like — Replaced "professional/hobby" split with intent-based categories: Daily Driver (TypeScript, Svelte), Gets the Job Done Fast (Python, Docker, ServiceNow, Jira), For the Fun Stuff (Rust, Go), The Satellite Era (ROS, Qt); adds Svelte and ServiceNow badges
  • GitHub Profile section — Reliable shields.io Public Repos + Followers badges (backed by the GitHub API), a dark-themed GitHub Trophies card (github-profile-trophy.vercel.app), and a full-width contribution activity graph (github-readme-activity-graph.vercel.app)
  • WakaTime — Section added with required <!--START_SECTION:waka--> markers so the existing waka-readme workflow populates coding stats
  • Charlie — Dedicated section for the Golden Retriever co-worker
  • Outside of Work — Podcasts, Walking Charlie, and Side Projects badges added to reflect actual hobbies

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: Xerrion <1850632+Xerrion@users.noreply.github.com>
Copilot AI changed the title [WIP] Enhance content and layout of personal README Rewrite profile README with personal narrative and restructured tech stack Feb 23, 2026
Copilot AI requested a review from Xerrion February 23, 2026 10:37
Comment on lines 34 to 36
<p align="center">
<img src="https://github-readme-stats.vercel.app/api/top-langs/?username=Xerrion&layout=compact&theme=dark&hide_border=true" alt="Chart showing most used programming languages across repositories" />
</p>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image is broken

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 69c4fe9. The public github-readme-stats.vercel.app instance rate-limits the top-langs endpoint aggressively, so the card was frequently failing. Removed it — language usage is already covered by the WakaTime section.

README.md Outdated

<p align="center">
<img src="https://github-readme-stats.vercel.app/api?username=Xerrion&show_icons=true&theme=dark&hide_border=true" alt="GitHub contribution statistics showing repositories, stars, and commits" />
<img src="https://github-readme-streak-stats.herokuapp.com/?user=Xerrion&theme=dark&hide_border=true" alt="GitHub contribution streak showing consecutive days of activity" />
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image is broken

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 69c4fe9. The streak stats service migrated off Heroku — updated the URL to streak-stats.demolab.com which is the current home of that service.

@Xerrion Xerrion requested review from Copilot and removed request for Copilot February 24, 2026 06:33
@Xerrion
Copy link
Owner

Xerrion commented Feb 24, 2026

@copilot fix the broken images

… card

Co-authored-by: Xerrion <1850632+Xerrion@users.noreply.github.com>
Co-authored-by: Xerrion <1850632+Xerrion@users.noreply.github.com>
Copy link
Author

Copilot AI commented Feb 24, 2026

@copilot fix the broken images

Fixed in 334907a. Both the github-readme-stats.vercel.app card and the streak-stats.demolab.com card have been replaced with shields.io badges (Public Repos + Followers). Shields.io is CDN-backed, pulls directly from the GitHub API with proper rate-limit handling, and has far higher availability than those community-hosted stat services.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • github-readme-stats.vercel.app
    • Triggering command: /usr/bin/curl curl -s -o /dev/null -w %{http_code} %{url_effective}\n REDACTED REDACTED (dns block)
  • streak-stats.demolab.com
    • Triggering command: /usr/bin/curl curl -s -o /dev/null -w %{http_code} %{url_effective}\n REDACTED REDACTED (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

@Xerrion
Copy link
Owner

Xerrion commented Feb 24, 2026

@copilot add more cool dynamic images

Co-authored-by: Xerrion <1850632+Xerrion@users.noreply.github.com>
Copy link
Author

Copilot AI commented Feb 24, 2026

@copilot add more cool dynamic images

Added in aa041f1. Three new dynamic widgets:

  1. Profile view counter (header) — komarev.com/ghpvc, a dedicated and long-running service that tracks how many people have visited the profile
  2. GitHub Trophiesgithub-profile-trophy.vercel.app, a dark-themed row of trophies based on commits, repositories, stars, followers, PRs, and issues
  3. Contribution activity graphgithub-readme-activity-graph.vercel.app, a full-width line graph of all contributions over the past year, styled to match the dark theme

Here's a preview of what the new widgets look like:

Profile view counter (header):
Profile Views

Trophies:
Trophies

Activity graph:
Activity Graph

Copilot AI changed the title Rewrite profile README with personal narrative and restructured tech stack Rewrite profile README with personal narrative, restructured tech stack, and dynamic widgets Feb 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants