thevoidzero

joined 5 months ago
[–] thevoidzero 2 points 1 day ago (1 children)

I don’t feel locked in, since there are no Spotify originals etc

I don't use Spotify so correct me if I'm wrong. But I think Spotify has podcasts that are only available there.

I told my wife about other open source apps that have music without ads, and even though it had the music, there were some podcasts that were not available without Spotify premium outside of Spotify.

[–] thevoidzero 6 points 6 days ago (12 children)

If there was an easy way to use rust or something on webassemly and use that instead of JS. I'd be so happy, but I can't find how to do it without npm.

[–] thevoidzero 3 points 6 days ago

I think that's why Github suggests MIT as default. Unaware people will just put that. Most open source people just code things they want without thinking much on other aspects. We really need some sort of enforcement to stop companies banking on voluntary work done for the community.

[–] thevoidzero 32 points 1 week ago (2 children)

You can use your library for commercial projects that you have. Just have dual license that requires payment for commercial use or something similar. You don't have to pay yourself

[–] thevoidzero 4 points 2 weeks ago

Most open source tool have the same thing that it feels like it's made by engineers. I think that's because it's true, most FOSS tools are made by engineers for engineers. Because most project start with someone needing something and then creating it and sharing it.

Chances of a programmer needing something and then making it is a lot higher, than an artist needing it and then making it as then there'd be a need to have the necessary skills to make the software. As someone not from CS field I've seen how much of redundant programs are present for CS related tasks while barely some exists for other fields because the overlap of programmer and that field is low specifically FOSS programmers. And a few programmers that field would have don't have the high level software development skills, so most open source tools made by them are "works on my machine, or works for this specific task" even though with less than 1% more effort they could have made a generalized tool.

[–] thevoidzero 2 points 2 weeks ago

Miniserve is a program for computers. Though you can run it in termux. It just opens a tiny server instance for file sharing, you can download/upload files to a directory directory. Will also show QR for the link.

[–] thevoidzero 2 points 2 weeks ago

Don't modify the config in /etc/, copy them in ~/.config/ and then modify them. You'll always be able to just look at the /etc/ for defaults.

[–] thevoidzero 6 points 2 weeks ago

It is kinda like that. We have a tracker that we added because they increased the insurance rate and said if you install this device we'll keep the rate low based on driving patterns.

Basically records how often you drive, hard break/sharp turns, after midnight drives, etc. We don't drive the car often so the prob of accident is low but we recently learned that they can consider not driving enough also bad saying it can make you drive recklessly or sth.

[–] thevoidzero 3 points 3 weeks ago (2 children)

Ever heard of open source?

[–] thevoidzero 2 points 4 weeks ago* (last edited 4 weeks ago)

If by editing you mean adding texts (forms) and signing, then Firefox, xournal++, rnote etc.

If you mean changing the pdf content, then libre office draw for textual pdf, inkscape for graphical pdf.

I also just open PDF in text editor (or with qpdf's qdf format) and edit certain things. I don't recommend it but due to certain recent events I had to change some font data from PDF and that was the best solution.

[–] thevoidzero 2 points 1 month ago (1 children)

Arch already just works, Majaro breaks more (at least for the one month I tried it while getting into Linux).

[–] thevoidzero 3 points 1 month ago (1 children)

Reading filesystem is not about which distribution you have but drivers on disc. If you have FAT the defaults should work, for NTFS you might have to install the ntfs driver. I don't use mint but it's the linux way so either it's already there or you can install it. Once you have driver just mount it like a normal drive and it's done.

 

cross-posted from: https://lemmy.world/post/11271385

Basically, you can choose some slides from an opened .tex file to copy. It also has the function to see which graphics files are included in the selected files, so you know which ones to copy.

Here is the Github link: https://github.com/Atreyagaurav/beamer-quickie

The PDF pages are shown using the SyncTeX (if available) so that you can visually choose the slides as long as there is a single .tex source file, (might still work without synctex for simple cases).

I've made it on Linux, so it hasn't been tested in windows. You probably will need to compile gtk on Windows if you want to make it work. So if someone is really interested let me know, I can give instructions. Even in linux you'll need to install dependencies.

 

Basically, you can choose some slides from an opened .tex file to copy. It also has the function to see which graphics files are included in the selected files, so you know which ones to copy.

Here is the Github link: https://github.com/Atreyagaurav/beamer-quickie

The PDF pages are shown using the SyncTeX (if available) so that you can visually choose the slides as long as there is a single .tex source file, (might still work without synctex for simple cases).

I've made it on Linux, so it hasn't been tested in windows. You probably will need to compile gtk on Windows if you want to make it work. So if someone is really interested let me know, I can give instructions. Even in linux you'll need to install dependencies.

view more: next ›