Not huge numbers, but it feels good to see some progress.
SEO is slow, but Iโm learning that small things matter:
Better titles
Better keywords
Useful content
Internal links
Consistency
Now I want to improve clicks and rankings.
For people who understand SEO, what should I focus on next?
๐งMy app is built on Linux, and it's doing an amazing job.
For embedded developers, Linux is hard to beat:
โ Open and customizable
โ Great tooling for development and debugging
โ Easy automation with scripts
โ Closer to the environment most embedded systems run on
Once you get used to Linux, fighting your OS becomes one less bug to debug.
Spent the last few days polishing the product before launch in 2โ3 days ๐
What changed:
โ๏ธ Integrated @dodopayments for licensing ๐ณ
โ๏ธ Cleaned up the website workflow and documentation ๐
โ๏ธ Refined the desktop app for a smoother, more seamless experience โก
โ๏ธ Added dark mode because nobody wants to stare at a bright screen all day ๐
One thing I've learned: most launches aren't delayed by missing featuresโthey're delayed by friction.
This phase is all about removing rough edges, improving the experience, and making everything feel effortless for the user โจ
Almost there. Can't wait to get it into your hands ๐ช๐
@MicroLaunchHQ I'm building https://t.co/5B3yaRsLab to manage CAN DBC files used in vehicles and robotics for IPCs.
Find me engineers working on Vehicles networks that deal with CAN and Ethernet ๐
After 45m of brainstorming with AI, Issue was finally fixed.
It just needed a new version of VB Guest Additions and manually enable "3D acceleration" from the VM's display settings.
๐
My Debian VM fails to run my Tauri based desktop app. I always get this:
VMware: No 3D enabled (0, Success).
libEGL warning: egl: failed to create dri2 screen
VMware: No 3D enabled (0, Success).
libEGL warning: egl: failed to create dri2 screen
Yes, I have updated my Guest Additions and set 3D/GPU acceleration or I think I have done it.
I tried these flags, but it didn't help -
WEBKIT_DISABLE_DMABUF_RENDERER=1 \
WEBKIT_DISABLE_COMPOSITING_MODE=1 \
LIBGL_ALWAYS_SOFTWARE=1 \
GSK_RENDERER=cairo \
CAN_DBC_Utility
Codex and Composer 2.5 tells me, VMware without 3D blocks the WebKit UI. Run with the env vars above, or enable 3D in VMware settings.
Am I missing something ? Can anyone help?
My Debian VM fails to run my Tauri based desktop app. I always get this:
VMware: No 3D enabled (0, Success).
libEGL warning: egl: failed to create dri2 screen
VMware: No 3D enabled (0, Success).
libEGL warning: egl: failed to create dri2 screen
Yes, I have updated my Guest Additions and set 3D/GPU acceleration or I think I have done it.
I tried these flags, but it didn't help -
WEBKIT_DISABLE_DMABUF_RENDERER=1 \
WEBKIT_DISABLE_COMPOSITING_MODE=1 \
LIBGL_ALWAYS_SOFTWARE=1 \
GSK_RENDERER=cairo \
CAN_DBC_Utility
Codex and Composer 2.5 tells me, VMware without 3D blocks the WebKit UI. Run with the env vars above, or enable 3D in VMware settings.
Am I missing something ? Can anyone help?