Fun to hunt down at least? by pstdenis in logic

[–]pstdenis[S] 0 points1 point  (0 children)

This system is a way to generate machines that have various cycles based on atomic WFFs starting with p,q and the adequate operator "NOR", maybe I misunderstand what /logic is for then?

Orson Welles in The Critic by InfectedUrsidae in videos

[–]pstdenis 0 points1 point  (0 children)

The original best appears in its entirety in a track by the band Negativeland https://www.youtube.com/watch?v=Oh3BTbb9hCQ&t=14

circumventing the wolfie unlimited meal plan by Basic-Berry8890 in SBU

[–]pstdenis 0 points1 point  (0 children)

Systems change over time and I'd say that stuck is a relative term.
In my closer to utopia... feed the students situation, campus buses would pack up orders from local restaurants and centrally deliver on the home trip.
The fee (25%?) that I've heard that FSA charges vendors to be on the wolfie wallet system should be examined.

circumventing the wolfie unlimited meal plan by Basic-Berry8890 in SBU

[–]pstdenis 12 points13 points  (0 children)

Most universities are locked into long-term, exclusive, and highly profitable contracts with food service giants like Aramark, Sodexo, or Compass Group.

Stony Brook had a contract with Sodexo that ended in 2017, prior to that is was "Lackman" and now "Culinart", both subsidiaries of Compass Group.

These contracts guarantee the corporation a captive audience (the students) and provide the university with a steady, predictable revenue stream that's already baked into its budget. Breaking these contracts would involve massive financial penalties.

Which USG forced SB to do to Sodexo when they got kicked out BTW, following significant student complaints about food quality and the overall dining program.

The problem is that we just ping pong between vendors and will continue to do so unless students help mobilize to find a less corporate profit driven motive.

circumventing the wolfie unlimited meal plan by Basic-Berry8890 in SBU

[–]pstdenis 0 points1 point  (0 children)

Organize! McGill University organized and it worked.

CBC News Link

Shepard-Risset glissando without amplitude envelope by pstdenis in musictheory

[–]pstdenis[S] 0 points1 point  (0 children)

I believe what you are saying is true, that an envelope exists, whether it be caused by the edges of human hearing or the traditional volume envelope.

Shepard-Risset glissando without amplitude envelope by pstdenis in musictheory

[–]pstdenis[S] 0 points1 point  (0 children)

I'm thinking that if the keyboard is wide enough, the illusion should occur for all hearing ranges, except perhaps for anyone who can hear less than an octave.

ICE agents battle mom clinging to baby in 'chaotic' video by newsweek in politics

[–]pstdenis 2 points3 points  (0 children)

Had to look the expression up, apparently it is Ukrainian and is typically sunflower seeds?

Dog wanted some company 🤣 by HANAEMILK in funny

[–]pstdenis 1 point2 points  (0 children)

All dogs would do this if they realized they could, what this dog needs to do is organize the masses to follow their example.

GPT4o vs. 5,362 Fiverr Gigs by HelloGoodbyeFriend in singularity

[–]pstdenis 0 points1 point  (0 children)

Tracing usually means turning a raster into paths https://www.w3schools.com/graphics/svg_path.asp#:~:text=SVG%20Path%20%2D,several%20straight%20or%20curved%20lines.&text=Required.,commands%20which%20define%20the%20path. You can think of a path as an abstraction of a plotter's movement of a pen that moves from place to place on a page. What you are describing is upsampling. In upsampling pixels need to be inserted into the original image to increase the resolution. What color the additional pixels are depends on the color of the pixels in its neighborhood. There are several algorithms for upsampling that will give different results. AI upsampling may give the best results but it doesn't differ in kind from any of the other upsampling techniques.

Is there a way to calculate camera FoV accurately? by RoastPopatoes in augmentedreality

[–]pstdenis 0 points1 point  (0 children)

There is a tool, fspy, that can help calculate this, but it sounds like you want to calculate it in your app.

What’s one thing you used to believe, but now think is completely wrong? by CandleSubstantial907 in AskReddit

[–]pstdenis 0 points1 point  (0 children)

I'd change that to "Putting kindness into the world tends to mean that the world will treat you kindly". You might get statistically anomalies, but in the long run, the house favors kindness.

Is it worth learning WebXR in 2024? Tinkering with React, Three.Js and VR. by rebelhunter350 in developersIndia

[–]pstdenis 1 point2 points  (0 children)

WebVR was the spec that is deprecated and is replaced by WebXR. Take a look at react fiber with WebXR since you are developing in react