• 1 Post
  • 27 Comments
Joined 1 year ago
cake
Cake day: June 20th, 2023

help-circle


  • I had that experience last week. I half blame the language though cause the way it works is you don’t initialize a variable, first time you use it the language automatically makes the variable and default value is 0.

    I had a variable countoot that I had a formula calculate. Then a simple if countoot > 0 do this else do that. The program kept doing that. I knew countoot should be 2. I manually did the formula … The answer was two.

    I did the same formula in 3 other programs and it worked correctly. I spent between 1.5 to 2 hours a day for like 3 days banging my head on the desk trying to figure out why it would work. Fourth day me and 2 other guys were trying to figure it out when I finally really looked closely. I realized the formula result was stored in ccountoot(notice 2 c) and the if statement was based on countoot(notice 1 c)…yeah I felt so stupid when correcting the typo fixed the problem.


  • The difference is in exact wording Agile: the software shall properly authticate a user within our active directory.

    Documention : user authentication will be provided by functions ”valisate username” as described in section 14,7 subsection 4, ”validate password” as described in section 16.2 and validate the correct pasword as described in section 23.4.Proper authication to the correct use group shall comply with the requirements in document 654689 section 64.7 subsection 17

    Yes there is a difference and one is better…




  • I am NT but here is my take…

    1. Typically any holiday is spent with your partner (if possible, exceptions can be made in advance… “I’m sorry I can’t spend fourth of July with you, I need to work on that day” for example)

    2. Discuss limits, periodically confirm limits haven’t changed. Maybe hanging out at a beach with a different potential partner is a limit. Maybe having dinner alone with a different potential partner is a limit. Maybe kissing is a limit. Maybe sex is a limit. Maybe the gender matters, if your partner is same gender as the other person may increase the limit(if your partner is a girl, she may not be ok with your kissing a girl but if fine with you kissing a guy for example). All these vary by partner.

    3. Communicate… Why is she upset? Was it timing? Would what you did be ok next weekend for example? Was it the activity? If you saw a movie with your friend would that be ok?

    4. I don’t mean to be offensive about this one. Why did you leave your partner to spend time with another person? Did you not like spending time with your girlfriend? Did you prefer to be around your friend? Did you just need a break of the party but it’s awkward to return to the party afterwards? Do you just not like that type of party and that’s why you left?

    All of these will influence your relationship. The biggest is going to be 3… Communicate communicate communicate. Discuss these questions with your partner and you should have a better idea of what is acceptable and what isnt going forward.















  • I think you would have a table of “activities” with a value of how good/bad each is. So like cleaning your room would be +5 but crying in a store because mommy wouldn’t buy you a toy would be - 15. Then you have a table for children and each child starts with 0 in January and then for each activity the child does there naughty/nice value gers adjusted. December 24 Santa runs a query on the dB and gets a list of every child with a positive value.

    Keep in mind I currently feel sick and put about 5 minutes of thought into thus.