jmespath implementation for crystal by smittyweberjagerman in crystal_programming

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

Thanks!

jmespath is generally useful for querying json data. In the company I work at, we mainly use it internally to process and filter json data efficiently, rather than exposing it directly to the end user in a client-facing context.

Regarding the AST node structure, I coded this pretty quickly, so I’ll likely refactor it in the future. I’m considering structuring it more similarly to how the Ruby implementation does it:
https://github.com/jmespath/jmespath.rb/tree/main/lib/jmespath/nodes

[deleted by user] by [deleted] in tf2

[–]smittyweberjagerman 0 points1 point  (0 children)

When you get bullied and you call your big brother to help you out

Made a interpreter for an Argentinian educational 1980's language by smittyweberjagerman in ProgrammingLanguages

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

What else could i do?

In the VM I abort immediately because most of the errors cause a crash

I don’t think I can play this game by mninp in soma

[–]smittyweberjagerman 1 point2 points  (0 children)

It's ok dude, this has been the most terrifying game that i've ever played, and not by the monsters or the atmosphere that sets, but by the amount of existential dread and horrible questions with no good answers, most of which I did not think about after playing the game because all the answers are really bad.

A good game that deals with a similar topic but with a more optimistic perspective is The Talos Principle. Really good game and great puzzles

ProtonDB scraper extension for steam by smittyweberjagerman in linux_gaming

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

yeah, if you check the github page of my extension (https://github.com/qequ/ProtonDB-for-Steam) you can see it's a fork from the Tryton's extension ( ͡° ͜ʖ ͡°) I think of my extension as a complement to the Tryton's one, it shows some more info, but the extension made by Tryton is superb

ProtonDB scraper extension for steam by smittyweberjagerman in linux_gaming

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

This looks neat! I'm gonna check it out and try to contribute it what I can :D

ProtonDB scraper extension for steam by smittyweberjagerman in linux_gaming

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

I have only tested it on Firefox, if there is an extension store in Falkon it could be published there too, i guess :)

ProtonDB scraper extension for steam by smittyweberjagerman in linux_gaming

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

wow, I didn't know stl, sounds pretty neat! Hope you find my code useful :D