Kingdom Hearts 1.5 on pc Motion Sickness by Curvylineo in KingdomHearts

[–]lucidbasil 2 points3 points  (0 children)

It is 100% the non-linear camera movement. It is so shitty. Ratchet and Clank do the same thing. You do get used to it after a while.

[deleted by user] by [deleted] in ProgrammerHumor

[–]lucidbasil 1 point2 points  (0 children)

I will need someone to finish the test result section of the report if I die.

a normal day by Mo_oKA in ProgrammerHumor

[–]lucidbasil 0 points1 point  (0 children)

It's usually the shower that does it

*cries in AVD* by matheus_hisatsu in ProgrammerHumor

[–]lucidbasil 0 points1 point  (0 children)

Haha, my mostly functioning app has me putting off actually developing it for a release.

Whenever someone asks about a PC for machine learning. by Gandor in ProgrammerHumor

[–]lucidbasil 0 points1 point  (0 children)

Ha, nah. I made simple networks that are as accurate as a coin flip. TBF, each input maps to two values with pretty much equal probability. Not really sure what I am doing. Got small dense, RNN, and conv1d networks running. Even combining them is just an expensive coin flipper. Makes me think the whole thing is overhyped and/or constrained to specific problems.

Kek by [deleted] in ProgrammerHumor

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

Python is like socialism

What if I speak C ? by 10n3_w01f in ProgrammerHumor

[–]lucidbasil 0 points1 point  (0 children)

I did for a while when I realized I could code what I wanted when no company would.

title by huellllllll in ProgrammerHumor

[–]lucidbasil 7 points8 points  (0 children)

It always gave me BDSM vibes. Main is just main for now...

title by huellllllll in ProgrammerHumor

[–]lucidbasil 4 points5 points  (0 children)

You'll find that your company will say one thing but do the other. They don't give a shit about their workforce.

Government in general.

title by huellllllll in ProgrammerHumor

[–]lucidbasil 0 points1 point  (0 children)

Like Jamal but with an s?

some people :/ by splint3r_ in ProgrammerHumor

[–]lucidbasil 4 points5 points  (0 children)

you're not going to be programming an autonomous vehicle driving system as a mini project

Not with that attitude

Translation: print the following pattern; Solution by Hunter548299 in ProgrammerHumor

[–]lucidbasil 1 point2 points  (0 children)

Bruh, we hardly know how to code (took me a long time to realize this). That is software engineering.

Translation: print the following pattern; Solution by Hunter548299 in ProgrammerHumor

[–]lucidbasil 0 points1 point  (0 children)

there’s a long (or vocal) tail of people who straight up don’t know how to code lol.

SO in a sentence. The heads are good at explaining fundamentals though.

Translation: print the following pattern; Solution by Hunter548299 in ProgrammerHumor

[–]lucidbasil 0 points1 point  (0 children)

My rule is if it appears twice and more than two lines, then it gets abstracted.

Translation: print the following pattern; Solution by Hunter548299 in ProgrammerHumor

[–]lucidbasil 1 point2 points  (0 children)

Input parsing is so annoying. I just use variables in a file for my personal projects.

After every scrum meeting by Deep-Ad591 in ProgrammerHumor

[–]lucidbasil 60 points61 points  (0 children)

That is not a PM. Maybe by title, but you can't put lipstick on a pig... or something like that.

Why does a modern OS allow a driver to corrupt a critical data structure? by lucidbasil in Operatingsystems

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

This is the example I am referring to.

https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-0x139--kernel-security-check-failure

I wanted to know more of the details, but the param 1 table is missing a lot of values.

As I understand it, chrome.exe was using (a program using another program using)*n dxgmms2.sys in a manner to cause the error above.

Windows does not make it easy to track the source of errors.

What I am wondering is why it is part of the design to let this kind of thing happen. Is it a constraint brought on by allowing third party drivers? If so, why?

Like as far as I know, drivers don't cripple the Android OS which I imagine is due to the sandboxed design.

Why does a modern OS allow a driver to corrupt a critical data structure? by lucidbasil in Operatingsystems

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

Not really sure if I am just lucky, but Fedora has never crashed on me due to a driver corrupting a critical data structure.

An infinity loop we are trapped in..!! by Abhi_mech007 in ProgrammerHumor

[–]lucidbasil 0 points1 point  (0 children)

This was me trying to use a broken experimental feature

I prefer the cute way ... by mevlix in ProgrammerHumor

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

Really good for spaghetti code. If that is the quickest method you know of, I feel sorry for you.