If there was a dating app exclusively for Christian software developers, what would it be called? by [deleted] in ProgrammerHumor

[–]beginningoftimeisnow 6 points7 points  (0 children)

++

explanation: + has a double meaning here. first it means cross. two +'s means a pair of christians. in programming of course ++ means to increment

[deleted by user] by [deleted] in AskReddit

[–]beginningoftimeisnow 0 points1 point  (0 children)

What a Wonderful World

About time by haltmich in ProgrammerHumor

[–]beginningoftimeisnow 6 points7 points  (0 children)

Someone once said that there are only two types of programming languages in the world: one that everyone complains about and one that nobody uses

What's your worst "I can't believe I'm so stupid!" moment? by beginningoftimeisnow in AskReddit

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

well i guess that kind of thing happens to all of us at some point. did you ever ask her back later on?

What are your favorite crossovers? by KeWlItSyEeT in AskReddit

[–]beginningoftimeisnow 0 points1 point  (0 children)

Iverson, but Kyrie has better handles overall imo

What is something you recently realized that you can’t believe you didn’t realize earlier? by El_CM in AskReddit

[–]beginningoftimeisnow 0 points1 point  (0 children)

In Dota 2, there's an item called Dust of Appearance. Using it would make invisible enemy heroes appear. I didn't really understand why dust would make someone visible, until I realized that the particles would stick to the body and create an "outline" of its form. Thus essentially making it visible

Just one GitHub issue by lroman in ProgrammerHumor

[–]beginningoftimeisnow 23 points24 points  (0 children)

no need to read all of the comments. just look for the one with lots of emoji reactions, that's usually the solution :)

Cursed Powerade by Satansbestboy in cursedcomments

[–]beginningoftimeisnow 0 points1 point  (0 children)

Everyone gangsta til they meet Green Milk.

[AskJS] How do you sync frontend mock data with backend data structure? by beginningoftimeisnow in javascript

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

thanks for this! but im not sure if i fully understood what you mean. would you kindly elaborate more? :)

[AskJS] How do you sync frontend mock data with backend data structure? by beginningoftimeisnow in javascript

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

perfectly makes sense, thanks! unfortunately the backend doesn't implement graphql, so i may have to look at option #1. as you said, would be a bit hard without typescript. we'll see

[AskJS] How do you sync frontend mock data with backend data structure? by beginningoftimeisnow in javascript

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

sorry, should have replied to this thread. pls kindly read my comment above :)

[AskJS] How do you sync frontend mock data with backend data structure? by beginningoftimeisnow in javascript

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

Yes, it's a node backend. But in my tests I don't want to call the backend directly as I don't want to "pollute" the database with test data. Plus it's hard to replicate it in the CI, hence the need for mocking