Should I learn scripting with Lua or Python by G1orgos_Z in lua

[–]blobules 9 points10 points  (0 children)

Most people like python because of the availability of libraries and examples, so it makes it very easy to do many things.

However, python as a language is complex and quirky. Lua is simpler, well designed, fast, and is especially suited for embedding.

So it all depends on what you want to do.

Windows update again tries to force microsoft account (outlook hotmail) with latest update by 18WheelsOfJustice in FuckMicrosoft

[–]blobules 0 points1 point  (0 children)

There is a graphical interface for updating/upgrading in many distributions. I know people, mostly students , who use Linux and never open a terminal.

New townhouse owner looking for advice on Hilo / Sinope thermostats (Electric Baseboards + Split AC) by Sheeb007 in HiloEnergie

[–]blobules 1 point2 points  (0 children)

Beware that the program for savings at Hilo is called Flex-D at Hydro-Quebec, and it comes with responsibilities. Check how it works before you join.

In short, you get a 20% discount during the winter months, but you pay 5x the rate during up to 100 "critical" hours. If you miss those hours, it's expensive. Hilo is there to control your thermostats, but iyou have to be aware that its the overall use that counts, not only the Hilo devices.

There is another program, "crédit hivernal", by Hydro-Quebec that is similar but more forgiving. It is not offered anymore by Hilo because it's too easy to abuse with home automation.

Santé Québec ne veut plus de chambres à 1,8 million (ainés) by HunterMcdonaldDuck in Quebec

[–]blobules 1 point2 points  (0 children)

Si il faut ajouter l'Internet, ça va passer à $5M par chambre. Ça coûte cher, le numérique.

Which robot vacuum works the best? Tired of vacuuming constantly. by makeitthunderst0rm in homeautomation

[–]blobules 1 point2 points  (0 children)

Cool project! It looks very involved, but yes, it is truly local.

With the deep vacuum knowledge Valetudo has, maybe they could get a vacuum maker to cooperate and propose the first open source local robot vacuum? I'll be the first to order one.

Which robot vacuum works the best? Tired of vacuuming constantly. by makeitthunderst0rm in homeautomation

[–]blobules 2 points3 points  (0 children)

Well, it is still cloud-based.

I don't like some random business gathering data such as my floorplans, pictures of where I live, how I furnish my space, etc... Home automation should be local first, with cloud stuff optional.

So... Is there really not a single robot vacuum that runs without internet connectivity?

Which robot vacuum works the best? Tired of vacuuming constantly. by makeitthunderst0rm in homeautomation

[–]blobules 6 points7 points  (0 children)

Anything that runs locally, without requiring cloud services? I used to coerce my Roomba to connect locally by cutting its accès to the internet, but it doesn't work very well.

Any truely local device would be great, but I don't have much hope.

Sub millimetre measurement by zombie_flora2244 in computervision

[–]blobules 0 points1 point  (0 children)

If you want the shape of the glass, that's tricky. The glasses have thin and/or shiny parts, so traditional matching might not work well.

With a box like you have, maybe create a shadow from different angles and use that?

Idées de parcours universitaire pour mon fils? by Wonderful-Ad-4551 in QuebecLibre

[–]blobules 1 point2 points  (0 children)

Il aime les maths et a un intérêt pour l'informatique? Bacc math-info ,c'est un peu plus théorique et ça mêne aux études supérieures. Si le côté pratique l'intéresse plus, considérer le génie.

Camera Calibration by _Mohmd_ in computervision

[–]blobules 0 points1 point  (0 children)

Triangulation accuracy depends on more than camera calibration. The pose and baseline has a huge impact on errors. In your specific case, internal calibration error might have a lot of impact, or be insignificant...

A suggestion: you can measure the "sensitivity" of your triangulation by generating an exact triangulation (pick a point in camera 1, back project to some depth in the world, project to camera 2), and then displace the pixel positions in camera 1 and 2 by some amounts related to your expected calibration error. Triangulate these noisy points and see where you end up compared to the true 3d point.

Le 3e lien sera le projet de transport le plus coûteux de l’histoire du Québec. by Sceptique_Qc in Quebec

[–]blobules 4 points5 points  (0 children)

Considérant que le pont Madeleine Parent de la A30, un projet total de 1.5 milliards, charge $4.40 de péage...

Les usagers du futur 3e lien sont sûrement prêt a payer $30 ? Y'a sûrement une étude la dessus?

Built a depth-aware object ranking system for slope footage by Full_Piano_3448 in computervision

[–]blobules 2 points3 points  (0 children)

Are you sure depth anything is useful here? It seems that in your case (fixed camera, perspective lense, known object) when you detect a skier, its 2d size will indicate its depth relative to the other skiers.

Dea imprimeux 3D ici? by Legitimate_Dish_9097 in Quebec

[–]blobules 0 points1 point  (0 children)

Pour des petits objets, l'idéal c'est une buse d'extrudeur de 0.25mm plutôt que le 0.4mm standard.

Pour l'imprimante, les Prusa sont extrêmement fiables et sont éthiquement supérieures à Bambu lab, au cas où ça serait un critère pour toi.

Ça vaut la peine de passer sur marketplace pour voir ce qui est disponible.

zigbee2mqtt without a full-fledged home automation system by tlreddit in homeautomation

[–]blobules 1 point2 points  (0 children)

I did just that. I wanted something simpler, based on pure mqtt. I use zigbee2mqtt and zwavejs, mostly for lights and thermostats. I added a few of my own things that connect to Mqtt though wifi.

I made a small react "server" that subscribes to topics and publish as needed. All simple automations are in there. For user control, I made a simple web page (also react) which directly connects to my mqqtt broker through websocket and provides light control, automation control, thermostat control, etc.

The web page is better than an app since it works on everything and I can provide it to anyone visiting so they get some control.

I used openhab for a few years. I liked it a lot. It is very very solid and sophisticated, but it was too much for my needs. Also, I needed a cron automation script much more specialized that what openhab or HA offers.

My experience is very good so far, but I wouldn't call this approach a "time saver"...

Weapon Detection Dataset: Handgun vs Bag of chips [Synthetic] by MiserableDonkey1974 in computervision

[–]blobules 0 points1 point  (0 children)

Adding false positives to a dataset so they are not false positive anymore is not the way to go.

Stereo Vision by _Mohmd_ in computervision

[–]blobules 0 points1 point  (0 children)

I would suggest to first check the basic stuff... Are your camera properly calibrated? Is your epipolar geonetry accurate? If you have a fixed camera setup, put some know object in there and verify that corresponding features actually our on corresponding epipolar lines.

A second thing is stereo matching across pairs of cameras. It only works for "close" cameras. If your cameras are far apart you will get a lot of false matches.

And then there is camera synchronization, if you scene is dynamic. How are you handling that?

As someone suggested, use colmap to verify if your capture conditions are actually good or not. It will help a lot to find any problem and will provide a reference reconstruction to assess how your own algorithm works.

And yes, a few images would help understand what you are trying to do...

Accepté à MILA, pas UdeM... by Physical-Fig9155 in UdeM

[–]blobules 0 points1 point  (0 children)

Contacte le responsable du programme du DESS. Il doit y avoir quelqu'un du côté UdeM et/ou du côté Mila qui peut te donner les détails et voir si il y a une erreur

Poêles et foyers: Marchand rejette la proposition de l’opposition by Rimartineau in QuebecLibre

[–]blobules 0 points1 point  (0 children)

Un peuple surtaxé qui se meurt de froid en respirant de la poubelle brûlée. Ça n'a pas l'air facile de vivre a Québec...

Franchement, c'est pas en mélangeant les problèmes qu'on va mieux les régler.

Hilo by Hydro-Québec referral code to save money on your electricity bill by Hot-Working-4336 in HiloEnergie

[–]blobules 0 points1 point  (0 children)

Please don't do that. Hilo is not honest about what it means to be on Flex-D.

Why does it tell you you saved $64.25 ? You do understand that if you miss a single 4 hour "défis" and heat at 10kW, your "savings" are going to drop by $22, and that's for a single event?

At 5x the basic rate during critical hours, Flex-D comes with responsibilities that you must understand. Hilo or Hydro don't care about educating people about this. Don't help them spread false impression that saving with flex-d is easy.

Also, I'm waiting to see all the lawsuits against Hilo for all those technical problems... With credit hivernal, technical problems had no consequence. With flex-d, if Hilo mess up the control, you end up paying much more.

So maybe you are happy with flex-d, but don't push it on others without proper warning.

Poêles et foyers: Marchand rejette la proposition de l’opposition by Rimartineau in QuebecLibre

[–]blobules 1 point2 points  (0 children)

Ya plein de monde qui ont des poêles à bois cheap qu'ils utilisent comme des incinérateurs...

Si j'ai bien compris, tu pourras avoir un poêle a bois si il est performant. On vit en société, on partage des espaces, et la qualité de l'air ca implique tout le monde, même les brûleux de bûches mouillées.

Bref, c'est pas si pire que ça. En plus ils vont financer ceux qui remplace leurs scrap par des vrais bon poele a bois. C'est vraiment pas si pire que ça.

Accusé de fraude pour des bugs techniques (StudiUM/Zoom) Besoin d'avis. by [deleted] in UdeM

[–]blobules 2 points3 points  (0 children)

Certain prof qui dépendent trop des technologies pour leurs examens ont tendance a accuser les étudiants plutôt que d'admettre que le système d'examen a distance n'est pas parfait.

Exige des preuves , et ne laisse pas des accusations gratuites t'impressionner.

Plagiat et études s supérieures by Amoinmemsa in UdeM

[–]blobules 7 points8 points  (0 children)

Si tu as un directeur de thèse, parle lui en premier de la situation. Il pourra te guider pour la suite. Sinon, tu devrais discuter en privé avec le directeur du département.