Magister

joined 1 year ago
[–] Magister 3 points 36 minutes ago

blablabla Québec will change it when NY state change it, and Ontario will change it too the minute NY change it.

Provinces will never do a move by themselves.

[–] Magister 43 points 12 hours ago

Ever heard of the first car reaching 100km/h? Yep, an electric one, in 1899, "la jamais contente"

[–] Magister 4 points 19 hours ago

oh shit, not in QC, they are building days after days some nice 30 or 40 floors tower full of million$ condo, with swimming pool, gym, etc. Most of them go in illegal airbnb

[–] Magister 97 points 19 hours ago (2 children)

Reagan, he is the starting point of everything: the tax cut from 73% to 28%. USA never got back on track after this.

[–] Magister 13 points 1 day ago* (last edited 1 day ago) (3 children)

Seriously, I liked the Netflix serie, it was pretty good, maybe too much julia/vicious compared to the anime, but characters, acting, VFX, fights/stunts, were pretty good.

[–] Magister 1 points 2 days ago

Impressive! No M.A.R.R.S though :-(

[–] Magister 2 points 2 days ago (1 children)

True, for instance in Québec, Canada, it is illegal for a woman to take her husband name.

[–] Magister 37 points 4 days ago

USA a dictatorship January 20th, the next day Infowars will go back to Jones.

[–] Magister 2 points 4 days ago

J'ai aussi en ce moment un Lenovo ThinkPad TrackPoint Keyboard II, en FR_CA, pas mal, pas trop habitué au clito, j'utilise un trackball.

Je suis programmeur aussi et habitué à utiliser les claviers US et canadien

[–] Magister 2 points 5 days ago* (last edited 5 days ago) (2 children)

J'ai un mécanique avec switch TTC Brown, j'ai changé les keycaps double shot PBT, je l'ai ouvert pour mettre au fond un foam de 2mm pour absorber le son, donc j'ai déjà quelque chose de pas mal, mais je cherche aussi un clavier FR_CA et j'aime beaucoup les claviers scissors comme le MX Keys quand même, le toucher est nice et c'est silencieux 🙂

[–] Magister 34 points 5 days ago (2 children)

don't worry, DOGE will abolish the FBI, you'll be able to work wherever you want!

[–] Magister 3 points 6 days ago (2 children)

I guess the full 25 billions$ will go to Musk/SpaceX

 

Je me suis inscrit sur le site Guichet d'accès à un médecin de famille le 2 octobre 2017. Ça disait le temps d'attente moyen est de 357 jours.

Hier j'ai reçu une lettre m'assignant un médecin de famille, il s'est écoulé 2583 jours soit 7 ans et 26 jours.

Pas mal :)

2
submitted 3 weeks ago* (last edited 3 weeks ago) by Magister to c/[email protected]
 

Je cherchais un clavier type scissors silencieux en Français Canadien, c'est rare comme d'la marde de pape, j'en ai trouvé 2, le Dell KB900, et le Logitech MX Keys qui semble assez nouveau.

Si quelqu'un en a un, comment est le rétro-éclairage? le clavier semble avoir sur les touches les dénominations CA_FR et les CMS, (et Mac aussi pour les touches de contrôle). Qu'est-ce qui s'allume là dedans?

 

On the web, left of my name, my avatar is a black box, but on my profile page I can clearly see it.

https://lemmy.world/u/Magister

Why? I'm pretty sure it was working months ago.

 

Je n'ai jamais rien vu d'aussi beau, la perfection, partout!

3
submitted 5 months ago by Magister to c/music
 

What a good time those years were!

14
submitted 8 months ago* (last edited 8 months ago) by Magister to c/[email protected]
 

I have an old application, EagleCAD, from 2014, a 32bit app, I managed to install it on my linux (Debian based, 64bits) and it works fine, but I had to look for and install some lib manually.

How can I package all this, the bin and libs, into one that I could easily re-install on about any distro? AppImage? Flatpak? Snap?

$ ldd ./eagle
	linux-gate.so.1 (0xf7ef4000)
	libXrender.so.1 => /lib/i386-linux-gnu/libXrender.so.1 (0xf7ec4000)
	libXrandr.so.2 => /lib/i386-linux-gnu/libXrandr.so.2 (0xf7eb5000)
	libXcursor.so.1 => /lib/i386-linux-gnu/libXcursor.so.1 (0xf7ea8000)
	libfreetype.so.6 => /lib/i386-linux-gnu/libfreetype.so.6 (0xf7dd8000)
	libfontconfig.so.1 => /lib/i386-linux-gnu/libfontconfig.so.1 (0xf7d85000)
	libXext.so.6 => /lib/i386-linux-gnu/libXext.so.6 (0xf7d6f000)
	libX11.so.6 => /lib/i386-linux-gnu/libX11.so.6 (0xf7c1d000)
	libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf7c18000)
	libXi.so.6 => /lib/i386-linux-gnu/libXi.so.6 (0xf7c03000)
	libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf7bfc000)
	librt.so.1 => /lib/i386-linux-gnu/librt.so.1 (0xf7bf7000)
	libssl.so.1.0.0 => /lib/i386-linux-gnu/libssl.so.1.0.0 (0xf7b8a000)
	libcrypto.so.1.0.0 => /lib/i386-linux-gnu/libcrypto.so.1.0.0 (0xf798b000)
	libstdc++.so.6 => /lib/i386-linux-gnu/libstdc++.so.6 (0xf7600000)
	libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf7886000)
	libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xf785f000)
	libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf7200000)
	/lib/ld-linux.so.2 (0xf7ef6000)
	libz.so.1 => /lib/i386-linux-gnu/libz.so.1 (0xf7842000)
	libXfixes.so.3 => /lib/i386-linux-gnu/libXfixes.so.3 (0xf783a000)
	libpng16.so.16 => /lib/i386-linux-gnu/libpng16.so.16 (0xf75c3000)
	libbrotlidec.so.1 => /lib/i386-linux-gnu/libbrotlidec.so.1 (0xf782a000)
	libexpat.so.1 => /lib/i386-linux-gnu/libexpat.so.1 (0xf7597000)
	libxcb.so.1 => /lib/i386-linux-gnu/libxcb.so.1 (0xf7569000)
	libbrotlicommon.so.1 => /lib/i386-linux-gnu/libbrotlicommon.so.1 (0xf7546000)
	libXau.so.6 => /lib/i386-linux-gnu/libXau.so.6 (0xf7825000)
	libXdmcp.so.6 => /lib/i386-linux-gnu/libXdmcp.so.6 (0xf753f000)
	libbsd.so.0 => /lib/i386-linux-gnu/libbsd.so.0 (0xf7528000)
	libmd.so.0 => /lib/i386-linux-gnu/libmd.so.0 (0xf7519000)
 

Tanné de cette bullshit, arrêtez avec votre retour au travail, on y retournera pas! Je suis en télétravail depuis bientôt 4 ans et jamais je ne retournerai perdre 1h le matin et 1h le soir dans les bouchons, pour m'asseoir derrière un ordi et faire des Teams avec l'Europe et les USA, jamais.

C'est pas mon problème si les petits cafés hipsters du centre ville ont du mal, et que les tours sont vides.

 
 

Vous avez reçu ça sur vos cells? Un stagiaire qui a fait une fausse manip?

 

it's coming to Ottawa/Montréal...

20
submitted 1 year ago by Magister to c/sffpc
 

Things like Bee-Link, Miniforums, and others?

I have a bee-link SER5 with a 5600H, for 10 months, this thing rocks, it's like 4"x4" it's incredible!

view more: next ›