Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
crispweed
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
crispweed
2mo ago
I'm working on a collection of networked games, around the central theme of a lockstep deterministic network model with 'delay frames' (between acting directly on user input and progressing actual shared network state). You c
2.
▲
by
crispweed
8mo ago
I'm working on a game arcade thing as a hobby project, themed around lockstep networking. There's a website for this here: https://locksteparcade.com/ It's still very much a work in progress, with just two ga
3.
▲
The Alignment Trap: AI Safety as Path to Power
(upcoder.com)
1 points
by
crispweed
2y ago
|
1 comments
4.
▲
by
crispweed
2y ago
Recent discussions about artificial intelligence safety have focused heavily on ensuring AI systems remain under human control. While this goal seems laudable on its surface, we should carefully examine whether some proposed safety measures
5.
▲
Is There a Power Play Overhang?
(upcoder.com)
2 points
by
crispweed
2y ago
|
0 comments
6.
▲
by
crispweed
5y ago
The text you get when you click share should indicate which puzzle you solved, in some way (e.g. like the number in "Wordle 247 3/6"). Having some kind of graphic in this sharing text would feel nicer, I think, as well, someh
7.
▲
by
crispweed
6y ago
Right, this seems like an interesting subject, but not a lot of information there. Can anyone suggest better sources? Any comments on the following: https://news.ycombinator.com/item?id=22662071
8.
▲
How to Breathe Properly – A (Surprisingly Important) Complete Guide
(patrikedblad.com)
2 points
by
crispweed
6y ago
|
0 comments
9.
▲
Targeting open source contributions to support science for COVID19
(reddit.com)
3 points
by
crispweed
7y ago
|
0 comments
10.
▲
Ask HN: Targeting open source contributions to help respond to covid-19
2 points
by
crispweed
7y ago
|
0 comments
11.
▲
Ask HN: What can remote IT workers do to help scientists respond to COVID-19?
1 points
by
crispweed
7y ago
|
1 comments
12.
▲
Booking Tickets – Michael McIntyre
(youtube.com)
1 points
by
crispweed
7y ago
|
0 comments
13.
▲
by
crispweed
7y ago
How about something like this: https://www.asailorslifeforme.org/educator/primary/PS-Plan-o... ?
14.
▲
by
crispweed
7y ago
The concept of diminishing returns, perhaps, together with the corollary, by which I mean the fact that you can often get easier profits or make progress a lot more easily by switching to some less explored avenue.
15.
▲
by
crispweed
7y ago
When considering selling points, everyone seems to be focusing on the advantages of being able to run traditional games without console hardware or delays for installation, but no-one seems to be talking about how something like this could
16.
▲
by
crispweed
8y ago
How do you think the unthinkable? .. With a great big itheberg.
17.
▲
by
crispweed
8y ago
I don't know exactly how that bug bounty program works, but it feels like there may be some fundamental issues with bug bounties in the context of open source projects. For example, what is there to prevent someone from introducing a b
18.
▲
Automatic Object Linkage with Include Graphs:sharing code without static libs
(upcoder.com)
2 points
by
crispweed
8y ago
|
0 comments
19.
▲
by
crispweed
8y ago
As other posters have said, it seems like it can be tricky to incentivise cattle owners to add algae to their feed, check this has actually been added, in proportions that have the desired effect, and so on. But how about if governments pro
20.
▲
by
crispweed
8y ago
Perhaps that is not a performance , in the same sense as other stuff. e.g. do you get a bit of adrenaline kick in, are you motivated to impress them with your keyboard skills, etc?
21.
▲
by
crispweed
8y ago
What makes the attacker different? If there was a possibility to subsidize mining by being paid to do science, why would other miners not take advantage of this also?
22.
▲
by
crispweed
9y ago
The trick is to detect obstacles that are likely to have minimal affect on the global result of pathfinding search, e.g. convex obstacles that are in the middle of open spaces, or, more specifically in the case of PathEngine, obstacles that
23.
▲
by
crispweed
9y ago
Yes, a lot of people are doing this, and it's not a bad approach. There's another approach you can take for continuous space pathfinding, however, which is to use visibility graphs. See http://www.cs.kent.edu/~drag
24.
▲
by
crispweed
9y ago
Maybe the solution is to reuse or share content a bit more? Seems wasteful, for example, that the huge worlds created for some of todays AAA open world games are used only for those games.
25.
▲
by
crispweed
9y ago
Just saw this on the french wikipedia page for iodised salt, not included on the english language version: > Toxicologie : en 2012, l'Autorité européenne de sécurité des aliments (AESA)7 fait remarquer que alors que la plupart des a
26.
▲
by
crispweed
9y ago
> The computation [...] is multiplying two 64-bit unsigned integers, giving a 128-bit product. Some machines have an instruction for that. And compilers often let you call these instructions fairly directly, with compiler intrinsics. Wit
27.
▲
by
crispweed
9y ago
Randomly remove some tiles each game, without revealing which were removed?
28.
▲
by
crispweed
9y ago
> Currently used blood pumps have many disadvantages: their mechanical parts are susceptible to complications while the patient lacks a physiological pulse, which is assumed to have some consequences for the patient. Kind of weird, but a
29.
▲
by
crispweed
9y ago
The text I quoted seemed to suggest that the reference going out of scope could trigger deallocation.
30.
▲
by
crispweed
9y ago
> The most important thing about Rust (and the thing that makes programming in Rust confusing) is that it needs to decide at compile time when all the memory in the program needs to be freed. > ... > When the function blah returns,
More ›