HN user

tus87

-18 karma
Posts0
Comments71
View on HN
No posts found.

Yet to play this one. Recently played Full Throttle and it was great. I guess I have to go back and replay Maniac Mansion since the 90s?

Won't work. The reason multiplayer games work over the internet is game engines compensate for latency by prediction. But when I move my mouse I don't want to wait a third of a second for the view to change. The problem with Google is they test everything on local 10G networks with near zero latency and the servers are walking distance away. Then they produce these abortions of products that are killed off 2 years later.

Yeah basic input lag is about as enticing as a 2KG chunk of a plastic helmet strapped to my head.

I bet in 10 years time we will still be playing on a PC with a GPU and a monitor on the desk.

or embed it in their applications (whether they ship those applications to customers or run them as a service). They can even run it as a service internally. The one and only thing that you cannot do is offer a commercial version of CockroachDB as a service

Great so I will write a little shim that loads libcockroach and call it TermiteDB and I'm set.

New Mac Pro 7 years ago

Well it's better than the trashcan....but still not as good as the original alumINium box.

As Carmack observes, you don't see in 3D. You see two 2D planes that your brain extracts a certain amount of depth information from

This is semantics. Replace "3D UIs" with "UIs that make use of depth" and see what you get.

leap seconds can not be referenced in Unix time

UNIX time does not represent/reference calendar time, it represents the number of physical seconds since 1970-01-01UTC. How you translate that into local calendar time is up to you!

Unix seconds ARE physical seconds.

Every day has 86400 Unix Seconds.

Except a day with a leap second in it.

Unix time cannot represent the seconds beyond 23:59:59 on a UTC day, but otherwise attempts to match UTC.

Err...it literally represents ~49 years beyond 23:59:59 on Day1 of UTC.

This guy is confusing Unix time with local time. This statement:

Unix time is the number of seconds since 1 January 1970 00:00:00 UTC

Is true regardless of the calender or leap seconds. Think of seconds in terms of some physical phenomena, like how many times a certain atom trapped in a crystal lattice vibrates and you see that doesn't depend on the calendar. Converting Unix time to local time obviously has to take that into account, but we still need an absolute measure of our progress does the timeline which is what Unix time provides.

This is why we use Unix time, it's the same everywhere and nothing short of relativity can affect it.

This is totally fake.

Google has to MANIPULATE it's search results to put NPR first.

The smaller sites are linked to more often but Google doesn't want you to see them for political reasons.

The smaller sites don't want regulation - they want and end to manipulation and censorship.

And most reasonable conservative people see NPR,BBC at least as garbage extremist left wing outlet, and would not want to see them at all.

IT Runs on Java 8 7 years ago

If you're just writing a small routing server, probably not the right use case for Java.

General purpose languages have "use-cases"?