Been using it for the past few years, nothing bad to say about it, lovely piece of software. Vendor lock-in is very present in this field, with different brands of controllers supported by a myriad of proprietary DJ applications all more interested in onboarding you to their music subscription services rather than implement useful features or support open protocols.
Meanwhile, Mixxx allows you to write your own adapter scripts for any controller you have (as long as it outputs MIDI), and there's a built-in library featuring scripts for the most common commercial controllers and MIDI devices out there.
In Rekordbox's case Pioneer have restricted the jogwheel mapping to Pioneer hardware only. So, you pretty much need Pioneer hardware to use Rekordbox. And seeing as Pioneer decks are almost industry standard in clubs and you need Rekordbox to organise your playlists, they have the DJ hardware market sewn up. Which is very frustrating because Rekordbox has to be the most resource intensive (& therefore inefficient) DJ software available.
Even if there's not a mapping Mixxx has a "MIDI Learning Wizard" (I forget what they call it) where, assuming it speaks MIDI, you can plug it up, choose an action, and then move the control for that action and it will figure out how to wire it up. For simple configurations that don't require scripting (ie. no setting LEDs on the controller or what not) you can get a fully functional setup for a controller Mixxx has no knowledge of without writing any JavaScript or XML at all!
Might be wise to make it more apparent that you need to close the right sidebar before you can do anything on-screen -- I tried clicking on the "Get Started" buttons, found them to be unresponsive / non-interactive, tried clicking on stuff on the side, and closed the page at first, thinking it wasn't tested on Firefox.
HQ location means nothing. It's still being controlled by Tokyo. If Anything, SE will be the sacrificial lamb that will be used to be sent to the slaughter house.
They did this with the mobile division in Sweden. Blame, cut and relocate.
That would be if they censored games to Japanese standards everywhere, which they don't. They use different censorship rules (and wheel positions) in different countries.
I'm not going to argue how to do analogies on the Internet on a dead thread, but I'm confused about everything you say.
I'd like to get a VDI infrastructure setup for me and my partner -- something that enables both of us to run our computers with a single big machine, and not have cables running everywhere through the house, while being able to sit wherever we want and use our infra from any given place.
At the moment, I've brainstormed:
- A main server that runs some type 1 hypervisor (Xen or Proxmox, will need to see which is more adequate)
- Light "client" devices (laptop, for example), that may either be connected in a wired manner to the server (e.g. separate desks), or remoting into it through Wireguard. Each desk will feature a KVM-style setup with a docking station that offers screens, keyboard, and a range of USB ports.
- Individual VMs for running our respective OSes to our preference, some flavor of linux distro. Inputs from the client device (e.g. USB, Keyboard, Screen) should be forwarded / matched to the VM.
- A windows VM for gaming, running two sessions for each of us: GPU passthrough is a must. I would like to make use of Looking Glass somehow, if possible either through the Linux VM on the same server, or on the client machine. The latter would probably be better for performance, I suppose, given you don't have to forward input devices twice... but I'm also worried about whether the buffer-copy mechanisms from Looking Glass would work with such a setup.
So far, I'm looking into Moonlight/Sunshine as a general desktop redirection setup: my hope is that I can pass something close to direct framebuffers on an ethernet connection while at home, and switch to compression while I'm away, hoping to achieve as little latency as possible in all cases (so giving absolute priority on the host to the streaming process, if possible, kind of like an RT system). One notable thing is that Sunshine by itself doesn't support generic USB redirection. Has anyone tried using usbredir for this purpose?
In general, it's hard to find relevant information for this kind of home hypervisor setup with a focus on gaming/latency and general transparency all around... would appreciate tips if anyone's attempted something similar before. Thanks!
> are there codecs that have much better (perceptible) quality than Apple AAC 256kbps (or achieving similar quality at, say, 160kbps?)
Opus achieves ABX transparency at around 128kbps (as in, the threshold where the vast majority of users taking a fidelity test are unable to tell the difference between the opus-encoded and lossless version).
> NOTE:Opus doesn't support 44.1kHz sample rates, so encodes to 48kHz sample rate. As this causes browser playback issues, it has been resampled back to 44.1kHz. This may affect the sound quality, so this test should be taken with caution.
Is very surprising to me, in two ways.
Firstly I knew 44100 is a relic due to historical reasons, but it's still a quite widely used sample rate in audio world. I have no idea Opus does not support it.
Secondly, it seems to imply browser can't playback 48kHz audio properly. I didn't dig the details, but this sounds weird. Just like 44100, 48k is a very common sample rate, I can't imagine browser would have trouble with it (or any arbitrary sample rate, to be honest).
Like jasomill mentions, the browser playback issues statement has not been true on desktops for a long time. The most recent (or only) example I know of is iPhones, which finally added passable support for non-44.1kHz audio somewhere between iOS 15.7 (late 2022) and last august. Until then they'd sound like a broken vinyl deck when playing 48 kHz audio, oscillating in playback rate and crackling like crazy -- especially when passing through an AudioContext.
The browser audio limitation is presumably a workaround to some bug or performance limitation that was relevant at some point in history (the site was created in 2014).
Considering the precedent in circumventing decryption issues by calling out to a library (https://en.wikipedia.org/wiki/Libdvdcss), what is the likelihood that someone just builds a libxcidecrypt and development of yuzu continues unimpeded on a fork (somewhere like Europe for example where the DMCA doesn't hold)?
Similar thing in France, however related to degrees: a Master's Degree fits within the common framework of European tertiary studies, AKA your 2-year graduate cycle that ends up totalling 5 years if you include a standard undergrad cycle (Licence). However, a "mastère spécialisé" (which is an actual trademark) is not an officially recognized diploma at all, but a label used by schools to denote (usually paid and expensive) "specialization paths". They provide no academic credits, and you can't move forward to a PhD with one. Many prestigious schools (grandes écoles) provide those kind of certifications to clueless foreign students who end up paying huge sums of money for something that holds no formal weight in any academic framework.
Something very similar in Austria - you can get a free Master's degree (1-2 years) by doing a study programme ("Studiengang") at a university, that will also qualify you for a PhD. Or you can pay for a Master's course programme ("Lehrgang") that costs ~15k€, is usually a lot easier and does not qualify you for a PhD.
The difference here is that you are allowed to wear the title of MSc either way and both programmes do confer ECTS points - only the latter does not qualify you for a PhD.
There are some useful cases — for example, if you're taking a rather bloated image as a base and trimming it down with `rm` commands, those will be saved as differential layers, which will not reduce the size of the final image in the slightest. Only merging will actually "register" these deletions.
fsearch is the best locate front-end for Linux, but sadly, I've got many gripes with it... crappy drag'n'drop, no daemonization to minimize to system tray, closing the app resets the clipboard for some reason (EXTREMELY annoying when you open it to copy a file path), the list is long. Not to mention that locate itself doesn't auto-update the index with fs changes.
Not to detract from your overall point, but the app is not resetting the clipboard. In X11 if you close any app, you lose anything you copy from it. This is because in X11 windows do message passing to emulate a clipboard. Your browser say and fsearch send messages to each other to send data in few KB chunks(yes there's an incremental transfer protocol where you have to support all kinds of irrelevant clients even if the last such client died before the turn of the century) So when one of the windows closes, it's gg. It's a pretty convoluted over-engineered idea when instead a single file ~/. clipboard would have sufficed.
As other people have said, it's a shame that so much of psytrance relegates itself to being "electronic dance music", playing off the same clichés and subdividing itself so much such that the most minute production details are catalogued. While you could reasonably say that about any electronic genre, Psytrance really ups the level of having any given median track sounding indistinguishable. Yeah, the sound design experimentations are cool; yeah, it's a good sound... but I wish I would actually remember it for _something_ specific it does well.
In general, I think I miss the songwriting aspect most. Infected Mushroom really nailed it, which is why they're so popular. Nowadays, I can only find the Japanese doujin music scene among those that regularly mix and match psytrance with various other genres.
> playing off the same clichés and subdividing itself so much such that the most minute production details are catalogued
Agreed. It’s unnecessary and in my experience the music creators themselves dislike it. It’s largely the hobby of stamp collector and trivia-oriented minds who are inhibited in enjoying the music itself. That said, the terminology can be useful for liberal associative descriptions. But humans love strict hierarchical taxonomies, stuffing artists into single buckets.
Meanwhile, Mixxx allows you to write your own adapter scripts for any controller you have (as long as it outputs MIDI), and there's a built-in library featuring scripts for the most common commercial controllers and MIDI devices out there.
reply