Magister

joined 1 year ago
[–] [email protected] 8 points 2 days ago

autoconf and stuff like this? Not anymore. Since ~5 years here it's cmake everywhere, Conan, ninja.

[–] [email protected] 1 points 3 days ago* (last edited 3 days ago)

ah câlissssssssssse ça faisait longtemps je jouais!!!

[–] [email protected] 6 points 4 days ago

Fait la France grande comme avant!

/s

[–] [email protected] 2 points 5 days ago

I have tested multiple distro, in the beginning was mostly hack of multiple things and almost LFS, downloading floppies images from usenet... I then started to use Debian early 00, then used Ubuntu for years, but I don't like snap/flatpak and lots of changes Ubuntu made so I switched to Mint Cinnamon, but hated it, often broken, glitches, etc, so I switched to MX because it is Debian based, always up to date (like latest FF and latest Xserver with last night CVE fix etc and always native .deb, no snap/flat). I also always loved minimal DE so Xfce is perfect and light. Also I mainly develop in Linux, no games.

[–] [email protected] 4 points 5 days ago* (last edited 5 days ago) (3 children)

I'm old, I come from old X11R4 time, motif, mwm, twm, fvwm, things from previous century. In modern Linux I used mostly gnome, and Cinnamon for a few years and tried to love it but cannot, I finally went back to Xfce because it works, it's simple, neat, nice, I have no icon on my desktop, I have a kind of windows 3 setup: a startup menu (and some quick launches), the window bar, the notification area with time etc

I'm using MX Linux for maybe 8 years now with Xfce

updated screenshot:

[–] [email protected] 20 points 5 days ago (1 children)

the development/testing is done on Windows under VMs rather than a sample of real world hardware

I highly doubt it, seriously, I don't think they test update some VMs and say "that's good", there's thousands and thousands people working at MS, I don't know how many on win11 but certainly a few hundreds, I doubt none of them install the upgrade on real hardware to test.

[–] [email protected] 9 points 6 days ago* (last edited 6 days ago) (4 children)

mainly wrong, by default kill send a SIGTERM, you can try SIGINT or SIGQUIT too, and in the end SIGKILL of course. Same in windows there is different way

[–] [email protected] 1 points 1 week ago

Netflix in Canada has the 1080p remaster ones, pretty good!

[–] [email protected] 15 points 1 week ago (14 children)

I think EV cars are mature enough. A lot of colleague have EVs, Tesla 3, Bolt, Ioniq 5, Soul EV, etc. and no-one regret it.

Me I don't need one because I WFH and do maybe 4000 miles (6000km) per year, so buying a 60k$ EV compared to a 30k$ ICE does not make sense, for money.

If your #1 priority is to save the planet and not pollute and you have the money, so of course go for it.

[–] [email protected] 11 points 1 week ago (1 children)

Because people don't care, for instance how many people don't wear seatbelts? a lot, 8-10% https://www.iihs.org/topics/seat-belts . See also on youtube "mustang doing mustang things" 😅

[–] [email protected] 12 points 1 week ago

This is incredibly sad ☹️

 

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!

 

What a good time those years were!

 

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.

 

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

 

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 ›