Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
anujsharmax
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Cheapest GPUs in the World
(timlig.com)
10 points
by
anujsharmax
5mo ago
|
5 comments
2.
▲
You Can't Buy a Data Center
(timlig.com)
22 points
by
anujsharmax
7mo ago
|
4 comments
3.
▲
AI Skin Analysis for Dermatologist
(ai.skinwise.clinic)
1 points
by
anujsharmax
10mo ago
|
1 comments
4.
▲
by
anujsharmax
10mo ago
Hi, I just built something to help my wife's clinic by quantifying the problems patients come with - give it a try for free (don't treat it as medical advise without talking to your dermatologist). I don't store any data - ev
5.
▲
by
anujsharmax
7y ago
The most comprehensive guide to org mode - Organize Your Life in Plain Text! ( http://doc.norang.ca/org-mode.html ) To sync and edit org files on your phone you can use the app Orgzly.
6.
▲
by
anujsharmax
7y ago
The best advice regarding job offer and salary negotiations I have seen is given by Patrick McKenzie (patio11). You can check it out on https://www.kalzumeus.com/2012/01/23/salary-negotiation/ If you wa
7.
▲
by
anujsharmax
7y ago
If you use Emacs, give magit ( https://magit.vc ) a try. It is so much better than Git CLI, which probably is too low level for daily usage.
8.
▲
by
anujsharmax
8y ago
Have you looked into Apache Guacamole ( http://guacamole.apache.org/ ) Once you install Apache Guacamole on the remote machine, you can access it via your web browser
9.
▲
by
anujsharmax
8y ago
> "Because the majority of doctors are overworked, exhausted, and discontent, they've normalized their misery and pretend that it's not as bad as it seems" This quote from the study hit me. So many people are unhappy
10.
▲
by
anujsharmax
8y ago
> how would you determine which one an individual is dealing with? The individual needs to talk to an expert (a doctor or a therapist) to find this. Many medical issues show similar symptoms - we go to a doctor for a physical issue, then
11.
▲
by
anujsharmax
8y ago
As a tool, I use Org mode in Spacemacs (Emacs) with a variation of the following setup. http://doc.norang.ca/org-mode.html This is the most comprehensive setup I found, and I have modified it to suit my workflow. I use drop
12.
▲
by
anujsharmax
8y ago
> It's a short life, so I want to be careful with this decision, to avoid any future regrets. Because I can't decide on this, I end up not getting anything done. Time continues to march on, while I'm still stuck with not k
13.
▲
by
anujsharmax
8y ago
Pretty much Emacs (Spacemacs specifically) for anything once the OS boots up.
14.
▲
by
anujsharmax
8y ago
> 3. Consequently, most of the processing units now deployed in 4-core-and-up machines are doing nothing most of the time but generating waste heat. The cores are not being wasted because we don't know how to parallelize computation
15.
▲
by
anujsharmax
8y ago
SICP is one of the books that I've seen everyone recommend - and I never understood what is so special about it, until I finally read it! It feels very similar to a mathematical book. Rather than learning about the syntax, or the progr
16.
▲
by
anujsharmax
8y ago
Beamer ( https://en.m.wikibooks.org/wiki/LaTeX/Presentations ) I usually use LaTeX, because it works on all the major OS and frees me from learning different software
17.
▲
by
anujsharmax
8y ago
If you want something more powerful than Markdown, have a look into Org mode ( https://orgmode.org/ ). It works great if you use Emacs (or variants such as SpaceMacs), and you can read/write the files in any text editor
18.
▲
by
anujsharmax
8y ago
If you are looking for an alternative to MPI, you should try Coarray Fortran. It supports parallel programming for both "within a node" and "between node" communication. Coarray Fortran is now part of the Fortran program
19.
▲
by
anujsharmax
8y ago
There is no one thing as "HPC". It is a lot of normal computer components joined together to form a big "HPC" system. First, identify which kind of scaling you need - are you limited by CPU or memory if you run the code
20.
▲
by
anujsharmax
8y ago
Use Njalla ( https://njal.la ) to have privacy from whois services
21.
▲
by
anujsharmax
8y ago
Be careful when using knowledge from this post. These are special cases, not the general rules of differentiaton (or calculus). For example, for multi variable calculus, the results would be very different. Let's take the example of W.
22.
▲
by
anujsharmax
8y ago
Everyone seems to be assuming that you have a big fan which actually changes the air flow in the whole room in a major way. If that's the case, great, put it any way you like - it doesn't matter. For people like me, who use a chea
23.
▲
by
anujsharmax
8y ago
You can have a look at the github repo ( https://github.com/rabbiabram/awesome-fortran ). I would recommend pFUnit, which is fairly new, compared to the rest.