Context, this is the single-board computer that acts as the development build orchestrator. It's got a couple gigs of RAM and a 4-core with aarch64 with one core pretty much pegged.

Using #Laminar for these #LibreOps, it's my go-to for an open source build system.

i’m not a big front-end developer, but i’m working on a #scala #laminar front end and it blows my mind just a bit.

#ARandomGame

X Plane.

Possibly the most accurate Flight Sim ever created, it is said that it can accurately model airflow over every part of an aircraft.

#PCGaming #Laminar #XPlane

The Issue 06 January New Years Edition Of Kids' Zone CC Magazine is also very baby-focused and there's a bonus online excerpt on HEPA Buggies, purifiers, and mobile/virtual Drs office visit info at https://whn.global/kids-hepa-baby-buggy/ so please share with anyone with babies and youngsters who might be interested!
#covid #babies #hepa #HEPABuggy #laminar #MobileHealthcare
HEPA Baby Buggy - WHN

Check out the complete January Kids Zone Magazine Issue here.

WHN

I accept a few new customers in the coming weeks. Contact me when your:

- systems getting too slow or old
- IT solutions are getting too expensive
- software and infra takes too long to change
- customers face too many bugs or outages

I often work with #OpenSource projects like: #Perl #Gentoo #Linux #PostgreSQL #SQLite #Laminar #CICD #Rex #OpenStack

I offer 50% discount when publishing our work results under free/libre/open source terms.

See my profile & DM me for details!

#getfedihired

🌘 整合人工智慧代理人的輕量級任務引擎。
➤ Laminar Flow – 人工智慧代理人的理想選擇
https://github.com/lmnr-ai/flow
Laminar Flow是一款專為建構人工智慧代理人而設計的輕量級任務引擎,強調簡潔和靈活性。它採用動態任務隊列系統,支持並行執行、動態排程和智能依賴性等特性,幫助程式設計師編寫更簡潔和更清晰的程式碼。
+ 這款任務引擎看起來功能強大,而且使用起來很方便,對於開發人員來說應該是一個不錯的選擇。
+ 喜歡這種專注於簡單和靈活性的設計理念,看來Laminar Flow確實有其獨特之處,能夠幫助開發團隊更有效地開發人工智慧應用。
#人工智慧 #任務引擎 #Laminar Flow
GitHub - lmnr-ai/flow: A lightweight task engine for building AI agents that prioritizes simplicity and flexibility.

A lightweight task engine for building AI agents that prioritizes simplicity and flexibility. - lmnr-ai/flow

GitHub

Hey folks, I'm looking for a new role.

I specialize in software delivery, reliability, and performance for growing organizations.

Contact me when your:

- systems getting too slow or old
- IT solutions are getting too expensive
- software and infra takes too long to change
- customers face too many bugs or outages

I often work with #OpenSource projects like: #Perl #Gentoo #Linux #PostgreSQL #SQLite #Laminar #CICD #Rex #OpenStack

See my profile & DM me for details!

#GetFediHired

I accept a few new customers in the coming weeks.

I'm on a mission to enable high performance IT systems and software delivery for growing organizations.

Contact me when your:

- systems getting too slow or old
- IT solutions are getting too expensive
- software and infra takes too long to change
- customers face too many bugs or outages

I often work with #OpenSource projects like: #Perl #Gentoo #Linux #PostgreSQL #SQLite #Laminar #CICD #Rex

See my profile & DM me for details!

#GetFediHired

@wilson While I approach #CI as a practice (instead of a system), I like how #Laminar allows me to build the approach my tasks at hand need, instead of fitting my tasks to whatever opinion the available tool has about it:

https://laminar.ohwg.net

Laminar - Lightweight Continuous Integration

Continuous Integration the Light Way. Laminar is a lightweight yet highly extensible self-hosted Continuous Integration platform for Linux

First major #libreOps win: first worldmapper Laminar build is only failing 2/3 of the runsteps.

I had forgotten that #Laminar is flexible enough to be used to run more than just shell scripts and there's no default interpreter assumed, it just fails to execute and prints a log message. So, explicitly setting the bash interpreter in the hashbang line was necessary for the scripts to execute.

Now the other 2/3 of the fix in theory is just a copy-paste from the .before script into the .run and .after scripts.

Then time to trigger another build and see what's next to fix.