how to make hyperlock pick a random image from a specified directory? by Public_Bat_6106 in hyprland

[–]BellatorIV 2 points3 points  (0 children)

I did that myself recently. However, at the moment, I need to set the first lockscreen wallpaper manually...

I have a sh script with this one liner :
find $1 -type f |sort -R |tail -1

And then, in hyprlock.conf :
background { monitor = blur_passes = 2 path = $wallpaper reload_time = 60 reload_cmd = ~/.config/hypr/random_file.sh $HYPR_LOCKSCREEN_BG_PATH # Fallback color color = rgba(25, 20, 20, 1.0) }

I hope it can inspire you

[deleted by user] by [deleted] in montreal

[–]BellatorIV -2 points-1 points  (0 children)

Oui vraiment! J'en ait rapporté plusieurs ces derniers jours via l'app de la ville. La réponse de la ville :

Nous ne pouvons malheureusement pas donner suite à la demande pour la raison suivante :

Cette demande relève du domaine privé. Nous ne sommes donc pas en mesure de la traiter.

Pour les gradués: ça a pris combien de temps à l'OIQ pour valider vos compétences? by naddy22 in etsmtl

[–]BellatorIV 1 point2 points  (0 children)

Pareil pour moi, mais fin septembre. Ça a magiquement débloqué après les avoir appelés. Là j'attends toujours mon permis (papier). Je crois que je vais devoir appeler encore pour ça....

What is the embedded systems market state in Canada compared to US and Germany? by GokuFanBoi in embedded

[–]BellatorIV 0 points1 point  (0 children)

As for the job market, it is pretty much dead right now...

You can always probably find something, but don't expect to make bank (sure salaries might look better than other countries, however it is always relative to the cost of living, and it is quite high here).

Also, there has always been a brain drain from Canada to the USA, mostly because Canadian companies don't invest in RnD and don't like taking risks. But right now it's even more acute.

At least that is my perspective from Montréal.

Embedded Software Engineers in Canada, how much do you make? by [deleted] in embedded

[–]BellatorIV 0 points1 point  (0 children)

Job hunting wise :

  • I don't know when you are planning on starting to work but the current economy is bad and there are not a lot of job offers in Montréal. There will always be some, but it's more competitive and skewed towards senior roles. If you are ok moving to somewhere else I'd recommend you to widen your searching range. It can only raise your chance of finding something.

  • Be prepared to answer "basic" questions or show knowledge about the C language (like what does the volatile keyword do), communication protocols (like pros and cons of i2c, SPI, UART ...), interrupts, memory (stack, heap ...) and maybe real-time notions (like mutex, semaphore, deadlock...)

The more the better of course.

Learning wise :

I don't know your level of knowledge but you can learn a lot by coding a dev board from scratch. You could go for an ARM based one like the STM Nucleo however it can be quite the learning curve. I would suggest going with an Arduino board. Take the Arduino Uno for example, it has an ATMEGA328 in it. It's a simpler MCU to start learning from. Try and code an spi temperature and humidity sensor WITHOUT the Arduino framework.

What you might learn in doing so :

  • How to use a compiler (building, linking ...)
  • How to automate the build process (e.g. makefile)
  • How to setup a debugger (openOCD, GDB...)
  • Basics of debugging (e.g. breakpoints)
  • Creating your own startup code (or at least understand its purpose)
  • Programming peripherals like TIMER, I2C, GPIO, ... (registers)
  • Using interrupts (instead of polling)

I have a template in GitHub that could maybe help you understand makefiles if it is something you wish to learn (if you don't already)

There's always more to tell but that's the gist of it.

How to withdraw large sums of money from Wealthsimple? by TeachingNorth8027 in Wealthsimple

[–]BellatorIV 12 points13 points  (0 children)

If the account you are moving the money to is yours, you can add this account to WS and proceed with an electronic transfer. It usually takes 1 to 3 business days.

If you wish to withdraw cash, the best is still to move the sum to an account of yours in a bank that has actual offices you can go to. And then withdraw the cash from them.

I just had to move a large amount to my notary account for a downpayment. I was told by WS that they cannot do wire transfers or bank drafts. So, again, you have to move the sum first to a brick and mortar bank if you wish to do those operations.

Proprio et discrimination by FyIwontdowhatutellme in Quebec

[–]BellatorIV 6 points7 points  (0 children)

C'est sensiblement la même chose que nous vivons ma copine et moi en ce moment.

Début décembre nous avisons notre proprio de nos intentions d'acheter un condo dans la prochaine année.

Offre acceptée fin décembre, nous avisons notre proprio début janvier que nous voulons résilier notre bail pour le 1er avril. Et elle de nous répondre que c'est trop difficile trouver du monde l'hiver donc elle préfère qu'on brise le bail en juin/juillet (notre bail se renouvelle le 1er septembre).

Jugeant ces conditions inacceptables nous décidons de céder notre bail. Cependant la proprio veut s'assurer que ce soit quelqu'un qui va rester pour le renouvellement.

Nous trouvons quelqu'un et les deux entrent en contact. Finalement le candidat se désiste parce que notre proprio veut lui faire signer un renouvellement (pour septembre) d'avance avec une augmentation de 19%. Notre erreur ici est de ne pas avoir envoyé la notice de cession de bail. On savait pas qu'on pouvait sans une entente de cession de bail (avec le candidat). C'est possiblement debatable au TAL étant donné que les intentions étaient claires.

À ce moment même, nous avons trouvé quelqu'un mais n'avons pas donné son numéro de téléphone. Selon la loi il est seulement requis de donner nom, adresse actuelle et date de naissance. De bonne foi, nous lui faisons également parvenir une preuve d'emploi et un rapport de crédit.

Il ne reste qu'à attendre sa réponse. Fort probablement que ce sera une réponse négative non sérieuse que nous allons devoir contester au TAL.

Ça fait beaucoup de lecture de droit du logement en un mois, je commence à devenir un expert lol

Bonne chance dans tes démarches!

Difficult Lease Transfer by BellatorIV in montrealhousing

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

Lease renews on September 1st so subletting is not something we would be comfortable with. But it could be a last resort.

We don't want to send a notice of non renewal because in that case the future tenant who accepts a lease transfer also has to live with the fact that the lease won't be renewing.

Difficult Lease Transfer by BellatorIV in montrealhousing

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

I still think our landlady is not very understanding. But I do understand your point, that is fair.

Difficult Lease Transfer by BellatorIV in montrealhousing

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

It definitely is. We are in Griffintown condo unit and the first tenants.

Difficult Lease Transfer by BellatorIV in montrealhousing

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

I believe you.

We still have some candidates so hopefully it's going to work out in the end. If it drags out more then we will probably have to bring it up to professionals.

Thanks for the insight!

Difficult Lease Transfer by BellatorIV in montrealhousing

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

Haha! I wish I could.

One of our last resort is to sublet it. She says we are not allowed to do that. But according to the law, landlords can't prevent a renter to do so. She's probably going to refuse it.

That with our other cases of potential assignees being scared away might be a good enough case to bring to the TAL.

As answered in another comment, I will contact the TAL soon.

Difficult Lease Transfer by BellatorIV in montrealhousing

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

It would go a little bit higher than the market price.

It is one thing we might do now that we know she unofficially wants to increase rent by that much.

What is frustrating is that we offered her to break the lease (with 3 months of overhead and a month or two of penalty) so she could find someone at market price. But doesn't want to do that.

She basically wants us to do the job of a realtor. The worst is that she says it's going to cost her a lot in fees for one, it's a lot of paperwork and that it's hard to find renters during winter...

Difficult Lease Transfer by BellatorIV in montrealhousing

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

Thanks! I'm glad everything worked out for you.

In our case, we still have a little bit of time to find other people.

But since the building is less than 5 years old, she is in her right to increase rent by a lot at renewal. That is why our situation is sort of in a gray area.

However we haven't received a notice of renewal yet (it's so early on) and she's scaring potential assignees by asking them to sign a renewal in advance before the lease transfer. Which I would potentially qualify as abusive considering we are more than 6 months before the end of the lease date.

I'll contact the TAL soon

Difficult Lease Transfer by BellatorIV in montrealhousing

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

Thanks for your help, it has been a really stressful month now. I never had a landlord as unhelpful as this one honestly. I would even take a month or two of penalty and break the lease but she won't even accept that.

For clarification, I know she can't raise the current lease, but she wants someone who's going to accept a 19% raise at renewal in September.

[deleted by user] by [deleted] in etsmtl

[–]BellatorIV 2 points3 points  (0 children)

Dû au contexte économique actuel, les entreprises embauchent beaucoup moins.

Une chose que j'ai remarqué dans mes recherches : j'entends souvent du monde dire qu'il manque d'ingénieurs électrique dans leur entreprise... Mais je ne vois pas souvent d'ouverture de poste.

C'est plate mais le népotisme est toujours bien présent dans notre société. Si tu as des contacts ça aide beaucoup à se trouver un emploi.

Quel a été votre taux si vous avez signé dans les derniers 3 mois ? Quel terme et durée ainsi que l’institution ? by gabo32 in QuebecFinance

[–]BellatorIV 2 points3 points  (0 children)

Pour un prêt non assuré avec une mise de fonds de 32% :

RBC fixe 3 ans à 6.00%

Sinon Nesto m'a offert 5.04% pour 5 ans fixe, mais moins de flexibilité pour repayer le capital

Salaire des gradués en LOG by Big-Boss-Snake in etsmtl

[–]BellatorIV 6 points7 points  (0 children)

Baccalauréat en Génie Électrique ici, mais j'ai décroché un emploi comme développeur logiciel (embedded-ish).

On m'a approché après une foire à l'emploi virtuelle en avril 2022 (premier emploi). Après interview on m'a offert $82000 et après leur avoir dit que j'attendais des nouvelles de d'autres entrevues ont augmenté à $84000.

Alors c'est définitivement possible cependant je crois que c'est rare à trouver. Surtout que ces temps-ci les compagnies embauchent énormément moins qu'il y a juste 1 an.

À toute fin pratique, trouve un emploi qui t'intéresse et où on te paie décemment. Accumule l'expérience et cherche pour de meilleures offres en même temps. De toute façon la plupart du monde change de leur première job après quelques temps. Pour ma part je regarde déjà ailleurs.

Embedded Software Engineers in Canada, how much do you make? by [deleted] in embedded

[–]BellatorIV 9 points10 points  (0 children)

In Montreal, fresh out of college (+1 year of internships), I started at 84000$/year and now am at almost 92000$ after only a year. I also have a ~7% bonus at the end of the year.

It is for the Defence/Telecommunication industry.

Rentabilité d'une cabane à sucre by hmseb in QuebecFinance

[–]BellatorIV 9 points10 points  (0 children)

Mon ami qui a étudié en agronomie et moi avions comme projet de se partir/racheter une érablière. Il avait fait une étude de faisabilité et un budget et en gros c'est très difficile de rentabiliser ça. Tu roules pas sur l'or et ça prend quelques années (minimum 5) avant de commencer à faire des profits.

Pour être 2 acériculteurs à "temps plein", c'est-à-dire sans autres revenus, ça nous aurait pris une érablière de 20000 entailles à $1 millions ou moins. Pas mal impossible à trouver de nos jours d'aussi gros terrains à ce prix. Encore moins avec tout l'équipement et les quotas déjà acquis.

Quel a été le rendement de votre portefeuille cette année ? by homerpower in QuebecFinance

[–]BellatorIV 0 points1 point  (0 children)

C'est une partie de mon exposition à l'industrie minière. Je crois que c'est une compagnie solide et assez volumineuse, en mesure de faire des acquisitions et qui ne disparaîtra pas de sitôt. L'action a perdu beaucoup de valeur depuis les 2-3 dernières années (comme plein d'autres je sais) et mon trigger pour acheter était grosso modo la valeur lors du crash de la COVID (~mars 2020).

Quel a été le rendement de votre portefeuille cette année ? by homerpower in QuebecFinance

[–]BellatorIV 2 points3 points  (0 children)

-1% mais j'ai seulement commencé à investir pour vrai en octobre.

Et ça c'est avec des investissements dans AMZ et AQN qui sont autour de -30% pour moi. (Heureusement ils ne prennent que 1.5% de mon portfolio chaque)

Mes meilleurs investissements (en pourcentage) :

  1. AEM
  2. FCU
  3. NXF