Viewing profile — avandecreme
avandecreme
HN member- Joined
- Mon, May 09, 2016, 6:41 PM UTC
- HN karma
- 57
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About avandecreme
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #47347563
I didn't know about https://docs.rs/temporal_rs/latest/temporal_rs/ I wonder if it has a chance to replace chrono and jiff in the rust ecosystem.
-
comment
Comment #47112387
Follow up from my previous article about rust closures. This time it looks into async closures.
- story
-
comment
Comment #46751734
This article discusses making captures more flexible: https://smallcultfollowing.com/babysteps/blog/2025/10/22/exp... I agree it would be nice, in particular to make it easier to u…
- story
-
comment
Comment #46247703
This reminds me of when I learned to program on my casio calculator. There was a function to detect a key press which would return a number identifying the pressed key. I needed to…
-
comment
Comment #18754006
Just parameters that are functions, except that you can only have one per function. I still fail to see the advantage of blocks over being able to pass functions as arguments like …
-
comment
Comment #18374659
Yes, refreshing the page fixes the issue.