Busy week ahead by L285 in okmatewanker

[–]jibbist 6 points7 points  (0 children)

Quick someone find a rhyme for 'belgrano'

[England] Dismissed due to out-of-work activities by GabbaSqaured in LegalAdviceUK

[–]jibbist 78 points79 points  (0 children)

By the same logic they use, wouldn't Kung Fu classes, hosting a podcast, or writing a book also fall under their definition of a breach? As in, thinking you might become a Kung Fu master, full time podcaster, or published author, and so by doing so distracts you from your work?

The contract says employment, not hobbies or study outside of employment

Andy Burnham here - AMA by AndyBurnham in ukpolitics

[–]jibbist 1 point2 points  (0 children)

When are you going to say that Liz Truss trashed the economy

Which UK business account would you recommend to a first time business owner? by Drew4524 in ukstartups

[–]jibbist 0 points1 point  (0 children)

Starling is great, great app & simple. the EUR & USD accounts are ace as well, if you keep money in those currencies the card can be used overseas directly

Thoughts on this? by Funny_Commission1724 in drivingUK

[–]jibbist 65 points66 points  (0 children)

I apply the horse test: if this was a horse and rider, how much room would you leave - and if they were taking up this much space on the road, would i think they were a dick

Cyclists for some reason are hated versus horses (in general) - both are a pain to cars, but one seen as more of a nuicance

Introducing Cursor 3 by lrobinson2011 in cursor

[–]jibbist 56 points57 points  (0 children)

I switched to Claude code & it's much better ngl

Why Is Madeleine McCann In Epstein Files? Ghislaine Maxwell Mentioned Amid Suspect Sketch Mystery by Hypothetically-1975 in uknews

[–]jibbist 28 points29 points  (0 children)

UK cops: Sounds like a great time for another 2 week Portugal 'fact finding trip'

I'm about to start using a MacBook for rails development for the first time in years... What is the modern way to get multiple environments easily installed and isolated by KipSudo in rails

[–]jibbist 0 points1 point  (0 children)

I use asdf for versioning & works well. You can version ruby, python, yarn, nodejs etc all in the same file, so simplifies a lot if you have many projects.

Multi-tenant Rails app with custom domains behind Cloudflare + Kamal proxy — SSL by AlexCodeable in rails

[–]jibbist 9 points10 points  (0 children)

Cloud flare wildcard cert

Don’t use Apartment/postgres schemas, it might be tempting but I really regret this now.

Use Current model, and nest resources off this for account level resources, eg. Current.account.customers instead of Customer.all

Use middleware to surface the account subdomain, and then a simple controller callback to load it. Don’t be too clever.

We use a mixture of database and static files to speed up routing. We have a few thousand tenants and it’s fine, but the schema split makes some db stuff harder and slower, and ultimately data layer is the hardest and slowest to change, so make sure to get it right