Live data from Hacker News

Viewing profile — tictac-toe

tictac-toe

HN member
Joined
Mon, Oct 12, 2020, 5:41 PM UTC
HN karma
21
Public activity
8 items

About tictac-toe

No profile information was provided.

Recent public activity

  1. 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…

  2. 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.

  3. 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…

  4. 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…

  5. story
  6. comment
    Comment #24763579

    https://defmacro.substack.com/p/how-to-interview-engineers

  7. 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…

  8. 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…