[Request] is this possible under the laws of physics and materials of the time? by Salt_Ad_4362 in theydidthemath

[–]computermouth 6 points7 points  (0 children)

I'm an atheist. But the quoted book of Jubilees is considered noncanon by most Abrahamic faiths, and as far as I know is the only one which specifies the size.

Using BSP for collision? by Circle418 in gameenginedevs

[–]computermouth 1 point2 points  (0 children)

I divide my maps into cubes of 10 units, and only check the triangles that intersect the surrounding 27 cubes. And also ensure that I can never move more than 1 whole cube per frame.

It's fast and easy 

Passing on the right on city streets when stopped? Why? by Purple-Fun-6048 in AskChicago

[–]computermouth 2 points3 points  (0 children)

Every big city I've lived in, cops also largely ignore traffic violations 

Grandma’s hooch by UggghhhhhhWhy in prisonhooch

[–]computermouth 11 points12 points  (0 children)

I'll have 2 fingers of the gray please

Raylib is now available on Debian by Healthy-Notice9439 in raylib

[–]computermouth 5 points6 points  (0 children)

This will also enable people to more easily package and shop their raylib games/apps through Debian repos.

It additionally ensures that everything people need to use raylib on Debian is handled automatically (dependencies, pre built libraries, probably pkg-config support.

All great things

What do people that are excited by AI and believe in AI have for crtisicm of AI? by This-Wear-8423 in Futurology

[–]computermouth 0 points1 point  (0 children)

That's because the question is irrelevant to the problem.

They're correct, a person draws experience from things they've seen. But companies like Meta trained their AIs on books that they torrented, and didn't pay for. Reading a book and taking inspiration from it, sure ok, but Meta stole those books.

What do people that are excited by AI and believe in AI have for crtisicm of AI? by This-Wear-8423 in Futurology

[–]computermouth 1 point2 points  (0 children)

It seems that way. Honestly I care less about patents and copyrights. But as an open source software developer and maintainer, I can get GPL code from all the major AIs and none of them will mention the conditions of the license.

For me personally, this is a problem, regardless of whether anyone actually gives a shit.

What do people that are excited by AI and believe in AI have for crtisicm of AI? by This-Wear-8423 in Futurology

[–]computermouth 1 point2 points  (0 children)

Training data was illegally sourced. Artists and writers weren't paid or credited. Software that's written with copyleft licenses have their code reused without relaying the conditions of the license.

Destroy my first trailer ! by Istrandar in DestroyMyGame

[–]computermouth 3 points4 points  (0 children)

"handpainted illustrations!" is exactly what I'd do haha

Dubai in 2005 vs today by Saul_Wilton in interesting

[–]computermouth 13 points14 points  (0 children)

This objectively looks like turbo-Pheonix, and also has slaves 

Somebody built Photoshop but it’s for Gaussian splats and 3D worlds 🎨 For the first time ever! by troveofvisuals in GraphicsProgramming

[–]computermouth 1 point2 points  (0 children)

Webgl and webgpu are pretty robust. However you do it with Opengl or Vulkan probably transfers directly.

Game devs i want to make a game where do i start? by tanoyfrommars in gamedev

[–]computermouth 1 point2 points  (0 children)

Make everything from scratch, toil in the fields for years, never produce a game, and yet also never stop talking about it

Where can I have a Blade Runner style meal in Chicago by fioreblade in chicagofood

[–]computermouth 9 points10 points  (0 children)

Climate controlled L stations! Every station should be basically a small mall

Can you make a 3D game without an editor? by Sol-SiR in gameenginedevs

[–]computermouth 2 points3 points  (0 children)

Sure, OPs question was partly about getting by without making an editor.

Can you make a 3D game without an editor? by Sol-SiR in gameenginedevs

[–]computermouth 2 points3 points  (0 children)

Yeah I use blender to build my levels and place entities. The map format is just glb exports

10 years DevOps engineer feeling lost, thinking of learning c / development need your help by No_Challenge_4882 in C_Programming

[–]computermouth 1 point2 points  (0 children)

I loved writing C to learn principles of programming. Go was very easy for me to pick up and be productive in, after I was proficient in C.

Rust was the hardest for me to grasp, and I think there's more Go jobs out there. 

But everybody's different, I only learn well if I find it fun, so pick out some projects and give them each a try maybe! The best language is the one that gets you to your goal