LIVE
4.5M influencer listings 🏢51.2K sponsor listings 🌍70.1B combined audience reach 📊13 platforms indexed 🗺️130+ countries covered 🏷️10,000+ niches 🦋1.9M Bluesky creators 🎙️1.2M podcast creators 🟣818K Twitch creators 🐘159.7K Mastodon creators 🥊108.3K Kick creators 𝕏85.8K X creators ▶️84.6K YouTube creators 📈83.9K Pinterest creators ✈️57.8K Telegram creators 🎵37.7K TikTok creators 🎮8.4K Discord creators 🎬4.2K Rumble creators 📈2.3K Substack creators 🧵1.6K Threads creators 4.5M influencer listings 🏢51.2K sponsor listings 🌍70.1B combined audience reach 📊13 platforms indexed 🗺️130+ countries covered 🏷️10,000+ niches 🦋1.9M Bluesky creators 🎙️1.2M podcast creators 🟣818K Twitch creators 🐘159.7K Mastodon creators 🥊108.3K Kick creators 𝕏85.8K X creators ▶️84.6K YouTube creators 📈83.9K Pinterest creators ✈️57.8K Telegram creators 🎵37.7K TikTok creators 🎮8.4K Discord creators 🎬4.2K Rumble creators 📈2.3K Substack creators 🧵1.6K Threads creators
Pun Boleh

Pun Boleh

🔄 Data last refreshed 1 day ago
🤝

Make a deal with Pun Boleh

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

Every booking is a normal escrow-protected deal.

Followers
258
Account age
1 yrs
🎁 Free analysisfor Pun Boleh

Known for

So that was comparatively easy, given that it has taken me more than a month just to get a SOM object compiled and registered at all.
Once inside the Workplace Shell, at least some of the basic functionality is - relatively speaking - straightforward. (The edm2 tutorials show some more crazy stuff one can do, but, well, baby steps.)
The screencast shows the "Minimal" class latching onto the contex7 views So that was comparatively easy, given that it has taken me more than a month just to get a SOM object compiled and registered at all. Once inside the Workplace Shell, at least some of the basic functionality is - relatively speaking - straightforward. (The edm2 tutorials show some more crazy stuff one can do, but, well, baby steps.) The screencast shows the "Minimal" class latching onto the contex Looks like ArcaOS holds the crown for contemporary icon editors??
When editing icons I used to think that is one of those areas where OS/2 shows its age. That icon editor is.... bare bones. Nothing compared to contemporary icon editors.
Today I suddenly wondered - wait, what contemporary icon editors?? Which modern desktop comes with an icon editor?
Most allow to assign icons to individual files, 5 views Looks like ArcaOS holds the crown for contemporary icon editors?? When editing icons I used to think that is one of those areas where OS/2 shows its age. That icon editor is.... bare bones. Nothing compared to contemporary icon editors. Today I suddenly wondered - wait, what contemporary icon editors?? Which modern desktop comes with an icon editor? Most allow to assign icons to individual files, Funny story, turns out you can just create a minimal WPS class by subclassing the WPAbstract class in an IDL file, and you only need to provide a dll name, a major and minor version, and a passthru to tell the emitter to add an `#include <os2.h>` statement. `sc -sxh;xih;xc Minimal.idl` (that's the SOM compiler) will then generate include files and a `.cpp` stub, which can be compiled with `wpp386 4 views Funny story, turns out you can just create a minimal WPS class by subclassing the WPAbstract class in an IDL file, and you only need to provide a dll name, a major and minor version, and a passthru to tell the emitter to add an `#include <os2.h>` statement. `sc -sxh;xih;xc Minimal.idl` (that's the SOM compiler) will then generate include files and a `.cpp` stub, which can be compiled with `wpp386 [expletive deleted] [expletive deleted]?
Yesterday my ArcaOS installation started losing icons, and then become rather crash prone. Any attempts to figure out what was wrong went nowhere, so I decided to just reinstall. Clone the VM, detach the data drive, wipe the system partition, reinstall, reattach the data drive, ..., I spent the morning reinstalling OS/2 and going through the whole set up (a4 views [expletive deleted] [expletive deleted]? Yesterday my ArcaOS installation started losing icons, and then become rather crash prone. Any attempts to figure out what was wrong went nowhere, so I decided to just reinstall. Clone the VM, detach the data drive, wipe the system partition, reinstall, reattach the data drive, ..., I spent the morning reinstalling OS/2 and going through the whole set up (a

📊 Post engagement

3
Avg engagement / post
1.2%
Engagement vs followers
May 2025
On Mastodon since

🔥 Top post: So that was comparatively easy, given that it has taken me more · 7 likes + reposts

📊 Activity & format

Posting cadence
1.3 / week
A lower-frequency account — each post lands with more weight.
Content mix
Mostly text
Recent: 7 text · 4 image · 1 video.
Follower / following
0.9×
Follows 299 back. A more reciprocal / networked account.
🔥 Top post So that was comparatively easy, given that it has taken me more than a month just to get a SOM object compiled and registered at all. Once inside the Workplace Shell, at least some of the basic functionality is - relatively speaking - straightforward. (The edm2 tutorials show so… ★ 7
There's only one tiny step left to complete the first phase of my SOM exploration, basically just switching out one single line and hope it doesn't break anything, but so far pretty much every step meant "back to the drawing board", so I f… ★ 2 Funny story, turns out you can just create a minimal WPS class by subclassing the WPAbstract class in an IDL file, and you only need to provide a dll name, a major and minor version, and a passthru to tell the emitter to add an `#include <… ★ 4 Yay, progress, I guess? I mean, the kind of progress I could do without, but still.... yay? `wlink` converts the `.obj` into a DLL, and in a small REXX script, `SysRegisterObjectClass` registers the DLL with the Workplace Shell - which the… ★ 4 Ok, now it compiles. I just needed to add an 'implementation' section to the IDL file. That specifies the 'releaseorder', thereby silencing all warnings about them, and tells the SOM compiler to "#include <os2.h>". I keep forgetting how lo… ★ 2 Argh. Turns out I don't need to write the C++ stub, the SOM compiler can do that. Still doesn't compile, though. Anyway, progress. ★ 2 Has it been one month already? Yeah, steady progress....... Looks like I'd rather do pretty much anything else than looking into SOM. You know, like tweaking the learning app and memorising shell commands. This week I managed to overcome t… ★ 2 Turns out MacOS has a workflow quite similar to that of OS/2. In a manner of speaking. In OS/2, you can right click on any icon, select "Properties", and in the "Icon" tab, there's an "Edit icon" button to edit its icon. That is how an obj… ★ 3 Looks like ArcaOS holds the crown for contemporary icon editors?? When editing icons I used to think that is one of those areas where OS/2 shows its age. That icon editor is.... bare bones. Nothing compared to contemporary icon editors. To… ★ 5 Not to jinx it, but it looks like the situation has been resolved. 🤞 Once all files from the data drive were copied to the host, I nuked the drive, created a new one, and copied everything back. (Looks like SMB is not the right protocol to… ★ 1 I think I've found a solution. 🤞 (After spending some time trying to mount the disk image in Linux before learning that Linux's JFS support doesn't include the OS/2 flavour of JFS 🤦) The Workplace Shell hangs, but otherwise the system full… ★ 2 [expletive deleted] [expletive deleted]? Yesterday my ArcaOS installation started losing icons, and then become rather crash prone. Any attempts to figure out what was wrong went nowhere, so I decided to just reinstall. Clone the VM, detac… ★ 4

🐘 Community & instance

Home server
techhub.social
A tech server — its members and audience skew toward that niche, so expect a community-aligned, engaged following.
On Mastodon since
May 2025
An established account with real history on the platform.

💡 Facts

🗓️Joined Mastodon in 2025 — 1 year ago.
👁️Averages 3 views per post.
📤Posts about 1.3× per week.

🕵️ Fake follower check

Estimated
61/100
Fair Credibility score
84%
Real Real audience
Low Fake-follower risk
High Data confidence
  • Est. 84% real, active audience · Low fake-follower risk.
  • Engagement (~1.2% of followers engage each post) is around typical for Mastodon.

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

💚 Brand affinity

Estimated

Brands Pun Boleh's audience is most likely to respond to — from detected sponsorships in this niche.

Keeps

About

Learnt BASIC on a C64. Spent several years writing DOS programs in Turbo Pascal. (Oh how I miss having to optimise my code.) Fell in love with OS/2 the first time I read about it. Tried it and never looked back. Been using Linux for some 3 decades now, still coding daily (different languages, mind you), but there's never been a desktop like OS/2's Workplace Shell. There's just no going back to application centric GUIs.

📸 Gallery

Frequently asked questions

How much does Pun Boleh charge for a sponsorship?
Pun Boleh hasn't published fixed prices yet. Send a proposal through SocialDB and agree terms directly — your payment is held in escrow until the work is approved.
How do I contact Pun Boleh for a brand deal or collaboration?
Send a paid deal or collab request right here on SocialDB — we notify Pun Boleh, and once they accept, your payment is held safely in escrow and released when the work is approved. You don't need to track down an email.
How many followers does Pun Boleh have?
Pun Boleh has 258 followers on Mastodon.

✉ Message Pun Boleh

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 Pun Boleh

Booking an event / appearance is a Pro feature. Upgrade to book Pun Boleh 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.

Auto-generated from Mastodon's public data — no affiliation with or endorsement by SocialDB. Is this you? Claim it · Remove