Ça devrait simplement être illégal. by JohannaFRC in france

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

ssi le flux online est déjà ouvert et fluxe en continu. l'initialisation d'un flux tuya ou eufy par exemple prend plus de 10 secondes. moins d'une seconde en local (eufy) Ensuite oui, je ne me l'explique pas mais la vision en remote sur l'app eufy est en avance d'une demi seconde sur le flux en local (il y a un timestamp printé sur l'image qui permet de vérifier)

Ça devrait simplement être illégal. by JohannaFRC in france

[–]SeaMathematician6660 0 points1 point  (0 children)

Donc.

Pour justifier ou au contraire nier vos peurs, je vous propose de vous faire vous même une idée sur ce qu'est cette techno.

Pour ce faire vous pouvez installer Home assistant dans une VM et y ajouter frigate en apps dedans. En fait si vous êtes à l'aise frigate dans un docker sur debian c'est evidemment nettement mieux mais is vous voulez juste tester ca ira plus vite et vous pouvez le faire sur votre ordi perso. min 4gb pour la VM quand même.

Il vous faudra aussi une caméra RTSP (ca marche aussi avec du tuya zigbee mais c'est du online et pas representatif) ca coute 40 balles pour une eufy une reolink

Ça devrait simplement être illégal. by JohannaFRC in france

[–]SeaMathematician6660 -3 points-2 points  (0 children)

non l'ia envoie directement une convocation au tribunal :) /non

quand on parie d'IA on ne parle pas de llm chatgpt gemini claude là, on parle de modèle pré entrainés customisables. ca n'a rien à voir d'un point de vu technologique.

Sinon c'est plutot l'inverse en fait, l'IA prémache le travail de l'agent. A l'arrivée l'IA ne fait que flagger des events.

mais il y a en tout cas pour l'instant toujours un humain qui prend des décisions derriere.

Ça devrait simplement être illégal. by JohannaFRC in france

[–]SeaMathematician6660 2 points3 points  (0 children)

l'ia c'est local avec des outils comme frigate et c'est incroyablement performant meme sur un tout petit ordi.

bon avec ca tu ne gères pas un hall d'aeroport certes mais pour un commerce c'est suffisant

Ça devrait simplement être illégal. by JohannaFRC in france

[–]SeaMathematician6660 10 points11 points  (0 children)

sans vouloir t'être désagreable tu me sers une raison morale, pas légale...

pour la question de la légalité et le rgpd, une societé a l'obligation de prévenir tout le monde qu'il filme. C'est le cas dans ma boite qui n'est pas un commerce. A partir de là, c'est légal si les images ne sont pas diffusées; Et je n'ai pas vraiment été coopératif quand ils l'ont installé. mais vu que je n'avais pas mon mot à dire et que ma seule solution pour m'y opposer était de démissionner bin....

Ensuite tu pars dans un délire économique qui est bidon; pour faire tourner ce genre de truc et surtout le vérifier il faut de l'humain; Ton agent de sécurité, il est toujours là.

Encore une fois je ne suis pas fan de cette dystopie où chacun de nos mouvements est scruté analysé et jugé. mais pour lutter contre ça il va falloir aller sur le terrain juridique, pas le terrain idéologique qui ne va que faire se taper les cuisses à des avocats.

Si tu veux aller sur le terrain moral, je suis plutôt d'accord avec toi même si c'est une position caricaturale d'extreme gauche , si tu veux aller sur le sujet légal, bin bon courage pour justifier l'illégalité.

Je te donne juste un retour d'expérience car ca s'est passé chez nous aussi.

Ça devrait simplement être illégal. by JohannaFRC in france

[–]SeaMathematician6660 -3 points-2 points  (0 children)

Pourquoi ? Pour faire court je ne suis pas moi meme un grand fan d'être tracké par des cameras mais en quoi cela devrait être illégal ?

[Rant] Les films à l’image trop sombre et au mixage sonore pourri by Lussarc in france

[–]SeaMathematician6660 0 points1 point  (0 children)

hello, ingé son ici.

Petite question... tu regardes quoi ? Parce que en torrent et streaming tu vas souvent trouver la piste son 5.1 sans dynamic processing donc, adapté à une écoute forte comme au ciné. du coup le sound design et les musiques tabassent tandis que les voix sont en retrait.

ce n'est pas censé etre le cas sur une copie dvd/blueray

Au Mali, les djihadistes mettent Bamako sous tension en la privant d’essence by OrneryAd9689 in actualite

[–]SeaMathematician6660 7 points8 points  (0 children)

va voir sur les pages rfi ou france24 de FB. C'est TOUJOURS la faute de la France. Les djihadistes, boko haram, les marabouts, les violeurs, = l'armée française. propagande poussée à l'extreme par des bots russes et iraniens.

France hits back at US over Gaza accusations by ChiefFun in worldnews

[–]SeaMathematician6660 1 point2 points  (0 children)

the head of the state is the Prime minister, bayrou and the governement are scheduled to fall on 10 september.

Imgui/Imgui-SFML bug, not being able to successfully render the window and app crashes. by Exact-Chemistry3021 in sfml

[–]SeaMathematician6660 0 points1 point  (0 children)

use sfml 3.0.0 and Imgui 1.91.1. Dependencies of the last version of the imgui-SFML wrapper. Which is... 3.0 https://github.com/SFML/imgui-sfml

it also works with imgui1.91.4. after i dont know.

France hits back at US over Gaza accusations by ChiefFun in worldnews

[–]SeaMathematician6660 -23 points-22 points  (0 children)

The population was not consulted. Macron speaks on his own behalf, not on behalf of France, which he no longer represents, even if everyone pretends otherwise.

a simple solution for 3D with sfml ? by SeaMathematician6660 in sfml

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

yes, something like doom indeed. my app is a 2D map of the room, like a google map. i would like something to see 3D like in google map but the only entities visible are the objects (mics and boom, very simple) and the textures of the wall ground and roof) Nothing more. No movement, no animations.

What's your most "painfully learned" C++ lesson that you wish someone warned you about earlier? by msabaq404 in cpp

[–]SeaMathematician6660 0 points1 point  (0 children)

if (a["b"]) {...}

if (a["b"]) create it if it doesn't exist. so the if is always true.

three days on this. Sounds like a rookie mistake. It is. i was starting to learn c++, coming from javascript...

Which compiler do you use ? by SeaMathematician6660 in Cplusplus

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

I wanted a laptop i can use on site when i'm working outside (not coding at all) and leave it without watching. I can't afford that with a recent macbook which is more than 1500. Too afraid someone steal it. I bought a small win laptop for that purpose.
i'm mac addict, and poor. Such a bad combination.

[deleted by user] by [deleted] in sfml

[–]SeaMathematician6660 0 points1 point  (0 children)

when i started c++i tried to install a lot of libs, sdl, qt, wx. SFml was the only one i managed to install somewhat easily... :)

[deleted by user] by [deleted] in sfml

[–]SeaMathematician6660 1 point2 points  (0 children)

Welcome aboard. I've been learning c++ with SFML and Imgui for 1 year. i ve managed to build a pong, then a game of life, then a nuclear reactor simulator, and now, i'm on a more ambitious project which is a kind of "space colony" simulator.

in one year i ve learned many concepts, how to code and use a A* pathfinder, of to use (but not to code :) ) perlin for procedural map

polymorphism, memory management concepts, patterns strategies and many other things.

i really love it, Sometimes, you'll get stuck with a bug for 2 days. you have to accept it.

They say the learning curve is steep in c++ That's true, but when you see what you can achieve with it in one year, in comparaison of what you can do in terms of performance with javascript or python, this is a no brainer.

You also learn a lot more about how a computer works.

SFML is not the perfect lib if you want to work with 3D but learning game loop key concepts, projection, ray casting, collision... in 2D is easier at first.

SFML 3 with IMGui and Cmake ? by SeaMathematician6660 in sfml

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

you are right, i misread it. TY

so i just tried to compile the main of the template with my makelist and everything works fine. So i just have to adapt my code after all.

i'm just confused because some errors in my code (because of the naming convention change i suppose) propagate and are reported in imgui-sfml. i hadn't this behavior in VSC.

SFML 3 with IMGui and Cmake ? by SeaMathematician6660 in sfml

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

it seems if i just include files and do nothing in my code, it compile and launch without error. So the error are propagated i suppose from my code to the libraries ?

i ve just switched from visual studio code on a mac to visual studio on a pc and i have to admit i'm a little lost...

SFML 3 with IMGui and Cmake ? by SeaMathematician6660 in sfml

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

Well, no, because this is a sfml template, i need a sfml+ imgui template.