tubbadu

joined 2 years ago
[–] tubbadu@lemmy.kde.social 1 points 10 months ago (2 children)

I think the problem is not something related to jitsi, meet, discord or matrix, but rather to the OS screensharing capabilities

[–] tubbadu@lemmy.kde.social 1 points 10 months ago

I'm also experiencing this bug, regardless on which theme I set (Breeze, Breeze Dark, Breeze Dark EndeavourOS, Breeze Twilight). The folder icon is the only one with this problem, and only when the window has focus

[–] tubbadu@lemmy.kde.social 9 points 10 months ago

Man put the spoler tag, i guess a lot of people will look at this thread looking for new anime to watch, don't spoil it like this :P

(I 100% agree tho)

[–] tubbadu@lemmy.kde.social 1 points 10 months ago (1 children)

Isn't nextcloud the "evolution" of owncloud? Except for the UI, are their performance similar?

[–] tubbadu@lemmy.kde.social 1 points 10 months ago (1 children)

I've never heard of it, but it looks very interesting! Except for the working mechanics, from the "user pov" it works similar to syncthing, did I understand correctly?

[–] tubbadu@lemmy.kde.social 8 points 11 months ago (2 children)

Which client can I use to do this easily?

[–] tubbadu@lemmy.kde.social 3 points 11 months ago (1 children)

This is very nice! If you achieve to make it work please share it!

[–] tubbadu@lemmy.kde.social 3 points 11 months ago (3 children)

I have no idea if there's a "normal" way to do it, but in case you don't find anything better and if you're willing to spend a bit of time tinkering, an option could be writing a kate plugin. I did it only once, so my knowledge is extremely poor, but it should be possible to connect to the "text selected" signal, and everytime some text is selected, you read the text document and search if there's a comma or a period etc and in case select the whole number

[–] tubbadu@lemmy.kde.social 8 points 11 months ago (1 children)

The first one lol

[–] tubbadu@lemmy.kde.social 30 points 11 months ago (7 children)

Please tell me this is not real

[–] tubbadu@lemmy.kde.social 36 points 11 months ago (3 children)
[–] tubbadu@lemmy.kde.social 2 points 11 months ago (1 children)

I downloaded it and tried to run it, but it gets stuck in a loop and I don't know how it could be fixed:

error: max_recursion_depth exceeded
error: called from
    baseUnitSystem
    <unknown>

it seems the problem is in the line

coreUnits = buildCoreUnits(u.baseUnitSystem);

in the file u.m, I think because u.baseUnitSystem tries to "call itself". I don't know what this should be supposed to do, and have no idea on how to possibly fix it :(

 

Hello there! I wrote today this tiny js script to export my watchlater playlist to a json file in order to import it into piped, as Youtube does not want you to do this for mysterious reasons. Sharing if anybody is in need!

https://codeberg.org/tubbadu/youtube-watchlater-playlist-to-piped-exporter

DisclaimerThe procedure includes pasting js code into the browser's console. This is usually NOT recommended, as it may expose security vulnerabilities and do really bad things. Use this tool at your own risk. I pinky promise it is not malicious ;)

 

Hello! I'm looking for a foss navigator app for my android device, but all navigator apps I've tried (OSMand, organic map) are missing a feature: when I calculate the route from point A to point B, on Google Maps a few possible routes are displayed, and then I chose the one I prefer; on other apps only one possible route is displayed, and if for any motivation I don't want to pass from a certain street or something like this, I have no other options. Is there an app (or a way on these apps) to make it calculate a few possible routes instead of just one?

thanks in advance!

 

crosspostato da: https://lemmy.kde.social/post/77928

Hello! I'm trying to make google maps go work on my android smartphone. Google maps go is basically a wrapper of the website, that should provide navigation feature with another app called "navigator for Google maps". I have both installed, but when I click on "navigate in app", the link "maps.app.goo.gl/somethingverylong" is redirected to the play store website instead of being opened with the navigator app. Both apps have all permissions granted. What am I doing wrong?

Bonus question: do I really need the google maps go app or is it also possible to redirect to the navigator app from the browser?
Bonus question #2: would the navigator app work without google play services, on a degoogled rom?

Thanks in advance!

 

Hello! I'm trying to import my youtube "watch later" playlist into my piped account on piped.yt. I extracted the videos links with this js script:

let p = [];
document.querySelectorAll("ytd-playlist-video-renderer a.yt-simple-endpoint").forEach(v => {
	if(v.href.includes("/watch?v=") && !p.includes(v.href)){
		p.push(v.href.split('&list=')[0]);
	}
})
console.log('"' + p.join('","') + '"');

I then created a dummy playlist on piped and exported it as json, in order to modify it to add my videos. this is how it looks like:

{"format":"Piped","version":1,"playlists":[{"name":"WatchLater","type":"playlist","visibility":"private","videos":["https://www.youtube.com/watch?v=somethinghere","https://www.youtube.com/watch?v=somethingheretoo"]}]}

and I replaced the videos list between [ ] with the output of the script, making sure that all quotation marks are closed. I then imported the file and.... the playlist created has 0 videos. why? am I doing something wrong?

2
submitted 2 years ago* (last edited 2 years ago) by tubbadu@lemmy.kde.social to c/opensource@lemmy.ml
 

Hello! I'm looking for a foss weather app for android, so I went ahead to f-droid and tried a bunch of them, but didn't find any that fully satisfies me: I want to be able to see the hourly forecast of any day of the week, not just the "global" forecast, and I want the weather service used not to require a credit card (openweathermap.org for example requires the credit card to get an API key). Geometric Weather is the one that I'm currently using, with open-meteo as provider, but sadly it displays hourly forecasts only for the current day, but not for other days.

Do you have any suggestion? Thanks in advance!

 

Hello! My smartphone is dying, so I'll soon have to buy a new one. I'd like my new phone to have pure Android, without all the apps that manufactures install. Ideally I'd like to remove the majority of Google services too, but there are some that I can't replace yet, so I'm still dependent on, like google maps. What smartphone do you suggest me? In your opinion, would it be better to buy a smartphone with already stock android or to buy any smartphone, and then replace the OS?

 

With the increase popularity of the linux desktop and the steamdeck, will new viruses and malwares be developed for linux systems? should we better use an antivirus?

0
submitted 2 years ago* (last edited 2 years ago) by tubbadu@lemmy.kde.social to c/linux@lemmy.ml
 

Hello fellow lemmings! Fedora KDE user here, and quite happy about it, it didn't break a single time and packages are up to date. The only thing that bother me is DNF's speed... a single search may take up to 5 seconds, and if I'm dependency-hunting I may need several searches, summing up the delays. I'm asking if switching to openSUSE Tumbleweed could be a good idea or not. The idea of the rolling release is really intriguing, whole system upgrades always makes me nervous, and zypper, being written in C++, should be faster than DNF.

I would stick to Wayland KDE, as my current fedora setup.

Other than this, I don't see any other obvious pros or cons, so I'm asking you: why should I switch and why shouldn't I? any tips from someone who used both?

thanks in advance!

 

Hello fellow lemmings! According to this reddit discussion in 2018 there wasn't any foss alternatives to google pay. How's the situation in 2023?

 
view more: ‹ prev next ›