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

20 TB/month is significantly less than 100 Mbit/s

Sure there are cheaper options then GCS but, there is no one providing unlimited free bandwidth


I have no idea how to play. I spawn, don't see myself, the background is moving (off the edge of the map?) and I die


Hey sorry, there was performance degradation overnight which made the game server super slow. It should be better right now.


Not having operator overload making the code more readable is the same argument that was brought up with generics and it is still false.

Go does have operator overloading, for example + is overloaded for float.., int.. and even non numeric types like string.

And it does so for a very good reason: having operator overloading makes code much more readable when used correctly. It's just that the language designers didn't trust their users.

As long as you know the types of x and y you always know precisely what x + y does, same as you know what x.Add(y) does. There's no difference.


There is no difference to a .Add() function, that's true but even for strings you wouldn't have an Add function. It would be an Append() most likely which explains much more what is happening.

And verbosity helps, forcing users verbosity helps the general level of quality. Programmers could overestimate themselves and think they are doing it correctly. Looking back in my code from a year ago I see things I should have done differently. I like languages that avoid me making real dumb mistakes


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

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

Search: