linux

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

rambos, in Writing program

If you are looking for microsoft compatibility check OnlyOffice, its amazing

Lemmyfunbun, in Beachpatrol: A CLI tool to replace and automate your everyday web browser (Wayland support)

It would be cool to have it also just navigate the web for you as you. Basically would start polluting all the trackers and if enough people used it their databases would be so overwhelmed. Seems like a good tool from a privacy stand point would get hard to really pinpoint you for advertising or whatevertheir other purposes are for tracking.

currawong, in Dell Latitude Frustration
@currawong@lemmy.ml avatar

Install a windows first just to launch the Dell Command Update app (you’ll have to download it from the Dell website) and use it to update the BIOS and Intel firmwares.

These laptops even run badly on win10 until you update everything.

Then install your chosen distro. I bet there will be fewer problems then.

mortalic, in Experience with KDE on Fedora?

Great info thank you. Maybe I’ll just try the kde install first and see how it goes.

thayer, (edited ) in Writing program

While I’m a big fan of Vim, it’s definitely not for everyone.

I spend about half of my writing time in VSCodium, which is a community-based release of Microsoft’s open source VS Code editor. There are several markdown, grammar, and focus-oriented plugins for the platform, and you can pretty much shape it into whatever kind of editor you want.

I use VSCodium for the vast majority of my personal notes, technical writing, and project documentation (nearly all of which are written in markdown format).

jodanlime, in Writing program
@jodanlime@midwest.social avatar

If you base your opinion of vim from memes you are missing out. Anyone who can’t take 10 minutes to type vimtutor in their terminal is not someone to base an opinion on. These memes come mostly from impatient people that can’t read the docs. It’s a fantastic text editor.

That being said, it’s not meant to be used for written words it’s meant to write code and config files. You want to look for a word processor.

Abiword, etherpad, focuswciter are probably the next 3 biggest on Linux behind libre and open office.

Personally I prefer markdown for most things these days but it’s not exactly meant for word processing either.

Polyester6435,

(Neo)Vim is fantastic for writing when combined with some plugins and LaTeX

bellsDoSing,

IMO (neo)VIM is great for writing text as well, when all you need is markdown level formatting. Personally I use vimwiki a lot (many years by now).

callyral, (edited ) in Writing program
@callyral@pawb.social avatar

Any text editor that lets you write Markdown (all of them, since markdown can be written as a plain text file). It’s simple but featureful. I would recommend Marktext.

Rentlar, (edited ) in need help fixing a hardware problem using linux

Can you check the battery voltage with a multimeter if you know how to use one? when disconnected at full charge, when connected, and when the strange flickering is happening?

There are battery voltage monitoring tools on Windows and Linux which could work but I’d trust multimeter numbers more. Check to see if it’s above by more than 15% rated voltage or below rated voltage by any amount at full charge. Check for any strangeness in the charge curve.

If you see any of those signs your battery is likely busted. Also if your battery looks inflated at all replace it immediately.

dingdongitsabear,

that seems reasonable but I don’t trust my chubby fingers, everything is so tiny I’m afraid I’ll short something.

Rentlar,

You can try the battery monitoring software then. It would likely be a struggle to try to view the status while the screen flickers but if you can get a log then you can review it when you re-enable the fix.

dingdongitsabear, (edited )

this if from a F38 live image.

idle on battery: https://lemmy.ml/pictrs/image/5ef7b207-f5db-41c7-bfb6-b61d6d66e100.png

load on battery: https://lemmy.ml/pictrs/image/29df20e6-7bb1-4b7c-a3db-6335417daccc.png

charging idle: https://lemmy.ml/pictrs/image/b9ac32f1-9150-43bd-86ea-392f8cf43ebc.png

charging load: https://lemmy.ml/pictrs/image/dc4b64d9-9d6e-4519-8f42-ade6bbb4c360.png

battery is (or should be) 7.6V 42Wh. BIOS rates condition as excellent, 92% battery health. no visible deformations, as stated.

naturally, during this whole period the screen didn’t flicker once.

Rentlar,

OK keep monitoring i guess, if its good for now, fingers crossed?

It could be an Amazon quality battery or a combination of many factors… the design voltage of your battery is on the low side which pushes a lot of current to your display and other components. If that display cable is worn or frayed it can have a chance of busting the screen, or in very rare cases spark/catch fire. Inspect it carefully.

dingdongitsabear,

naturally, it began again after waking from sleep. that’s why it’s so darn tiresome diagnosing it, you never know if the tweak you’ve made has any effect, sometimes it works for hours, sometimes it freaks out after seconds.

if the battery is the culprit, shouldn’t it stop being a problem when running the device on external power? it’s not like it’s constantly charging the battery and simultaneously draining it; at least, no laptop I know of does that. and if the display cable is faulty, then it should also have those flickers when running it without battery. that never happens.

conciselyverbose,

What if the battery is doing something hinky enough to cause very minor interference and the internal cable is close enough to be affected by it? I'm not super familiar with the low level details of battery tech but I think it could theoretically be possible (though obviously would be stupid rare).

dingdongitsabear, (edited )

hmm, there’s an idea. I’ll try to shield the cable from the battery with cardboard and aluminium foil.

https://lemmy.ml/pictrs/image/057bfb60-c384-47ac-9e98-ff40270cd450.jpeg

edit: nah.

conciselyverbose,

It does feel like a pretty long shot, but you've done all the common sense stuff and are into the weeds, so why not throw wild guesses around?

chirospasm,
@chirospasm@lemmy.ml avatar

+1 for battery voltage, OP. You may have a faulty battery. If that is the case, how long have you owned the replacement? Is it within a window of returning it?

dingdongitsabear,

sadly that’s not an option at this point.

halm, in Writing program
@halm@leminal.space avatar

I’ve found that for me markdown is the very simplest, yet versatile way of typing out stuff quickly and regularly. And it’s not bound to any one software or platform, so I use Markor on my phone and Geany on my laptop.

Starfighter, in Writing program

Typst

You can use their online web-editor (similar to OverLeaf for LaTeX) or download the open-source engine and run it locally (there are extensions available for many text editors).

Compared to LaTeX I find it much more comfortable to work with. It comes with sane, modern defaults and doesn’t need any plugins just to generate a (localized) bibliography or include links.

Since Typst is very young compared to LaTeX I’m sure that there are numerous docs / workflows that can’t be reproduced at the moment but if you don’t need some special feature I’d recommend giving it a shot.

tuto193, in Writing program

I’d recommend typst.app. Super easy to structure text like LaTeX and 100 times easier to use :)

toastal, in Do you mount an embedded Linux file system to the workstation and use your host scripts or do you SSH/SCP and deal with the limited shell commands?

You can use something like Nix + home-manager & take your environment with you.

SuperiorOne, in Writing program

I recommend Obsidian with community plugins. Application itself isn’t open-source but your content stored as markdown files.

toastal,

Obsidian’s fork of Markdown. Don’t expect compatibility.

Euphoma,

There are extensions for obsidian compatability in Vim and Emacs.

toastal, (edited )

It’s not compatible with other Markdown forks, but the whole Markdown ecosystem is a mess duct taped together by more forks & extensions that aren’t compatible either. Even the common denominator CommonMark is feature-barren & isn’t suitable for documentation or technical writing, but boy howdy will the next guy have his Markdown contraption to sell you.

rstein, (edited ) in Writing program

It depends on what you want to achieve.

Vi and it’s descendants are brilliant editors for a programmer but not for writing prose. So stay away from them. ;-)

Do you want just to write text without being distracted by an overwhelming gui or are you fine with the hint at options?

Do you want to write in a terminal?

How much do you want to format while typing? By typing the format commands into the text or by clicking on buttons or ctrl-key magic?

Do you need version control?

For each of your combination of answers there are different solutions.

taladar,

Vi and it’s descendants are brilliant editors for a programmer but not for writing prose.

They work just fine for writing prose too. Though you probably do not need to learn them if you only want to write prose.

qyron,

Version control is an interesting idea.

I used to write fiction as a hobbie and want to return to it again.

The blank sheet of a standard text editor messes with my nerves. I lose myself editing, formating, etc.

If I could find a prompt that I could pre set the font, layout of the final work, and then have the program leave me alone, it would be perfect.

Most writers solutions come with a lot of bells and whistles, like word counter, time elapsed, goals, etc. Unnecessary. Distracting.

trevor, (edited ) in Do you mount an embedded Linux file system to the workstation and use your host scripts or do you SSH/SCP and deal with the limited shell commands?

People with PhDs in Vim will laugh at this, but I sometimes connect to remote systems through VS Code SSH connections when I’m working on a project with multiple files on a remote system.

kunaltyagi, (edited )

I’ve used mirror.vim for this. Pretty much similar UX as remote workspaces. Forone off editing, you can do vim ssh://remote/<abs or ~ location>

Sometimes, VS Code-ium is piss poor especially over bad connections but otherwise the remote management is quite awesome

And ofc, there’s emacs with TRAMP mode

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