I explored the programming language nim a bit deeper for use in game programming with SDL3 bindings, but I came to find out that compiled nim code on Windows often triggers anti-virus because, from what I hear from people, nim is used a lot in malware development currently. Which is a shame because I really like that language. I haven't tested it myself, it's just things I have heard and read. Someone on r/gamedev to…
I don't have any nim experience (sorry!) but I'm also exploring SDL3 with odin. I was able to get a naive battleship clone up and working very quickly, pretty neat. Next step is the new SDL3 GPU API.
Ask HN: What did you find out or explore today?
81–90 of 446 posts
Re: Ask HN: What did you find out or explore today?
#82The first one really hit me hard and prompted me to write out my own thoughts (https://jesperreiche.com/seneca-letter-2/) whether I will keep doing that I am a little unsure. It feels on the border of how personal I want to be/share on my blog.
P.S. I can see the irony in writing about me going to the source instead of consuming other peoples interpretation and then sharing a link to my own interpretation :)
Re: Ask HN: What did you find out or explore today?
#83Re: Ask HN: What did you find out or explore today?
#84Earlier quoted context omitted.
You mean you discovered parallel arrays?
Whats a good place to see parallel arrays defined. I have no data lake expetience. Know how relational db works.
Table1 = {"col1": [1,2,3]}
Table2 = {"epiphany": [1,1,1]}
for i, r in enumerate(Table1["col1"]):
print(r, Table2["epiphany"][i])
He's really happy he found this (Edit: actually it seems like Chang She talked about this while discussing the Lance data format[1]@12:00 in 2024 at a conference calling it "the fourth way") and will represent this in a conference.Re: Ask HN: What did you find out or explore today?
#85Re: Ask HN: What did you find out or explore today?
#86Re: Ask HN: What did you find out or explore today?
#87I’m reading Domain Driven Development and learning why so many of my projects have been tough to maintain. I also recently learned that you can get ancient coins for very little money if you don’t care about resale value or need them to be in pristine condition. I bought some coins from kingdoms that I’d never heard of. Many are thousands of years old! It’s fun holding a piece of history like that.
Ancient coin collecting is an awesome hobby! I have one that scholars think was made by / designed by Pythagoras himself. For a few hundred bucks! Recently I learned that only 3% of Latin works from 1450-1700 (including renaissance and scientific revolution) have been translated. Secondrenaissance.ai
At this point just learn latin
Re: Ask HN: What did you find out or explore today?
#88Re: Ask HN: What did you find out or explore today?
#89I just rebuild a speed queen dryer that broke with spare parts from Amazon, which revealed a remarkably simplistic engineering. Very surprised by how simplistic the mechanism was. It’s incredible how over engineered most laundry systems have become.
Also spent some time digging into the integrations between Tesla FSD and rideshare services today. It’s remarkable how much progress has happened.
Re: Ask HN: What did you find out or explore today?
#90I wonder that's a new corporate strategy - charge randomly till someone goes through the pain of IVR and spends 15 mins with support. Must generate quite an upside for them if it is indeed a strategy.