linux

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

Stalins_Spoon, in USB fingerprint sensors with Linux support?
@Stalins_Spoon@lemmygrad.ml avatar
PotatoSpoon, in Video editor for Linux?

Pitivi I use. Like feature lacking Adobe Premiere it is.

funkajunk,
@funkajunk@lemm.ee avatar

Why talk like this do you?

possiblylinux127,

For me the problem I don’t see

PotatoSpoon,

A lot to learn you have, Padawan.

Helix, in Alright, I'm gonna "take one for the team" -- what is with the "downvote-happy" users lately?

Who cares, I don’t display them and am happier than you while doing it

GustavoM, in Make a Linux App
@GustavoM@lemmy.world avatar

It’s fun and games… until you get lots of “…just like X command?” commentaries from randoms. Until you get sick of such and decide to do something non-productive instead. Unless there is money included in the former.

t. Been there, done that.

OddFed,
@OddFed@feddit.de avatar

“Yes, exactly like this 🦆 command I didn’t know of before.”

dsemy, in Make a Linux App

Make a Linux app, make a Linux distro, who cares…

How about you just let people do what they enjoy doing.

conciselyverbose,

Yeah, this is obnoxious.

It's also truly terrible at being persuasive.

Murdoc,

Make a Linux app, not war.

tsonfeir, in Make a Linux App
@tsonfeir@lemm.ee avatar

Maybe we need a new distro that comes with vscode installed so we don’t have to do it!

Tibert, in USB fingerprint sensors with Linux support?

The issue is that even the same brand can have multiple USB fingerprint scanners, which may not all work.

From a 4y old reddit thread some person found a fingerprint scanner which worked, but some other person who had a similar one didn’t get it ot work.

reddit.com/…/i_finally_found_a_cheap_usb_fingerpr…

bizdelnick, in Video editor for Linux?

If you want a very simple editor, try avidemux.

RedWeasel, in Bluetooth dongle recommendation

Does your laptop have a replaceable wireless card by chance? Could get a combo board with wifi and bluetooth like the intel ax series of boards if you can. I use a m.2 ax200 in my desktop.

astrozoli,

It’s a desktop and it’s too old to have m.2. However thanks for the suggestion, it’s something I’ll consider when I upgrade

RubberElectrons,
@RubberElectrons@lemmy.world avatar

I believe there are m.2 to pcie adapter boards. It’ll feel weird putting laptop components in a desktop, but the important thing will be that it works.

astrozoli,

You know what is weird selling desktop components which are laptop components with an adapter www.asus.com/…/pce-ax1800/

RedWeasel,

If your system has a free PCIe slot you should be able to find a wifi card that will work. I personally am using an intel wifi board for bluetooth and have not had any problems with bluetooth. Their driver seems to be really stable on linux and in kernel and should be stable on windows as well. I got my m.2 card for about $20(usd) and wouldn’t expect that big of a difference for a standard PCIe card.

Good luck in whatever you end up doing.

maiskanzler,

I can really recommend those cards! They come in several sizes for laptop and desktop. I am not sure about USB. Just make sure you get the regular PCIe version and not the CNVio version (unless you have a compatible Intel Mainboard and somewhat recent processor). They differ in the naming, e.g. AX210/AX211 if I remember that right.

scott, in Can one recover from an accidental rm -rf of system directories by copying those files back in from a backup?
@scott@lem.free.as avatar

Yes but it’s hard work.

I did it from the other side of the planet. I accidentally ran an rm -rf … command on a running system. Luckily I had an identical system running that I could use to copy over the files, devices, etc.

Learning about inodes and /proc/xxx/fd works, I was able to recover enough files to then copy over the rest from the other system.

Doing it over SSH from the other side of the world was a tough 14 hours.

onelikeandidie, in Video editor for Linux?

Kdenlive is great, I’ve been editing a lot of my videos on there and some shorts on YouTube. It’s got a pretty unappealing UI but one you get to know and figure out where everything is you can get some content out :)

d3Xt3r, (edited ) in My Experience Of Linux Gaming (Switching from Windows)

I have been using Windows since 3.1 with MSDOS 6.2 since forever and I have seen everything from Microsoft. At the same time I’m a senior Microsoft engineer and have been for more than a decade

Same here! Grew up using DOS and Win 3.1, and been a Windows sysadmin for a long time. But over the past few years I’ve been growing increasingly dissatisfied at the direction Microsoft’s been going in, particularly the way they’ve been shoving their half-baked cloud services (and telemetry) onto us, and enterprises, being married to MS, have no choice but forced to comply. At least, that’s the case where I live, companies just lap up every new thing Microsoft does and treat it like the next best thing since sliced bread.

I was being turned from an engineer into a middleman, a lackey at the mercy of MS, and I didn’t like it one bit. I hated the thought of having my entire career being dictated by one corporation. So I quit my job and finally managed to land a Linux role this year and I’m so much happier. To be honest, it feels a bit weird throwing away my veteran MS hat and all the knowledge that I gained over the years and going back to being a total noob (at enterprise Linux that is), but I’m also learning a lot of cool stuff, but more importantly, I love being in control of our systems again, and no longer being at the mercy at a monopolistic mega corporation.

Ultimatenab,

That’s an amazing jump and congratulations on doing it.

d3Xt3r,

Thank you!

On a random note, as a fellow relic of a bygone era… remember back when Windows used to be customizable, when you could modify just about any file, change themes without a hack, without things like Trusted Installer/Defender getting in your way, or even completely replace your explorer.exe with a different shell like BlackBox? I miss those days.

Voilà:

https://lemmy.nz/pictrs/image/06550c17-1446-4acc-988f-9541fea12dc4.png

This is Linux (Debian) running locally on my Android phone (Galaxy Fold 4), with a Win95 theme. I think it’s pretty awesome that Linux still lets you do stuff like this, whilst still maintain a good security posture. And letting me relive the memories of the good ol’ days. :)

bright_side_,

This is amazing. Love it :) such a cozy vibe

AllNewTypeFace, in Make a Linux App
@AllNewTypeFace@leminal.space avatar

The “Where to start” section should be a “Not You” meme, with Electron in the middle square

unionagainstdhmo,
@unionagainstdhmo@aussie.zone avatar

Electron can be done well, like vscode does. In saying that, it almost never seems to happen

SuperIce,

I’m curious what witchcraft Microsoft did with VSCode to make it so responsive and performant when no other electron app is.

unionagainstdhmo,
@unionagainstdhmo@aussie.zone avatar

Electron was made for Atom and I think, though I’m not 100% that code is based on Atom

JackbyDev,

The term to look up is Monaco. That’s the secret sauce part of VS Code that made it faster but I don’t know enough about it to describe it well

bellsDoSing,

Just looked it up a bit: microsoft.github.io/monaco-editor/

AFAIU, monaco is just about the editor part. So if an electron application doesn’t need an editor, this won’t really help to improve performance.

Having gone through learning and developing with electron myself, this (and the referenced links) was a very helpful resource: www.electronjs.org/docs/latest/…/performance

In essence: “measure, measure, measure”.

Then optimize what actually needs optimizing. There’s no easy, generic answer on how to get a given electron app to “appear performant”. I say “appear”, because even vscode leverages various strategies to appear more performant than it might actually be in certain scenarios. I’m not saying this to bash vscode, but because techniques like “lazy loading” are simply a tool in the toolbox called “performance tuning”.

BTW: Not even using C++ will guarantee a performant application in the end, if the application topic itself is complex enough (e.g. video editors, DAWs, etc.) and one doesn’t pay attention to performance during development.

All it takes is to let a bunch of somewhat CPU intensive procedures pile up in an application and at some point it will feel sluggish in certain scenarios. Only way out of that is to measure where the actual bottlenecks are and then think about how one could get away with doing less (or doing less while a bunch of other things are going on and then do it when there’s more of an “idle” time), then make resp. changes to the codebase.

mvirts, in Video editor for Linux?

If you’re familiar with blender, it works pretty well but renders slow

JoMomma, in Debian Bug report logs: #1057843 - linux: ext4 data corruption in 6.1.64-1

Zabbly 6.6 is available

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #