BlastboomStrice

joined 2 years ago
[–] BlastboomStrice@mander.xyz 13 points 1 day ago (2 children)

They dont even have to be sport cars, they might just use a modified exhaust (you can add a thing at the end of it and you can make noise very very cheaply)...

[–] BlastboomStrice@mander.xyz 4 points 1 week ago (1 children)
 

Yo:)

[–] BlastboomStrice@mander.xyz 7 points 1 week ago

If you mean specific memes, I tend to just search them on duckduckgo on my browser.

Know your meme and Lessons in meme culture (limc) tend to have some good resources

[–] BlastboomStrice@mander.xyz 12 points 2 weeks ago

Wait, is this why this 19684 community exists? I couldb't figure out the difference all this time, thanks (lol, well, it says no hornyposting in the rules, that's probably what makes it 19(6)84)

[–] BlastboomStrice@mander.xyz 1 points 2 weeks ago (1 children)

Ugh, I think I might get what you mean. Inside a relative's laptop, the screw on the secondary m.2 space couldn't be unscrewed... We gave up as we didn't have to put a disk there (yet).

[–] BlastboomStrice@mander.xyz 5 points 2 weeks ago (1 children)

Not european, but the nonprofit Metabrainz foundation has related open source projects, like musicbrainz, listenbrainz, critiquebrainz etc. where almost every data is liscensed with CC0:

https://metabrainz.org/projects

 

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

[–] BlastboomStrice@mander.xyz 19 points 3 weeks ago

Wait we lost jawa21 too? ://

[–] BlastboomStrice@mander.xyz 2 points 4 weeks ago* (last edited 4 weeks ago) (2 children)

Unrelated, but do you relize that you and the comment you reply to have the same character as profile picture? :))

Edit: Lol, seems like it's the same image, mirrored

[–] BlastboomStrice@mander.xyz 10 points 1 month ago (1 children)

Hmm, how about mindustry (its open source and free outside of steam)? It's like factorio with tower defense. Note: after playing for few hours you might get access to many more stuff in game which might feel overwhelming

[–] BlastboomStrice@mander.xyz 7 points 1 month ago* (last edited 1 month ago) (2 children)

I think hilariouschaos (or lemmy.today as it too has a "serious" conservatve community) are the ones you're referring to. I too was confused initially.

Crazypeople.online is the successor to wallgarden.xyz and its main communities are the eternalplaylist and the weed ones.

PS. Their name reminds me explodingheads for some reason, which is similar to hilariouschaos (and I think theyre shut down now).

[–] BlastboomStrice@mander.xyz 8 points 1 month ago (4 children)

Wasnt aware that crazypeople.online was anarchist, coool

25
submitted 1 month ago* (last edited 1 month ago) by BlastboomStrice@mander.xyz to c/fuck_ai@lemmy.world
 

I got an email today, so I searched it up a bit more. The link to the setting: https://m.facebook.com/help/contact/6359191084165019

PS. This is probably available only for users inside the EU

PPS. I know, ideally I wouldnt be using any of these services, but weighing the situation, it's probably better to use them than isolating myself from the people around me:/

 

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

 

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

 

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

 

Yay, nice to see mander back up and running.

May I ask, do we know what happened?

Also, should we maybe have a matrix chat or something as a backup communication channel?

 

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:)

 

I was trying to learn git and after searching a bit, I finally found some good open-source tutorials. Specifically, I followed those two tutorials, in this order:

  1. https://ohmygit.org/ (a computer application)
  2. https://learngitbranching.js.org/ (a website)

The second seems to cover a bit more advanced topics (it teaches more thoroughly about remote repositories)


Also after an alternativeto search and a post here, I found three more open-source resources:

  1. https://www.gitmastery.me/ (a modern website)
  2. https://github.com/vishal2376/git-coach (an android application covering the very very basics)
  3. https://github.com/jlord/git-it-electron (An old computer application)

PS. Prior to these I had a basic git course, which I think wasn't enough, but probably helped me either way and after this I had checked some git resources, which gave more of a rounded knowledge about git and I think are worth metnioning:

  1. https://jdsalaro.com/tutorial/git/index.html (this person is here on lemmy too)
  2. https://tom.preston-werner.com/2009/05/19/the-git-parable.html
  3. https://missing.csail.mit.edu/
  4. https://docs.codeberg.org/git/clone-commit-via-cli/
  5. https://github.com/SimonSchubert/LinuxCommandLibrary

Lastly, there's the pro git book as well for anyone who wants to go even deeper: https://git-scm.com/book/en/v2

 

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.

view more: next ›