Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
s_ngularity
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
Playing Pokémon on 40 gameboys simultaneously
(youtu.be)
2 points
by
s_ngularity
6y ago
|
0 comments
2.
▲
by
s_ngularity
7y ago
You should try a Vietnamese place if there’s one near by you. The ones around here at least don’t seem to skimp on the meat as much
3.
▲
by
s_ngularity
7y ago
In the UK, GMT is often used to refer to "the current British time" both GMT/BST. I've seen the same in the US where people say EST but mean EDT.
4.
▲
by
s_ngularity
7y ago
Because software companies never charge for features?
5.
▲
by
s_ngularity
7y ago
Looking at archive.org, the page has had "to be released soon" since at least 2005 [1]. So I think your skepticism is in order. [1] https://web.archive.org/web/20050130011942/https://www.openb..
6.
▲
by
s_ngularity
8y ago
I think the disproportionate noise about Slack is just due to it being (often without choice) used by so many people, and hence to cite that people only complain about Slack as evidence that Slack is worse than other Electron apps isn'
7.
▲
by
s_ngularity
8y ago
Attempting to sign in with google gave me a 500 Server Error
8.
▲
by
s_ngularity
8y ago
What language does have a deep copy/merge operation built into the language?
9.
▲
by
s_ngularity
8y ago
NPM is definitely usable as a package manager for frontend Javascript applications, just needs a little more complicated webpack or similar setup than a node.js app.
10.
▲
by
s_ngularity
8y ago
Ironic. Apparently we need a postmortem postmortem
11.
▲
by
s_ngularity
8y ago
What about fault-tolerance though? That's definitely a single point of failure scenario.
12.
▲
by
s_ngularity
8y ago
The Raspberry Pi has a GPU. Why wouldn't you use accelerated graphics?
13.
▲
by
s_ngularity
8y ago
This is another gem of weird internet design. Note especially the animations on hovering over images, and color choices on some of the linked pages. It somehow sort of works though. http://insti.physics.sunysb.edu/~siegel&#x
14.
▲
by
s_ngularity
8y ago
The problem with the separation is mainly with making changes to code, not with reading the code as it currently exists. This problem is avoided at no cost in Go, where an external tool can be used to get the same concise view of all of the
15.
▲
by
s_ngularity
8y ago
I’m not saying it’s a bad idea to implement it, but there’s a greater time cost, and if the performance gains aren’t worth the effort, then there’s no reason to make the improvement
16.
▲
by
s_ngularity
8y ago
Depends on how often you need to search. The implementation of the parallel linear search in Go is a lot easier to get right than what you’re recommending. Though I would certainly agree that paying for more vm cores just so you can do a li
17.
▲
by
s_ngularity
8y ago
The author's use of "type soundness" matches the precise, widely-accepted mathematical definition which is used in the literature. Type soundness does not require total functions, although they certainly make it simpler. It i
18.
▲
by
s_ngularity
9y ago
The difference here is that presumably fewer record companies have the money to fund the development of their own streaming service. The movie industry has much bigger players in the game. Additionally I don't think anybody's crac
19.
▲
by
s_ngularity
9y ago
You can't even search "burgundy dress" now. This is a totally ridiculous "solution"
20.
▲
by
s_ngularity
9y ago
I think he's trying to get at the distinction between being able to think in abstractions versus choosing the correct abstraction for the problem at hand. The first is a prerequisite for the second, but the second is far more important
21.
▲
by
s_ngularity
9y ago
Really off-topic, but the logo at the beginning of the video for the Blocks project (B made out of a rectangle and two circles) is totally indistinguishable from the logo of the skateboarding company Plan B
22.
▲
by
s_ngularity
9y ago
It's a conscious decision, but that decision may be greatly influenced by the content being prohibitively expensive for them to otherwise obtain.
23.
▲
by
s_ngularity
9y ago
Some "gifted" school programs require an IQ test for admission, and I believe that there have been studies that show that the students who were part of these programs do better than average in life. I haven't looked into it t
24.
▲
by
s_ngularity
9y ago
You don't have to use the full url to import a package. The name of a git repository doesn't have to match the remote name though, so I don't see why it would be a problem to fork a repository.
25.
▲
by
s_ngularity
9y ago
The GPU is drawing 60 times a second regardless of whether the page is static. Not sure how they do their streaming to the GPU, but there will be state changes every time you scroll, or click a button, etc., even on a static page.
26.
▲
by
s_ngularity
9y ago
I believe the actual figure is 1 in 4 are sexually harassed, not raped
27.
▲
by
s_ngularity
9y ago
That file manager might be excellent, but did you look at the link? This FM uses your text editor to manage files, which is totally different from a ncurses interface.
28.
▲
by
s_ngularity
9y ago
Yeah, that's a perfectly valid solution as well. Depending on the application it may be faster to do the assertion on your type identifier rather than introspecting the type though. And having a list of type options more directly maps
29.
▲
by
s_ngularity
9y ago
Inheritance is not a way to express sum types, it's a form of subtyping. A sum type is like a discriminated union, it can only be one thing at a time. Subtyping allows a value to have multiple (related) types simultaneously, which is m
30.
▲
by
s_ngularity
9y ago
They are working on a Xeon-optimized version of Torch ( https://github.com/intel/torch ), presumably in an attempt to get more of the deep-learning community onto Intel hardware
More ›