I've always been a guy who's more into Python. And also interested in Rust, Dart and Swift.

I've never loved JavaScript and TypeScript.
But these days it started to become interesting: https://www.perryts.com
They say they can compile (yes - compile) TypeScript into native code with LLVM.
It might be a good start I believe.

--
#programming #typescript #llvm #dev

Perry β€” TypeScript β†’ Native

Compile TypeScript to native executables. 10 platforms, 25+ UI widgets, 0 ms startup.

Perry

Hi everyone! πŸ‘‹ I know it's been a while since I was last here, but I had a very specific reason for it. I've spent the last few months with my small team intensely developing a project I mentioned to you once before. Every moment of my inactivity here was simply coding, designing the architecture, and endlessly solving problems 

Today, I am proud to announce - LibreConnect has moved past the phase of vague plans and become a fully functional app! 

We managed to deliver what was absolutely most important to us - an ecosystem connecting your πŸ’» computer and πŸ“± smartphone that respects your privacy 100%. Zero external clouds and hidden telemetry. Everything is based exclusively on a direct P2P connection within your local network and strong E2E encryption πŸ”

So, what can our app actually do?
- Virtual camera and microphone from your phone 
- Mobile device file manager right from your PC πŸ“
- Notification and clipboard synchronization πŸ“‹
- Receiving and sending SMS/MMS from your computer πŸ’¬
- Two-way media playback control 🎡
- Remote keyboard and presentation control from your phone 
- Finding your phone by triggering a loud alarm (overriding silent mode) 🚨
- And a few other minor conveniences 

We also made sure the project is truly cross-platform. LibreConnect runs natively on  Linux,  macOS,  Windows, and  Android. It's worth mentioning that the app isn't limited to just x86_64 architecture - we support ARM64 as well! To make updates easier, we've set up our own F-Droid repository, along with native packages for Linux package managers (APT, DNF, Pacman)  

The code is 100% open-source under the GNU GPL v3.0 license  However, I have to be honest - the project is still very young. The app is highly usable, but it still requires optimization, might have some silly bugs, and can occasionally be unstable πŸ›

That's why we need you so much right now. For the continued development of this app to make any sense, we need a small but engaged user base. I encourage you to install it, test it out, and report bugs, and for those interested - to join the project as contributors (you'll find a CONTRIBUTING.md in the repo) 🀝

If you like our vision, leaving a star ⭐ on our GitHub repository is the form of support we would appreciate the most. It's these stars that will allow us to take the project out into the world! Because of this, for the next few days, my activity here will focus mainly on promoting the app and its features - we need your help to build the right momentum. Thank you in advance for your support! 

You can find all other info here:
 https://libreconnect.one

#LibreConnect #Privacy #PrivacyByDesign #OpenSource #FOSS #Freedom #Software #FreeSoftware #Libre #BigTech #Tech #Technology #Dev #Programming #Code #App #Apps #CPlusPlus #Qt #Phone #PC #Computer #OS #OperatingSystem #Linux #RaspberryPi #Apple #Mac #Windows #Android #FDroid #Obtainium

Don't forget to subscribe me here, and visit my website πŸ‘‰ https://xolat.games/

You can subscribe on my "πŸ“ Devlogs" by RSS, btw πŸ™‚πŸ‘‰ https://xolat.games/feed.xml

See you later, and see you soon, bodies! 😁

Have a good, fun, cool, and optimistic day... And summer! πŸ˜‰

Thanks for reading, folks! πŸ™‚πŸ‘‹βœŒοΈ

#jekyll #website #websites #devlogs #development #gamedev #games #dev

Hi folks! ✌️

Here's a build of BYSU πŸ™‚πŸ‘‰ https://codeberg.org/xolatgames/BYSU/releases/tag/1.0.0

For who ones who doesn't know for what that - it's the app that will help you to makes backups of your games' saves (or just copies files and folders from one folder to other)

#cpp #cplusplus #sdl3 #sdl #cmake #backup #backups #app #apps #soft #software #opensource #dev #development #build #release #tool #utility #tools #utilities #linux #codeberg #imgui #dearimgui

πŸ“° Gemma 4 QAT models: Optimizing compression for mobile and laptop efficiency

πŸ”— https://blog.google/innovation-and-ai/technology/developers-tools/quantization-aware-training-gemma-4/

#Tech #Dev

Gemma 4 QAT models: Optimizing model compression for mobile and laptop efficiency

We’re releasing Gemma 4 quantization-aware training checkpoints, reducing memory requirements and improving on-device performance.

Google
YAML should have been called TDIM The Descent Into Madness …
#dev #deploy #cicd

πŸ“° Launch HN: General Instinct (YC P26) – Frontier models on edge devices

πŸ”— https://news.ycombinator.com/item?id=48414869

#Tech #Dev

Launch HN: General Instinct (YC P26) – Frontier models on edge devices | Hacker News

GitHub Copilot come agente di modernizzazione .NET: addio al .NET Upgrade Assistant

Il .NET Upgrade Assistant Γ¨ ufficialmente deprecato: GitHub Copilot App Modernization diventa l'agente AI per migrare applicazioni .NET Framework a .NET 10, con supporto per ASP.NET, Windows Forms, Web Forms verso Blazor e integrazione di Aspire.

https://spcnet.it/github-copilot-come-agente-di-modernizzazione-net-addio-al-net-upgrade-assistant/

πŸ“° Leak Reveals Microsoft Wants Its AI to Be 'Addictive'

πŸ”— https://kotaku.com/microsoft-ai-scout-addictive-satya-nadella-404-media-copilot-2000702924

#Tech #Dev

Stop Using Conventional Commits

You’ve almost certainly encountered Conventional Commits before. It may have reared its ugly head in the changelog of an open source project you’ve used. It may have been the enforced commit format for an open source project you contributed to. A lot of people swear by it. I swear at it. Even though it is used by a large number of popular open source projects, Conventional Commits is an actively bad standard which encourages focus on the wrong things and fails to deliver on its promises.

Sumner Evans