Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Aeolus98
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Aeolus98
8y ago
No matter what, you'll need to clear a certain volume floor. Masks are expensive [0] especially for nicer process nodes. Once you have a mask set and fab time, it's off to the races. IMO $1M really isn't bad for a simple chip
2.
▲
by
Aeolus98
8y ago
I might be able to weigh in here. Having these tools as open source and freely available is a huge deal for so many industries. I've worked with these tools at an academic level and now at a startup, and it's amazing the magnitude
3.
▲
TLBleed: A HyperThreading side channel attack
(arstechnica.com)
2 points
by
Aeolus98
8y ago
|
0 comments
4.
▲
by
Aeolus98
8y ago
A lot of the tooling speed comes from a couple places: 1. The compiler optimizations being applied to code - Things like GADT's are able to be allocated very efficiently - Can generate code that doesn't box at runtime (smash it in
5.
▲
by
Aeolus98
8y ago
Integrating with 20 year old PLC's and robots is such a pain. Most people we work with have stacks upon stacks of abstraction to keep them safe and give them a sane wrapper for the functionality of the robots. So many labs have homebre
6.
▲
by
Aeolus98
9y ago
Learning enough to make your own spin on things by mixing and matching parts is really easy once you understand the mathematical underpinnings of things. It's true, many API-level things are opaque about how they work, but their theore
7.
▲
by
Aeolus98
9y ago
Scala.js scratches that itch for me. I rarely write frontend code, but when I do the extra IDE support given to me by IDEA for Scala.js is pretty great. I'm a full time Scala dev though, so I'm totally biased
8.
▲
by
Aeolus98
9y ago
A while ago I had to do a complex ML task. It involved tons of time series data that followed a state machine, with very little training data. A useful algorithm to force a series of noisy predictions to follow a state machine is the Viterb
9.
▲
by
Aeolus98
9y ago
One of my professors, while an extremely competent physicist, chose to focus far more on the "philosophy of teaching". Sanjoy's metaheuristic approach to teaching, tooling it like a hard science with real analysis of the effe
10.
▲
by
Aeolus98
10y ago
Oh cool. I'm actually in Olin now, and even better, taking his class as I type this post. Art of approximation https://imgur.com/a/OvDzl I'll pass along any cool questions.
11.
▲
by
Aeolus98
11y ago
I particularly like Andrej Karpathy's analysis: https://cs.stanford.edu/people/karpathy/hn_analysis.html
12.
▲
Ask HN: I just got rejected from my dream college, what now
4 points
by
Aeolus98
12y ago
|
5 comments
13.
▲
by
Aeolus98
12y ago
I don't understand why they included the butterfly synchronization model at all compared to the lazy update one, the latter is far faster, especially when you have raw access to GPU raw memory.
14.
▲
by
Aeolus98
12y ago
It's interesting to note just how applicable these talks are to other languages. That database one is something i'd recommend a high schooler listen to for their next hackathon.
15.
▲
by
Aeolus98
12y ago
Their Youtube channel [0] is excellent, they really grab the attention of someone young about a large variety of topics, and they really make you want to keep watching their videos. [0] https://www.youtube.com/user/Kurz
16.
▲
Latency numbers
(gist.github.com)
84 points
by
Aeolus98
12y ago
|
14 comments
17.
▲
by
Aeolus98
12y ago
The point that you make about the "old" paradigm is completely valid, in the fact that we're seeing a shift away from towers with interchangeable components to something like a NUC or mac mini for the "average" user
18.
▲
by
Aeolus98
12y ago
I think right autocompleted to write for you there.
19.
▲
by
Aeolus98
12y ago
I'm working on a frontend to manage arbitrary applications, and provide a centralised place to manage them all. It works across machines through ssh, and can provide pretty statistics and logging bits and pieces, but the core of it is
20.
▲
by
Aeolus98
12y ago
Some of these JetBrains IDE's are really good, and hopefully this will make the mind-numbing task of writing this a lot more pleasant. Here's to their eventual MongoDB support
21.
▲
HP admits to money laundering and bribery charges
(news.vice.com)
4 points
by
Aeolus98
12y ago
|
0 comments
22.
▲
by
Aeolus98
12y ago
Its mainly used for the DP floating point that isn't limited artificially. The titan supercomputer at ORNL uses an older version of these. So heavy compute.
23.
▲
by
Aeolus98
12y ago
IMHO the only reason you'd want this is to save on a PCIe slot when you absolutely need the double-precision floating point operations to run at full speed.
24.
▲
Nvidia releases $3000 Titan Z
(blogs.nvidia.com)
64 points
by
Aeolus98
12y ago
|
72 comments
25.
▲
by
Aeolus98
12y ago
I just did it with .small:last-of-type, as it executes cleaner and can be scaleable
26.
▲
by
Aeolus98
12y ago
:nth-last-child(4), because if you do first-child(2) it selects the second orange as well.
27.
▲
by
Aeolus98
13y ago
I'm typing this on the top spec Yoga 2 Pro, it's amazing. The main complaints from reviewers were as follows; - yellow tint on screen - Flimsy hinge - low battery life - backlight bleed I'll address them in order. 1. there wa
28.
▲
by
Aeolus98
13y ago
I second the motion to post the unfinished guide! Perhaps on Github where some other HN guys can make it complete for you. Regardless, I think it's a great idea, and would really give insight as to why things work the way they do, in