Hacker News new | past | comments | ask | show | jobs | submit | jdeaton's comments login

JAX

I once worked with someone who was doing performance benchmarking of two systems, and made a duel axis chart with the lines right on top of eachother when in fact one system was like 5x faster than the other. it drove me nuts because I didn't even realize the dual axis at first and thought that they literally had identical performance

Yah, the moment you see/make a dual-axis line plot, you know you're comparing relative change. The whole point is to effectively normalize for absolute value.

So yah, anyone arguing primarily on the basis of absolute value on these plots is likely pulling a fast one.


Facial expressions are confusing and ambiguous too. Maybe the emojis are WAI

Why not just call Eigen from rust


because we can do better


What features of Rust let you write faster code than C/C++/Fortran?


most of it's just general programming niceness. If you have to spend a few hours to wrestle with make/bazel/etc every time you need to reach for a dependency, you don't depend on things and have to rewrite them yourself. If your programming language doesn't have good ways of writing generic code, you either have to write the code once per precision (and do all your bugfixes/perf improvements in triplicate) or do very hacky metaprogramming where you use Python to generate your low level code (yes the Fortran people actually do this https://github.com/aradi/fypp), or use the C preprocesser which is even worse.


In python fast means calling libraries that are implemented in C/C++ for example numpy.


I would be interested to know exactly which video of Robert Greene's this is. Just finished reading Mastery this morning. Great author and thinker. He is very in tune with human nature and instinct.


It's on tiktok, where he is active.


Paperpile is fantastic and you can make a shared folder with your lab/team.


Mediocre engineers send in their resume. Good engineers network to find a connection in the company. Great engineers constantly have people banging on their door asking to work with them.


Also:

10x engineers: get hired by FAANG for "dev relations" projects that eventually get sunsetted

100x engineers: are unapproachable except through their OnlyFans accounts and their anonymous P.O. box where companies can send speculative gifts and offerings


so wise and humble


sensing sarcasm, I wonder how you see this as lacking humility. there are no claims about myself here


read the topic of the post, then read your comment. do you really think you're being helpful in any way?


truth is helpful


what you said is about as helpful as saying the sky is blue. your comment is a non-sequitur.


Wow!


you linked a paper about vision transformers...


Being used as a comparison...

From the abstract:

> Bringing these components together, we are able to build pure CNN architectures without any attention-like operations that are as robust as, or even more robust than, Transformers.


This sounds like a classic case of someone (/whole team) mistaking their title for their role.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: