Hacker Newsnew | past | comments | ask | show | jobs | submit | cpojer's commentslogin

Yes you can. Check out https://fate.technology


Yeah but its react library, I talk about standard like OpenAPI schema but with GRPC model and discovery that can auto build a model response and inject it to most programming language


You don't have to rename the variable. You can also do this:

```

export function PostCard(props: { post: ViewRef<'Post'> }) {

  const post = useView(PostView, props.post);
}

```

If you add a few aliases (that can be easily generated), it becomes this:

```

export function PostCard(props: { post: PostViewRef }) {

  const post = useView(PostView, props.post);
}

```

There are many bits in fate worthy of criticism. Naming and typing React props really isn't one of those.


tRPC is just what fate starts out with. Come and contribute and we’ll have oRPC support in no time!


No. I did want to pick something facebook inspired though. I like fate because: * facebook’s original developer conference was f8 * It kinda works well for fulfilling (data) requests * It’s similar to face * It’s short and memorable


I forked a JS library for liquid-glass and patched it up with some positioning fixes. It's fun to use in presentations.

See https://github.com/nkzw-tech/liquid-glass


Nice! I like yours more


This is great! As an indie game developer I care a great deal about game preservation. The game I'm working on requires Internet upon the first start and seamlessly syncs game state across your devices, but I pushed for open sourcing as much code as possible. We released 75% of the game's code under the MIT License[1], even before the game's full release. With the infra we built, we can publish the entire source within minutes once the game is no longer commercially viable.

[1] https://cpojer.net/posts/athena-crisis-open-source


FYI if I click play nothing happens. Also not clear how to get the game on iOS (I love a good advance wars-like game)


The play button should just scroll you down to the demo embedded on the website ( https://athenacrisis.com )

To play on iOS, you can install it from here: https://app.athenacrisis.com/download

You get an account either by buying it directly on athenacrisis.com or via Steam.



Yes, extensive multiplayer support. It makes no difference if you are playing a bot or a real person, and you can set up games in any way you like.


The font was designed by my friend Pascal. I bought it from him, made some very minor modifications, and renamed the file. The name was his idea!


Ha, that's cool. Consider adjusting meta in the .woff file then? It still holds Pascal's copyright.


I opted to just throw people in without lengthy explanations. The end turn button is on the right bottom of the window.


Ah, I didn't expect to find it in the corner of the whole browser window.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: