Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
matanrubin
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
matanrubin
2y ago
The biggest pain point with macOS spaces is how it handles multiple windows of the same app. It drives me crazy. What is FlashSpace’s approach for solving this?
2.
▲
by
matanrubin
3y ago
I think there's a python package for Ghostfolio, I assume we can automate this process
3.
▲
by
matanrubin
3y ago
How did you handle stock splits?
4.
▲
by
matanrubin
3y ago
I found Portfolio Performance to be non-intuitive and very hard to use
5.
▲
by
matanrubin
3y ago
Have you considered creating a github repo with a folder for each country, and then let the community add country-specific stuff in some simple yaml/json file? Each country can have it's own maintainer that verifies the data is co
6.
▲
by
matanrubin
3y ago
Amazing product, well done! I see that you support some country-specific stuff. What's your plan for adding more countries? Clearly you adding them one by one, and tracking the various rules and regulations of each one, isn't scal
7.
▲
by
matanrubin
4y ago
All the comments here are great, but how is it that in such an inspiring and intellectual community such as HN there are so few dreamers who actually have "big" goals (for some definition of "big")? Keeping fit and learn
8.
▲
by
matanrubin
4y ago
Obsidian, with a few community plugins, is amazing and is exactly what you're looking for. It's true that there's a learning curve, but spending a few hours to learn a tool that you will use for years is a pretty sweet deal.
9.
▲
by
matanrubin
4y ago
Anyone tried both and can compare? They seem quite similar at first glance...
10.
▲
by
matanrubin
4y ago
60 books a year? That's insane :) For how long do you read each day?
11.
▲
by
matanrubin
4y ago
Looks interesting. We have quite a few statically generated Sphinx docs sites and what we're missing most is the ability to leave comments and ask questions about the documentation. Can this be integrated with any statically generated
12.
▲
by
matanrubin
5y ago
Simply Piano is a great app for learning piano. It might be a bit frustrating though if she already knows how to play.
13.
▲
Ask HN: Best way to ramp up my AWS-fu from scratch in 2021
3 points
by
matanrubin
5y ago
|
2 comments
14.
▲
by
matanrubin
5y ago
Why?
15.
▲
by
matanrubin
5y ago
I was hoping the course you recommend would be available for the general public, but at >$1000, this is a no go. I would happily pay for something like this, but not this much. Can anyone recommend an affordable equivalent?
16.
▲
by
matanrubin
5y ago
Well, dataclasses are pretty darn useful and were added in 3.7. I can't imangine writing Python code without them now...
17.
▲
by
matanrubin
5y ago
The article mentions that MyPy and PyType use two different type system models and therefore may report different errors. Does it make sense to use both of them on a large codebase? I've been working with MyPy for a while and it has
18.
▲
by
matanrubin
6y ago
What's your plan regarding nail biting?
19.
▲
by
matanrubin
6y ago
Awesome, this looks like exactly what I was looking for. Thanks!
20.
▲
Ask HN: How do you track replies to your comments and posts on HN?
2 points
by
matanrubin
6y ago
|
5 comments
21.
▲
by
matanrubin
6y ago
Especially for handling branches that were rebased and force pushed. 90% of the times that I needed to help someone with git were due to a branch that was rebased and (force) pushed to the remote, and the person I was helping didn't k
22.
▲
by
matanrubin
6y ago
In most companies I've worked for only part of the contibuters to the company's Wiki were developers. What about Product Managers, BizDev people, etc? Do you expect everyone at the company to use git and work with markdown? (Don&#
23.
▲
by
matanrubin
6y ago
The guys over at Talk Python has a dedicated course that sounds like what you need: https://training.talkpython.fm/courses/explore_dotnet/python... I can't comment on the quality of the course as I haven
24.
▲
by
matanrubin
6y ago
Kotlin is fantastic. As a JVM language with excellent interoperability with Java you basically get all the benefits of Java. Its syntax is succinct and expressive, and it has great features which are not available in Java, such as nullable
25.
▲
by
matanrubin
6y ago
Does this go both ways? Would i get an automatic raise by just moving to a more expensive place? I suspect the answer is no, which shows employers are just fishing for opportunities to lower wages with this bulshit argument.
26.
▲
Show HN: Pyctuator – Monitor Python Web Apps Using Spring Boot Admin
(github.com)
4 points
by
matanrubin
6y ago
|
1 comments
27.
▲
by
matanrubin
6y ago
Hey HN, Wanted to share with you our first Open Source project here in SolarEdge. Pyctuator is a Python implementation of the Spring Actuator API, with one-line integrations for Flask and FastAPI applications. Once integrated, you can easil
28.
▲
by
matanrubin
6y ago
Well, poetry gives you a lock file, separation between dev dependencies and runtime dependencies, and easy deployments to PyPI. If you're hacking a oneof-script you might not need these features, but for "real" projects Poet
29.
▲
by
matanrubin
6y ago
Totally agree. Poetry is a joy to work with
30.
▲
by
matanrubin
6y ago
Do you need to compile and install it from source? I couldn't find it on homebrew
More ›