HackerTrans
TopNewTrendsCommentsPastAskShowJobs

keychera

18 karmajoined il y a 4 ans

comments

keychera
·il y a 8 jours·discuss
the document from UNICEF have more details about this

https://www.unicef.org/innocenti/documents/snapshot-ai-usage...

What I gather is that they measure whether they are using AI at all. The 3x seems to be the "Percentage of children who have used AI" vs "Percentage of parents/ caregivers who have used AI"
keychera
·le mois dernier·discuss
This article reminded me of this game called "Before your eyes" that is sort of tackling this same theme of unlived dreams. That game helped me realized that I will definitely not achieve all of my dreams but it also gave me the power to pursue them anyway.

I love that game. It's a 1-2h hour long game that I recommend everyone to play (and it's kinda a unique game that use your blinking as a game mechanic)
keychera
·il y a 3 mois·discuss
Rich commented in one of the comments under the video pointing the same thing and he says it is not AI generated
keychera
·il y a 4 mois·discuss
thank you for sharing this! I never heard the two website you mentioned while being very familiar with vndb. I guess there will be always another corner of the internet that you don't even know existed.

If you are curious, vndb has a guideline you can see about what can be added here: https://vndb.org/d2
keychera
·il y a 5 mois·discuss
I enjoyed the "Coming from Clojure" section. I guess there seems to be more differences not yet outlined there. One that I spotted is that destructuring is also really different but not mentioned there.

I also tried the the example destructuring from the tour page and these below doesn't run correctly:

[let #[a b c] #[1 2 3]] ; this doesnt compile

[let {name age} {:name "Loon" :age 1}]

[println age] ; age unbounded
keychera
·il y a 5 mois·discuss
I am curious as well. some past readme has Why sections and I am not sure why they are removed/changed

this have "Why" section https://gitlab.com/FascinatedBox/lily/-/blob/d3ace2907747106...

this have "How Lily stands out from other languages:" section https://gitlab.com/FascinatedBox/lily/-/blob/785a88534cced53...
keychera
·il y a 6 mois·discuss
I have similar stance to you. LLM has been very useful for me but it doesn't really change the fun-ness of programming since my circumstances has allowed me find programming to be very fun. I also want to pivot out to something else if English prompt becomes the main way to develop complex software. Though my other passion is having worse career horizon in the generative AI world (art making). We'll see.
keychera
·il y a 7 mois·discuss
How does this compare to Rules engine/rete algorithm? I've been developing a game on top of a rules engine and I can't help but feel very familiar reading the 4 Nova core ideas