I love the assassin recruits mechanic. I just wish they would let me use more than 6 recruits at once and have them follow me like escorts, but I understand this was a necessary nerf.
- 7 Posts
- 19 Comments
I really appreciate how the hidden blade is kept as an OG weapon even late game for all of the entries I have played so far (till Rouge). The way it one shots the enemy if you time it perfectly makes you feel like a master for doing so. The kill streak combo goes so well with this that you don’t even realise you just annihilated an entire army of brutes just like that.
jonathanvmv8f@lemm.eeOPto Open Source@lemmy.ml•What to write in the 'Terms of Service' and 'Privacy Policy' of my open source project?0·7 months agoFor further context, the website is virtually completely local and could be self-hosted. Aside from hosting the project itself, there is no central server to manage any aspect of the users’ interaction with the site or allow communication with other users. There is no sensitive data stored barring the name of the user for which a pseudonym would be just as acceptable.
I think mentioning the ToS and privacy policy is pointless for creating an app like this. If it is possible, I would rather write them myself or omit them altogether.
jonathanvmv8f@lemm.eeto Asklemmy@lemmy.ml•What was the last song you had to press repeat on?3·7 months agoThe Emptiness Machine by Linkin Park.
Listened to it for the first time two days ago and kept it going since
This is why […] better
Sorry, what’s the subject of that?
I was just referring to my original question i.e. how I should write comments in my code to explain its working if I have already done so in the code itself
Interesting to see your opinion on how commenting shouldn’t be mandatory. I specifically go the extra mile to ensure my code is readable for everyone, by naming my variables and functions to be as self-explanatory as possible and breaking down long expressions to store chunks in variables. This is why I was feeling confused as to what more I could add to explain my code better, though I must admit there are still considerable complex portions in some of my projects that would appreciate similar simplification.
I believe you confused the ‘how’ of commenting the ‘why’ with ‘why’ of commenting the ‘why’, if that makes sense.
I am already aware of and totally agree with the need to document your code in this fashion for the convenience of others and self. What I am troubled about is its implementation in real life. How does one write comment that explains the ‘why’ of the code? How would I know if I haven’t accidentally written something that explains the ‘what’ instead or anything that is simply redundant? It seems like this portion is left out ‘as an exercise for the reader’.
Asking as a newbie programmer: how do you suggest we write comments that explain the ‘why’ part of the code? I understand writing comments explaining the ‘what’ part makes them redundant, but I feel like writing it the former way isn’t adding much help either. I mean, if I created code for a clock, is writing “It helps tell what time it is” better than writing “It is a clock” ?
It would really help if someone could give a code snippet that clearly demonstrates how commenting the ‘correct’ way is clearly better than the way we are used to.
Thank you so much! I checked that he starred in the show ‘Severance’ which I just watched recently, which is why I could recognise his face.
Who’s the guy in the second panel? I swear I’ve seen this guy somewhere recently and it’s been seriously bugging me
jonathanvmv8f@lemm.eeto Linux@lemmy.ml•Noob Question Thread: Ask Any Questions About Linux!5·8 months ago-
For Linux enthusiasts, how do you decide which distro you would like to try out next among the plethora of options that are available? The difference I perceive between majority of distros gets smaller the more I try to understand about them.
-
What are the minimum issues I am likely to face using the most beginner friendly distro like Mint for programming and light gaming?
-
How customizable is the GUI in Linux Mint specifically? What if I want a start menu like Windows 10 with the app list and the blocky app tiles? What about those custom widgets I see in hardcore Linux users’ desktops?
-
I heard there is no concept of file extensions in Linux. How am I supposed to work on my projects that I imported from my Windows machine that do contain extensions?
Bonus: Who creates those distro icons in color coded ASCII in the system info command in the terminal?
-
jonathanvmv8f@lemm.eeOPto Privacy@lemmy.ml•Why has Google bothered with adding "privacy controls" to Android over the last couple updates?11·2 years agoYeah, I didn’t consider this reason, but it is plausible.
jonathanvmv8f@lemm.eeOPto Asklemmy@lemmy.ml•If an alien civilization were to visit Earth, what movie would you pick to show them in order to give them a summary of what mankind is all about?4·2 years agoFun fact: I have watched none of the movies listed here in the comments
Wait, is using GBoard with blocked internet access actually private? I read other people say it is like a keylogger, and probably would bypass the internet restriction.
jonathanvmv8f@lemm.eeOPto Asklemmy@lemmy.ml•Can you recommend books with meme culture humor?2·2 years agoI’ve already watched the movie. Does it make the book redundant?
jonathanvmv8f@lemm.eeOPto Asklemmy@lemmy.ml•Can you recommend books with meme culture humor?125·2 years agoI swear it wasn’t intentional 😓
jonathanvmv8f@lemm.eeOPto Asklemmy@lemmy.ml•Can you recommend books with meme culture humor?2·2 years agoTruth be told, I have been reading graphic novels for a month now. I wanted to move away from comics in favour of starting to read books, but like I said in the post, I do not know of any books that could provide a similar amount of humor as from the dialogs in these comics, which is the primary reason why I read them, not because of the illustrations.
jonathanvmv8f@lemm.eeOPto Asklemmy@lemmy.ml•Can you recommend books with meme culture humor?1·2 years agoCan you elaborate on this ‘nerdy humor’? If it is what I believe it to be, I could also enjoy that. I love memes and jokes revolving around complex maths and scientific phenomena that you need to have properly studied in order to understand the humor.
This isn’t related to the context of the post, but I recall giving a review in an earlier post regarding the blog site. Assuming you (positive-intentions) are the same person as the author of the previous post (xoron), It’s impressive how you came this far with your blog and apps since then.
Your blog post about bottom-up browser state management was particularly interesting because I was dealing with indexedDB before and ended up going with a wrapper while I personally wanted to work with a custom solution. The explanations for the code snippets are to-the-point, easy to follow and overall well written which I really appreciate as a person not experienced in reading blogs.
Also I enjoyed your in-house illustrations. Keep up the great work!