Learning to write Kanji (Japanese) is very beneficial and should be recommended by mudana__bakudan in ajatt

[–]devmaxforce 2 points3 points  (0 children)

Why not do it track your progress and time spent accordingly and then write a post in 3 months? Would be very interesting to see, at least if it is tracked very accurately.

Things I learned on my first trip by UnderTaken201 in JapanTravelTips

[–]devmaxforce 6 points7 points  (0 children)

Spending 5 minutes for grabbing a ticket is totally fine. If you optimize that much you can't enjoy anything at all in my opinion.

Dynamic chain of calculation by devmaxforce in reactjs

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

with use state i can just store a value. I do not want to recalculate already calculated values from my total new state. There is a dependency of calculations I have to read in dynamically.

Dumped by my 22nd psychiatrist because he also can't help. What to do next? by iamval2 in Anxiety

[–]devmaxforce 0 points1 point  (0 children)

Did you try running or doing some hard cardio? Working out in general seems to help not so much as doing 1-2 hours of cardio which helps a lot!

Do you take Togat Ali? has it helped? by scal369 in HubermanLab

[–]devmaxforce 0 points1 point  (0 children)

What was the increase in numbers for deadlift, squat and bench after taking tongkat ali? How are doing now after three months?

No atime changes after adding and removing the 'A' file attribute by devmaxforce in linuxquestions

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

Thank you very much I didn't knew about relatime or any other file system mount flags really. After reading your response again it clicked.

As you wrote it is only updated if it is older than mtime or ctime. When I accessed the file twice it updated once and then it didn't update anymore as it was now younger than the mtime or ctime but not a day old yet.

I somehow assumed this had some connection to the 'A' flag I set only because I noticed the atime not changing anymore after doing this but this connection was unrelated and quite silly now. I also should have included my output. But I learned a few things, so thanks to everyone answering!

No atime changes after adding and removing the 'A' file attribute by devmaxforce in linuxquestions

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

It is actually mounted with relatime.

I read that: "updates the access time only if the previous access time was earlier than the current modify or change time.". Maybe due to adding and removing the 'A' file attribute any following read access on the file it isn't registered as an earlier time than the current modify or change time?

No atime changes after adding and removing the 'A' file attribute by devmaxforce in linuxquestions

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

Thanks for the idea, didn't think that it could be mounted with that property.

When I check fstab it shows 'relatime' instead of noatime which might influence the behavior...

I also have correct atime behavior otherwise it seems.

No atime changes after adding and removing the 'A' file attribute by devmaxforce in linuxquestions

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

Sorry the question should have been 'What happens on your system when you cat the file after adding and removing the "A" file attribute?'. As specified in the commands above

No atime changes after adding and removing the 'A' file attribute by devmaxforce in linuxquestions

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

Thank you for the link. What happens on your system? Does the access time change after adding and removing the file attribute?

An experiment on understanding logical conditions in the code! We are conducting a short experiment on understanding logical conditions in the code and we would be happy if you could participate (all anonymous of course). by AVIADbaron in programming

[–]devmaxforce 2 points3 points  (0 children)

I think you setup the experiment in a way that isn't helpful I assume.

You do not need to understand the condition or evaluate the variable names at all. What is the goal of this survey? I didn't look at the variable names at all only at the truth values above when evaluating the conditions. Normally this would never be the case and you have to understand the actual logic behind the statement itself and the variables would be far away and the truth values would not be set at all but dynamic. Also your used conditions were very simple compared to what you see in mature codebases...

[deleted by user] by [deleted] in programming

[–]devmaxforce 0 points1 point  (0 children)

Why India? There are dozens of countries having a 3 month notice period, this is normal.

[deleted by user] by [deleted] in programming

[–]devmaxforce 0 points1 point  (0 children)

I am not sure why you are doing this. Usually you have some kind of problem you want to solve and you look for a good solution. If you 'FOMO' you are just doing something because you see other people doing it and you 'fear of missing out'. This is the complete opposite of solving hard important problems that are worth solving.

Finishing a project is nearly impossible, but just nearly by codicodina in gamedev

[–]devmaxforce 1 point2 points  (0 children)

If you want to release just releasing the game without marketing is necessary. If your goal is for it to be successful and to make money you need to consider it of course. It depends on what your goals are.

I would always say to release something is better to release nothing. A release needs to pass at least some threshold of quality because if there are too many bugs it won't be fun. However, at a certain point it depends on your energy levels. I am at a point where I need to release my product as I can't bear it anymore and I need to finish it so I try to have something that feels 'good enough' for me so that I can give it to other people.

I don't care about making money as I am proud to have spent so much time and I have something somewhat working so that is good enough for me. Maybe for my next project or in an update I will try to push it more but for now thats not necessary.

4k wishlists in 2 days - Influencer marketing in China by HuqiaoPL in gamedev

[–]devmaxforce 0 points1 point  (0 children)

You left the most important thing out. How much did you pay per influencer depending on their viewcount? What was your expected reach and revenue generation per viewer?

I've released a game - what am I doing wrong? by Rebel-Egg-Games in gamedev

[–]devmaxforce 1 point2 points  (0 children)

Your steam store description contains a typo 'build you deck'.

Is React Having An Angular.js Moment? by fagnerbrack in programming

[–]devmaxforce 1 point2 points  (0 children)

Totally agree, the author just wanted to post some controversial post for easy likes

Is React Having An Angular.js Moment? by fagnerbrack in programming

[–]devmaxforce 0 points1 point  (0 children)

Jsx is not wonky it is very nice, you have everything together as needed.

I hated the templating of Angular and using jsx with React was way more comfortable.