Viewing profile — tictac-toe
tictac-toe
HN member- Joined
- Mon, Oct 12, 2020, 5:41 PM UTC
- HN karma
- 21
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About tictac-toe
No profile information was provided.
Recent public activity
-
comment
Comment #27267515
> It feels like a mixture of the good parts of Scala, Kotlin, and Rust. Indeed, I think at the moment it's hands down the best language available for general application programmin…
-
comment
Comment #26113051
You can use a dynamically sized thread pool. E.g. remove a thread with a certain probability once it's idle for more than X seconds.
-
comment
Comment #25629516
All data is relational. If you think some data model is not relational then you haven't thought about the problem space enough :p The only valid reasons to choose non-relational da…
-
comment
Comment #25487436
You could go into freelancing. For normal developer gigs in Germany you'll usually get 70-80€/hour. Contracts are often for 6 months and will get extended in 6 months steps. Depend…
- story
-
comment
Comment #24763579
https://defmacro.substack.com/p/how-to-interview-engineers
-
comment
Comment #24757456
> Then, give them a problem. The one I gave for years is to write a program that plays every possible tic-tac-toe game, and then prints the number of valid games. There must be peo…
-
comment
Comment #24757180
Ok, took me 20 minutes, and I forgot to count the draws–I only counted the games when there is a winner. But I think his math doesn't work out. The solution is only about ~100 line…