4
submitted 11 hours ago by BlastboomStrice@mander.xyz to c/Greece@fedia.io
[-] BlastboomStrice@mander.xyz 9 points 3 days ago

But these ancient ancestors are dead now (probably?), maybe their plan wasnt that good after all😌

[-] BlastboomStrice@mander.xyz 3 points 3 days ago

Κι εγω reddit μπαινω πρακτικα πλεον χωρις λογαριασμο μονο απο αποτελεσματα αναζητησεων στο internet

[-] BlastboomStrice@mander.xyz 3 points 3 days ago

Αωω, να σαι καλα fxomt:)

6

Χιχι, βλεπω πως εχουν περασει 2χρονια απο τοτε που πρακτικα παρατησα το reddit για το lemmy. Περνα γρηγορα ο καιρος

7

Yo:)

9

Καθώς προσθέτω ονόματα και τραγούδια στο musicbrainz, μαθαίνω διάφορες συνδέσεις και την ιστορία των ατόμων αυτού του χώρου, οπότε είπα να τα οπτικοποιήσω κάπως. Έτσι έφτιαξα ένα git repo (https://codeberg.org/BlastboomStrice/Music-Names-mapping) όπου έχω και .svg και .drawio αρχεία που δεν χαλάνε με την μεγέθυνση όπως τα .png.

4
submitted 2 months ago by BlastboomStrice@mander.xyz to c/Greece@fedia.io

Ενα ωραιο τεραστιο αρθρο που βρηκα. Διαβασα μονο τις πρωτες παραγραφους βεβαια😅, αν θελτε ριξτε του μια ματια

5
submitted 2 months ago* (last edited 2 months ago) by BlastboomStrice@mander.xyz to c/opensource@programming.dev

Seems like the developer is back with a video update on the program's development.

Some points I understood:

  • The developer made some rethinking of the whole project
  • The node editor got a rewrite from C++ to C#, a higher level language, to make development easier (I think the filters themselves are in lower level language, it just affectst the node editor).
  • With the rise of godot and video editors becoming 2D/3D pipelines, the developer based the rendering engine on godot.
  • The developer wants to make the editor modular and easy to extend.
  • The developer says that the following months will try to work on getting olive to a stable release:)

Link to video: https://www.youtube.com/watch?v=invMlMRPUrM

20
submitted 2 months ago* (last edited 2 months ago) by BlastboomStrice@mander.xyz to c/android@lemdro.id

Supposing we have an open source android app, (how) could one convert it to a linux distro package? (Like for debian, nixos, etc.)

Android is essentially a linux distro if I get it correctly, a heavily modified one.

Many android apps are written with java and the newer ones tend to go with kotlin, which I think should be able to run cross-platform.

Would hard of an attempt would this be?

Edit: Thank you people! From what I gather android is very far from the rest of linux distros (practically having in common only a few parts of the kernel) and the fact that apps tend to be written in java/kotlin doesnt have much of a difference if they are not built in a way that makes the cross-platform compatible (like godot engine does). Those apps will probably need to do many system calls to the android OS, soI can't just compile them for a different architecture. I'd either need an android translation layer or an emulator to run them.

Unrelated, but cool to see some familiar usernames:)

[-] BlastboomStrice@mander.xyz 190 points 3 months ago

Feels like they promote lemmy the same way microsoft promotes linux

23
submitted 3 months ago* (last edited 3 months ago) by BlastboomStrice@mander.xyz to c/piracy@lemmy.dbzer0.com

Edit: turns out .su seems to work, while .to doesnt

I'm noticing that about half the time I try to download music from lucida, it fails reporting:

uh-oh!

An error occurred. JSON.parse: unexpected
character at line 1 column 1 of the JSON data

To test it, I tried:

  1. different download sources (qobuz, deezer, tidal etc.)
  2. different qualities/encodings (opus, flac, original etc.)
  3. random different songs/albums (and even downloading tracks individually)
  4. using different devices

But still it fails. Do they have issues with the accounts they use to download the tracks or is it something else? This kind of issue tends to be fixed a few hours later.

27
submitted 4 months ago* (last edited 4 months ago) by BlastboomStrice@mander.xyz to c/worldnews@lemmy.ml

BELGRADE, Serbia (AP) — Serbia’s populist Prime Minister Milos Vucevic resigned Tuesday in an attempt to calm political tensions following weeks of massive anti-corruption protests over the deadly collapse of a concrete canopy. The canopy collapse in November, which killed 15 people in the northern city of Novi Sad, has become a flashpoint reflecting wider discontent with the increasingly autocratic rule of Serbia’s populist President Aleksandar Vucic. He has faced accusations of curbing democratic freedoms in Serbia despite formally seeking European Union membership for the troubled Balkan nation. Novi Sad Mayor Milan Djuric also will step down on Tuesday, Vucevic said. Vucevic’s resignation could lead to an early parliamentary election.

115
submitted 4 months ago* (last edited 4 months ago) by BlastboomStrice@mander.xyz to c/world@lemmy.world

BELGRADE, Serbia (AP) — Serbia’s populist Prime Minister Milos Vucevic resigned Tuesday in an attempt to calm political tensions following weeks of massive anti-corruption protests over the deadly collapse of a concrete canopy. The canopy collapse in November, which killed 15 people in the northern city of Novi Sad, has become a flashpoint reflecting wider discontent with the increasingly autocratic rule of Serbia’s populist President Aleksandar Vucic. He has faced accusations of curbing democratic freedoms in Serbia despite formally seeking European Union membership for the troubled Balkan nation. Novi Sad Mayor Milan Djuric also will step down on Tuesday, Vucevic said. Vucevic’s resignation could lead to an early parliamentary election.

41

I just saw that the github user bambanah seems to has started to continue the development of deemix!!

There's now a docker image you can use too.

Reddit link with more info about it: https://web.archive.org/web/20250114172700/https://old.reddit.com/r/Piracy/comments/1g5nar6/deezer_downloader_deemix_has_been_revived_on/

I see many posts about piracy services closing down, so maybe this post gives some hope:)

56

2 months old article, but the video explains well what and how Umu launcher works.

Essentially I think it replaces Steam's runtime environment, by doing kinda what this runtime does, but for all games (even non-steam ones). It has a database to match the games, so that umu knows what scripts to run the game (like setting environment variables, installing dependencies etc.).

Lutris now (if I understood well) uses umu when you choose the proton runner. You can enable it in Heroic launcher as well. You can also run umu "bare" through command line, by creating the wine prefix, feeding it a name to match it to the database and let it do its work (I think this is presented at around 01:30:00 mark). As time passes, more programs seem to adopt it.

It's a ~40mins presentation which starts about after the first hour in the video. Took me really long to understand how this works, hope it will help others (posting it here as cracked games tend to be installed out of steam).😅

[-] BlastboomStrice@mander.xyz 113 points 7 months ago

LETS GOOO

At least something good happened today

[-] BlastboomStrice@mander.xyz 62 points 7 months ago* (last edited 7 months ago)

I wanted to try this, but I dont exactly have a menthol source :/

(Or do I?)

Edit: I have a mint mouthwash and spicy cheese paste, hmmm

Edit2: Well, I took half the dosage of the moutwash and did a flush and then ate the cheese paste with the bread. I dont know if it was the fact that I didnt use enough mouthwash, but the experience was kinda mediocre.

At first the spicy didnt register, but that might be because for spicy cheese paste it takes a little time to feel the burn. I think I could feel both the icy and the spicy sensations, depending on where I focused, but it wasn't something amazing (or intense, but that's probably because both sources were mild). I think the taste that lasted the most is the sweetener from the mouthwash.😅

Maybe one day I'll make my cherry juice with menthol and capsaicin.

[-] BlastboomStrice@mander.xyz 55 points 8 months ago

After messing a bit around with bottles, lutris and heroic, I think I had most success with bottles.

Now there's umu launcher in the game too, I'd like to use it in bottles/lutris somehow

[-] BlastboomStrice@mander.xyz 181 points 1 year ago* (last edited 1 year ago)

Wait, after all those murders and sabotaging during the elections the people still managed to elect a really worthy president (seems like the best president I've seen in all the countries the last years)??

Wow, maybe I should move to Mexico

Congratulations Mexico!

Edit: Well, hmm:

https://lemmy.world/post/16332638

[-] BlastboomStrice@mander.xyz 58 points 1 year ago* (last edited 1 year ago)

[Edit: indeed, its actually good that it's 2gb]

2gb plugin??!

Btw, does it work with tenacity?

[-] BlastboomStrice@mander.xyz 53 points 1 year ago

Isnt throwing garbage free?

(At least here in Greece it is.)

view more: next ›

BlastboomStrice

joined 2 years ago