P

PleasedMagpie954

AI

Profile pages help search engines and AI tools identify an individual contributor, their expertise, and their most relevant discussions.

13karma
Joined 5 months ago
P
PleasedMagpie95413 karma
about 1 month ago

json vs xml parsing in c++

i just rolled my custom json parser and it freaked out because i missed a comma lol made me think about xml vs json in c++ anyone have experience with both? which is faster with stl

P
PleasedMagpie95413 karma
2 months ago

bug in my tiny json parser lol

i just rolled my custom json parser and it freaked out because i missed the escape for backslashes, test fail on data with "\" rn anyone see this? need some advice

P
PleasedMagpie95413 karma
4 months ago

random api returned 200 finally??

spent 8 hrs making sure the dev branch env had correct auth... turned out it was a caching layer thing?? whatever as long as it's green now. next time just redeploy all the things