this post was submitted on 24 Jun 2025
83 points (98.8% liked)

Linux

55652 readers
527 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

hope i don't get crucified for self promotion, stigmata would be hard to explain to my folks

all 30 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 2 days ago (1 children)

~1600 hours uptime... no rebooting after patching?

You... you do patch your web server... don't you...?

But, a good blog... must give my BIOSes a good looking at and see if I can change some of mine

[–] [email protected] 4 points 1 day ago

of course! probably not as frequently as i should. i oughta do a patch-job sometime tho...

[–] [email protected] 12 points 2 days ago (2 children)

Your website is refreshingly simple and also manages to be unique looking. I like it!

[–] [email protected] 4 points 1 day ago* (last edited 1 day ago) (1 children)

I don't. Please make the header and footer smaller or non-floating on mobile. And padding of the text is too wide too.

And on desktop, * {…} rules are not good behavior. Firefox complains about quirks mode too.

Edit: this is about the website, the tech, not your blog. Didn't got to read that yet.

[–] [email protected] 2 points 1 day ago (1 children)

yeah, it's pretty unoptimized for mobile. on my todo list.

where does firefox complain about that?

also i should change the license footer, you're right

[–] [email protected] 1 points 1 day ago* (last edited 1 day ago) (1 children)

Yeah, sorry, that came a bit harsh. I'm just a bit salty, because i dislike monospace and white-on-black for reading. But i'm working on something, that lets the user choose the reading settings. In the meantime, i just create a usercss (Stylus) for pages i see often.

But that's another reason i'm salty; please don't do * {…} CSS hacks. Just set the rule on body, because children inherit, if not set otherwise. And * is the worst for performance, use the rightmost selector instead.

[–] [email protected] 2 points 1 day ago

no problem! i'm frequently described as "abrasive" so i guess what goes around comes around...

i do appreciate the CSS tip(s) -- that stylesheet is a few years old with many alterations over time, so there are bunch of weird hacks that i'm not even sure why they're there. off the top of my head, for some reason the header is a div-within-a-div: #header and #header_internal. no idea why. :P

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

thank you! html pandoc template + nginx; i write my pages in markdown.

a screenshot of GNU nano editing the blog post linked in the post.

[–] [email protected] 3 points 2 days ago (1 children)
[–] [email protected] 12 points 2 days ago (1 children)

Does this even count? Not even running on an open core written to FPGA using Foss tooling 😉

Just wanted to say my experience running a Librem 5 was amazing until I realized my social groups are religiously against texting or using anything besides Snapchat.

Also ran a PPP for a while but it seemed harder to stabilize for me at the time.

Been running FOSS everything else except for some firmware, bios, microcode, silicon, etc for many years now with no complaints. Sometimes I purposely chose hardware that is supported though so I suppose I have tailored my experience.

[–] [email protected] 6 points 2 days ago (1 children)

i tried to build a risc-v smartphone but the ox64 is a pita and i gave up, lol using an ARM core for that project now (once i get my damned shipment)

[–] [email protected] 3 points 2 days ago (1 children)

I have an orange-crab running Linux right now for an entirely auditable system up to that point and something reasonable secure but yeah I have not made the time to crank out some software/drivers for a screen, keyboard, and Internet.

I have a clockworkpi uConsole with the R-01 RiscV board and a cellular modem that works great but again we're back to square 1 since I couldn't find much auditing done on the chip and I have not personally opened up any of mine. Although if my memory serves me right the sister core (XuanTie C910) had some holes in it so I guess it's good someone looked at part of the family at least and published it. Also if I'm not mistaken the modem has an Arm in it running who knows what too like any other modem. The only auditable modem firmware I know of is the one for the pinephones.

Within the rabbit hole, I think I'd trust anything between:

  • My own, or some other people's, discrete transistors or vacuum tubes and diodes.
  • Most hardware made before ~1985 Ofc, running entirely FOSS.

Idk what the upper limit is though I'd like to know.

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

fellow u-console owner! i have the a-06. the modem is shite, in my experience. i can't say for sure but i'd guess it's arm. the pinephone (pro) uses the eg25-g (as i discuss in the article), which runs an android bootloader, older linux kernel, and generic gnu(?) userland. the bootloader, kernel, and userland are all FOSS (well, they can be flashed to be, anyway). the ADSP (the code that directly interfaces with the radios) is proprietary, for practical and regulatory reasons. this doesn't really effect my threat model, as i assume that anything a sophisticated attacker could glean from an ADSP backdoor they could much more easily glean through the radio traffic itself. the TZ (arm trustzone) firmware is also proprietary, for technical reasons. iirc it's signed by ARM, but this is just off the top of my head, so don't quote me! or do, i'm not your dad...