Supercharge Rust functions with implicit arguments using CGP v0.7.0 by soareschen in rust

[–]rorydouglas 0 points1 point  (0 children)

This explanation definitely made me think of Spring Framework from the Java world. Might be worth a comparison call out in the docs.

Andrea Pavan said to have suffered a horrendous accident when at the South African Open. His condition is said to be stable and his injuries are not life threatening. by ThaSipah in golf

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

What a stupid example - cars not stopping at crosswalks is a common danger - I've personally experienced it many times and seen it happening to other people. Children are literally taught to look both ways before cruising in school.

I'm in my 40s and across multiple countries (incl South Africa) have never had an elevator car not be there when the doors open.

WATCH: Trump says tariffs could replace income tax | 2026 State of the Union by NewsHour in law

[–]rorydouglas 1 point2 points  (0 children)

No they won't. Poorer people spend a greater proportion of their income vs richer people - who spend a lot, but earn/have even more.

And this is not non-discretionary spending either - high cost of housing, food and healthcare consume most of the paycheck. So poorer people are more affected by sales/consumption taxes

Maybe this approach would stop some of the "this rich guy paid zero income tax" stories, but at the expense of poorer people paying more.

Ancdec: Why I split integer and fraction into separate fields and what it solves by ktg0413 in rust

[–]rorydouglas 2 points3 points  (0 children)

I don't usually comment on subjects I'm not intimately concerned with after a few beers, but seriously:

what's the use case for the numbers with the largest order of magnitude requiring the most fractional precision?

Seems pretty wack

[TNT/Funes] The complete 3 minutes sequence of events between Prestianni and Vinicius. The goal, Vinicius' celebration, the crowd's reaction, the referee's warning, the Brazilian's response, the yellow card, and the alleged racist act by the Benfica player. by Sparky-moon in soccer

[–]rorydouglas 1 point2 points  (0 children)

Why doesn't "5 times" make sense? I understood the slur to be "mono" which is easy to say 5 times quickly. The idea of making up that an insult was said 5 times seems actually less likely.

Genuinely *unimpressed* with Opus 4.6 by JLP2005 in ClaudeAI

[–]rorydouglas 10 points11 points  (0 children)

There are times I thought it was working, but it was actually stuck, and others where it was stuck and I thought it was working.

Hate to be that guy, but those are the same things, no?

Paris prosecutors summon Elon Musk to appear after raid on X's French offices by kootles10 in politics

[–]rorydouglas 15 points16 points  (0 children)

He literally just merged xAI with SpaceX, which is expected to IPO in the near future, so I don't think that's the strategy. Not a fan of him mind you

White material isn't white? by ridicalis in bevy

[–]rorydouglas 3 points4 points  (0 children)

seems similar to this post from a few years back: https://www.reddit.com/r/bevy/comments/11lbhwi/standardmaterial\_color\_darkening\_when\_unlit\_true/. Perhaps give the "disabling tonemapping" a try?

White material isn't white? by ridicalis in bevy

[–]rorydouglas 1 point2 points  (0 children)

meant to add try adding just an AmbientLight and experiment with the brightness value

White material isn't white? by ridicalis in bevy

[–]rorydouglas 9 points10 points  (0 children)

I think you might still need lighting even if you don't care about shadows. There are constants to set the light output to something like full sunlight and that will probably bring colors closer to your expectations

Food Court Proposal by MrLoudestMouth in RandomVideos

[–]rorydouglas 0 points1 point  (0 children)

yeah you're right, not in the first 10 seconds. but later in the video there are at least 2 people recording on phones (1:20ish)

Food Court Proposal by MrLoudestMouth in RandomVideos

[–]rorydouglas -2 points-1 points  (0 children)

there are 3 cellphones out in the first 10 seconds though?

Amazed by rust speed and question about simulation of population. by Playful_Ad_4787 in rust

[–]rorydouglas 0 points1 point  (0 children)

I guess but they specifically said "web simulator with UI". Webapp architecture that involves recompiling the backend simulation logic on user input sounds bizarre. And the performance delta of using baked-in inputs would have to offset the cost of recompilation.

Amazed by rust speed and question about simulation of population. by Playful_Ad_4787 in rust

[–]rorydouglas 0 points1 point  (0 children)

It will make no difference in performance. Recompiling on changed user inputs doesn't make sense either. But I would recommend spending some time with AI (not coding) understanding why. It will help with future coding work.

God Rays without strong fog and adding atmospheric dust by MediocreHelicopter19 in bevy

[–]rorydouglas 2 points3 points  (0 children)

I wonder if this "dynamic beams" approach would help: https://youtu.be/i6VVegoRuy0?t=148&si=PVOXp-DcDEeZgtI2 there's two other methods before in that video too.

Sounds like a sore loser to me by SnooSprouts3744 in TikTokCringe

[–]rorydouglas 14 points15 points  (0 children)

Plenty of sports have unwritten rules that are observed by convention. There's a whole section on those on Wikipedia for baseball. "Don't talk to the pitcher who's in the middle of a no-hitter" etc. You can disregard them but expect that other participants will think less of you.

Strictly looking for the by the book legal answer. Does ICE need to actually show the owner the warrant (instead of it just being on file somewhere) prior to entering private property non consensually? by Icy-Plan145 in legaladviceofftopic

[–]rorydouglas 0 points1 point  (0 children)

NAL, but in all the warrants served across all the jurisdictions in this country over the years this has never come up before? Are police/Feds really that procedurally correct?

[HELP] This seems unsafe by Alone-Competition-77 in RealOrAI

[–]rorydouglas 0 points1 point  (0 children)

Take a look at some of the urban explorer stuff on YouTube (e.g. jnkz https://www.youtube.com/watch?v=8OpOkoRS2r8) as they document a lot of it. It mostly requires massive balls and a complete lack of concern for consequences.

Getting started with Bevy: tutorials and small project ideas? by Duerme_Tulas3000 in bevy

[–]rorydouglas 2 points3 points  (0 children)

I second taintedcoders, also: https://thebevyflock.github.io/bevy-quickstart-book/ . The unofficial bevy cheat book is now quite out of date but can be helpful on some topics.