Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vicaya
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
14 ms
·
1.
▲
by
vicaya
2y ago
This is a must for AR/VR glasses. I thought that all android devices had this capability. Was disappointed to find out otherwise. I had to use a laptop to use the glasses on a plane.
2.
▲
by
vicaya
3y ago
Worker should really adopt Apache Arrow, which has a much bigger ecosystem. https://github.com/apache/arrow
3.
▲
by
vicaya
3y ago
LI is an interesting data source for the pulse of economy (at least in my echo chamber :). I don't even need to log in, just a quick glance in my LI email folder would tell a lot.
4.
▲
by
vicaya
3y ago
colima pretty much solves dev experience for docker and k8s on mac, esp. for apple silicons (m1/m2), where you can build multi-arch containers with ease. Some interesting caveats: * By default, system packages don't persist, as th
5.
▲
by
vicaya
3y ago
55+ vegan OMAD here. Experienced positive recomposition (17% BF to 11%) according to the DEXA scans: grew muscle and lost fat over the same period (1 year) with the same diet (no bulking and cutting phases). Didn't measure for the prev
6.
▲
by
vicaya
4y ago
The original git approach is still the best, which I've been using for years: # source this to clone the .files repo and setup the command #git clone --bare https://<user>@bitbucket.org/<user>/dot
7.
▲
by
vicaya
4y ago
No, `dirname` is correct. The goal of `ln -s dirname/ linkname` is that even if you accidentally do `cp file linkname` (note without slash) when dirname is gone, it will error out. Without the trailing slash in the ln command, a file (
8.
▲
by
vicaya
5y ago
The content needs major update to incorporate recent research on: - Macro nutrients (protein, carbs, fat) - Micro nutrients (vitamins and minerals, important if you do IF) - Intermittent fasting (IF) / time restricted feeding (
9.
▲
by
vicaya
5y ago
BTW, plantuml has been storing the source uml dsl in the metadata of generated png for years. cf. https://plantuml.com/command-line#ce21470ab49d1d19
10.
▲
by
vicaya
6y ago
Fasted for 3 days and muscle mass increased by 2.4kg. Yeah, right.
11.
▲
by
vicaya
7y ago
Just like various chat bot incarnations, it's reasonably OK at generating generic sentences without real understanding. I tried several attempts with this leading fragment: "Is borrow checking unique to Rust? Probably not. But&quo
12.
▲
by
vicaya
7y ago
3. "What's the best way to specify computation?" covered by programming language and compiler books.
13.
▲
by
vicaya
8y ago
Running 10k containers on one machine is totally realistic though. This is just yet another language vm (e.g. jvm) isolation all over again.
14.
▲
by
vicaya
8y ago
Hey OP, are you still looking? My company (a well funded AI startup with SV office) is definitely looking for eng roles from senior IC to VPE. PM if you're serious (email in profile). I can at least give you specific feedback on your r
15.
▲
by
vicaya
9y ago
To disable this class of exploits (bugs in unprivileged bpf) without installing a new kernel: echo 1 | sudo tee /proc/sys/kernel/unprivileged_bpf_disabled
16.
▲
by
vicaya
9y ago
TLDR: two side-channel info leak attacks on CPUs: Meltdown that appears to affect Intel and latest ARM64 (Cortex-A75), and Spectre that was shown to affect Intel, older AMD and ARM64 and theoretically newer AMD processors. Meltdown is more
17.
▲
by
vicaya
9y ago
Chronos is just an example. There're many bugs in Mesos that don't get fixed for months/years. Mesos core is legacy (pre 11) C++ code nobody wants to maintain.
18.
▲
by
vicaya
9y ago
FTFA: "We’d previously been using Chronos (with Mesos) as a cron job scheduling system, but it was no longer meeting our reliability requirements and it’s mostly unmaintained (1 commit in the last 9 months, and the last time a pull req
19.
▲
by
vicaya
9y ago
I'd expect better write up from Daniel. std::unordered_set is implemented with chained buckets, which incurs extra memory references. Cursory google revealed that an open addressing hash set would be about 3x faster, which would handil
20.
▲
by
vicaya
10y ago
Who has used both Airflow and Spinnaker? Feedbacks?
21.
▲
by
vicaya
10y ago
This is obviously data dependent. I suspect that the advantage of human is much higher in colloquial content vs written (esp. news) content. "Universal Adversarial Perturbations"[1] last year showed that you can easily generate re
22.
▲
by
vicaya
10y ago
These NMTs seem tragically bad at translating simple straightforward Chinese e.g.: 我要下班了。下班了再说。 Google: I have to get off work. Off to say. OpenNMT: I am going to work. After work, again. If this is the state of art for NLP. We hav
23.
▲
by
vicaya
10y ago
1. WordNet 2. ImageNet 3. SyntaxNet ... n. SkyNet
24.
▲
by
vicaya
11y ago
Hope this give google enough kick in the butt to improve mixed language voice to text. My google voice inbox is full of hilarious examples...
25.
▲
by
vicaya
11y ago
Yay, I'm going to put "FAA registered pilot" in my profiles :)
26.
▲
by
vicaya
11y ago
NoScript (even when enabled for destination sites) does detect/filter the XSS attempt though.
27.
▲
by
vicaya
11y ago
Also interesting: it's like. https://books.google.com/ngrams/graph?content=it%27s+like&ca... Even more dramatic rise than "I feel like".
28.
▲
by
vicaya
11y ago
Storm is not even 1.0 yet. Since Heron is API compatible with Storm, why can't Heron be simply a code name for Storm 2.0? Storm is a much better name than Heron, IMO.
29.
▲
by
vicaya
11y ago
You must be looking the median latencies. 99% latency was and still > 200ms. You can blame GC jitters for the much bigger variance. They should also show median and 95% latencies for this years number as well.
30.
▲
by
vicaya
12y ago
He should help his students understand how to acquire basic skills in a field, which is a prerequisite skill to do any research. It start with a web search these days. There is simply no excuse, when the knowledge of these basic-skill/
More ›