Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
polymathist
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
polymathist
10mo ago
Hey everyone, author here. Let me know if you have any thoughts or questions!
2.
▲
Taking down Next.js servers for 0.0001 cents a pop
(harmonyintelligence.com)
10 points
by
polymathist
10mo ago
|
2 comments
3.
▲
by
polymathist
1y ago
Harmony Intelligence | Mid-Senior Full-Stack Software Engineer | Remote (UTC 10pm-3am crossover) | $150k-250k + benefits + equity I'm Alex, CTO & Co-Founder. We've just raised $3M to build a defensive AI AppSec agent to protec
4.
▲
Show HN: Elara- A free open-source coding game built with Rust and WebAssembly
(elaragame.com)
8 points
by
polymathist
3y ago
|
4 comments
5.
▲
by
polymathist
4y ago
Thanks for sharing and I'm excited to see what comes next!
6.
▲
by
polymathist
8y ago
Yes, see https://news.ycombinator.com/item?id=17305563
7.
▲
by
polymathist
8y ago
Yes, I've already been thinking about constraining type parameters to an interface. Internally, the type-checker considers type parameters to have underlying type interface {}. A constraint on a type parameter should be as straightforw
8.
▲
by
polymathist
8y ago
Definitely something I'm thinking about. It's one of a handful of features that I have in my head but haven't created an issue for.
9.
▲
by
polymathist
8y ago
The Fo compiler parses and type-checks Fo source code and then generates and outputs Go code. It generates a unique concrete type for each usage of a generic type. You can look at the examples directory of the repo to see what this output l
10.
▲
by
polymathist
8y ago
Parameterized packages are interesting but they come with their own problems. It can get tedious if I want to use, e.g., a stack with multiple different types. They also lose some of the flexibility that comes with scoping type parameters t
11.
▲
by
polymathist
8y ago
Ply looks really cool! I can certainly understand the appeal of that kind of approach in terms of simplicity, stability, and better interop. Local types are an edge case I'll need to spend more time working on. The type-checker won
12.
▲
by
polymathist
8y ago
Author here. I've been working on Fo part time for 4 months. Feel free to ask me anything.
13.
▲
Show HN: Fo: An experimental language which adds generics on top of Go
(github.com)
165 points
by
polymathist
8y ago
|
124 comments
14.
▲
by
polymathist
9y ago
In a non-NN world, nothing will stop Comcast or ATT&T from also offering an "email only" plan. Except in their version of the plan, it costs $0/month if you use their own hosted email service. And when the grandkids come
15.
▲
by
polymathist
10y ago
What about the way Go handles errors today makes them not "strongly typed"?
16.
▲
Yahoo says 500M accounts stolen
(money.cnn.com)
3 points
by
polymathist
10y ago
|
0 comments
17.
▲
Michigan moves to not require human in driverless test cars
(finance.yahoo.com)
3 points
by
polymathist
10y ago
|
0 comments
18.
▲
by
polymathist
10y ago
Wow! I think it's worth emphasizing that in the given example, the time taken to install all dependencies went from 8m10s to 7.5s. Seems like a huge productivity boon for any teams working with Node.
19.
▲
by
polymathist
11y ago
The Moto X and its successors have had this feature for a while. Your phone can be sitting on the other side of the room, completely off, and you can say a certain catch phrase to activate Google Now.
20.
▲
by
polymathist
11y ago
There is a small discrepancy in the article: > Go supports the := assignment operator, which works like this ... All this does is look at the return type of bar(), and set the type of foo to that. This is a misunderstanding of the := ope
21.
▲
Fight Club: Simulated fights via webcam
(kadira.2015.nodeknockout.com)
1 points
by
polymathist
11y ago
|
0 comments
22.
▲
by
polymathist
11y ago
From the article: "Functional testing of the isolated limbs showed that electrical stimulation of muscle fibers caused them to contract with a strength 80 percent of what would be seen in newborn animals. "
23.
▲
Go 1.5.1 is Released
(groups.google.com)
3 points
by
polymathist
11y ago
|
1 comments
24.
▲
Code Golf at Google
(blog.zmxv.com)
2 points
by
polymathist
11y ago
|
1 comments
25.
▲
by
polymathist
11y ago
I've tried the Oculus DK1 but not the DK2. They are similar in terms of resolution and tracking accuracy. There are two main differences. The DiVE is a cube-shaped room with six projected walls. So you can fit multiple people into the
26.
▲
by
polymathist
11y ago
The most realistic virtual reality I have ever participated in was the Duke immersive Virtual Environment (DiVE). There is a program that simulates a kitchen. There are cereal boxes, silverware, etc that you can pick up and even throw acros
27.
▲
Show HN: A blazing-fast datastore and querying engine for Go built on Redis
(github.com)
3 points
by
polymathist
11y ago
|
0 comments
28.
▲
by
polymathist
11y ago
If anyone is "cheating" by setting their color to the background color, you can set Game.prototype.backgroundColor to something else in the console. Also a way to see yourself if you are the one cheating ;)
29.
▲
by
polymathist
11y ago
I am worried that there might be a dangerous trend in conversations about go on HN recently. There seems to be a tendency toward ad hominem comments against the go authors. The article itself is a great read. I love hearing interesting and
30.
▲
Ask HN: Strange Issue: Does Window Visibility Affect Performance on OS X?
1 points
by
polymathist
11y ago
|
2 comments
More ›