opensource

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

corsicanguppy, in Friendica (open source facebook alternative) releases version 2023.12 with the ability to curate feeds and more

bin/composer.phar install --no-dev

composer isn’t how you deploy software; it’s just how you download the dependency shitsmear for proper packaging and deployment as a verifiably consistent artifact. Enough of the hokey shit, please.

genie, in A fork of NewPipe that implements SponsorBlock and ReturnYouTubeDislike

As an avid NewPipe user I like that it’s an approximately identical tool with more functionality!

It seems like a fork where (I wish) a plugin could (ideally) be in NewPipe. It may also be a nice nod to the original devs to change the default color scheme of the fork so nobody gets confused as to who forked from who.

Overall very cool work! I hope they continue to have success and make progress.

projectmoon,

The fork was originally created because upstream NewPipe elected not to include sponsor block functionality.

pastermil, in Enshittification of GitHub?

They also broke some stuff with some javascript, I think. I’m using KDE’s web browser (Falkon) and it used to work well.

Ephera, in Firefox 122 released: Here's what's new

• Firefox for Android can now be set as the default PDF reader.

Tried this just yesterday and was disappointed that it doesn’t work. Timely update. 🙃

devfuuu,

Mupdf seems to be the most stable for me in the years I’ve used it.

BlastboomStrice,
@BlastboomStrice@mander.xyz avatar

I think firefox pdf reader is one of the slowest pdf readers.😅

On windows I switched to Okular and on android I use Librera (and sometimes the default stuff on my phone).

Ephera,

Eh, my needs aren’t too elaborate on my phone. I only really care about lag while scrolling, which isn’t a problem in Firefox.

Not needing to have another app installed, especially on my mum’s phone, is what I’m mostly excited by.

phx, in Haier, the air conditioner maker, takes down open source third-party Home Assistant integration

From what I read, this project does help integrate with HA to avoid using the Haier app, but still uses Haier’s cloud. Can anyone confirm if this was true?

MrMcGasion,

Based on the documentation on the GitHub, it looks like it does use Haier’s cloud. Which, doesn’t make Haier’s actions any less shitty, but I can understand a company not wanting a bunch of users using their undocumented API, especially if there’s potential to have automations hitting it more frequently than their own app does (not that I have any reason to believe this project was actually being inefficient with API calls).

baseless_discourse, (edited )

EDIT: sorry, I read it wrong, I thought the reply says the addon “doesn’t” use the remote API.

I digged a bit on the code, and every command indeed go through the cloud. So even if you use this addon, Haire can still collect a fair bit of data about you, since there is no way to communicate locally and directly to the AC.

But the addon only sends the minimum amount of data to achieve functionality, so definitely not as much data as using Haire’s app.


Can you link to where the documentation that specify they don’t use API?

Because I am looking at pyhOn (dependency of hon, and also being taken down), it seems like when executing a command, they do contact the cloud. Specefically


<span style="color:#323232;">url: str = f"{const.API_URL}/commands/v1/send"
</span><span style="color:#323232;">    async with self._hon.post(url, json=data) as response:
</span><span style="color:#323232;">        ...
</span>

github.com/Andre0512/pyhOn/blob/…/api.py#L215 . The call to API is later used to send command:


<span style="color:#323232;">result = await self.api.send_command(
</span><span style="color:#323232;">                self._appliance,
</span><span style="color:#323232;">                self._name,
</span><span style="color:#323232;">                params,
</span><span style="color:#323232;">                ancillary_params,
</span><span style="color:#323232;">                self._category_name,
</span><span style="color:#323232;">            )
</span>

github.com/Andre0512/pyhOn/blob/…/commands.py#L14…

And the API_URL indeed points to a remote API:


<span style="color:#323232;">API_URL = "https://api-iot.he.services"
</span>

github.com/Andre0512/pyhOn/blob/…/const.py#L2

phx,

Yeah, so I can kinda understand Haier’s position here though they probably could have just set/quoted some ToC’s on using their cloud services.

It also means that IMO the plugins weren’t offering much other than integration, and this probably would have been a product I’d have avoided even before they started acting like dicks.

Local control or bust (or ability to reprogrammed with FOSS firmware)

ky56, in Don't be that guy.

Open source developers: Why aren’t more people using open source software software for everything. It’s better.

Also open source developers: Oh it broke your computer, well that’s your problem. You should have had a software engineering degree in order to vet the software yourself.

User goes back to closed source paid spyware… ahem software.

Open source developers: Why aren’t more people using open source software software for everything. It’s better.

hperrin, (edited )

It didn’t break his computer. In trying to fix it, he deleted his node_modules directory, and now he’s complaining that he has to run npm install and wait for it to finish.

So to be clear, it was his own action that caused him to have to reinstall everything.

ky56,

The entitlement of the open source community can be astonishingly deaf. You tell users that open source is better, users try it and your response is, oh it’s free software, you get what you pay for.

Pay who? If I donate do I get paid support? Almost any other paid product/service based off that project almost certainly won’t be open source and probably subscription spyware. So your answer to use open source is don’t use open source???

If this is your attitude on your repo then don’t imply/demonstrate it as for production ready use. It a personal fun dev project not fit for mainstream use. Pick a side, you can’t have both.

hperrin,

I actually offer consulting services for this library in particular, so yes, if you pay, you get paid support.

CurlyMoustache,
@CurlyMoustache@lemmy.world avatar

There’s a difference between trying to find out what is wrong and being a cunt.

If this person had asked politely after quickly searching for answers, the developer’s response would most likely be different and helpful

ky56,

Absolutely. Should have clarifying that I’m not defending the attitude and abuse of developers. However driving non technical end users to insanity with ill thought through processes is also wrong. Such as expecting users to write bug reports when an automated tool should be being used. An unclear installation guide where 90% of user run into the same problem. etc.

Linus’s (LTT) Linux challenge was the ultimate test of the open source community and they failed miserably. Blaming linus for bricking the system. Um hello, he never should have been incentivized to open the command line at all.

baseless_discourse, (edited )

There is a tradeoff between UX, user liberty, and user privacy. Traditionally, Linux is leaning heavily towards liberty. However now there are systems have locked down core system (like chrome os or mac os), so it is impossible to mess things up. Yet user might complain that they “cannot do anything”.

As for telemetry, privacy is a fundamental pillar of human right. I admire FOSS communities’ stance on privacy by default, and I don’t think they should change that. Although now opt-in privacy preserving telemetry is slowly getting implemented in Linux, I think it is a good thing, but needs still be treated carefully. Privacy-preserving telemetry is good, but it is notoriously hard to guarantee such correctness.

Finally, I think the bug Linus encountered is extremely rare. The flatpak install script is broken, and the apt install removes DE. I don’t think there are any documented incident of both installation methods to have such critical failure. It is even more unfortunate that it happens just as the most popular tech youtuber decides to try Linux.

fafff, in Looking for software for poster design

Scribus is an excellent libre desktop publishing program.

I used to write a small postcard game for the “Wish you were here” jam, but it is suited to any job up to professional level.

sorrybookbroke, (edited ) in PLZ good PeerTube alternative

Mastadon had a similar issue before the blowup. It’s not possible to stop in a completely open source and federated service. By design, anybody can join in, and create a new instance to do with as they please

If you want to make it better we need more servers that block this trash, and who have larger user-bases than the current ones. Create quality content on reasonable instances, advertise these sites, and bring other creators in

illectrility, in Searching for a Samsung Notes replacement

You can have a look at Obsidian with the Excalidraw plugin

dessalines,

I really wish obsidian was open source.

Aradia,
@Aradia@lemmy.ml avatar

And also not built with electron… 😣

powermaker450, in Xbox Game Bar for Linux?
@powermaker450@discuss.tchncs.de avatar

I don’t know about the full functionality of the game bar, but I know ReplaySorcery does a good job with instant replays in games for me.

Mikelius,

This is what I use. The project is dead and had some bugs that kept it running on my system right away, but as it’s open source, I was able to fix the code a little bit to success. Just wish it was a little friendlier on cpu or could be selective on which apps to run instead of recording nonstop regardless. I have it start up with Steam for now though.

redcalcium, in open source pdf editor for linux based os?

It’s very limited, but you can use Gimp or Inkscape to edit a pdf in a pinch. IIRC gimp can’t edit existing text in pdf, but inkscape can.

poinck,

I used Inkscape a lot on PDFs with forms and broken layout. The beauty of it, you can fix other problems, too, use your own font or change the font of existing text. (:

henrikx, in UnifiedPush support has been announced for Element X, and NeoChat

What is UnifiedPush?

flipflop97,
@flipflop97@feddit.nl avatar

Had to look it up too, looks like a way to choose your own push service:

unifiedpush.org

pineapplelover,

I think it’s sending push notifications not using google play

Kalcifer, (edited )
@Kalcifer@sh.itjust.works avatar

Technologically, there’s a little more to it than only that, but, in practice, that’s essentially what it does.

helenslunch,
@helenslunch@feddit.nl avatar

What service does it use? Or is it just a standard for using your own?

Kalcifer, (edited )
@Kalcifer@sh.itjust.works avatar

UnifiedPush, itself, is just the standard; services like Ntfy then implement it.

stefenauris, in Ventoy 1.0.97 Released
@stefenauris@pawb.social avatar

amazingly useful utility!

nezbyte,

It really is. I have every possible ISO I may want and even a win10 bootable environment on a single usb drive.

denshirenji, in Alright boys, I've been converted to the light side and have installed F-Droid. Now what?
@denshirenji@lemmy.world avatar

What I have installed:

From Obtanium:

  • Most Fossify Apps
  • Nextcloud
  • Material Files
  • Immich
  • DAVx & ICSx (nextcloud contacts and calendar sync)
  • DNS66
  • Jellyfin
  • Spotube

From FDroid (really droidify from various repositories)

  • FUTO Voice Input
  • Breezy Weather
  • K-9
  • Libera Reader
  • FFUpdater
  • Joplin

The list is massive and I’m on mobile and hate tiny keyboards. I can finish the list later if you/y’all are interested. The only thing that I actively use that is not FOSS on my phone is Google Messages, which I guess is a bit hypocritical, but its too good. Just the ability to react to messages makes it worth it for me.

I also highly recommend Grayjay. It is the best (IMHO) YouTube replacement. It is cross service, like I have odysee, nebula, youtube, and various peertube instances added as sources.

As far as what apps to watch out for, someone mentioned Simple Mobile Tools. Otherwise, I would stay away from apps that are not being updated anymore or are otherwise way too old.

Tangent5280,

How well would you say Libera Reader works? Do you have experience using it?

denshirenji,
@denshirenji@lemmy.world avatar

It works perfectly well. I find the ui bit clunky personally, but functionally it works very well. I don’t have much time to read anymore though, so I rarely use it to be honest.

Adda,
@Adda@lemmy.ml avatar

Librera Reader is the best reader I have had the honour to try. I have been using Librera Reader for several years now, and I think it is safe to say I love the app. It is actively maintained, and new features are added continuously. There are plenty of settings to allow you to modify the user experience exactly to your liking. If you are considering reading any e-books or PDFs on your Android devices, give Librera Reader a try. It is a fantastic app.

Tangent5280,

I read a lot, and currently I read with calibre on my pc since I can highlight and export them directly so I can include them in my notes. I’d like it if I could run the calibre server and be able to higlight on my phone, and sync it over to my pc automatically.

Lemongrab, (edited )
@Lemongrab@lemmy.one avatar

I have some things to add.

Most of the released fossify apps are on fdroid.

From f-droid I recommended:

Binary eye (QR and bar codes)

Fennec or Mull (Firefox without telemetry, Mull for privacy/security)

K-9 mail (email client, Thunderbird mobile)

Aurora store (google appstore without need for play services)

Innertune (better YT music)

OpenNoteScanner (scan paper docs to digitize)

Droidify (fdroid but more feature rich and user friendly)

Tangent5280,

How does OpenNoteScanner compare to the Microsoft Lens app?

Lemongrab,
@Lemongrab@lemmy.one avatar

Much less features. Does the job with simple orientation correction and post process filters for clearer text. Serviceable but incomparably.

mea_rah,

I feel so sorry for recommending a closed source app in this community, but Genius Scan from Grizzly Labs is the only non-oss app I still use. I think I paid around €30 for the enterprise version so it doesn’t bother me with cloud nonsense.

It’s all local only (if you want) and the scanning quality is the best I’ve found. (I used OpenNoteScanner for a few months, sadly it’s not even close both in terms of quality and convenience)

I figured I’ll mention it as an alternative to MS Lens app that likely sucks in every bit of information it can get its hands on.

denshirenji,
@denshirenji@lemmy.world avatar

Thank you for recommending Innertune. Checking it out now.

KpntAutismus, (edited ) in Alright boys, I've been converted to the light side and have installed F-Droid. Now what?

i use:

  • aves (gallery app)
  • organic maps
  • jellyfin
  • openboard
  • symphony (music player)
  • syncthing
  • nclientV2 (te best way to read 6-digit codes)
  • fair email (easily the best e-mail app i’ve ever used)

also youtube revanced (not entirely open source or available on f-droid, but the best way to watch youtube without ads for my use case)

SnokenKeekaGuard,
@SnokenKeekaGuard@lemmy.dbzer0.com avatar

Yeah i’ve tried libretube and newpipe, also newpipe sponsorblock but returned to revanced

JoyfulCodingGuy, (edited )
@JoyfulCodingGuy@lemmy.ml avatar

My problem with Symphony and other music apps like Auxio is that they don’t work with audiobooks and file types like m4b. Simple Music Player worked for me when playing all my audio files but now I am waiting for the Fossify version to be published.

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