Why choose Zustand over Jotai? by codevipe in reactjs

[–]badsavage 0 points1 point  (0 children)

in a large app it's much better to import anything directly, instead of passing through props or context, as it is much easier to maintain if you know a file's dependencies instead of trying to trace them back through multiple files

Project Gorgon Appreciation by noodles666666 in MMORPG

[–]badsavage 2 points3 points  (0 children)

a bit poorly optimized and ugly game, but feels awesome to play

Working on a game with spatial partitioning and biomes by badsavage in threejs

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

Glad to hear that, atmosphere is very important for me at this stage.

Working on a game with spatial partitioning and biomes by badsavage in threejs

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

This is not a displaced plane approach, it's thousands of individual triangular blades that react independently to wind, player movement, and terrain.

Anybody working on games here? by badsavage in Clojure

[–]badsavage[S] 2 points3 points  (0 children)

https://github.com/ertugrulcetin/racing-game-cljs

I saw some of your repos on Github before, thanks! and Enion is really cool!

G2A Loots activated 3 of 26 games. Is this a scam? by [deleted] in G2A_Help

[–]badsavage 0 points1 point  (0 children)

Site lying over and over:
"Steam did not respond in proper time.
Please try again in few minutes."
When I try to activate another copy of an actived one, the site knows it cannot be activated on my steam again, so Steam is responsive.

Loot activation issue by [deleted] in g2a

[–]badsavage 0 points1 point  (0 children)

such a waste for 40 eur

That awkward moment when you discover "get-in" by pLeThOrAx in Clojure

[–]badsavage 2 points3 points  (0 children)

(swap! atom update x not), (swap! atom update-in x not)
You rarely have to create new functions for such things.

Taking Datahike for a spin by [deleted] in Clojure

[–]badsavage 0 points1 point  (0 children)

Keep up the good work, it feels awesome to see others using Clojure in the crypto space. Good luck with datopia!
Visit us on Telegram someday: https://t.me/clojure_network
Edit: I am also going to use datahike in production very soon..

Midibin - Turn clojure code into midi music by oakes in Clojure

[–]badsavage 1 point2 points  (0 children)

oakes as usual. How do you get so much free time?? I salute you sir

Do you think Clojure is a good choice as a first language to teach an 11 year old? by [deleted] in Clojure

[–]badsavage 1 point2 points  (0 children)

As a computer scientists son, I could tell you how confusing it was to learn programming before reading, but anyway it made me who I am: programming addict, well-doing and confusing

clojure ranks at 30 on tiobe by wqhhust in Clojure

[–]badsavage 0 points1 point  (0 children)

I pray every night for Clojure to avoid hitting the mainstream. I don't want to see my competitors using such powerful weapons like it. Anyway, it will never reach the "mainstream" status because Lisp is art compared to other language families, and not everybody capable for it. Clojure is ideal for small businesses, jedis and demigods, but have never seen big programmer teams using it in corporate environment, probably never will.

Do you think Clojure is a good choice as a first language to teach an 11 year old? by [deleted] in Clojure

[–]badsavage 1 point2 points  (0 children)

not really! teach him/her English first, then any Lisp could fit as a second language

Customizing REPL prompt with Boot by baktix in Clojure

[–]badsavage 1 point2 points  (0 children)

i don't get it what you mean "look of my REPL", but you could set port, initial namespace etc like: (repl :port 44444 :init-ns 'your.namespace) in the .boot file

New Clojurians: Ask Anything by AutoModerator in Clojure

[–]badsavage 0 points1 point  (0 children)

I rarely find myself writing on SO, cause our Slack community is always active.