BlastboomStrice

joined 2 years ago
[–] BlastboomStrice@mander.xyz 5 points 1 month ago

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

[–] BlastboomStrice@mander.xyz 3 points 1 month ago

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

[–] BlastboomStrice@mander.xyz 3 points 1 month ago

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

[–] BlastboomStrice@mander.xyz 3 points 1 month ago

Hmm, maybe listenbrainz explore could help with that

https://listenbrainz.org/explore/music-neighborhood/

[–] BlastboomStrice@mander.xyz 4 points 1 month ago

Πραγματικα

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

Yo, you're kind of on the correct path. I think though it probably wont work for you if you dont have a sound amplitute tool already (I know, counter intuitive).

Step1: for this to work, you need to be in a room where you have a device producing a sound of a certain loudness, use a sound loudness measuring tool and then put that value in the calibration field. By pressing calibrate it will calculate the offset, how far off the current reading of the app is from the actual value, and then it will try to take this into account when measuring sounds (and display the proper values).

Step2: Here you'd put the offset if you already knew it (if you had done step1 in the past for example). Since you haven't, you'd have to do step1 instead of step2.

Step3: yes

Step4: yes

Step5: I'd do both probably. Export data either as csv (comma separated values file) or as excel file and I'd also export a screenshot of the graph.

To conclude, you need a sound measuring tool, a constant sound source (like a phone playing a specific frequency at a certain volume) and a somewhat quiet place to avoid any interference. If you know anyone who could lend you their sound measuring tool to do a calibration it could help. Otherwise, there are cheap sound meters (maybe some Uni-T ones?).

PS. Even if the readings are correct though, I dont know if they could be considered as evidence, you'd might have to check that first.

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

How about Phyphox? Open-source, on fdroid:)

It even lets you calibrate your mic to show proper readings

[–] BlastboomStrice@mander.xyz 28 points 2 months ago

Does anyone keep track of the times? I feel like this is happenning about 2-3 times per year the last years

[–] BlastboomStrice@mander.xyz 13 points 2 months 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)...

 

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.

 

Hello, I'm thinking of creating a matrix account after a long time and I thought about creating one on an anarchist server (like something with similar ideas in this lemmy server). Do you have any suggestions? I was looking at this database, but it says it has gone down and they provide a json list.

I found https://4d2.org/ , but I saw that they removed the mention of anarchy from their description. (Compare this snapsot from 2025/01/05 with today's snapsot.)

Hopefully this is the correct place to ask, if not, pls direct me to a more appropriate community:)

Edit: The admin of the server told me that 4d2 became a non-profit company (https://www.acabinc.org/) and they don't want to look that political to avoid any legal issues (I think they have to be non-politicaland such, so they removed the mention of anarchy from their website description.😄 (I eventually made an account there.)

 

Θελουν ο κοσμος να φοβαται..

Bonus tracks:)

 

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

 

After around 4 months of reading manuals, forums, watching tutorials and asking online, I've eventually managed to have an almost properly working NixOS installation on my pc and wiped the Win10 partition (I have win10 in a VM as a fallback mechanism)!

I started this journey initially wanting to switch to linux and I started my tests with Debian Stable. But the repo was really old (as expected), so I tried the Testing variant. But this repo had missing packages. I tried Unstable for a few moments too, but I crashed and didn't want to bother. I figured that I could make a script to (declaratively?) fetch and auto update packages from github, bypassing Debian Testing.

Then it was when I looked at NixOS and found out that the whole system kinda does what my script would do, but much much much better. Almost ever since then I tried to learn almost everything I needed and a few extra stuff to get it working. This is the configuration I've come up with so far (it's probably considered simple).

I also made a guide to keep track of what I was doing and what I would have to do once I took the decision to transition to Linux/NixOS, hopefully it might help others too:

https://codeberg.org/BlastboomStrice/LinuxPlan/src/branch/main/LinuxPlan.md

Finally I can be called a Linux user :)

 

Hello everyone, I'm very close to finishing my configuration files for NixOS. I have those working on my nixos installation on my external drive, but before I officially move to nixos I'd like to make sure that I'm not doing something wrong.

Could someone please check my config files? (I only use flakes.nix, configuration.nix, home.nix and hardware.nix and I'd say they aren't much complicated.)

My main concearn is that I probably use the import and modules functions wrong (yet somehow they work?). I've read and watched numerous guides for the last 3 months, but I think I still mess this up😅. I think following a bunch of different guides and videos added to the confusion a bit. (A recent guide I read made me have doubts about my set up.)

This is the link to my nixos configs:

https://codeberg.org/BlastboomStrice/dotfiles/src/branch/main/.config/nixos-conf

Hopefully by the end of the next week I'll be posting here about having transitioned to linux/nixos:)

Sample of probably wrong usage of modules in flakes.nix

    outputs = {self, nixpkgs, ... }@inputs: {
      nixosConfigurations = {
      nixos = nixpkgs.lib.nixosSystem {
        system = "x86_64-linux";
        specialArgs = { inherit inputs; };
        modules = [
          ./hosts/default/configuration.nix

          inputs.home-manager.nixosModules.home-manager
          {
            home-manager.useGlobalPkgs = true;
            home-manager.useUserPackages = true;

            home-manager.users.bs = import ./hosts/default/home.nix;

            home-manager.extraSpecialArgs = { inherit inputs; };
          }

#           inputs.spicetify-nix.nixosModules.default

Sample of probably wrong usage of imports in configuration.nix

imports =
    [ # Include the results of the hardware scan.
      ./hardware-configuration.nix
      #inputs.home-manager.nixosModules.default
    ];

(I think I'm not using home manager in configuration.nix, that's why I've commented it out, and I'm importing it directly in flakes.nix.)

 

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).😅

 

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 cracks tend to be installed out of steam).😅

 

Και ενα ακομα link

https://parallaximag.gr/thessaloniki-news/giati-to-metro-thessalonikis-moiazei-na-vrisketai-akomi-se-dokimastiki-leitoyrgia

Δεν σταματανε τα λαθη με την συγκοινωνια στην θεσσαλονικη:/

Κανονικα θα πρεπε οχι μονο να ταν δωρεαν η μαζικη μεταφορα, αλλα και να πληρωνουν τον κοσμο που χρησιμοποιει συγκεκριμενα το μετρο, επειδη πρακτικα θα ειναι πειραματοζωα οι ανθρωποι μεχρι τα μεσα του 2025 (οι δοκιμες των συρμων ηταν να γινουν 18 μηνες, αλλα ειχαν συμπληρωθει μονο οι 13 οταν ανοιξε το μετρο).

 

I've been trying nixos recently and after watching a bunch of tutorials from various people, I have managed to enable home-manager and flakes.

My question is: where should I write the packages I want to install? In home.nix? In flakes.nix? In configuration.nix (probably not)? I'm probably only gonna have a single user on this machine.

So far, I think the only difference between writing the packages in home.nix compared to flakes.nix is that in the 1st senario, the apps will only be available for the user, while in the 2nd, it will be available for the whole system. Also, I could use the home.nix for non-nixos systems too. Other than that, I can probably write them the same way either on home.nix or flakes.nix and have the same result on my machine.

PS. On search.nixos.org there is an option to search for flakes. What is this? I am planing to get my packages from the packages tab, but I'm wondering that maybe I should search in the flakes tab instead (though it doesn't seem to have many packages).

PPS. Those are some resources I've found (I've mainly watched the videos and have started reading some of the guides):

 

Hello everyone! It's been about a month that I'm experimenting Debian on an external disk. For the most time, I've been using Testing. The issue is, that some packages are missing from Testing, while they exist on Stable (or on Unstable). The biggest problem with that is that some packages require dependencies that don't exist on the Testing repo and as such I can't install those apps.

So, I thought about adding the Stable repo, at a lower priority. If something doesn't exist on Testing, it will grab it from Stable.

How bad is that approach? I'm not doing the reverse (using stable and grabbing apps from testing), which might be way worse. Does anyone else do that? I couldn't find anything related online.

PS. I'm a bit tempted to switch to Unstable all together, but I don't know if I'll be careful enough to use it in the long run.

PPS. I might build a home nas at some point (with Debian Stable) and keep regular backups of my laptop so that I'll be kinda safe if I ever switch to Unstable.

9
submitted 9 months ago* (last edited 9 months ago) by BlastboomStrice@mander.xyz to c/Greece@fedia.io
 

Καλημέρα παιδιάα, αυτό είναι ένα post που ήθελα να κάνω εδώ και μήνες, αλλά δεν προλάβαινα🙃

Τι μουσική ακούτε/ακούγατε/σκοπεύτε να ακούσετε;


Θα κάνω την αρχή (this gonna be long):

  • Τι μουσική άκουγα:

Στην αρχή άκουγα κυρίως τα pop του ραδιοφώνου, μέχρι που έφτασα σε ένα σημείο κορερσμού (κυρίως λόγω της περιορισμένης θεματικής των στίχων και της soft μελωδίας) και σιγά σιγά απομακρύνθηκα. Άρχισα με imagine dragons (alt rock-pop) και έφυγα όλο και πιο πολύ προς στην alt rock σκηνή, αλλα και λίγο rap (eminem κυρίως). Άκουγα τα κλασικά γνωστά alt-rock συγκροτήματα κυρίως (πχ. arctic monkeys, starset, muse, thousand foot krutch, all good things, set it off, linkin park, green day κλπ.). Σε ένα σημείο άρχισα να ακούω και metal (πχ. disturbed), μέχρι που βρήκα τους Sabaton. Power-metal was my new thing. Οριακά εντελώς διαφορετική θεματική (κυρίως ιστορικές αναδρομές που με έκαναν να ενδιαφερθώ παραπάνω για την ιστορία) και μελωδίες που άκουγα ~για πρώτη φορα. Οι Sabaton ήταν πρακτικά η 1η μου συναυλία. Μαζί με τους sabaton βρήκα και Powerwolf, Beast in Black κλπ. Παράλληλα καθώς γνώρισα κάποια άτομα κι όλας, βρήκα κι άλλα alt-rock/metalcore(?)/rap/alt-pop/punk/phonk συγκροτήματα όπως falling in reverse, get scared, Palaye Royale (♥), NF, grim salvo, jahriah, tommee proffit, grandson, bring me the horizon, οπότε σε μια φάση άκουγα κυρίως Sabaton, Palaye Royale και NF.

Σιγά σιγά όμως επήλθε πάλι κορεσμός και καθώς πιστεύω απέκτησα πιο στέρεες (πολιτικές) απόψεις, άρχισα να απομακρύνομαι από πολλά απ' αυτά τα συγκροτήματα. Ο τραγουδιστής των falling in reverse φαίνεται να χτυπά την γυναίκα του, να είναι τρανσφοβικός, να παρενοχλεί σεξουαλικά μια φαν και είχε μπει φυλακή επειδή συμμετείχε σε street fight που πέθανε ένας. Οι Sabaton απ' την άλλη είναι πολύ ουδέτεροι το οποίο ελαφρώς με ανησυχεί, επειδή ίσως είτε σημαίνει ότι φοβούνται μην χάσουν κοινό άμα εκφραστούν δημόσια, είτε τείνουν προς την "δεξιά" (και τα δύο αρνητικά για μένα). Επίσης ο τραγουδιστής των disturbed έχει διάφορα θέματα (υπέγραψε πύραυλο του ισραήλ που θα τον έριχναν στην παλαιστίνη), οι thousand foot krutch και μερικοί άλλοι έκαναν christian rock που δεν είναι τόσο του γούστου μου, οι ffdp είναι οριακά ναζί μάλλον και άλλα διάφορα.


  • Αυτό μας φέρνει στην μουσική που ακόυω σήμερα:

Εξακολουθώ να ακούω alt-rock (σε μικρότερο βαθμό), κυρίως στυλ Palaye Roayle/Maneskin (η 3η μου συναυλία :)), η metal μειώθηκε πολύ (αν θα ακούσω πιθανόν να 'ναι Sabaton/Powerwolf), αυξήθηκε πολύ η ελληνική (αναρχική?) rap/hip-hop και άρχισα να ακούω και ελληνικά έντεχνα λίγο (το τελευταίο κυρίως χάρη στις παρέες μου). Άρχισα με κοινούς θνητούς που είχαν μερικά πολύ ωραία τραγούδια, αλλά δεν έκατσα και πολύ. Κυρίως λόγω των περιορσμένων θεμάτων που (πιθανόν επίτηδες) καλύπτουν. Ένα απ 'τα γνωστότερα τραγούδια τους φαίνεται κάπως μισογυνιστικό (το "Βαλτο να τακους" λέω) και πρακτικά δεν κάνουν άλλες αναφορές στις γυναίκες ή queer άτομα πχ. Οπότε βρήκα τους Taburo Bota που είχαν πιο ευρεία θεματική, αλλά για κάποιο λόγο νομίζω παράγουν ταυτόχρονα και μισογυνιστικά και φεμισιστικά τραγούδια, οπότε τους άφησα. Πέρασα και από Social waste, στοίχημα κλπ., αλλά δεν έμεινα.

Μέχρι που βρήκα τους Rationalistas (αποτελούνται από SXO, TNT, Bayman και DJ Gzas). Inclusive στίχοι με κοινωνική-πολιτική κριτική καθώς και κριτική στις θρησκείες (νομίζω). Πρώτη φορά μάλλον που μου άρεσε ολόκληρο άλμπουμ (το τελευταίο τους). Πρόσφατα βέβαια έβαλα και τα 2 πρώτα τους και δεν ακούγονται, ήταν νομίζω μισογυνιστικά-ομοφοβικά, αλλά φαίνεται να έχουν αλλάξει 180 μοίρες την στάση τους σε αυτά τα θέματα πλέον.

Επίσης βρήκα και άρχισα να ακούω πολύ τους δύο_μηδέν_δύο_μηδέν (αποτελούνται από KK, Ήρωα, Incognito m. και Jaul) που είνα πιο νέοι (άρα πιθανόν να βγάλουν πολλά νέα τραγούδια στο μέλλον) και ασκούν και αυτοί πολιτική-κοινωνική κριτική και κριτική στις θρησκίες, παραμένοντας inclusive και δεν εξυμνούν τα χρήματα ή τα ναρκωτικά (σε αντίθεση με πολλά ονόματα είτε στην rap είτε γενικά). Μέσω αυτών βρήκα μετά πολλά ακόμα ονόματα που κάνουν τέτοιου στυλ μουσική που είναι (χωρίς να έχω εξακριβώσει ακόμα αν όλα τα ονόματα κάνουν μουσική που πληρεί τις προϋποθέσεις μου): Σειρένε 0-100, sponty. (ανατρίχιασσα), Πένθιμος Clown (aka Πεν), Sara ATH (πολύ δυνατή), Βάγγος.Μπεκ, Nos, Σπέιρα, Aeon, Krav Boca (ακραία τα παιδιά 7 έλληνες 7 γάλλοι που κάνουν punk rap θα έλεγα), 211, SaivaJr., Drag Queen Lafert, Unwound818 και Esmeralda. Δεν προλαβαίνω να τα ακούσω όλα τα παιδιά, lol. Χαίρομαι που υπάρχει τέτοια μουσική :))


  • Τι σκοπέυω να ακούσω:

Πέρα από τα ονόματα που έγραψα πιο πάνω, θέλω να ακούσω και πολλά ξένα (alt-)rock, metal και rap/hip-hop που όμως να έχουν περίπου τις ιδεολογίες των ατόμων πιο πάνω. Έχω ήδη μια λίστα με δεκάδες ονόματα (είχα κάνει κάποια σχετικά posts πριν κάτι μήνες) και απλά δεν προλαβαίνω να τα ακούσω. Είμαι κάπως ενθουσιασμένος για το τι θα βρω. Επίσης πολύ πρόσφατα (χθες-προχθές), άρχισε να με ελκύει η trance μουσική, οπότε ίσως το ψάκω και αυτό. Πιστεύω μετά από ένα σημείο θα έχω ένα τεράστιο playlist με τραγούδια που θα μπορώ να ακούω (περίπου) guilt-free.


Αυτά από μένα. Βλέπετε ίσως πως κυρίως τείνω να ακούω τραγούδια που έχουν μια μίξη μεγάλης ενέργειας, θυμού και θλίψης :) (έτσι νομίζω τουλάχιστον).

(Ίσως το παράκανα με την ανάλυση/ιστορική αναδρομή, lol.)

Περιμένω να ακούσω τα δικά σας🔥 :))))

view more: ‹ prev next ›