Trending

#Flox

Latest posts tagged with #Flox on Bluesky

Latest Top
Trending

Posts tagged #Flox

Original post on hachyderm.io

Okay, first problem with Flox: there doesn't seem to be an easy / generic way to install it 😅

The install docs (https://flox.dev/docs/install-flox/install/ have links to DEB and RPM packages, as well as instructions for Nix; but I'm on another distro... I suppose step 1 would be to install […]

1 0 1 0

Next talk at #scale23x, we're moving to #nixcon, with "You Know Nix. Your Team Doesn't. Now What?" by Rok Garbas.

IOW, how to evangelize Nix / help your coworkers to get on board with Nix but with a gentler learning curve.

3 0 0 0
Post image Post image

#PlanetNix starts tomorrow in Pasadena. Join us to talk reproducibility, secure software by construction, and just some great community conversation.

There is also some limited edition swag.

#nix #planetnix #flox

And thanks to our sponsors!

1 1 0 0
Post image Post image Post image Post image

It's all happenings. #PlanetNix #nix #flox

1 0 1 0
Post image Post image

We’re at Config Management Camp in Ghent! 👋

Big shoutout to Tanja, @stahnma.us, @rok-garbas.bsky.social, and Dan for representing the Flox crew.

Wednesday at 2pm — join our workshop where we’ll use #Flox to introduce the core ideas behind the Nix ecosystem! And swing by our booth!

#cfgmgmtcamp

1 0 0 0
Post image

“When you ask me to build something, I don’t just write code — I create the entire environment. With Flox, I can search packages, install dependencies, and build and run your app.” (Claude, AI coding agent).

#Flox works with your favorite #AI coding tools, check it out: buff.ly/IFw66XV

0 0 0 0
Post image

You got a new laptop for Christmas. Suh-weet!

You absolutely want to build software with it, which means setting up your local dev environment. Easier said than done!

This time, however, you’ve got #Flox. And that makes all the difference.

buff.ly/BGDkDlk

0 0 0 0
Photo of a bunch of pink flox.

Photo of a bunch of pink flox.

#Flox, #JardinsdeMétis / #Reford #Gardens, #Quebec - Sept 23
#flowers #bloomscrolling #blooms #FlowerSky

10 1 1 0
Post image

So soft. #macro105mm #photography #flox #nature #gardening #mindfulness.

34 3 0 0
Post image

Layering and composition are two powerful ways to create and share #Flox environments.

✅ Layering gives you flexibility in emergent, unpredictable situations.
✅ Composition gives you reproducibility, auditability, and predictable behavior at runtime.

More in the guide 👉 buff.ly/lH8j4Bb

3 0 0 0
Post image

Yes, another new knitting tool for me and two of my crafty girlfriends. I hope they like it. The obsession is bad. 😂😂😂 Thank you @thewoollythistle.bsky.social Your inventory is awesome! #Flox #knit #knitsky #knittingfeed #knittools #yarn #crochet

5 0 0 0
Post image

#bloomscrolling #flox

5 0 0 0
Small purple alliums blooming in a flower bed lined with stones.

Small purple alliums blooming in a flower bed lined with stones.

 A cluster of pink flox blooming.

A cluster of pink flox blooming.

On my walk.....pretties. #onmywalk #alliums #flox #photos

1 0 0 0
Video

How many tools do you use to manage your tooling? 👀

#Flox gives you a new way to work with packages and build reproducible development environments … without using containers.

More: buff.ly/Gjnx336

1 0 0 0
Preview
NeoDB Open Source Software (@neodb@mastodon.online) 67 Posts, 44 Following, 363 Followers · NeoDB is a free, open-source software and decentralized community to review, discover and discuss books, movies, music, podcasts, games and performances. https://neodb.net - doc https://github.com/neodb-social/neodb - code https://neodb.social - flagship server, admin: @neodb@mastodon.social https://eggplant.place - adventurous server running dev version, admin: @aubergine@eggplant.place Both servers are federated and free to join, contact their admin if you have questions there.

@mateovich yeah! It's called @neodb and another one in the works called #Flox!

1 0 0 0
Post image

Are you tired of the README game? 👀

Automate yours with #Flox.

Using a catalog of over 150k software dependencies, Flox can deliver exactly the dev environment you need. It's consistent, reproducible, and auditable.

flox.dev

1 0 0 0
Post image

We’re at #DevOpsDays Atlanta!

Come say hi to @rossturk.com and Katherine from the Flox team 💜

We’d love to meet you and chat about developer workflows, reproducibility, and how to make managing environments a lot easier.

#flox

3 0 0 0
Video

Sometimes writing code isn’t the hardest part.
It’s dealing with everything *around* it.

❌ Different Node/Python versions.
❌ Piles of dependencies.
❌ READMEs that *almost* work (but don’t).

With Flox, you can set up environments in seconds.

Watch the full video here: buff.ly/UnyNHBD

#flox

4 2 0 0
Preview
Flox | Get a Journal in your Terminal with jrnl and Flox jrnl is a plain-text command-line journaling application that allows you to store multiple journals, tag entries, and more.

Flox is a package manager with superpowers + access to >120K packages 📦.

This week's #flox Fun Package Friday 🎉 showcases `jrnl`📝—an app for creating journals + more.

Learn how getting + running `jrnl` is easy with Flox! 🚀

Get the deets 👉

1 0 0 0

What goes into 'Floxifying' a software project? Learn how to:

👉 Build locally 🏗️ with #flox
👉 Package 📦 for CI
👉 Containerize 🐳 for prod

Using containers 🐳 VMs 🖥️ or lambdas 🐑? Flox works with your workflow!

Our new article has the deets.

https://buff.ly/42rfO5V

#nix #devops

0 0 0 0

Ever wondered what goes into "Floxifying" a project?

Wonder no more!

Our latest article exploring how to use Flox to build locally 👉 CI 👉 run in prod

If you're using containers 🐳 VMs 🖥️ lambdas 🐑 #flox fits into your workflow

Read all about it:

https://buff.ly/42rfO5V

#nix #devops

1 0 0 0
Preview
Flox | Floxifying a Project Repo Part 1 What does it look like to Floxify a software project? How much work is involved? How can you build locally using Flox and test in CI, or run in prod, using containers, VMs, or lambdas?

What does it look like to "Floxify" one of your software projects?

👉 How much work 🛠️ is actually involved?
👉 How do you build locally 🏗️ with #flox
👉 Package 📦 for testing in CI
👉 Containerize 🐳 for prod?

Our latest article has the scoop!

https://buff.ly/42rfO5V

#nix #devops

0 0 0 0
Post image

🌟 Learn #kubernetes on your laptop with kind (Kubernetes-in-Docker) + #flox.

On Windows + macOS + Linux, use Flox to create + share a portable kind runtime that just works. It's perfect for local dev + learning + testing in CI.

Read all about it:

https://buff.ly/40d09nT

1 0 0 0
Preview
Flox Community Coffee Hour · Luma Flox Community, If you're in San Francisco this Thursday come and hang with other #flox users + have a cup of coffee on us! 🕒 Jan. 23 4-5 PM 📍 Philz…

If you're in San Francisco this Thursday come and hang with other #flox users + have a cup of coffee on us!

🕒 Jan. 23 4-5 PM
📍 Philz Coffee (1 Front St #100)
☕ Coffee is free/gratis

Talk about Flox and #nix / reproducibility and the #sdlc / or anything u like

Register:

2 0 0 0
Post image

kind, #kubernetes-in-Docker, makes it easy to emulate a production k8s environment locally.

🌍 With #flox, you can create a portable kind runtime that works on Windows + macOS + Linux!

📖 Get the scoop in our new article:

https://buff.ly/40d09nT

4 0 0 0
Post image

reproducible dev environments + secrets management = 0^problem?

Does this sound too good to be true? 👀

Learn how DevOps expert Pierre Beucher's uses #flox + #novops to create portable runtimes with built-in secrets management. Get the scoop here: https://buff.ly/3WmFTzb

#devops #nix

1 0 0 0
Preview
Flox | Get Kubernetes on your Laptop with kind and Flox Kind is a lifesaver if or when you need to emulate a production Kubernete environment on your laptop. And with Flox, you can create and share a preconfigured kind environment that runs ... anywhere.

🔧 kind, aka #kubernetes-in-Docker, lets you emulate a production #K8s environment locally. 🖥️

It's a great way to learn K8s right on your laptop.

🚀 #flox makes it easy to create + share a portable kind environment that runs anywhere.

👉 Learn more here:

1 0 0 0
Post image

Flox delivers reproducibility and enables secrets management for dev environments.
Learn how DevOps leader Pierre Beucher uses #flox + #novops for portable, auth-ready dev environments. 🔧 Get the scoop on Pierre's blog:

https://buff.ly/3WmFTzb

#nix #devops

1 0 0 0
Preview
Flox + Novops: development packages, secrets and multi-environment management all-in-one !

Flox enables reproducible dev environments + built-in secrets management.

DevOps leader Pierre Beucher explores how #flox + #novops support portable setups that integrate authentication + run anywhere, locally or in CI. Read his latest here:

https://buff.ly/3WmFTzb

#nix #devops

0 0 0 0
Post image

🚀 Simplifiez vos environnements de dev avec Flox !
Créez des espaces reproductibles, intégrez 🛠️ direnv, et boostez votre productivité.
blog.stephane-robert.info/docs/develop...

#DevOps #Flox 💻

8 2 2 0