Bookmark
MusicLM
https://google-research.github.io/seanet/musiclm/examples/, posted Jan '23 by peter in ai audio development music toread
Abstract We introduce MusicLM, a model generating high-fidelity music from text descriptions such as "a calming violin melody backed by a distorted guitar riff". MusicLM casts the process of conditional music generation as a hierarchical sequence-to-sequence modeling task, and it generates music at 24 kHz that remains consistent over several minutes. Our experiments show that MusicLM outperforms previous systems both in audio quality and adherence to the text description. Moreover, we demonstrate that MusicLM can be conditioned on both text and a melody in that it can transform whistled and hummed melodies according to the style described in a text caption. To support future research, we publicly release MusicCaps, a dataset composed of 5.5k music-text pairs, with rich text descriptions provided by human experts.
Bookmark
The truffle industry is a big scam. Not just truffle oil, everything
https://www.tasteatlas.com/truffle-industry-is-a-big-scam, posted 2022 by peter in food scam toread
Liters of this petroleum-derived product, the colorless 2,4-dithiapentane liquid, are sourced for a few euros from Italy, Germany, or China, and then they end on your plates and refrigerators, in pasta, tartufata, oils, cheeses, and sausages, but also in expensive delicacies with a prostituted label "truffles."
If you find the smell of restaurants' truffle dishes foul, it does not mean that you do not like truffles; it could indicate that you have good taste and do not like petroleum on your plate. Unlike that intense gas-like smell, the aroma of real truffles is mild and complex.
Some will compare the difference between the natural flavor of truffles and the artificial truffle flavor with the difference between sex and sniffing dirty panties. Martha Stewart says: "Many studies have been done with truffle oil. It is fake, synthetic, and awful. Truffle oil should not be in anyone's kitchen." Bourdain was the most direct: "Let's say this once and for all. Truffle oil is not food at all."
Bookmark
Why do Russians support the war against Ukraine?
https://meduza.io/en/feature/2022/05/03/feeling-around-for-something-human, posted 2022 by peter in fascism propaganda russia toread ukraine
For many decades, everyone had been asking if Germans in 1939 really didn’t understand what was going on. We’ve wondered how an entire nation, all of those regular people, decided to go along with total insanity. It occurred to me that today, we’re in a position to answer this question.
My friend Alisa, a sociologist whose name has been changed, and I started walking around Moscow and asking random people how they felt about the war in Ukraine. We thought that what was going on was so insane, everyone must have questions about it. Half of the people we asked refused to talk to us. The other half were usually open to fairly in-depth conversations. Later, I talked to people in the Kaluga and Kostroma regions. We conducted over 50 interviews in total. They are not intended to be representative. We just wanted to get some sense of what was going through people’s heads. To enter into the darkness and feel around for something human.
Bookmark
OWASP ZAP
https://www.zaproxy.org/, posted 2022 by peter in development free opensource security software toread
The world’s most widely used web app scanner. Free and open source. Actively maintained by a dedicated international team of volunteers.
Bookmark
Almost 1,000 Companies Have Curtailed Operations in Russia—But Some Remain
https://som.yale.edu/story/2022/almost-1000-companies-have-curtailed-operations-russia-some-remain, posted 2022 by peter in activism business list russia search toread war
The list below is updated continuously by Jeffrey Sonnenfeld and his team of experts, research fellows, and students at the Yale Chief Executive Leadership Institute to reflect new announcements from companies in as close to real time as possible.
Bookmark
Melrose, a language to program and play music
ernestmicklei.com/melrose/introduction_melrose/, posted 2022 by peter in free music software toread
Melrose is both a language and a tool to create and listen to music interactively, The language uses musical primitives (note, sequence, chord) and many functions (map, group, transpose) that can be used to create more complex patterns, loops and tracks. Melrose uses MIDI output to produce sound by any (hard or software) device attached. Melrose can also react on MIDI inputs to start, record and stop playing musical objects. A plugin is available for Microsoft Visual Studio for the best usage experience. For a quickstart, without any installation, you can use the Melrose playground.
Bookmark
Damn Cool Algorithms: Levenshtein Automata
blog.notdot.net/2010/07/Damn-Cool-Algorithms-Levenshtein-Automata, posted 2022 by peter in development nlp reference text toread
The basic insight behind Levenshtein automata is that it's possible to construct a Finite state automaton that recognizes exactly the set of strings within a given Levenshtein distance of a target word. We can then feed in any word, and the automaton will accept or reject it based on whether the Levenshtein distance to the target word is at most the distance specified when we constructed the automaton. Further, due to the nature of FSAs, it will do so in O(n) time with the length of the string being tested. Compare this to the standard Dynamic Programming Levenshtein algorithm, which takes O(mn) time, where m and n are the lengths of the two input words! It's thus immediately apparrent that Levenshtein automaton provide, at a minimum, a faster way for us to check many words against a single target word and maximum distance - not a bad improvement to start with!
Of course, if that were the only benefit of Levenshtein automata, this would be a short article. There's much more to come, but first let's see what a Levenshtein automaton looks like, and how we can build one.
Bookmark
woob smtp
https://woob.tech/applications/smtp, posted 2022 by peter in communication email free opensource software toread
Daemon application able to fetch messages from supported websites and send them by mail. It can also be used to send a reply to a message (on a module which supports this feature), by piping an email to it.
Looks like it should be possible to read (perhaps even write) private messages on Reddit without having to deal with Reddit's own, pretty terrible, web interface. Worth looking into.
Bookmark
Using Let's Encrypt for internal servers
https://blog.heckel.io/2018/08/05/issuing-lets-encrypt-certificates-for-65000-internal-servers/, posted 2021 by peter in development howto networking security toread
But while there are many tools to automatically renew certificates for publicly available webservers (certbot, simp_le, I wrote about how to do that 3 years back), it's hard to find any useful information about how to issue certificates for internal non Internet facing servers and/or devices with Let's Encrypt.
Bookmark
Learning Containers From The Bottom Up
https://iximiuz.com/en/posts/container-learning-path/, posted 2021 by peter in deployment development learning linux toread virtualization
This article is not an attempt to explain containers in one go. Instead, it's a front-page for my multi-year study of the domain. It outlines the said learning path and then walks you through it, pointing to more in-depth write-ups on this same blog.
Mastering containers is no simple task, so take your time, and don't skip the hands-on parts!
|< First < Previous 11–20 (468) Next > Last >|