Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
no7hing
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
no7hing
2y ago
Does anyone have technical insight into how the screensharing in the math tutor video works? It looks like they start the broadcast from within the ChatGPT app, yet have no option to select which app will be the source of the stream. Or is
2.
▲
by
no7hing
8y ago
Sadly the Quest is not powerful enough to run regular Rift titles without heavy optimizations. They even mentioned that for "Superhot" it took multiple weeks for porting it to the Quest.
3.
▲
by
no7hing
8y ago
If there's no testing culture it's pretty hard to introduce it into a team that doesn't have it (either by choice or omission). It gets even worse if your teammates don't update tests (thus break CI) on code changes or j
4.
▲
by
no7hing
8y ago
Would also love to read a detailed writeup about their custom engine. Also found this quote[1] from an AmA on reddit: > We've used C# since SpaceChem. I can't imagine using anything else, honestly. Infinifactory and TIS-100 use
5.
▲
by
no7hing
8y ago
Judging from the installed game files it seems to based on SDL2 and not Unity3D.
6.
▲
Fortnite Skips Google Play on Android
(gamesindustry.biz)
1 points
by
no7hing
8y ago
|
0 comments
7.
▲
by
no7hing
12y ago
I think that comparison is flawed as there's only one team per country (and discipline) sent to e.g. the Soccer World Cup or the Olympic Games, whereas here it could be potentially way more. As a sibling already mentioned: there should
8.
▲
by
no7hing
13y ago
I agree that it would be nice to have this nested (meta-)lists on a service that would treat them as sets, merge them together and as a cherry on top would show you the overlaps.
9.
▲
by
no7hing
13y ago
As far as I can tell Akka is the same thing to Scala/JVM as OTP is to Erlang/BEAM.
10.
▲
by
no7hing
14y ago
Things will probably look better once you switch your client implementation to Netty as a similar test I did with Netty 4, Protobufs and batching of messages produced low seven figure numbers too.
11.
▲
by
no7hing
14y ago
Fastest way to start with Clojure (besides the online REPL at http://tryclj.com ) is to get yourself leiningen (the widely used build tool for clojure projects under: http://github.com/technomancy/leiningen ) and a plugin/mode for your ed
12.
▲
by
no7hing
15y ago
> I’m unable to make the source code for the test apps available publicly at this time. and > I spent nearly equal amounts of time (under two hours) to build the same app on nodejs and Play. One actually wonders: why?