Excerion Sun
banner
excsn.bsky.social
Excerion Sun
@excsn.bsky.social
Official account for Excerion Sun 🌞
Home: https://www.excsn.com
Youtube: https://www.youtube.com/@excsn
Pinned
🚀 Get Unlearn Stress on iPhone/Android! 📲

Find your calm with customizable breathing exercises and 100+ relatable short stories!

Politics is stressful. Take time out of your day to forget Donald Trump and Elon Musk for your health!

apps.apple.com/app/unlearn-...

#Mindfulness #stress
‎Unlearn Stress: With Stories
‎Unwind, Recharge and Embrace Calm with Unlearn Stress Take control of your well-being with Unlearn Stress, the ultimate companion for relaxation, focus and mindfulness. Blending guided breathing exe...
apps.apple.com
Need a proper async domain client in Rust for Name.com and Porkbun? registrar is here to help with you manage domains, DNS records and other registrar services without needing to write your own clients.

github.com/excsn/regist...

#opensource #rust #porkbun
GitHub - excsn/registrar: A client for domain registrar APIs like Porkbun and Name.com
A client for domain registrar APIs like Porkbun and Name.com - excsn/registrar
github.com
September 28, 2025 at 8:10 PM
Introducing Excerion Sun Open Source: www.excsn.com/opensource

Featuring Rust crates:

RZMQ - High Perf ZeroMQ with IO Uring and Tcp Corking

Fibre -High Performance, Multimode Async/Sync Channels

Rocksolid - Persistence Layer wrapping RocksDB

All MPL-2.0 Licensed!

#opensource #rust #rustlang
Open Source | Excerion Sun LLC
Official site of Excerion Sun LLC
www.excsn.com
September 21, 2025 at 5:50 PM
Introducing Excerion Sun Open Source: www.excsn.com/opensource

Featuting Rust crates

RZMQ - High Perf ZeroMQ with IO Uring and Tcp Corking

Fibre -High Performance, Multimode Async/Sync Channels

Rocksolid - Persistence Layer wrapping RocksDB

All MPL-2.0 Licensed!

#opensource #rust #rustlang
Open Source | Excerion Sun LLC
Official site of Excerion Sun LLC
www.excsn.com
September 19, 2025 at 11:39 PM
Introducing Excerion Sun Open Source: www.excsn.com/opensource

Featuting Rust crates

RZMQ - High Perf ZeroMQ with IO Uring and Tcp Corking

Fibre -High Performance, Multimode Async/Sync Channels

Rocksolid - Persistence Layer wrapping RocksDB

All licensed under the MPL-2.0.

#opensource #rust
Open Source | Excerion Sun LLC
Official site of Excerion Sun LLC
www.excsn.com
September 19, 2025 at 4:46 PM
Fibre was updated with multi mode async/sync Topic aware SPMC. Tradeoff is that the publisher is non-blocking, dropping messages for slow consumers 😮‍💨

#rust #opensource #concurrency

crates.io/crates/fibre
GitHub - excsn/fibre: High-performance, memory-efficient, safe multimode sync <-> async channels built for real-time, low-overhead communication in concurrent Rust applications
High-performance, memory-efficient, safe multimode sync <-> async channels built for real-time, low-overhead communication in concurrent Rust applications - excsn/fibre
github.com
June 24, 2025 at 4:09 AM
Unify tracing and log subscription into one crate with a log4j, log4rs, logback style config with fibre_logging. Have at your choice of appenders: console, file, rolling file, custom. Custom allows defer sending logs until network dest is up!

#rust #opensource #telemetry

crates.io/crates/fibre...
fibre/cache at main · excsn/fibre
High-performance, memory-efficient, safe multimode sync <-> async channels built for real-time, low-overhead communication in concurrent Rust applications - excsn/fibre
github.com
June 24, 2025 at 3:38 AM
Fibre Cache is best-in-class, most flexible, high-performance, concurrent, multimode sync/async cache for Rust. Create your own cache policy, tune the hell out of the cache, whatever you want.

The goal is always pick Fibre Cache.

#rust #opensource #concurrency

crates.io/crates/fibre...
fibre/cache at main · excsn/fibre
High-performance, memory-efficient, safe multimode sync <-> async channels built for real-time, low-overhead communication in concurrent Rust applications - excsn/fibre
github.com
June 15, 2025 at 6:12 PM
Fibre is quite likely the highest performing, memory-efficient, most Safe, multimode sync <-> async channel (mpmc, mpsc, spmc, spsc, oneshot) library for Rust, but that's just our opinion! 🚀🚀🚀🚀🚀🚀

#rust #opensource #concurrency

github.com/excsn/fibre
GitHub - excsn/fibre: High-performance, memory-efficient, safe sync/async channels built for real-time, low-overhead communication in concurrent Rust applications
High-performance, memory-efficient, safe sync/async channels built for real-time, low-overhead communication in concurrent Rust applications - excsn/fibre
github.com
June 11, 2025 at 1:25 AM
Turnkeeper is the last Rust crate you will ever need for job scheduling. It provides a comprehensive suite of much needed features to build comprehensive job scheduling into your applications. No other job scheduler compares.

#rust #opensource #concurrency

github.com/excsn/turnke...
GitHub - excsn/turnkeeper: Asynchronous, recurring job scheduler for Tokio with cron-like (weekday/time) scheduling, retries, observability and flexible backends.
Asynchronous, recurring job scheduler for Tokio with cron-like (weekday/time) scheduling, retries, observability and flexible backends. - excsn/turnkeeper
github.com
June 6, 2025 at 2:14 PM
RockSolid 2.4.0 brought much needed features. CompactionFilter Routing works just like Merge Routing

Use RocksDB? or if you love it, check out RockSolid for an upgraded experience for your applications. #rust #rocksdb #databases #opensource

www.github.com/excsn/rockso...
GitHub - excsn/rocksolid: An ergonomic persistence layer over RocksDB, offering transactions, batching, merge routing, and value expiry.
An ergonomic persistence layer over RocksDB, offering transactions, batching, merge routing, and value expiry. - excsn/rocksolid
www.github.com
June 6, 2025 at 2:10 PM
Turns out Column Family support was right under our nose. Also added SIMPLE tuning options.

If you find yourself thinking of using RocksDB or if you love it, check out RockSolid for a great experience for your applications. #rust #rocksdb #databases #opensource

www.github.com/excsn/rockso...
GitHub - excsn/rocksolid: An ergonomic persistence layer over RocksDB, offering transactions, batching, merge routing, and value expiry.
An ergonomic persistence layer over RocksDB, offering transactions, batching, merge routing, and value expiry. - excsn/rocksolid
www.github.com
May 8, 2025 at 1:40 PM
If you find yourself thinking of using RocksDB or if you love it, check out RockSolid for a great experience for your applications. Need to figure out the column family story though! #rust #rocksdb #databases #opensource
GitHub - excsn/rocksolid: An ergonomic persistence layer over RocksDB, offering transactions, batching, merge routing, and value expiry.
An ergonomic persistence layer over RocksDB, offering transactions, batching, merge routing, and value expiry. - excsn/rocksolid
github.com
April 29, 2025 at 4:13 AM
Reposted by Excerion Sun
CASPaxos is a Paxos variant which implements a linearizable (compare and set) register without needing logs. It's the simplest practical consensus algorithm, IMO. I wrote more about it here: reubenbond.github.io/posts/caspaxos
reublog - CASPaxos
reublog
reubenbond.github.io
November 3, 2024 at 12:11 AM
Roast of the Republic, an upcoming mobile online multiplayer game inspired by US History. Use historical/political figures to establish territorial control, establish networks in your quest for political domination. Most influence wins. #Indiegames #gamenews #gamedev

www.youtube.com/watch?v=BzaC...
Roast of The Republic: Power Play, Dev Gameplay 1
YouTube video by Excerion Sun
www.youtube.com
April 18, 2025 at 6:52 PM
🚀 Get Unlearn Stress on iPhone/Android! 📲

Find your calm with customizable breathing exercises and 100+ relatable short stories!

Politics is stressful. Take time out of your day to forget Donald Trump and Elon Musk for your health!

apps.apple.com/app/unlearn-...

#Mindfulness #stress
‎Unlearn Stress: With Stories
‎Unwind, Recharge and Embrace Calm with Unlearn Stress Take control of your well-being with Unlearn Stress, the ultimate companion for relaxation, focus and mindfulness. Blending guided breathing exe...
apps.apple.com
March 10, 2025 at 11:53 PM
Another year, another day, another chance. 2025 can be your Happy New Year 🎊!

Pursue those projects, pursue those hobbies, pursue your ideas.

Finally, reduce stress with Unlearn Stress and play Atlas Fury 😬 available on App Store and Play Store.
January 1, 2025 at 12:52 PM
As promised, a new Atlas Fury Space Arcade Game 🚀 update!

Attribute power up increases speed, attack, fire rate!
Manage pacing with difficulty decrease pickup

iPhone [App Store]: apps.apple.com/us/app/atlas...
Android [Play Store]: play.google.com/store/apps/d...

#Indiegames #gamenews #gamedev
‎Atlas Fury: Space Arcade Game
‎Step into the cockpit of Atlas Fury, a fast-paced space shooter that combines classic arcade action with modern gameplay. Inspired by Tyrian and Space Invaders, this game tests your reflexes and stra...
apps.apple.com
December 3, 2024 at 5:42 AM
Atlas Fury Space Arcade Game 🚀 new update pushes boundaries so you can SCORE sky high!

🌟 Surge now increases enemies spawns!
New Pickup: Difficulty increase

iPhone [App Store]: apps.apple.com/us/app/atlas...
Android [Play Store]: play.google.com/store/apps/d...

#Indiegames #gamenews #gamedev
‎Atlas Fury: Space Arcade Game
‎Step into the cockpit of Atlas Fury, a fast-paced space shooter that combines classic arcade action with modern gameplay. Inspired by Tyrian and Space Invaders, this game tests your reflexes and stra...
apps.apple.com
November 22, 2024 at 10:10 PM
🚀 Unlearn Stress is now on iPhone! 📲

Find your calm with customizable breathing exercises and 100+ relatable short stories!

Exclusive to iOS 17+ users, you can now use Personal Voice Narration to make each story even more personal.

apps.apple.com/app/unlearn-...

#Mindfulness #stress
‎Unlearn Stress
‎Unwind, Recharge and Embrace Calm with Unlearn Stress Take control of your well-being with Unlearn Stress, the ultimate companion for relaxation, focus and mindfulness. Blending guided breathing exe...
apps.apple.com
September 18, 2024 at 8:06 PM
Rust's Bitcode Serde implementation is slower than RMP-Serde and Bincode 1.3.3 Serde.

Rust Serialization Benchmarks are incorrect. Bitcode encode/decode should only be compared against other encode/decode. i.e Comare with rmp-serialize and bitcode 2

Same with Bitcode serde with other serde impls.
August 15, 2024 at 1:16 PM
Learning and testing out Flutter Flame Game Engine for the next 2D cross platform multiplayer game. Flutter makes sense wholeheartedly. Love Dart, types, the code gen, Flutter so why not.
April 1, 2024 at 12:48 PM
Rust borrow checker just doesn't faze me. I know what to expect and I can always go unsafeeee.

#rust #programming
March 2, 2024 at 7:29 PM
Made good progress this week on getting up a custom multiplayer server in Rust. Rapier2d is amazing and drives the game physics. Game objects communicate via message passing.

I love Rust so wouldn't recommend it to others esp for your 2nd game it being multiplayer too.

#gamedev #indiegames
March 2, 2024 at 7:28 PM
Making a multiplayer game server in Rust. Just need to bring the things together to get to an alpha then the long road to beta.

#indiegames #gamedev
February 27, 2024 at 2:39 AM
🌟 Just dropped: Atlas Fury Xtreme mode for iPhone and Android! 🚀 Jump in with a level 11 ship facing high difficulty and unpredictable random events!
www.youtube.com/watch?v=fE0Y...

Play Store: play.google.com/store/apps/d...
App Store: apps.apple.com/us/app/atlas...

#Indiegames #gamenews #gamedev
Atlas Fury: Space Arcade Game, Xtreme - Starfang Striker
New XTREME mode with random events coming next week! Added level 11 for every ship. Crazy if you or your phone can survive!
www.youtube.com
February 26, 2024 at 2:05 PM