There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

KingThrillgore , in Announcing systemd v256
@KingThrillgore@lemmy.ml avatar

The dream of GNU/Systemd is real.

boonhet ,

Perhaps one day it’ll just be systemd at this rate

Presi300 , in Linus Torvalds Throws Down The Hammer: Extensible Scheduler "sched_ext" In Linux 6.11
@Presi300@lemmy.world avatar

Finally, recompiling the kernel to change scheduler will be a thing of the past…

HumanPerson , in Mozilla Firefox Blocks Add-Ons to Circumvent Russia Censorship

Not that this isn’t interesting, but how is it linux related?

holgersson ,

I mean, FF is the default browser and this also might rub some people the wrong way - having the developer of the only relevant free and open, non-google browser bow to a dictatorship

possiblylinux127 OP ,

Firefox is a Linux browser in the since that pretty much all of Linux comes with it of you have a desktop.

TheAnonymouseJoker , in How bad is Microsoft?
@TheAnonymouseJoker@lemmy.ml avatar

As far as humanity goes, Microsoft and OpenAI might turn out to be the worst companies on earth with the Clearview database being fed to Boston Dynamics war robots and US military goggles. Due to these companies, USA could effectively genocide the entire world as they see fit. This makes the doings of Google and Apple look like a joke in comparison. However, Apple has damaged the society itself via creating capitalism brand cults and teaching this strategy to other brands, entities and people. So Apple has also done horrific things. Google and Apple smartphone generated metadata is regularly used by CIA to commit genocide and assassinations of Muslims and other people.

In short, Western Big Tech and all of NATO/Anglosphere is a big evil for rest of humanity.

savvywolf , in Mozilla Firefox Blocks Add-Ons to Circumvent Russia Censorship
@savvywolf@pawb.social avatar

It’s either get the addons removed, or get the whole addon store itself blocked. You can just install the extension from an xpi file.

Mozilla really isn’t in a position to fight the Russian government over this and win.

possiblylinux127 OP ,

Yes they kind of are. I’m not sure how many Firefox users there are in Russia but some how I think there enough that it would be yet another bad look for the authoritarian government.

savvywolf ,
@savvywolf@pawb.social avatar

I checked, and according to Statcounter it’s at 3.3%. So if Mozilla did go hardball, it’d affect an insignificant amount of people.

Realistically though, I don’t follow world politics much but I assume that “blocking firefox” probably wouldn’t be the worst optics they’ve had in the past few years.

ILikeBoobies ,

And they can easily say it’s Mozilla’s fault

khorovodoved ,

If Mozilla gets blocked, people would just install some other browser (probably, something from Russia). I do not see how this helps anyone but the government itself. And departure of hundreds (if not thousands) of western companies did nothing to the Russian government, some problems with a browser with almost non-existent userbase would have the same effect. It should be quite clear by now that such tactic simply does not work.

palordrolap , in How are you parsing JSON on the command line?

There are probably pre-written awk scripts out there that already do what you want, not that I know where they'd be.

That said, you might be better off using one of the bigger but still fairly commonly installed languages. There's bound to be things on PyPI (for Python) or CPAN (for Perl) that could be bolted together for example.

If you're really lucky there might even be something that covers your whole use-case, but I haven't checked.

semperverus ,
@semperverus@lemmy.world avatar

Python has built-in json parsing, as does (and i know this isnt gonna be popular) PowerShell.

Kualk , in Thoughts, tips, and customization of fzf for old-school CLI enjoyers?

Fish is all I need for daily CLI. It is zero customization effort for me. Spend your time on productive side, not fzf your shell history.

fishshell.com/docs/current/tutorial.html

Keep bash as default root shell and just start fish manually when using root. It is for cases when linux panics on boot.

sebastiancarlos OP ,

And what’s your workflow when working with lots of files in projects with fish?

Kualk , (edited )

I don’t get the question.

I usually use vscode to work with files. It has excellent remote editing over ssh. For example, I have large private collection of markdown notes that is kept on remote server.

At work I deal with large GO project that targets Docker images and my setup is:

  • windows 11 laptop
  • WSL Debian with full systemd integration installed (that’s the hardest part)
  • visual studio installed on windows, I have no development tools on windows: no docker, no git, no GO compiler
  • debian on WSL has all the dev tooling: git, go lang, ssh server is turned on

My workflow is to start Debian WSL and forget about terminal. Start vscode on windows, connect to Debian over ssh, open project directory. Work on project without ever leaving editor, use built in terminal in vscode. Fish runs inside vscode. Editor is primary. Fish is secondary and it excels at recalling history.

Use each tool for what it was designed. No terminal will ever match my productivity in vscode. Vscode has all the fuzzy search built-in.

I used to use vim for heavy coding, but abandoned that route 20 years ago. I am still able to use vim for quick short changes in config files, but anything serious is handled with visual studio code over ssh.

Primary vim scenario:

sudo vim /etc/config-file-name

Vscode 1st approach is a modern day version of emacs approach Or vim with plugins. Only difference is vscode is actually low effort to get started on new machine, low learning curve, low maintenance effort unless you have sunken months into your terminal editor and refuse to abandon your investment.

vvv , in Thoughts, tips, and customization of fzf for old-school CLI enjoyers?

I use these two vim plugins for the same functionality without leaving $EDITOR:

I’ve also started dabbling with using fzf in scripts for the team to use. Don’t sleep on the –query and –select-1 flags!

Corgana , in Bootloader equivalent to Rufus
@Corgana@startrek.website avatar

Balena Etcher is what you want, though AFAIK if you’re making a Windows installer no Linux programs have the convenient options to disable TPM and online account etc that make Rufus so nice.

pineapplelover , in Bootloader equivalent to Rufus

Ventoy ftw

GolfNovemberUniform , in Mozilla Firefox Blocks Add-Ons to Circumvent Russia Censorship
@GolfNovemberUniform@lemmy.ml avatar

Ok it’s getting properly sus now. Mozilla goes into politics way too much

Telorand ,

Read the article. They didn’t “get into” anything. They got told to take five add-ons down or face the wrath of a regime with a close relationship with defenestration, which they did only for Russians.

GolfNovemberUniform ,
@GolfNovemberUniform@lemmy.ml avatar

Doesn’t matter. Politics is politics and always ends badly.

Telorand ,

Hence why they were forced to ultimately remove the requested add-ons. Doesn’t make Mozilla somehow bad because they chose not to die on this hill.

possiblylinux127 OP ,

It is a hard issue to solve. However, I think Mozilla should ignore Russia.

ProgrammingSocks ,

Every major company does this, it just doesn’t make headlines. Plus I’m sure they know you can still install it outside of the store.

GolfNovemberUniform ,
@GolfNovemberUniform@lemmy.ml avatar

So you’re defending major companies? Ok. May as well do what Jia Tan did…

ProgrammingSocks ,

You know as well as I do that Mozilla isn’t exactly a small community project. This isn’t a surprise to me.

GolfNovemberUniform ,
@GolfNovemberUniform@lemmy.ml avatar

It isn’t much of a surprise to me either. I heard of them jumping into politics and misusing donations in the past. But it doesn’t mean they’re good

Telorand , in Mozilla Firefox Blocks Add-Ons to Circumvent Russia Censorship

“Following recent regulatory changes in Russia, we received persistent requests from Roskomnadzor demanding that five add-ons be removed from the Mozilla add-on store,” a Mozilla spokesperson told The Intercept in response to a request for comment. “After careful consideration, we’ve temporarily restricted their availability within Russia."

It sucks, but it’s a battle they weren’t ever going to win. The dictator gets to have final say in how things go in their country.

TheAnonymouseJoker ,
@TheAnonymouseJoker@lemmy.ml avatar

Did you keep that same energy when Biden banned Tiktok from USA?

Telorand ,

Yep. Also, don’t let Congress off the hook, because they were a big part of that decision.

makeasnek ,
@makeasnek@lemmy.ml avatar

Here’s a list if you want to find your rep www.cnn.com/2024/03/13/politics/…/index.html

Barzaria , in Bootloader equivalent to Rufus

If you want a GUI, I would use Balena Etcher. You might be able to use raspberri pi imager too.

cheezits , in Mozilla Firefox Blocks Add-Ons to Circumvent Russia Censorship

laughs in Canadian

possiblylinux127 OP ,

What is so funny?

PromptVII , in Mozilla Firefox Blocks Add-Ons to Circumvent Russia Censorship
@PromptVII@lemmy.wtf avatar

LibreWolf <3

khorovodoved ,

Does it have a separate add-on store?

PromptVII ,
@PromptVII@lemmy.wtf avatar

Nope. It just uses regular firefox add ons.

ILikeBoobies ,

Weird to recommend it here then

pastermil ,

Makes me wonder if a 3rd party server for this is ever a thing.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines