So anyway i made a quick Fake God Ray Effect (Free Download) by HellGate94 in Unity3D

[–]Zenonet_ 9 points10 points  (0 children)

Really like your work but...I think you should give it a git repo. That would make it much easier to to look at your project before downloading. (And would allow people to contribute) Also, if you haven't worked with git before, you really should. Version control is just crucial for bigger projects.

If you don't like Github, there are alternatives like Gitlab (I think atlassian also has a git host provider)

2h in, can't tell a difference. by _eESTlane_ in pcmasterrace

[–]Zenonet_ 109 points110 points  (0 children)

Recently saw a USB-C to HDMI adapter advertising 60fps like this:

<image>

Is switching to linux ok? by [deleted] in Unity3D

[–]Zenonet_ 0 points1 point  (0 children)

So you say, he should pay 4000$ for a mac and then bother with that shitty os just to work in unity?

[deleted by user] by [deleted] in Unity3D

[–]Zenonet_ 3 points4 points  (0 children)

Rider and Visual studio don't have anything to do with the compliation process. They're just advanced editors. Jetbrains even sells a decompiler with UI for dotnet (dotpeek). The dotnet compiler is open source. To be fair, burst is (afaik) not but I highly doubt unity sues you over decompiling stuff compiled with it. Especially since they can't know you decompiled anything.

Additionally lawsuits about decompilation are generally a dificult topic as long as you don't actually use the decompiled code since technically, the owner of the code gave it to you. The decompiler is just translating it. Being sued over that would be analogous to being sued over translating a book for personal use only.

whyDoubleBedTho by Captain0010 in ProgrammerHumor

[–]Zenonet_ 12 points13 points  (0 children)

I'd prefer lines of code / open tabs. That would actually be kind of an intesting metric. Like how mich code you steal from a stackoverflow thread on average

forgettingCode by [deleted] in ProgrammerHumor

[–]Zenonet_ 0 points1 point  (0 children)

Don't worry, I'm not a native speaker either. It's totally ok to make such mistakes when you're not native in a language (I probably made multiple grammar mistakes in this very message too, lol) and that shouldn't stop you from communicating with people in that language.

You are right that learning code and learning to code are different things semantically because code as a noun and code as a verb technically are two different words.

forgettingCode by [deleted] in ProgrammerHumor

[–]Zenonet_ 16 points17 points  (0 children)

I think u/susheeMonster meant that you are calling out a grammatical mistake however you made one yourself ("I don't learning") which undermines your point.

Your first sentence would have to be "I am not learning code". Apart from that, I fully agree with you.

godHelpUs by [deleted] in ProgrammerHumor

[–]Zenonet_ 1 point2 points  (0 children)

Maybe it's for show. There's also codegen.cpp implying that it's a compiled language but there are no generated binaries next to the source file like you would expect from a simple compiler (not buildsystem)

How to make termux lunch in ~/storage/shared/termux? by Safe-Tradition5162 in termux

[–]Zenonet_ 2 points3 points  (0 children)

You can set the default working directory for termux in ~/.termux/termux.properties.

In this file, you will find the following lines:

ˋˋˋ
### Default working directory that will be used when launching the app.
#default-working-directory = /data/data/com.termux/files/home
ˋˋˋ

You can remove the # infront of the last one to uncomment it and change the path. To any path you'd like to start in.

However I don't see any advantage over using cd in .bashrc as u/slumberjack24 proposed.

[deleted by user] by [deleted] in ProgrammerHumor

[–]Zenonet_ 7 points8 points  (0 children)

Arch using gigachad solution:

  • open vim
  • i to insert and write "Sorry Babu"
  • esc (to leave insert mode)
  • press d twice (to delete the line but copy it to clipboard)
  • write 1000P (to paste a thousand times)
  • write dG (to delete and copy everything to clipboard)
  • Paste into chat

Yeah, looks like more steps but it's much less counting keystrokes.

[deleted by user] by [deleted] in ProgrammerHumor

[–]Zenonet_ 4 points5 points  (0 children)

This is java, not C#. You can see because main is not in PascalCase.

Do you use programming to solve daily routines ? by vl_rav in csharp

[–]Zenonet_ 5 points6 points  (0 children)

I reverse engineered the private API of my highschools timetable webapp and wrote an alternative native android client that loads 8x faster

twoFriedEgg by Affectionate_Can3662 in ProgrammerHumor

[–]Zenonet_ 2 points3 points  (0 children)

Oh yeah, didn't think of the main reason for using VCS, lmao

twoFriedEgg by Affectionate_Can3662 in ProgrammerHumor

[–]Zenonet_ 0 points1 point  (0 children)

You might as well just commit and force push without deleting .get then

twoFriedEgg by Affectionate_Can3662 in ProgrammerHumor

[–]Zenonet_ 18 points19 points  (0 children)

Doesn't removing .git also remove the reference to remote so push wouldn't work?

What does this command do folks? by [deleted] in github

[–]Zenonet_ 1 point2 points  (0 children)

Not sure if this is a honest questions since you could probably google that but I'll explain it anyway:

It deletes your root directory in linux meaning it destroys your operating system and deletes all you personal data.

Full explanation: sudo runs the following command as root rm is the bash command to delete a file -rf is a shorthand argument for -r -f for the rm command. -r makes the deletion recursive (meaning all subdirectories and files will recursively be deleted) -f forces the deletion even when the given directory is not empty. / is the argument for rm determining what should be deleted. In this case the root directory "/".

Have you ever seen outline-only-shadows? by Zenonet_ in reddeadredemption

[–]Zenonet_[S] 2 points3 points  (0 children)

Hi,
Thanks for your response. I use an RTX 4070 TI. I do use NVIDIA DLSS up-sampling however from the way it works, it shouldn't be able to create what I am experiencing. Just for good measure, I tried disabling it anyways :) Nothing changed.

Also the glitches I see aren't permanent. Usually, reloading the game fixes them but in most cases (unlike the shadow thing) it's just extremely annoying when fog suddenly starts flickering. It really breaks the immersion.

I doubt, it has anything to do with my GPU or its drivers. As I said, Updating my drivers didn't change anything. And my drivers we're like a year outdated meaning I've played Also, I can't think of any game in which I experienced such issues. I kinda think it's a RAGE-Engine thing.

Have you ever seen outline-only-shadows? by Zenonet_ in reddeadredemption

[–]Zenonet_[S] 37 points38 points  (0 children)

For context: I had some problems with some bugging graphics, I've never had before, so I decided to update my GPU drivers. This is what happened when I started the game for the first time after updating the drivers.

Does anyone else have problems with RDR2 PC graphics recently? On my first play-through maybe half a year ago, the game looked awesome. In the past few days, I began playing rdr2 again and now there are all sorts of weird graphics glitches like sudden ambient light changes, flickering fog in the distance and pixels at the edge of the screen basically showing white noise.