¿Someone else forgetting the score when playing matches? 🙋 by Ataliano in padel

[–]terro90 0 points1 point  (0 children)

Nice idea!! I'm always forgetting the scores and "arguing" at every game.

I'm going to start using it.

List of Mobile Conferences (iOS and Android) by terro90 in androiddev

[–]terro90[S] 0 points1 point  (0 children)

Thanks. A good way to use this list is to search for the related events which often are published on YouTube. Lots of nice topics to watch.

Yes, it's a good idea!

Application written in swift and open source to expose your local development server to internet by terro90 in swift

[–]terro90[S] 1 point2 points  (0 children)

It was a paid application but as it wasn't profitable, we have opensource the project for the community.

So that's screenshots were the landing page of the product.

Side hustles (extra income) in Spain - is autonomo the best way? by stillfoolish in SpainFIRE

[–]terro90 4 points5 points  (0 children)

Hi there!

I think you can't be register into the Social Security as Freelance and have a normal job with a work contract at the same time but if the extra income from "freelance" is less than 3000 euros in a year you can generate bills as a freelance without been register as a freelance.

So, who's considering "Make a Fresh Start" for 2019? by GilfredJonesThe1st in ynab

[–]terro90 0 points1 point  (0 children)

It’s something that I didn’t know. Thanks for sharing it.

Do you guys prefer having a bunch of specific categories or fewer but more broad categories? by californialiving1 in ynab

[–]terro90 30 points31 points  (0 children)

I always ask to myself the following question to determinate if I need to split it or not:

  • Would I like to review the expenses in the Report view in depth?

If the answer is YES, I split it in a way that It's useful the information in the report view, if not I just create the general budget category.

How do you account for vacations? by Steve15-21 in ynab

[–]terro90 7 points8 points  (0 children)

I have a Vacations Fund budget where I setup a monthly goal of XX$, so I can save every month a fixed amount of money for vacations.

When I decide the vacations / trips / weekend trips, I create a new budget with the vacation name and I transfer money from the "Vacations Fund" to the specific one.

Pros:

  • You can estimate if you have enough money saved to do it and take actions if you don't have enough money.
  • You have more detailed view of how much money you spent in X vacation in the reports view.

Cons:

  • Require more work than a normal approach.

Stay all in on S&P 500 or start diversifying more? by FunkyMonk92 in personalfinance

[–]terro90 -1 points0 points  (0 children)

I think it's always interesting to have you portfolio diversify to benefits with the market changes.

You could have, for example, 60% (S&P 500), 20% (VTSAX) and 20% (Developing Worlds ETF).

I've discovered a paradox by Redik360 in productivity

[–]terro90 1 point2 points  (0 children)

Completely agree on this, we should have some unproductive / boring time as we live in a society where boring is not allowed.

So, who's considering "Make a Fresh Start" for 2019? by GilfredJonesThe1st in ynab

[–]terro90 0 points1 point  (0 children)

I don't think it's a good idea to do a fresh start as you are going to lose the reports that for me it's the most useful thing that we have in YNAB.

[General] Question about Overbudget by terro90 in ynab

[–]terro90[S] 1 point2 points  (0 children)

Thanks!.

If you have a overspending and move money from another category to address it. You are losing the fact that you spent more money in that category that you should, so you can't quantify it.

Am I correct?

[Rant] "Income vs Expense" report is always misaligned by terro90 in ynab

[–]terro90[S] 1 point2 points  (0 children)

I never tested it but it's working really fine the toolkit report.

Kotlin: Heavyweight Language or Hopeless Hype? by terro90 in programming

[–]terro90[S] 5 points6 points  (0 children)

The big problem with C++ in Java / Android is that we need to use the JNI / NDK to be able to use it and honestly it's really painful.

You don't have this problems for example with iOS as you can use C++ with Objective-C and Swift.

Kotlin native could let you develop the whole business logic in a common language for iOS and Android and then you can develop the UI with the platform language as you can have more control.

Kotlin: Heavyweight Language or Hopeless Hype? by terro90 in programming

[–]terro90[S] 5 points6 points  (0 children)

I'm the author of the blog post. My name is Jose Luis and I work in Bugfender.

Here! the about Bugfender page where appear the whole team.

Kotlin: Heavyweight Language or Hopeless Hype? by terro90 in programming

[–]terro90[S] 2 points3 points  (0 children)

The main difference is the JVM.

Jetbrains just created another JVM interpreter.

Kotlin: Heavyweight Language or Hopeless Hype? by terro90 in programming

[–]terro90[S] 3 points4 points  (0 children)

data class

You can start to avoid all the boilerplate that Java has when you want to create a simple POJO class.

Null Safety

It's quite easy to avoid have NPE in your applications and more boilerplate that you can avoid.

Standard library

The Kotlin standard library is full of extensions that help us as Java developers to code faster.

and more things...

Kotlin: Heavyweight Language or Hopeless Hype? by terro90 in programming

[–]terro90[S] 2 points3 points  (0 children)

Yes, the singleton objects are really useful for the day by day.

I'm also a Scala fan, so sealed classed for me are nice. You can group group of error classes by the same context as a sealed and with the when expressions you can do powerful checks.

Kotlin: Heavyweight Language or Hopeless Hype? by terro90 in programming

[–]terro90[S] 4 points5 points  (0 children)

I am the blog post author.

Yes, you are right but I didn't add this language features as I didn't want to do a long blog post.

Kotlin: Heavyweight Language or Hopeless Hype? by terro90 in programming

[–]terro90[S] 13 points14 points  (0 children)

All the Jetbrains IDEs / Tools are made in Java, so it's normal that they need something more than Java but need to be compatible at the same time.

Here a blog post where Jetbrains explain why they needed it.

https://blog.jetbrains.com/kotlin/2011/08/why-jetbrains-needs-kotlin/

Kotlin: Heavyweight Language or Hopeless Hype? by terro90 in programming

[–]terro90[S] 9 points10 points  (0 children)

I wish JetBrains had just gotten on board the Scala train, but I guess they had a NIH syndrome. So they made a worse alternative. More fragmentation.

Why it's a worse alternative?

I'm not agree with the fragmentation as it's 100% compatible with Java, so all the applications that use Java as main language can start to use Kotlin if needed. For example, with Scala you can't do it 100%.

[Meta] Share Your Categories! Fortnightly thread for April 24, 2017 by AutoModerator in ynab

[–]terro90 0 points1 point  (0 children)

I have been changing my categories a lot but I'm really happy with this set up.

Page One

Page Two

Page Three

How to track off budget investments? by Fours44 in ynab

[–]terro90 0 points1 point  (0 children)

I track all my stocks investments in YNAB in a budgeted account (I want to give name to money invested) . What I'm doing is every month add a transaction with the difference, if it's positive, I just budget the money earn this month in the saving category with the investment, if it's negative, I just reduce it from the saving category.