Viewing profile — jakubgarfield
jakubgarfield
HN member- Joined
- Wed, Aug 04, 2010, 6:51 AM UTC
- HN karma
- 171
- Public activity
- 123 items
- HN profile
- View on Hacker News ↗
About jakubgarfield
No profile information was provided.
Recent public activity
-
comment
Comment #47031483
Thank you! I've decided to keep one server per "serious" application. And I have one with a few toy projects that are not critical. Containers would make a lot of sense there. Stil…
-
comment
Comment #47031466
Good point. I have experience with Rack attack on application level. Would you recommend webserver instead (nginx)? Or even Cloudflare? (I bet they have a solution).
-
comment
Comment #47031450
You are not wrong. Docker (paired with Kamal in Rails world) would simplify a few bits of the setup. But not all. The reason I haven't switched is: 1. my lack of experience with ru…
-
comment
Comment #47025704
100%. And super easy to scale up to a certain point. Alternatives have it's place though (PaaS is excellent for 100% product focus in limited timeframe, cloud/orchestration when yo…
-
comment
Comment #47025677
I'm using external "send-only" SMTP server (Sendgrid) and Google Workspace as receiving/sending. Email itself is something that I'm not keen on DIYing (though I looked into it and …
- story
-
comment
Comment #39232941
I curate a few weekly ones (simple format – 5 top hand picked links): https://programmingdigest.net – best for intermediate+ programmers https://leadershipintech.com – senior+, man…
-
comment
Comment #26486758
C# Digest – newsletter for .NET developers https://csharpdigest.net/ Programming Digest – top 5 links for the week https://programmingdigest.net/ I’ve been publishing newsletters f…
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #14607970
Thank you for the kind words. It is interesting that everyone has a slightly different set of requirements for apps like these. Maybe it is my unwillingness to learn how to work wi…
-
comment
Comment #14607940
I wish I knew about http://www.material-ui.com/ before I started finished this project. They are React material design components – the integration would've been much simpler (I as…
-
comment
Comment #14607916
I looked into Ledger when I was writing a small invoicing app (of course I wrote it from scratch – but I learnt a few things and have a small app in my portfolio). For this project…
-
comment
Comment #14607878
It seems to have a nice mobile app as well – cool!
-
comment
Comment #14607869
Nice approach – we don't separate between the that many accounts and it is harder to automatically track the spendings afterwards.
-
comment
Comment #14607817
I missed the part about selenium scraping – thanks for pointing that out. There has just been a project submitted to solve this on HN – https://blog.teller.io/2017/06/12/the-api-fo…
-
comment
Comment #14607789
Well played! :)
-
comment
Comment #14599841
I just looked into it and it seems that Kiwibank doesn't provide any API access (you can download exports manually thought). ANZ might be a good option then :)
-
comment
Comment #14599630
How do you deal with investments and transfers into savings account? When I track my expenses I want to ignore them – as I set a budget to spend $1000 this month. Savings are not r…
-
comment
Comment #14599484
Yeah, that inspired me to spin off my own – see the reply above.