akshayn | 7 years ago | on: Tips and tricks to write LaTeX papers in with figures generated in Python
akshayn's comments
akshayn | 7 years ago | on: A New Golden Age for Computer Architecture
You can buy NVM today [1], and building systems for resource disaggregation work is an active problem [2].
[0] https://www.usenix.org/conference/fast14/technical-sessions/...
[1] https://www.intel.com/content/www/us/en/products/memory-stor...
akshayn | 7 years ago | on: Hard Part of Computer Science? Getting into Class
Usually (from what I have seen) candidates on the academic job market don't end up in industry (at least not immediately) - they are in the job market because they are passionate about academia.
akshayn | 7 years ago | on: The last velvet merchant of Venice
[1] https://en.wikipedia.org/wiki/Jacquard_loom
[2] https://99percentinvisible.org/episode/kids-clothes-articles...
akshayn | 7 years ago | on: Zulip Server 1.9: HipChat import and much more
Has this been fixed/improved?
akshayn | 7 years ago | on: Zulip – Open-source, threading-based Slack alternative
While I agree with everything jremmons said (hi john), it's important to note that their mobile apps are so bad that they're basically unusable - there's a particularly aggravating bug in the iOS app where if you don't open the app for a while, it forces you to load and scroll through days of messages to read the most recent ones.
akshayn | 8 years ago | on: Taking a Long Look at QUIC [pdf]
akshayn | 8 years ago | on: Simulating RISC-V Clusters with FPGAs on AWS
akshayn | 8 years ago | on: The world in which IPv6 was a good design
Mobile IP can still work with the current infrastructure -- https://en.wikipedia.org/wiki/Mobile_IP
This proposal was basically a service which would host a static IP for you (similar to the LTE structure but with IP underneath instead of L2), and forward to whatever your "real" IP was using IP-in-IP encapsulation.
As the author states, layers are only ever added :)
akshayn | 8 years ago | on: Real System Failures
Practical BFT: http://pmg.csail.mit.edu/papers/osdi99.pdf The Night Watch: https://www.usenix.org/system/files/1311_05-08_mickens.pdf
Generally the idea is to assume that there will be fewer than k failures out of the n nodes you have.
akshayn | 8 years ago | on: Abandoned Soviet Space Shuttles [video]
akshayn | 9 years ago | on: How automakers can drive electrified vehicle sales and profitability
akshayn | 9 years ago | on: China has built the world’s largest bullet-train network
akshayn | 9 years ago | on: BBR: Congestion-Based Congestion Control
This isn't to say that BBR is "bad" - just that it's not mentioned what the "quality of experience metrics" are. They're obviously not getting better throughput, and the only way they can improve delay is if the edge buffer is overprovisioned (i.e. bufferbloat). In that case (edge bottleneck, relatively low BW), I'd be interested to see a comparison to Sprout[1].
[1] https://www.usenix.org/system/files/conference/nsdi13/nsdi13...
akshayn | 9 years ago | on: BBR: Congestion-Based Congestion Control
As a result, while BBR is fantastic for deployment e.g. in Google's private WAN, it's unclear how well it would do in the Internet, and initial experiments are not promising [1].
[1] http://www.ietf.org/mail-archive/web/tsvwg/current/msg14798....
akshayn | 9 years ago | on: Vesper, Adieu
"The biggest factor is that we have recurring costs: the sync server and the licensing fees for Ideal Sans, Vesper’s typeface."
They'd need to continue paying for their font license.
akshayn | 9 years ago | on: Edward Snowden's New Research Aims to Keep Smartphones from Betraying Owners
akshayn | 9 years ago | on: California Hits the Brakes on High-Speed Rail
Presenting self-driving cars and HSR as mutually exclusive is a false dichotomy.
akshayn | 9 years ago | on: California Hits the Brakes on High-Speed Rail
akshayn | 9 years ago | on: Is Faster-Than-Light Travel or Communication Possible? (1997)
An approach I have adopted recently is Knitr[1], so this layer of indirection goes away. With knitr, my data goes directly into the paper repository, and then my Makefile has something like this:
The nice thing is exactly what the authors recommend: it's much easier to enforce a standard appearance across all the figures, and automatically incorporate more recent data into the paper as part of the compilation process.[1] https://yihui.name/knitr/