HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ertucetin

no profile record

Submissions

Clojure is almost as fast as C (with some help)

ertu.dev
4 points·by ertucetin·قبل 26 يومًا·0 comments

Updating 100k cubes instantly using Clojure and LWJGL

twitter.com
2 points·by ertucetin·قبل 6 أشهر·0 comments

How I build levels while the game is running

twitter.com
7 points·by ertucetin·قبل 6 أشهر·0 comments

AI Is Killing Our Online Interaction

ertu.dev
2 points·by ertucetin·قبل 7 أشهر·0 comments

comments

ertucetin
·قبل شهرين·discuss
The beauty of Clojure/Lisp is that we have a nice macro system. Over the years, people created their own macros to simulate async/await. This is a powerful feature of Lisp, you don’t have to wait for an official release, you can just add that feature to the language yourself. Now we don’t have to use that custom macro anymore, which basically did the same thing.
ertucetin
·قبل 3 أشهر·discuss
People call him Scam Altman for a reason.
ertucetin
·قبل 4 أشهر·discuss
I’ve built many different kinds of software (backend, frontend, 3D games, cli tools, code editor, and more) with Clojure and have been using it for over a decade now.

I can confidently say that, among the list I mentioned, it’s the best for data manipulation/transformation. Thanks to the author for presenting it clearly and showing how the libraries and code look across different languages, all of which do a great job.

But Clojure has its own special place (maybe in my heart as well :). I think Clojure should be used more in the data science space. Thanks to the JVM, it can be very performant (I’m looking at you, Python).
ertucetin
·قبل 5 أشهر·discuss
It is enjoyable if you are working on boring/enterprise software; it is not enjoyable when you are working on your own things.
ertucetin
·قبل 5 أشهر·discuss
I just fucking love this guy.
ertucetin
·قبل 5 أشهر·discuss
That's why I'll only read source code written until 2024.
ertucetin
·قبل 5 أشهر·discuss
It’s the journey, not the destination, but with AI it’s only the destination, and it takes all the joy.
ertucetin
·قبل 6 أشهر·discuss
Recently wrote a blog about this: https://ertu.dev/posts/ai-is-killing-our-online-interaction/
ertucetin
·قبل 6 أشهر·discuss
https://ertu.dev
ertucetin
·قبل 6 أشهر·discuss
I recently wrote a blog post similar to this situation: https://ertu.dev/posts/ai-is-killing-our-online-interaction/
ertucetin
·قبل 7 أشهر·discuss
Yes, sorry about that if it annoyed you. I was too busy to write a good human-sound readme. It was an old project, and I wanted to release it as open source as quickly as possible.
ertucetin
·قبل 7 أشهر·discuss
Hey, thanks for the feedback. Honestly, I don't know. It seemed pretty easy to do that way at that time. But I'd accept PRs that could improve the product.
ertucetin
·قبل 7 أشهر·discuss
Currently polishing my game, it's a 3D troll platformer. I published the initial demo on Steam last week: https://store.steampowered.com/app/4224780/Reflex_Run/

I am using a very different tech stack for it. It is written in Clojure.
ertucetin
·قبل 7 أشهر·discuss
Why not do it in Lisp? At least, it is cool.
ertucetin
·قبل 7 أشهر·discuss
It looks really nice, but CPU usage is almost 100% all the time. I have a MacBook Pro M3. When I open some fancy Three.js scenes that I found on the net, I instantly profile them. Most of them are really bad in terms of performance. I don't know why.
ertucetin
·قبل 7 أشهر·discuss
We need Rust alternative not written in Rust
ertucetin
·قبل 10 أشهر·discuss
Here is Clojure implementation of Space Simulator: https://wedesoft.github.io/sfsim/