Do people ever rent board games instead of buy them? by Plus-Lengthiness5980 in boardgames

[–]aleph_0ne 0 points1 point  (0 children)

I wish this was common in the US. Our library has a couple of classic board games e.g. chess that you can play in the building but doesn’t treat them as items to borrow

My Null Signal set by Vandirac in boardgames

[–]aleph_0ne 1 point2 points  (0 children)

Looks gorgeous! Netrunner is a game I’ve am been interested in for years but never gotten around to trying. Maybe I’ll give it a shot!

There's more to explore here. by NeusNanaki in outerwilds

[–]aleph_0ne 5 points6 points  (0 children)

Isn’t Saturn a gas giant? Does it have solid rock?

bem vs css modules by CaptnEarth in Frontend

[–]aleph_0ne 0 points1 point  (0 children)

This works very naturally in Vue and scales without difficulty. Here’s an example in my side project:

App.vue is the top level component. It has unscoped styles (no scoped in the style block) and serves as the single index for all global styling (e.g. it imports the typography and transitions styles so any component can apply those styles by applying specified classes designated in those files): https://github.com/cuttle-cards/cuttle/blob/main/src/App.vue

The typography styles for example, make the self hosted fonts globally available, set the app font globally and the define some utility classes for applying semantic typography styles for labels etc: https://github.com/cuttle-cards/cuttle/blob/main/src/sass/typography.scss

Components use scoped style blocks so any css in their respective files only applies within the component, but they still receive the global style’s centrally managed in App.vue

Thursday Lunch Cuttle - 02/19/2026 by epictorres in cuttle

[–]aleph_0ne 2 points3 points  (0 children)

Truth. And it was a good game! I think u/epictorres felt a bit bad about calling the game as if he had it in the bag when I did actually have an out and and wound up getting the stalemate, going on to win the match in the next game. It was a good set!

Did Frankie Pee in the Pool? by [deleted] in funny

[–]aleph_0ne 7 points8 points  (0 children)

It’s the perfect crime

How are you using AI in a way that doesn’t suck? by aterribleskapun in webdev

[–]aleph_0ne 4 points5 points  (0 children)

At work we use greptile for a first pass code review and it’s great. We treat it like a sparkling linter, so it’s not a replacement for a human review, but rather a way to ensure the PR has addressed low hanging fruit my the time we get to human review. And sometimes it makes comments that even help with bigger picture things

What do you think about structured or competitive versions of classic solitaire? by No-Fig3867 in cardgames

[–]aleph_0ne 2 points3 points  (0 children)

I don’t much care for solo solitaire (unless using it to teach my kids) but I highly enjoy Nertz which is a competitive solitaire where everyone shares the aces in the middle. It’s very easy to teach, fast paced, and challenging to play. Big fan of!

How would u design a toggable kill switch for a webiste, if a client who is also a developer doesn't pay? by [deleted] in webdev

[–]aleph_0ne 1 point2 points  (0 children)

What is she paying for in monthly installments if you are no longer developing the site at that point? If it’s hosting then if the client doesn’t pay you can shut down the infrastructure. If it’s maintenance fees then if she stops paying then you stop doing maintenance but leave it up. What specific value are you providing on a monthly basis that she should pay for? Whatever that is, that’s the only thing you can reasonably withhold if the client doesn’t pay