LIVE
📈 This week: 1.3K new members & 1.4K listings claimed A Twitch creator claimed their listing 6 minutes ago A new creator joined SocialDB 6 minutes ago A podcast creator claimed their listing 11 minutes ago A new creator joined SocialDB 11 minutes ago A new brand joined SocialDB 23 minutes ago A podcast creator claimed their listing 23 minutes ago A new creator joined SocialDB 23 minutes ago A podcast creator claimed their listing 53 minutes ago A new creator joined SocialDB 53 minutes ago A podcast creator claimed their listing 1 hour ago A new creator joined SocialDB 1 hour ago 🤝A new deal was started 1 hour ago A Twitch creator claimed their listing 1 hour ago A new creator joined SocialDB 1 hour ago 📈 This week: 1.3K new members & 1.4K listings claimed A Twitch creator claimed their listing 6 minutes ago A new creator joined SocialDB 6 minutes ago A podcast creator claimed their listing 11 minutes ago A new creator joined SocialDB 11 minutes ago A new brand joined SocialDB 23 minutes ago A podcast creator claimed their listing 23 minutes ago A new creator joined SocialDB 23 minutes ago A podcast creator claimed their listing 53 minutes ago A new creator joined SocialDB 53 minutes ago A podcast creator claimed their listing 1 hour ago A new creator joined SocialDB 1 hour ago 🤝A new deal was started 1 hour ago A Twitch creator claimed their listing 1 hour ago A new creator joined SocialDB 1 hour ago
👾

👾

🔄 Data last refreshed 13 hours ago
🤝

Make a deal with 👾

🔒 Paid proposals held safely in escrow — released only when the work's approved.

Every booking is a normal escrow-protected deal.

Followers
243
Account age
3 yrs
🧰 Free analysis for 👾
🕵️ Fake follower check 📊 Engagement rate 💰 What they charge

Known for

Photos — and a whole story.
A song thrush has built a nest above our deck. Sadly it miscalculated something: the nest has fallen. Fortunately, we noticed in time, and all nestlings were OK (if shaken).
We couldn't reattach the nest, so we put it nearby (still safe from predators).
Parent bird found it easily. After a few days the nestlings grew enough to fledge. One day later they flew well enough25 views Photos — and a whole story. A song thrush has built a nest above our deck. Sadly it miscalculated something: the nest has fallen. Fortunately, we noticed in time, and all nestlings were OK (if shaken). We couldn't reattach the nest, so we put it nearby (still safe from predators). Parent bird found it easily. After a few days the nestlings grew enough to fledge. One day later they flew well enough As part of migration to .NET 8, noticed this very cool optimization.
Basically compiler is able to recognize that all my strings differ by only one character, and so it does the switch on fourth char only.
https://sharplab.io/#v2:EYLgtghglgdgPgAQMwAIECYUGECwAoAb3xRLVQQEYAGFAWQApKaBrAUwE8BKY0ovUgSgDOAdygAXAMYALFPTZceglH2XLJEIaxQAiANIcKOkGgDsuowG4lakhq26D7dMbO6X1/rdL3t+jkiuCOY6gZ7ePpp+TgAsQSFx4REovo23 views As part of migration to .NET 8, noticed this very cool optimization. Basically compiler is able to recognize that all my strings differ by only one character, and so it does the switch on fourth char only. https://sharplab.io/#v2:EYLgtghglgdgPgAQMwAIECYUGECwAoAb3xRLVQQEYAGFAWQApKaBrAUwE8BKY0ovUgSgDOAdygAXAMYALFPTZceglH2XLJEIaxQAiANIcKOkGgDsuowG4lakhq26D7dMbO6X1/rdL3t+jkiuCOY6gZ7ePpp+TgAsQSFx4REovo Related to the previous post — if you use a visual testing tool (e.g. Storybook + jest-image-snapshot), and actually commit your screenshots (I recommend Git LFS), then you can see the visual changes within the PR or commit itself.
GitHub even provides a nice diff (swipe/onion skin/etc).
https://github.com/ashmind/SharpLab/commit/3fda1ee7883916cc6f9d03850d18d68cd1d3304e#diff-9eb2c480fa5872fc9150b27 views Related to the previous post — if you use a visual testing tool (e.g. Storybook + jest-image-snapshot), and actually commit your screenshots (I recommend Git LFS), then you can see the visual changes within the PR or commit itself. GitHub even provides a nice diff (swipe/onion skin/etc). https://github.com/ashmind/SharpLab/commit/3fda1ee7883916cc6f9d03850d18d68cd1d3304e#diff-9eb2c480fa5872fc9150b2 Yet another attempt at getting reasonable glazing. Used just chocolate this time, new achievement: didn't overheat.
OK taste-wise, but too hard when cutting — still finding the right middle between softer ganache and harder shell.
Inside -- orange + almond, gluten free, non-vegan (eggs). I like low-effort recipes, and this is one: https://www.recipetineats.com/flourless-orange-cake/ (I reduced sug5 views Yet another attempt at getting reasonable glazing. Used just chocolate this time, new achievement: didn't overheat. OK taste-wise, but too hard when cutting — still finding the right middle between softer ganache and harder shell. Inside -- orange + almond, gluten free, non-vegan (eggs). I like low-effort recipes, and this is one: https://www.recipetineats.com/flourless-orange-cake/ (I reduced sug

📊 Post engagement

12
Avg engagement / post
4.9%
Engagement vs followers
Nov 2022
On Mastodon since

🔥 Top post: A bit delayed, but SharpLab is now fully on .NET 8. #sharplab #d · 45 likes + reposts

📊 Activity & format

Posting cadence
0.22 / week
A lower-frequency account — each post lands with more weight.
Content mix
Mostly text
Recent: 7 text · 5 image · 0 video.
Follower / following
1.1×
Follows 212 back. A more reciprocal / networked account.
🔥 Top post A bit delayed, but SharpLab is now fully on .NET 8. #sharplab #dotnet #csharp ★ 45
As part of migration to .NET 8, noticed this very cool optimization. Basically compiler is able to recognize that all my strings differ by only one character, and so it does the switch on fourth char only. https://sharplab.io/#v2:EYLgtghgl… ★ 23 TIL: In TypeScript, Omit<> helper does not work correctly with types that mix index and individual properties. E.g. Omit<{ a: number, b: number, [key: string]: any }, 'b'> loses 'a' as well and only returns { [key: string]: any }. Example:… ★ 7 Photos — and a whole story. A song thrush has built a nest above our deck. Sadly it miscalculated something: the nest has fallen. Fortunately, we noticed in time, and all nestlings were OK (if shaken). We couldn't reattach the nest, so we … ★ 25 Good TypeScript challenges for practice (or learning): https://github.com/type-challenges/type-challenges #TypeScript #frontend ★ 2 IL rewriting protip: Don't insert any instructions between .constrained and call. Context: .constrained in IL is a modifier for next instruction. It is what value type generics use to avoid boxing when calling method through an interface (… ★ 4 Related to the previous post — if you use a visual testing tool (e.g. Storybook + jest-image-snapshot), and actually commit your screenshots (I recommend Git LFS), then you can see the visual changes within the PR or commit itself. GitHub … ★ 7 Interestingly, when working on SharpLab one of my hardest challenges is not integration with C# compiler or code rewriting or WebSockets, but UI design. The lack of design skill combined with unrealistically high standards means a lot of t… ★ 16 Yet another attempt at getting reasonable glazing. Used just chocolate this time, new achievement: didn't overheat. OK taste-wise, but too hard when cutting — still finding the right middle between softer ganache and harder shell. Inside -… ★ 5 Some #frontend learnings. I used to say "useContext is OK for small things", but tbh Recoil is 10 times simpler. I would always pick Recoil first now. First time for Ant Design in an OSS project, definitely saved time on design. Not sure … ★ 1 I tend to read all of the new C# design notes in dotnet/csharplang repo. It might sound boring, but I like language design, and it gives a great view inside the process and at the potential future. One challenge is understanding which ones… ★ 5 If you are interested, seems like #PS5 is finally relatively easy to find in NZ, just found one in JB Hi-Fi. Similar bundle on Sony's online store as well. https://www.jbhifi.co.nz/gaming/games/Gaming-Consoles/playstation-5/ps5-playstation… ★ 2

🐘 Community & instance

Home server
mastodon.nz
Their home server on the fediverse — the instance a creator picks signals the community they belong to.
✅ Link-verified
Verified link
Proved ownership of a website linked on their profile — Mastodon's green-check verification, a real identity signal rather than a paid badge.
On Mastodon since
Nov 2022
Joined in the Twitter-exodus wave of late 2022 — part of the migration that made Mastodon a real destination.

💡 Facts

🗓️Joined Mastodon in 2022 — 3 years ago.
👁️Averages 12 views per post.
📤Posts about 0.2× per week.

🛡️ Audience credibility

89/100
Excellent Credibility score
99%
Real Real audience
Low Fake-follower risk
High Data confidence
  • Est. 99% real, active audience · Low fake-follower risk.
  • Strong engagement (~4.9% of followers engage each post) — an active, real audience.
  • Verified account.
  • Established account (3+ years old).

Heuristic estimate from engagement, follower ratios, account age & growth — a screening signal, not a guarantee.

About

I like coding, and a lot of other things (art especially). He/him.

📸 Gallery

✉ Message 👾

Reaching out to influencers is a Pro feature. Upgrade to message any influencer directly — perfect for brands and agencies booking sponsorships.

See Pro $9.95/mo →

Already Pro? Log in.

🎤 Event / appearance with 👾

Booking an event / appearance is a Pro feature. Upgrade to book 👾 for an in-person or virtual appearance — payment held safely in escrow until the event is done.

See Pro $9.95/mo →

Already Pro? Log in.