Hacker Newsnew | past | comments | ask | show | jobs | submit | john-titor's commentslogin

great write up. it's been a while since I had the pleasure to read a straightforward blog post about ML tricks that feel genuinely applicable to many use cases.


strange no one mentioned portfolio performance until now https://www.portfolio-performance.info/en/

lots of features, has been around for some time


If you’re a German this is wonderful because it imports PDFs of most German (and some European) brokers perfectly.

A big pain I have with the US reporting is that dividend payments don’t give the quality there based on anywhere. That makes it close to impossible to calculate TTWROR or IRR. Because just because yahoo says there was a dividend does not mean there was cash flow.


Does something like this exist for Europe?



Nice web page but after reading through the landing page I could not say for certain what the actual product is. There is no text that describes it, it just reads

>GTD for professionals

What does this mean?


IF is an offline content and data system designed to help professionals achieve their goals more effectively. Currently, it can serve as an alternative to Typora, Ticktick, and Notion Calendar.


Had the same question, and since OPs answer isn't so satisfying in the sibling comment:

GTD stands for Getting Things Done[0], so IF advertises itself as "a time management system for professionals".

...I guess the doc/schedule part will become the major focus?

[0]: https://en.wikipedia.org/wiki/Getting_Things_Done


The world has changed rapidly in recent years. The description of GTD was defined many years ago, but the core of GTD is "Get Things Done". How to define "Things"? IF has different answers.


Tried to sign up with my corporate email (life sciences, 100k+ employees worldwide with a big research arm). Says the institution is not known to the service. What's the process to get it known?


Email me at contact@alphaxiv.org, I'll add it asap!


Thanks a lot, will do!


A lot of exciting development happening in the package one has to appreciate. Also graphs as a modality in general :)


this is well-known to people working in cheminfornatics as the tanimoto similarity, used to calculate the similarity of two chemical structures based on their (folded) fingerprint


Atom + Hydrogen allowed for line by line execution and immediate output in regular .py files, no cell definitions needed. Haven't seen this functionality anywhere else yet and miss it a lot. If anyone knows an alternative, please let me know.


Smalltalk and Common Lisp IDEs were the very first offering similar capabilities.


Spamming debugger breakpoints everywhere in pycharm


Can someone explain the hype around VSCode to me? I looked into it about a year ago and was immediately turned-off by the overwhelming amount of features that they throw at you right in the 'beginner's tour'.

What I appreciate about Atom is that it is very simple right out of the box and does not get in your way. You cold always beef it up with packages later, but that progression is much more pleasant to me than the VSCode approach.

The biggest selling point of Atom to me as a Python dev was the Hydrogen package. That tight integration of notebook features within the editor is something I have never seen before and a total game changer. Especially if you are working with data that you might need to visualize a lot. Correct me if I'm wrong, but from what I understand there is no Hydrogen equivalent in VSCode? Sure, there are plug-ins that let you run your code through a jupyter kernel and display the output in a second terminal pane, but that is not the same as the ability to simply highlight a bit of code, run that and have the results displayed immediately on the next line below. Having pyplot figures displayed in such a way is also not possible from what I saw, or did I miss something?


The killer feature of VS Code for me is that when you open a source file for python, or C++, or whatever it pops up a dialogue: “would you like to install the extension for this file type?”. Click that and you’ve got working IDE features for that language with none of the hassle of tracking down which is the right extension, how do I keep my plugins up to date, which dependencies do I have to install first, etc.


In my experience, it works up to the point where it installs the extensions, and then it does a bunch of processing and still can't figure out how to run the project or what the code means anyway. Plus I now have a slew of new extensions installed, and I'm not sure which are new looking in my list of extensions.

IntelliJ has a pretty damn good track record for me, when I import a project it indexes for a minute or so, then it automatically knows the entrypoint to run the project, and has a fantastic understanding of all my code. Cmd+click any symbol and it can show me definitions, usages, implementations, etc. I can hit shift+F6 to rename a symbol, and it hits every usage perfectly (as opposed to every time I've tried to use VS Code to rename something, and it just causes me more problems than if I were to do it manually). I haven't found any other text editor or IDE that works as seamlessly in this regard, and it's a dealbreaker for my productivity.


And then you spend an hour figuring out how to configure the extension, and it's still clunky.

I like VS Code just fine as a text editor, but as an IDE Visual Studio is so much better, even for CMake projects.


firefox <3


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

Search: