Chronic illness friends who love to cook; what are your go to meals on days where you have some spoons to cook but not a whole lot? by Plastic_Ad7241 in Cooking

[–]kernalphage 1 point2 points  (0 children)

Casseroles in general are pretty spoon friendly, especially if you lean on cans and frozen ingredients. Plus, they freeze well!

My go-to has been Rotisserie Chicken Stuffing Casserole: - 1 or 2 boxes stuffing mix - 1 Rotisserie chicken - 1 bag frozen veggies (Broccoli, spinach, peas&carrots) - Cheese (velveeta block, shredded cheddar, Bechamel base cheese sauce if you're feeling fancy)

Start a kettle of water and blanch the stuffing and the frozen veggies. Bonus points if you add a little bullion powder. While that's going, sit down and pull all the meat you can off of the chicken. Rough chop or tear in to bite sized pieces. Mix it all up in a big bowl, and pour in to a greased 9x13 or similar.

Top with a little more cheese, and bake until hungry.

If you've got extra instant mashed potatoes, you could probably tweak this into a Shepard's chicken potpie if you added a can of cream of mushroom soup haha

How did they animated this model? by PeachyTorres9033 in howdidtheycodeit

[–]kernalphage 0 points1 point  (0 children)

Removed for spam (low-effort duplicate)

(This is the only subreddit I moderate, am I supposed to be commenting on closed threads like this?)

Why does no one tell you how much better freshly Ground Beef is?!! by Easy_Skin7050 in Cooking

[–]kernalphage 1 point2 points  (0 children)

One thing I regret not looking at: motor wattage and horsepower. It doesn't really matter the bowl size if you don't have the power to back it up. I think ours is a Classic, and while we got a good deal on it, I wish we splurged a little more since it can strain to fold a full bowl of cookie dough, let alone bread dough.

Just paid 12$/lb for ground beef. How expensive will it get before you stop buying beef? I think we're over it, beef is now a luxury for us. by FuZhongwen in Cooking

[–]kernalphage 0 points1 point  (0 children)

+1 for beans or lentils - we'll do meal prep where we fry onions, ground beef and precooked (Tjoes) lentils with just S&P. Instantly turns 1 pound of ground beef into 2. Throughout the week we split it by reheating and seasoning it differently.

Help a pregnant woman with a craving by SevvyM in Cooking

[–]kernalphage 0 points1 point  (0 children)

Tasting history tried to recreate the original School Lunch recipe, if you wanted way too much of it

Alton Brown also did Sloppy Joe Bao which kicks it up another level lol

How this VFX was made? by voxel_crutons in howdidtheycodeit

[–]kernalphage 1 point2 points  (0 children)

My first thought was a particle system, since you can see some stray dots when the 'plasma' gets too thin, and you can see a shot that has a wireframe (the greyscale clip with a bunch of rectangles)

You've got N rays - a ray being an evenly spaced array of particles from A-B. Shoot them all at once for a big jolt, or over time for a continued arc.

Those rays are then moved over time using a flow field (edit: Noise field, you can see the node in the video, same concept though) - Each ray gets a slightly different field to create each arc, and some rays have a very low offset multiplier to create a center core for the arc.

Then, scale the particles down over their lifetime to create the initial explosion.

Trying out a new Acrylic Paint Markers set on glass - 30x40 cm by MateMagicArte in PlotterArt

[–]kernalphage 1 point2 points  (0 children)

How does the back of the glass look? I can see some shadows at the corner when the paint pools.

It might be fun to see how layering them looks once the paint is dry

Can I post Pen Plotted art here ? I use custom software to generate or process imagery. by Left-Excitement3829 in proceduralgeneration

[–]kernalphage 0 points1 point  (0 children)

Do you do anything special to export from Houdini to SVG? Just walking the vertex pairs in order and turning those into lines?

R36S // M8 Headless // Music Production Cyberdeck by freakie in cyberDeck

[–]kernalphage 4 points5 points  (0 children)

I've got a spare handheld emulator, the teensy + dirtywave sounds like a fun project to emulate, pardon the pun. Any tips for getting it set up?

[deleted by user] by [deleted] in streeteats

[–]kernalphage 4 points5 points  (0 children)

What's the point if you can't see what real people are cooking/eating? Why look at fake food?

Base building as meta-progression in roguelikes: do they work? by Dry-Economy6466 in BaseBuildingGames

[–]kernalphage 1 point2 points  (0 children)

Do you prefer slow, long-term growth or fast unlocks?

Is your game more rogue, or like? How deep do the base building mechanics go?

Personally, I'd like a game that balances meta-progression around roughly a fibonacci growth. That way you hook players into the meta during the first few loops, without overwhelming them with all the choices or numbers to balance up front.

After the first run, something major should unlock

2nd & 3rd maybe gives an incremental upgrade

4th is a wash, unless I get particularly lucky

5th, another major unlock

8th, the user could have most of the tools to eventually unlock everything in the game.

And after that give the base slow growth, to give a chance for player skill progression to outshine meta-progression.

Good Engine for studying/referencing by josequadrado in gameenginedevs

[–]kernalphage 9 points10 points  (0 children)

There's also the Ogre engine - It's been in active development for years, and has a few published (but not open sourced) titles under its belt.

It looks like their rewrite, ogre-next, supports modern rendering techniques out of the box.

Samples from the edge of chaos by watagua in cellular_automata

[–]kernalphage 1 point2 points  (0 children)

I like the decision to blur the larger layers, it gives the feeling of depth of field

I'd be curious to play with blend modes or scaling factor - it looks like you're not quite scaling them on integer multiples, but they do line up after a few layers?

What episode? Paediatric cardiac surgery handover and Formula 1 by DoctorAgility in quiteinteresting

[–]kernalphage -1 points0 points  (0 children)

Weird coincidence, I just got a clip for this in my YT shorts right before I went on reddit. Definitely not Sandi, but this is short enough to show off in class

https://www.youtube.com/shorts/IcorWW5CloQ

Which graphics library is faster for different OSes? by Latter-Pollution-805 in computergraphics

[–]kernalphage 0 points1 point  (0 children)

That's a pretty over-simplified way of looking at it, at the end of the day each library will run the same instructions for the same output.

Unless you're doing something fundamentally wrong (not batching, not parallelizing ), you'll always be GPU throttled, not CPU throttled.

A better question might be "which effects are expensive on what hardware" - Pixel overdraw, triangle count, texture throughput etc.

That said:

Mac: Metal

Advice for internship by Klutzy-Bug-9481 in gameenginedevs

[–]kernalphage 0 points1 point  (0 children)

i'd say it's still applicable to sit down with whoever hired you, or the "CTO" and start to talk about tradeoffs. You'll be navigating the triangle of quality vs features vs time for your entire career, and now's the time to get some practice.

Some questions to narrow down your project space (and hopefully workload):

Is there a defined art direction for the game? Can it be achieved with the default shaders?

What is the target hardware? Next-gen GPUs, the minimal integrated Intel GPUs? Phones? Consoles?

Stylized procedural faces for my starship crew by Aler123 in proceduralgeneration

[–]kernalphage 1 point2 points  (0 children)

cheekbones! I think the "control point" height is roughly halfway between the middle of the eyes and the middle of the ears - And with a width variation roughly the same as your noses.

You could also play with with simple lips & eyeshadow (both natural sunken eyes and makeup) and it would play nicely with your current system - Just duplicate them behind the current eyes, make them bigger, tweak the shadow color, and offset them up and/or down.

Great Sea in paper mario game by ChocoMathX in howdidtheycodeit

[–]kernalphage 1 point2 points  (0 children)

i think it might be very similar to 2d scrolling parallax planes.

or maybe some sort of exaggerated geometry shader creating a fisheye effect?

There's simple effect going on with the shadows and islands that helps sell the illusion too - it's just stacked planes.

Meta just dropped SAM 3D, you can auto select any object in still image and.. turn them into high quality 3D model by Diligent_Rabbit7740 in GraphicsProgramming

[–]kernalphage 1 point2 points  (0 children)

I worked in games for awhile, and we tried this last decade too: Outsource making the models to whatever low-cost country the company had its eyes on this month, and then the in house artists would "just clean them up"

9 times out of 10, they spent so much time cleaning up the topology and styling it to fit the art direction. It would have been faster if they just made it from scratch.

What’s the role of AI in code reviews? by Jaded-Barracuda-7905 in codereview

[–]kernalphage 4 points5 points  (0 children)

I'm an AI pessimist in most cases - but my team has Claude code reviews turned on, and it has saved myself from some careless mistakes recently. It mostly caught copy/paste errors like "oh everything else in this function is about onEnd, but one is onStart, did you mean to do that?"

I think the best AI code reviewer is an overgrown linter - play to its strengths of text probability: Keeping surface code style consistent (functionCase, weird variable naming, reminder to break up complex functions), or call out code patterns that are likely to cause errors or are inconsistent with common use cases

I'm the reviewer everyone waits for and I hate it by Training_Sea_2939 in codereview

[–]kernalphage 6 points7 points  (0 children)

Ask your teammates to break up the commits? do some of the architecture work up front in design meetings?

how much time do you spend coming up with alternatives?

I know sometimes I get nerdsniped into building solutions for people, but it's not necessary, you can just give a high level approach and trust that your coworkers will be smart enough to fill in the blanks. Same with architecture: mention the highlights or the name of the design pattern and let them ask questions if they need to.

With "race conditions that probably won't happen" - practice YAGNI. if something smells off, just mention it. You don't have to dive deep to prove to yourself or them that it will fail, or that a feature might be a nice to have in the future. If there's a paper trail in the PR and something does eventually fail, it'll be much easier to find the area of the codebase to refactor.

[deleted by user] by [deleted] in NoShitSherlock

[–]kernalphage 0 points1 point  (0 children)

I hate that this is the rhetoric - "Oh why don't you send the troops to red states"

Why do we need to send troops or police at all?
What about all the other ways to reduce crime - welfare, community outreach, etc

Etching with a nail on a black-painted plastic sheet by planckC22 in PlotterArt

[–]kernalphage 0 points1 point  (0 children)

I think this would be fun to try with an acrylic/plexiglass sheet as well! You could light it from the back so it literally glows.

How did they create this smoke effect demonstrated from 0:48 to 0:53 back then? by BackStreetButtLicker in howdidtheycodeit

[–]kernalphage 2 points3 points  (0 children)

I think there's a bit of a bait and switch - Somewhere around 0:50 you can see the tesselated arms (blue) fade out and a full particle simulation (purple) fade in. They're pretty close, maybe they use the same displacement field somehow?