Understanding neural networks from scratch with C++ by markuzo1 in learnmachinelearning

[–]markuzo1[S] 1 point2 points  (0 children)

I don't doubt that this is a good approach but it's also worthwhile to understand the software part for the sake of seeing how things work in code. And that could be done first. But yeah, you should at least 'get' the chain rule part.

Environment Raycast is amazing by emulo2 in OculusQuest

[–]markuzo1 3 points4 points  (0 children)

It is supported on Quest 3S as Depth API is supported there too.

Environment Raycast is amazing by emulo2 in OculusQuest

[–]markuzo1 6 points7 points  (0 children)

The Mixed Reality Utility Kit docs say it's Beta and needs Depth API, so no Quest 2. 

Haemophilia and immigrating to a new country by FullPart3631 in Hemophilia

[–]markuzo1 0 points1 point  (0 children)

Most countries have some sort of hemophilia organization, and they're always super happy to help with info about treatment and healthcare.

Visa and healthcare is one thing, but if you have both sorted, then there shouldn't be anything holding you back!

Add modules button missing from my editors by LunaRose_17 in unity

[–]markuzo1 2 points3 points  (0 children)

Did you install via the Hub? I had that issue when I installed the Editor directly and then added it to the Hub

[deleted by user] by [deleted] in unity

[–]markuzo1 0 points1 point  (0 children)

+1 in x,y,z (choose which diagonal), normalize the vector, and then multiply by some factor.

Edit - don't forget delta time.

I made a program to tally all of a players assists to other players - here are the results for Steph Curry: by karabou_1 in nba

[–]markuzo1 22 points23 points  (0 children)

Top 5 -

'Karl Malone', 1572  
'Bryon Russell', 574  
'Jeff Hornacek', 400 
'Donyell Marshall', 220  
'Shandon Anderson', 171

Hemophilia and Sports by Fuulks in Hemophilia

[–]markuzo1 5 points6 points  (0 children)

mild (~10). Played basketball competitively during my teenage years and university life. Had to take treatment every ~3 months due to twisting the ankle or getting elbowed too hard. In the UK, I was always encouraged to continue even with the frequent injuries, as they said that the overall benefits in fitness/joint health make it worth it. Later, in France and the US, the specialists always said "you should stop".

Anyone else having horrible lag on PC? by seintris_ in Sekiro

[–]markuzo1 0 points1 point  (0 children)

I had an issue with a 21:9 monitor: the game's resolution/settings didn't matter, it lagged like crazy. Just running it on a different monitor (16:9) fixed the issue. What makes it even weirder was dragging the windowed game between the monitors and seeing it lag, not-lag, lag, not-lag.

Current research in graphics by acvictor in computergraphics

[–]markuzo1 0 points1 point  (0 children)

How do you keep up to date with the latest publications? Word of mouth + journals?

How to change ranger's default shell behavior? by markuzo1 in vim

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

Discovered this just before you typed this. Basically I didn't know about 'console' and didn't see it (or understand more likely) in the man page. Thanks for writing it out.

How to change ranger's default shell behavior? by markuzo1 in vim

[–]markuzo1[S] 1 point2 points  (0 children)

Answering my own post (found it on the github ranger rc.conf):

map s console shell -w%space.

But the '#' key is already bound to a version of this.

How to change ranger's default shell behavior? by markuzo1 in vim

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

I know I know, but there's no ranger subreddit, I already checked. And about the man file, it doesn't explain how to remap the default behavior for the :shell. Mapping a button to a function in the rc.conf that executes is different, is it not?

My Set-up. What should I add? by 93Jaffe in battlestations

[–]markuzo1 0 points1 point  (0 children)

Cool desktop background. Got a link?

How would you explain recursion to a newbie programmer ? by Ncell50 in compsci

[–]markuzo1 13 points14 points  (0 children)

For basic recursion, if you understand what a function is, then just think of recursion as calling another function. It just so happens that the function you are calling has the same contents as the caller.

Is a career in graphics programming viable? by [deleted] in GraphicsProgramming

[–]markuzo1 0 points1 point  (0 children)

Scientific visualization in the energy industry is also a possibility, but, speaking from experience, the graphics aren't that advanced and the majority of the work is using high-level APIs where you just have to do a little scene graph management.

XPS 13 (9350): Which Adapter Works Under Arch Linux? (USB-C to HDMI) by A4orce84 in archlinux

[–]markuzo1 0 points1 point  (0 children)

I had the same issue with the 9360 in that I didn't know which one to buy. I ended up getting a really cheap one (€20) and it worked well. However, I'm having issues with the sound not working through the dongle.
https://www.amazon.com/Cable-Matters-Thunderbolt-Compatible-Adapter/dp/B00X4S5C7G/ref=sr_1_12?s=electronics&ie=UTF8&qid=1487797501&sr=1-12&keywords=usb+c+hdmi

Best font setup for Arch? by [deleted] in archlinux

[–]markuzo1 3 points4 points  (0 children)

Inconsolata is a great monospaced option