[-] Magister@lemmy.world 7 points 1 day ago

yeahs systemd I know yada yada :)

But working with embedded stuff, sometimes MCU with like 8MB embedded flash, have a 512k uboot, 1.5MB kernel, you are left with 6MB of flash for the whole application and lib, and busybox is a savior here!

[-] Magister@lemmy.world 7 points 2 days ago

Oh shit I have to try this

[-] Magister@lemmy.world 5 points 4 days ago

I had a Samsung colour laser printer, they provided driver for linux, I installed them, everything works, full support for settings etc

[-] Magister@lemmy.world -2 points 5 days ago

In chrome it's in parameters/downloads, that easy

[-] Magister@lemmy.world 8 points 5 days ago

The biggest problem they have I think is that it's all bots, everywhere

[-] Magister@lemmy.world 15 points 5 days ago

dunno, for 16 months now, the only time I went there was after a google search and the answer was in a reddit thread... There is 15+ years of answers to various obscur topics and all, "unfortunately"

[-] Magister@lemmy.world 3 points 5 days ago

Lol I'm a Canadian immigrant, and regular population has something like 4% of people working in construction, new immigrants has something like 2% of people working in construction, so no, they will not build more housing. The problem is not immigrants, it's a system/society problem, like you wrote, Canada is not a properly-functioning society.

[-] Magister@lemmy.world 9 points 5 days ago

on most new laptops, you cannot remove the battery that easily, you have to disassemble the back cover ☹️

[-] Magister@lemmy.world -3 points 5 days ago

In Canada in top of that, we have 500k-1 million new people entering the country, per year. We have no housing, and not enough services, schools, healthcare, etc.

Canada is about the same population than California, imagine California going from 39 millions people to 40 next year, then 41 the year after, then 42 the next year, etc. Is it sustainable?

[-] Magister@lemmy.world 111 points 1 month ago

What we see from the outside, is that a lot of people (poors, rednecks, trailer park people, etc) voted for him to gut ObamaCare, not knowing they were on it too... All those people don't want to pay for others healthcare even if they themselves don't pay a penny in taxes and get them for free.

8
submitted 1 month ago by Magister@lemmy.world to c/support@lemmy.world

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.

0
submitted 3 months ago by Magister@lemmy.world to c/music@lemmy.world

What a good time those years were!

15
submitted 6 months ago* (last edited 6 months ago) by Magister@lemmy.world to c/linux@lemmy.ml

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)
[-] Magister@lemmy.world 104 points 9 months ago

And strangely enough those kind of guy live in a million $$$ mansion or condo and spend $50'000/month on frivolities, even in bankruptcy

[-] Magister@lemmy.world 240 points 9 months ago

It's incredible that I was on reddit for 13 years or something, daily, maybe I spent 20'000 hours there. Then I dropped after the API fiasco (I'm a SyncPro user) and never went back, I have no clue what's going on since ~July and I don't care and I don't miss it :)

view more: next ›

Magister

joined 1 year ago