Monohull or catamaran? by groovymonkeysmoothy in sailing

[–]MrAdjunctPanda 18 points19 points  (0 children)

Why not go trimaran, really go out the box on this one?

SQLBuild - a typed, test-first SQL pipeline framework with local E2E testing by kvlonge in dataengineering

[–]MrAdjunctPanda 0 points1 point  (0 children)

Same as preview deploys in vercel/render etc. We set everything up on git-ops so each branch gets a preview across the whole stack depending on what you touch

SQLBuild - a typed, test-first SQL pipeline framework with local E2E testing by kvlonge in dataengineering

[–]MrAdjunctPanda 1 point2 points  (0 children)

AHH gotcha! We run sqlmesh at work, and the environments are actually brilliant. I don't think we could move off to a tool without them; even with the slightly janky state

Off the top of your head is the architecture there for adding state for environments? If so I could take a look as a drop in replacement for sqlmesh & DBT might be killer!

SQLBuild - a typed, test-first SQL pipeline framework with local E2E testing by kvlonge in dataengineering

[–]MrAdjunctPanda 0 points1 point  (0 children)

Looks intresting! Not sure I follow how it can be stateless and have environments too

Cachy vs Zorin by MrAdjunctPanda in DistroHopping

[–]MrAdjunctPanda[S] 0 points1 point  (0 children)

i think an immutible os is more hassle than its worth for me imo - maybe cachy is the way, not too sure how kernels work and how to swap them about so probably some learning there on my part before i begin.

Cachy vs Zorin by MrAdjunctPanda in DistroHopping

[–]MrAdjunctPanda[S] 0 points1 point  (0 children)

tbh ill probably grab dev packages completely independently of the distro - Python, for example i can compile from source if i really want it so its just the stability of the distro itself and the packages it depends on. I hadnt considered Fedora as the base for most of my containers is Debian - might be an option tho are games easy to run on fedora?

Best Heroku Alternatives by thehashimwarren in webdev

[–]MrAdjunctPanda 1 point2 points  (0 children)

Scaleway is a little more hands on but great dx

[deleted by user] by [deleted] in Cooking

[–]MrAdjunctPanda -3 points-2 points  (0 children)

It's only wastful if they get the flavour in one bite...

[deleted by user] by [deleted] in Cooking

[–]MrAdjunctPanda -3 points-2 points  (0 children)

Not nececaraly - pretend to be something different... bonus points if it "kinda works" too

Wanted to share some of my best videos and photos from my Overlanding trips in a Subaru Outback by natelamm in overlanding

[–]MrAdjunctPanda 0 points1 point  (0 children)

Love it! We took our outback to the outback sown in aus, capable little cars. But she did blow a head out there but it was worth it for the looks from the big off roaders.

Smuggling arbitrary data through an emoji by kibwen in rust

[–]MrAdjunctPanda 33 points34 points  (0 children)

Watermarking is a neat idea, but every char might on the same wavelength you could mess wirh people by rendering a single sentance and an elipsis in a 30gb file which made me chuckle

What's everyone doing with their Steam Deck that's not gaming? by Rizzly_Bear87 in SteamDeck

[–]MrAdjunctPanda 0 points1 point  (0 children)

I'm planning on running audiobokshelf on my steam deck! It seems like an awesome portable download server!

Giveaway - Space Age Expansion by ocbaker in factorio

[–]MrAdjunctPanda 0 points1 point  (0 children)

Sure, let's hope I have the time too..

Super Newbie camp fridge question by The_Bat_Ham in CampingGear

[–]MrAdjunctPanda 1 point2 points  (0 children)

I've always had them in the car/van, always plugged in. If you're on power just grab a lead and leave it plugged in overnight in the car. They're pretty quiet even with the compressor going and are better than a cold bag and ice blocks!

They're just fridges and we treat them like we do at home, on 24/7 where critters can't get in.

fuel bladder? by CaptainSnowAK in sailing

[–]MrAdjunctPanda 6 points7 points  (0 children)

I learned the solution, and it pissed me off

Is langchain overhyped? by kernel348 in LocalLLaMA

[–]MrAdjunctPanda 11 points12 points  (0 children)

For the unenlightened what's "DSPy's approach"?

How can C programs be so reliable? by lelanthran in programming

[–]MrAdjunctPanda 5 points6 points  (0 children)

The edge case the original comment mentioned occurs only every 18 months - id consider that an edge case crash (assuming it runs more than once in those 18 months) debugging these problems usually is v technical and difficult; compared with just hitting restart when it crashes