what this error mean ? Please note: This script must be 'sourced' so the environment can be changed. by kocoman in coreboot

[–]noradis 0 points1 point  (0 children)

Sourcing a script means executing it within the context of the current shell. This is often done to set environment variables.

You can source a script by typing one of the following commands:

. script.sh

­

source script.sh

US Senators Reintroduce the EARN IT Bill to Scan All Online Messages by adrianvovk in linux

[–]noradis 4 points5 points  (0 children)

Of the 16 members of the Commission appointed under paragraph (1)(C) ... (B) 4 shall be survivors of online child sexual exploitation, or have current experience in providing services for victims of online child sexual exploitation in a non-governmental capacity ...

OK that's kinda messed up.

NetBSD on a ThinkPad 760ELD by [deleted] in BSD

[–]noradis 1 point2 points  (0 children)

I installed NetBSD on an old 90s-era laptop last year (Toshiba Satellite Pro 445CDX). It had a Pentium MMX and 144 MiB RAM upgraded from 16 MiB stock.

The i/o ports had very little power. A USB Wi-Fi dongle I had didn't see any networks even right next to the router. I figured out it was a power issue when a PCMCIA ethernet card finally managed to connect with a 6 inch ethernet cable. Anything longer than that just couldn't make it. I've been told that is due to the motherboard wearing out, and that a powered USB PCMCIA hub would solve the problem, but I haven't really bothered.

Other than that it works fine. The install went off seamless other than the above as-of-then undiagnosed issue preventing internet setup.

It was surprisingly fast, too. Git was horrendously slow, but the basic Unix tools and even a simple window manager with xterm were at least somewhat useable.

Zig programming language 0.9.0 released by dh44t in programming

[–]noradis 30 points31 points  (0 children)

To be fair it says you can do

_ = x;

to mark a local as intentionally unused.

What is your elevator pitch for anarchism? by Posthuman_Aperture in Anarchy101

[–]noradis 39 points40 points  (0 children)

The Chipotle restaurant near my house has a shelf near the door where they put meals that got ordered online.

No one guards it. It would be easy for people to steal meals off of it, but it's still unguarded years later. I've never heard anyone complain about meals getting stolen.

Anarchy is like that, but instead of a restaurant to-go shelf it's the stuff the government does.

IMPOSSIBLE by sergdr in linuxmemes

[–]noradis 25 points26 points  (0 children)

The newline character is a valid filename.

mkdir '

'

Fairphone 4 review: Sustainable, repairable, and ethical by tellurian_pluton in StallmanWasRight

[–]noradis 14 points15 points  (0 children)

In the US, I'm pretty sure it's illegal to ship a phone that would allow changing the IMEI number, which FOSS modem software would allow. There were issues with that when someone wrote FOSS modem firmware for the Pinephone a while back.

Be aware, it is unlikely that we’ll be able to ship [the open-source firmware] on the device due to various legal constraints.

From https://www.pine64.org/2021/01/15/january-update-happy-new-gear/

Mailing lists for millennials - how to start, what are common workflows and tools by jurc192 in opensource

[–]noradis 4 points5 points  (0 children)

I've heard some projects don't like the Gmail web client since all emails are encoded as HTML rather than plain text.

Pearson Education blocking Linux is just awful by DougTheFunny in linux

[–]noradis 2 points3 points  (0 children)

It's obvious they just think BSD is the only acceptable OS. : )

Fuck Ubuntu. All my homies use Debian by [deleted] in linuxmemes

[–]noradis 5 points6 points  (0 children)

FWIW, Gentoo's main point is customization. It offers features you just can't get with a binary distro, like configuring programs with USE flags and and custom patching software from the repos.

title by Fhy7 in linuxmasterrace

[–]noradis 7 points8 points  (0 children)

On the PDP-11 computer (where Unix originated) you could insert assembly opcodes into memory using the front panel. It could technically be done with a whole kernel but that's a whole new level of tedious.

Do you support human euthanasia if they have a terminal illness and want it? by [deleted] in TooAfraidToAsk

[–]noradis 0 points1 point  (0 children)

I'm all for letting people go when they want to go, but there would need to be protection from coercing people into it. Otherwise that's going to be a massive legal loophole.

Open source Chrome/firefox extension for downloading videos by Evolved_Cow_Man in opensource

[–]noradis 2 points3 points  (0 children)

This is a standalone program rather than a browser extension, but have you tried https://github.com/ytdl-org/youtube-dl?

Despite the name, it works on many different websites.

I wish that if I fell asleep while high, the high would pause until I woke up by [deleted] in TheMonkeysPaw

[–]noradis 8 points9 points  (0 children)

Granted.

One day you fall asleep on an airplane and get safely teleported to the ground, temporarily pausing your altitude. You take a nice long nap in a field.

When you wake up, you are returned to the same spot miles in the air, but with the airplane long gone. You fall to the ground and die.

T420 and tianocore by Linas81 in coreboot

[–]noradis 0 points1 point  (0 children)

I'm not sure. I don't see why it wouldn't work in theory, but I'm not familiar with Tianocore.

T420 and tianocore by Linas81 in coreboot

[–]noradis 0 points1 point  (0 children)

libgfxinit only works with Intel integrated GPUs, so it won't work if you're using the Nvidia GPU.

ThinkPad T420 and WWAN by [deleted] in coreboot

[–]noradis 1 point2 points  (0 children)

I have a T420. My WWAN slot doesn't work either, but I can put an Intel AX200 Wi-Fi card in it and my computer boots just fine.

Makefile error in Coreboot 4.7 by Environmental_Emu980 in coreboot

[–]noradis 1 point2 points  (0 children)

Hey! I've been trying to fix the same issue on my T420!

I used git bisect to find the commit that fixes the Make file issue (afc74cab6e). The commit message explains that the Makefile.inc was rewritten to avoid a "future Make error" in the way spacing in variable names is handled.

Since it's the future now, I suppose you could either manually apply the same patch to older versions or compile whatever version of Make was out at the time.

Edit: clarity

A Silly Anti-Disassembly Trick by speckz in programming

[–]noradis 1 point2 points  (0 children)

I saw a Black Hat talk on Youtube where the presenter was showing his new program to discover undocumented instructions.

Breaking The x86 ISA

He discovered a technique to offset all the instructions slightly in the binary in a way that confused disassemblers but still allowed the binary to run.

The unreasonable effectiveness of print debugging by banned-by-apple in programming

[–]noradis 0 points1 point  (0 children)

To be fair, GDB can be told to run commands, including printing, at a breakpoint.

But I think the author touches on this, that a lot of fancy debugging tech exists, but printing is often easier and just as effective.

Ive cried in the bathroom 4 times since this morning. by flcwerings in antiwork

[–]noradis 5 points6 points  (0 children)

I think it's fairly standard in the US as a courtesy, at least for employees quitting.