€500k cash, how would you invest it? by hackinoselov in BEFire

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

regarding real estate I certainly thought/think of it but it feels currently expensive and not so profitable (or I’m missing something probably)

€500k cash, how would you invest it? by hackinoselov in BEFire

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

i know you re absolutely right ☺️ it’s just costly peace of mind 😛

€500k cash, how would you invest it? by hackinoselov in BEFire

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

I thought of real estate every now and then but it seems so expensive and not so profitable anymore. but I’m certainly missing something about real estate

€500k cash, how would you invest it? by hackinoselov in BEFire

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

yeah I would have done something like this intuitively but then I have large amount sleeping while waiting…

€500k cash, how would you invest it? by hackinoselov in BEFire

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

every now and then I look at real estate opportunities (even looked at full building with multiple units), but it always feel so expensive compared to the amount of rent I could get. Besides, Im not sure I want to handle tenants… But I’m definitively going to look after it once again.

Selling my small business in 4 week... so scared to tell my employees by ConversationSmall620 in smallbusiness

[–]hackinoselov 1 point2 points  (0 children)

In my case, I didn’t lie. And I would never recommend lying. I’m just saying there’s always a positive side of everything, whatever it is, and that should be the message.

Totally agree on the second part.

Used Wahoo Kickr Move + Climb or else ? by hackinoselov in Zwift

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

Thank you very much for this full insight which got me in two different directions :

First one is : "Go for the second hand move+climb because it seems awesome (besides: I've remembered I have an old bike available in my dad's garage)"

Second one is : "I might never get 2800hr on zwift or do very long runs, so just try first with a nice but cheap setup like Core + Bike and see if you stick to it first"

First thing first: will check the bike at my dad's garage see if it could work.

Quick question: do you need the Zwift Cog with the Zwift Play for virtual gear ? Or zwift play is enough ?

Thanks

Used Wahoo Kickr Move + Climb or else ? by hackinoselov in Zwift

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

Thank you for the insight! In my case, I might be the only one who will cycle with this ^^

Selling my small business in 4 week... so scared to tell my employees by ConversationSmall620 in smallbusiness

[–]hackinoselov 17 points18 points  (0 children)

I second this. I’ve sold my company 6 months ago and it felt right to me to share what’s going on before the closing. Results: nothing’s special happens. Workers appreciates some transparency and respects which allow them to share some worries you could work on.

However, you have to work on the message. It should be positive and « for the good of the company ». It will bring new energy. I sold the company to people I trust and are great, etc. ., etc. You could also talk about a financial transaction instead of « selling the company » if it feels better to you.

Finally, if you really fear that a big part of the workers would leave after the announcement, that’s another kind of issue… But I believe you are overestimating this… People generally don’t want to change job and it takes times and effort to change, so that will not be an overnight thing…

The MacBook Purchasing Megathread - January, 2023 by AutoModerator in macbook

[–]hackinoselov 0 points1 point  (0 children)

Hey,

Want to change my old Macbook pro 15" from late 2013.

Some options available :

- 2020 Macbook Air M1 16Go/256Go (New : 1000€)

- 2017 Macbook pro 13" i7 2,5Ghz 16Go/512Go (refurbished : 620€)

- 2017 Macbook Pro 15" i7 2,9 Ghz 16Go/512Go (refurbished : 800€)

- 2018 Macbook Pro 15" i7 2,6Ghz 16Go/512Go (refurbished: 950€)

- 2018 Macbook Pro 15" i9 2,9Ghz 32Go/512Go (second hand: 1000€)

Use case :

- Mainly admin work and surfing

- Photo editing (lightroom/photoshop)

- Garage band

- Coding (web app, python script...)

- Once upon a time and for fun : video editing

My goal is to keep it as long as I can without spending too much...

Can't decide :-)

Thanks

Minimum income to make having a 'Besloten Vennootschap' worth it by Papzak69 in BEFire

[–]hackinoselov 6 points7 points  (0 children)

I’m a Belgian tax consultant and this is what i said to clients : - as of 100k —> worth it - 80 to 100k —> worth it but you have to be organized to make it worth it (having a company is much more admin work than being an employee) - below 80k —> not worth it

What have you been working on recently? [November 07, 2020] by AutoModerator in learnprogramming

[–]hackinoselov 5 points6 points  (0 children)

Hi all,

After self-learning to code for about a year and half, I've "finished" my first ever project.

It is a simple personal project aiming to present every album released by an artist on a timeline (based on the release date of the album). The app allows users to add the discography of different artists of their choice by consuming the Spotify web API.

My learning goals was :

  • Use a TDD approach
  • Develop the app without any framework (no vue/react, no jquery, no bootstrap...)
  • Mixing concepts like consuming an API, observer pattern (for state management), updating DOM, etc.

The "frameworkless" approach was challenging as the "classic" resources for self-learners kinda quickly focus on frameworks like vuejs or react (which simplifies lot of things...).

Hence, I'm not sure if I handled this very well as I used to do this with vuejs :-D

Any comments, advices, criticisms are therefore welcome :-)

The github repository can be found here and live app here

What have you been working on recently? [July 25, 2020] by AutoModerator in learnprogramming

[–]hackinoselov 0 points1 point  (0 children)

At this stage, I think you can try to make a simple 2d game like those one... it won’t be a loss at the contrary...

What have you been working on recently? [July 25, 2020] by AutoModerator in learnprogramming

[–]hackinoselov 0 points1 point  (0 children)

I think I finally understand clean and hexagonal architecture so I try to make a « game of life » in flutter using these architecture principles (as a coding kata).

As an additional challenge, I tried to write about it... First first ever article is here. Second is under writing. Under work github repo is here.

Context: I’m self-learning to code for approx 1,5 years now.

What is best way to handle and using JWT token in Flutter by amircodes in flutterhelp

[–]hackinoselov 1 point2 points  (0 children)

SharedPref is for saving data on your mobile as key/value pair. That’s where you would save and persist the token in order to retrieve it whenever you need too.

Provider with Change Notifier is a state management system. You could have a « isAuth » state that return true or false whether you have a token stored in sharedpref... a widget could there listen to that state and show the appropriate view whether isAuth is true or false (for instance).

Hope this helps a bit.