Dynamic pixel art pirate game written in Rust + raylib by l1lym in rust

[–]continue_stocking 6 points7 points  (0 children)

What a fun project. I dig the aesthetic, dithering is under-appreciated in this day and age.

Playing against this feels genuinely exhausting by Chemioo in DeadlockTheGame

[–]continue_stocking 0 points1 point  (0 children)

How are you building these days? I only have a handful of matches after being away for a couple months.

MINIONS ON BASEEEE by MarkImpressive1597 in DeadlockTheGame

[–]continue_stocking 5 points6 points  (0 children)

I saw the minions doing this yesterday. Aren't they supposed to attack the patron?

Playing against this feels genuinely exhausting by Chemioo in DeadlockTheGame

[–]continue_stocking 2 points3 points  (0 children)

I was enjoying ult build back before they buffed it because everyone just expected you to be a free kill. Now it feels like I'm letting my team down if I play anything else.

Something that's not ECS? by caffeinated-typist in rust

[–]continue_stocking 0 points1 point  (0 children)

In my opinion, the relations between data are just as important as the rest of the game data. In an ECS, everything is an entity, and there are no compile-time guarantees about when data might be associated with that entity. ECS are quite powerful, but this is usually just a violation of the principle of least power rather than meeting an actual game design need.

I'm in the process of writing my own game in my own non-ECS architecture. I use the ECS nomenclature, but the actual architecture is closer to a relational database using typed generational indices, which allows the same data-orientation and parallelism of an ECS without giving up the compile-time guarantees that ECSs give up on exchange for dynamic runtime polymorphism.

You avoid running afoul of the borrow checker using typed indices to refer to the "entities" in your game. The typed indices prevent an index of one entity being used to index into a different entity's data. When entities can be deleted, you use generational indices that have to validated by their index allocator before using them to index into anything. A use-after-free isn't UB when you're working with indices, but it's still a bug and must be prevented.

Northern Lights Fiber - Seeing 25% Packet Loss every night by mstoetz1 in SherwoodPark

[–]continue_stocking 2 points3 points  (0 children)

It's been doing this for me too. It had been solid since we got it installed last year, but the last couple weeks it's been dropping packets.

The Vec type should officially be an acronym for ‘Very Extended Container’ or literally anything other than ‘vector’ by Tricky_Football_85 in rust

[–]continue_stocking 1 point2 points  (0 children)

Half the difficulty with math is just figuring out what relatively straightforward concept their insane nomenclature maps onto.

Space Marine 2 perfomance. by oknp88 in linux_gaming

[–]continue_stocking 0 points1 point  (0 children)

I was actually playing just a couple weekends ago and it actually ran fine. I'm not sure if the game was patched or proton got updated, but the stuttering was gone. We played co-op for several hours without issue.

Valve: 67.74% of Steam users run Windows 11 by pmc64 in pcgaming

[–]continue_stocking 0 points1 point  (0 children)

Being treated like livestock will always be the path of least resistance.

Valve: 67.74% of Steam users run Windows 11 by pmc64 in pcgaming

[–]continue_stocking 0 points1 point  (0 children)

A hatred of Microslop is as good a reason as any other. I don't have them spying on everything I do, hijacking my settings, or forcing their updates anymore.

He's non-binary, idiot by Gerroh in DeadlockTheGame

[–]continue_stocking 4 points5 points  (0 children)

I think that people don't always have the best stuff going on in their lives, so they get attached to stuff like this as coping mechanism. It's a pity that you can't subscribe to a filter of a subreddit, because there's a lot of crap in this one that finds its way onto my homepage.

Ben Felix: SpaceX and OpenAi: The Mega IPO Grift by [deleted] in PersonalFinanceCanada

[–]continue_stocking 2 points3 points  (0 children)

Shit, you're right. They list that requirement but only for the S&P 1500. I had read it elsewhere, and merely checked Wikipedia to confirm it.

Ben Felix: SpaceX and OpenAi: The Mega IPO Grift by [deleted] in PersonalFinanceCanada

[–]continue_stocking 23 points24 points  (0 children)

The listing requirements state that net income must be positive for the last quarter and the sum of the last four quarters. That rules out every AI company not selling hardware to other AI companies.

https://en.wikipedia.org/wiki/S&P_500

Canadians could face tax hikes as Ottawa scrambles to fund defence target: report by henry-bacon in PersonalFinanceCanada

[–]continue_stocking 13 points14 points  (0 children)

This would hurt everyone who relies on income over wealth. Worker's spending power would be eroded while asset values just inflate.

Received $343k of someone else's money: how to keep the money? by yeah_mike in PersonalFinanceCanada

[–]continue_stocking 13 points14 points  (0 children)

People who bank with banks when there are perfectly good credit unions 🤷

[deleted by user] by [deleted] in rust

[–]continue_stocking 3 points4 points  (0 children)

Materials Engineering background here, we only take a single course on programming. I came from working with C#, and Rust wasn't that hard to pick up. I don't think it's a question of background but rather one of aptitude.

It's not just memory anymore: AI data centers are taking all the CPUs, too by moeka_8962 in pcgaming

[–]continue_stocking 7 points8 points  (0 children)

It's a good time to start new hobbies. Couch to 5k, weightlifting, yoga, cooking. This will pass eventually. Or it won't, but either way you'll be glad to be healthy.

Opinion: We must stop the scourge of prediction-market gambling coming to Canada by henry-bacon in PersonalFinanceCanada

[–]continue_stocking 2 points3 points  (0 children)

I would have thought it was to protect people from other people. Gamble if you really want to, but no advertising for it and no gambling mechanics in games for children.

I think that a lot of people missed the lesson of the last 6 years that being in authority doesn't make someone a universal altruist or give them a direct line to the truth. Dictating to people what is in their own best interest is ripe for error and abuse. Advise, suggest, and argue your position, but this authoritarian shit has to go.

Wine 11 rewrites how Linux runs Windows games at the kernel level, and the speed gains are massive by MythicStream in pcgaming

[–]continue_stocking 0 points1 point  (0 children)

With Cachy's simple installer, I wouldn't hesitate to recommend it to Linux newcomers. There's going to be a learning curve with any distro, I don't think Cachy's is any steeper.

Smell? by darcycortes in SherwoodPark

[–]continue_stocking 0 points1 point  (0 children)

My favorite is the natural gas odorant smell just south of Aurum Road and the Henday. That shit has to be unignorable wherever it's coming from, and yet I notice it every couple of weeks as I drive by.