- PublMe bot posted in Space
Netflix paid $587M for Ben Affleck’s AI filmmaking startupNetflix revealed that it paid $587 million in cash for InterPositive, a startup co-founded by Ben Affleck.
Netflix paid $587M for Ben Affleck’s AI filmmaking startup | TechCrunch
techcrunch.comNetflix revealed that it paid $587 million in cash for InterPositive, a startup co-founded by Ben Affleck.
- PublMe bot posted in Space
Kreativ Sound Juno Nocturnes — 96 Arturia JUN-6 V PresetsJuno Nocturnes is a KREATIV Sound preset collection for Arturia JUN-6 V. It focuses on dark ambient pads, deep drones, pulsing sequences, shadowed basses, fragile leads, dusty keys, and atmospheric FX for cinematic and experimental production. What's Inside. - 96 Arturia JUN-6 V presets. - 32 pads, 16 drones, 13 sequences, 8 basses, 9 leads, 9 keys, and 9 FX. - README, preset list, license, product description, and cover image. Best For. - Dark ambient, drone, cinematic, sci-fi, and experimental electronic music. - Soundtrack-ready pads, chorus-heavy analog motion, and long evolving notes. - Producers who want a complete JUN-6 V bank with a nocturnal character. Requirements / Format. - Arturia JUN-6 V required. - Recommended: JUN-6 V 1.6.x or newer. - Delivered as a JUN-6 V preset bank in .junx format inside a ZIP download. License / Usage. You can use the included presets royalty-free in personal and commercial music, film, game, and client projects. Do not resell, redistribute, repackage, or share the source preset bank itself. Load Juno Nocturnes into JUN-6 V and build darker cinematic parts fast. Read More
https://www.kvraudio.com/product/juno-nocturnes-96-arturia-jun-6-v-presets-by-kreativ-sound?utm_source=kvrnewindbfeed&utm_medium=rssfeed&utm_campaign=rss&utm_content=36642 - PublMe bot posted in Space
Automated Pressure Advance Using a Bed-Leveling SensorOne of the most crucial aspects of FDM 3D printing is ensuring sufficient material is extruded. Determining the right flow rate can be done manually, but some printers these days automatically perform this adjustment, which is very convenient. [Stefan] of CNC Kitchen investigates how to add similar functionality using existing bed-leveling sensors.
A major complication with extrusion in FDM printers is that the flow rate has to fit the printing speed. However, you can’t just immediately speed up or reduce the flow rate, as the melting filament is flexible and thus acts like a spring, especially as the extruder is exerting significant force on the filament, which adds compression.
The moment you reduce or increase the speed of the nozzle, you can get over- or under-extrusion, but the delayed response by the extruded filament means that you have to adjust for this change in advance. Ergo, the name ‘pressure advance’, also known as the K-value. Obviously, this is a parameter that differs with each material, printer, and other factors, so a direct measurement is always the best.
In the Bambu Lab X1 FDM printer, a Lidar scanner was used to scan various test patterns to automatically determine the optimal setting. This was later moved to the purge section of the extruder in newer Bambu Lab printers. On other FDM printers, the only available sensor in that area is typically the pressure sensor for bed leveling. Could this sensor make a similar measurement?
This wasn’t just an idle thought, but was inspired by the Snapmaker U1, which runs open-source Klipper, with tantalizing glimpses of how it does pressure-advance sensing in its extruder. This extruder also only contains a load cell, as do some Prusa printers. These much more open printers thus provided a test bed for some experimentation.
With load cell data available, [Stefan] measured how various extrusion rates affect the load cell, which can then theoretically be correlated with the appropriate K-values for specific transitions. He created a calibration tool for a range of Prusa printers that works with stock firmware, though this is definitely still a work in progress. There are also a couple of similar open-source projects, such as this Auto PA Calibration project by [Mark].
Overall, K-value presets tend to work pretty well, but adding a pressure-advance calibration feature to existing FDM printers is definitely an interesting idea. There’s also the prospect of lateral sensing using this same bed-leveling sensor, which could allow the printer to sense much more than just the bed.Automated Pressure Advance Using a Bed-Leveling Sensor
hackaday.comOne of the most crucial aspects of FDM 3D printing is ensuring sufficient material is extruded. Determining the right flow rate can be done manually, but some printers these days automatically perf…
- PublMe bot posted in Space
Acustica reveal Mystic 2 Mystic 2 now offers a choice of three preamp models, with a new Vintage option delivering a more aggressive sound character, and Modern offering a more refined and flexible sound.
Acustica reveal Mystic 2
www.soundonsound.comMystic 2 now offers a choice of three preamp models, with a new Vintage option delivering a more aggressive sound character, and Modern offering a more refined and flexible sound.
- PublMe bot posted in Space
Calculator UI Is More Complex Than You Might ThinkCalculators are so ubiquitous and so familiar that they are easy to take for granted in many different ways. [lcamtuf] points out one that has probably never occurred to many of us: the user interface for a calculator is an unexpectedly complex thing.
The internal logic to support sequential inputs and multiple operators in a way that feels intuitive is a complex thing.
Resolving something like 1 + 2 = is pretty straightforward but complexity compounds rapidly after that, with numerous special cases. Let’s imagine one decides to program a simple calculator UI as a weekend project. The development process might look a little like this:User types in 1 + 2 = and the calculator displays 3. What happens if the user immediately presses -?
No problem, just consider the result of the previous operation as an already-there input. So we’ll have 3 - for this next operation, and wait for more.
Unless we should have treated that - as a negative sign for whatever number is coming next, making it a negative number? No, ignore that. Just treat whatever results from pressing equals as a pre-typed input.
Unless the user hits a number. Because if they hit 2 (for example) then we’ll have a 32 and not a 2 which they probably, definitely don’t expect. So that’s a special case and we should insert a clear if that happens.
Oh, better clear if the user enters a decimal, too.
I’m going to need a coffee…And that’s just the tip of the iceberg. Imagine trying to figure all this out for the very first time, without the benefits of habit and history to fall back on.
The fact is that supporting the apparently trivial behavior of a simple calculator requires an underlying complex state machine that deals with all kinds of special cases in order to make the UI feel intuitive. And that’s just for a basic four-function calculator; we haven’t even touched on how special keys like % should behave.
We know [lcamtuf] speaks from experience, not just because of their deep knowledge of calculator history but because they rolled their own calculator that uses voltmeters as digit displays and there’s nothing like actually implementing something to make one appreciate it.Calculator UI Is More Complex Than You Might Think
hackaday.comCalculators are so ubiquitous and so familiar that they are easy to take for granted in many different ways. [lcamtuf] points out one that has probably never occurred to many of us: the user interf…
- PublMe bot posted in Space
Waymo says San Francisco service has resumed after one-hour pauseThis isn’t the first time power outages have caused issues for Waymo.
Waymo says San Francisco service has resumed after one-hour pause | TechCrunch
techcrunch.comThis isn’t the first time power outages have caused issues for Waymo.
- PublMe bot posted in Space
Stemwire Zero Sweep FilterA high-pass and low-pass filter that leaves the signal unchanged at zero, without clicks or wet/dry artefacts. Sweep the filter. Not the bypass. The sweep is the easy part. Getting the filter completely out again is where the workaround starts. With Zero Sweep, the signal moves smoothly from fully transparent to filtered, then back to clean. Zero Stays Clean No residual filtering at the resting position. Put it on a channel, bus or master without keeping a bypass lane beside it. One automation lane Draw the sweep itself. No separate bypass and wet/dry moves to keep in sync. Made for transitions Builds, breaks and DJ-style cuts without the usual bypass clicks, phasey wet/dry crossfades. Read More
https://www.kvraudio.com/product/zero-sweep-filter-by-stemwire?utm_source=kvrnewindbfeed&utm_medium=rssfeed&utm_campaign=rss&utm_content=36631 - PublMe bot posted in Space
Frap Tools update the Magnolia A second production run of the Magnolia is now complete, and the company have also been hard at work on a firmware update that delivers some enhancements and bug fixes.
Frap Tools update the Magnolia
www.soundonsound.comA second production run of the Magnolia is now complete, and the company have also been hard at work on a firmware update that delivers some enhancements and bug fixes.
- PublMe bot posted in Space
IK Multimedia add Brown Panel Signature Collection to TONEX Widely used across surf, country, blues and early rock records, the amps were behind everything from the expressive tones of Chris Stapleton to the pristine clean sounds embraced by Mark Knopfler.
IK Multimedia add Brown Panel Signature Collection to TONEX
www.soundonsound.comWidely used across surf, country, blues and early rock records, the amps were behind everything from the expressive tones of Chris Stapleton to the pristine clean sounds embraced by Mark Knopfler.
- PublMe bot posted in Space
FTX to distribute $900M to creditors in fifth payment roundThe FTX Recovery Trust and company have distributed about $10 billion since the exchange filed for bankruptcy in November 2022, leaving users cut off from their funds.
FTX to Distribute $900M to Creditors in Fifth Payment Round
cointelegraph.comThe next round of eligible claimants affected by the FTX collapse will receive a combined $900 million within one to three business days starting from July 31.
- PublMe bot posted in Space
The Zoom hack that says, ‘Don’t record me’If every meeting, watercooler conversation, and date gets transcribed and summarized, who's actually reading any of it?
The Zoom hack that says, 'Don't record me' | TechCrunch
techcrunch.comIf every meeting, watercooler conversation, and date gets transcribed and summarized, who's actually reading any of it?
- PublMe bot posted in Space
SCMS’ Balourdet Quartet, MLC Statutory DesignationHaving mentored musicians and sharing chamber music in homes, schools and health spaces, The Balourdet Quartet (Angela Bae, Justin DeFilippis, Benjamin Zannoni, Russell Houston) returns for a second residency with Seattle’s Chamber Music Society, through May 2027.
--
Launching in 2021, The MLC now has almost 90,000 members and a database of over 54 million songs. With almost $4 billion in royalties distributed to songwriters and publishers to date, the US Copyrights Register continues in its designation of The MLC as the statutory Mechanical Licensing Collective for the United States.
The move follows a periodic review of designation required by the Music Modernization Act (MMA), with The MLC being determined to have met each of the redesignation criteria More HERE. Some improvements were recommended, including database tools, match-rate data disclosure, and investment transparency.
In addition to licensing and distribution, The MLC has also been actively enforcing royalty obligations of digital music services (including a lawsuit with Spotify against subscription bundling, and a dispute with Pandora over ad-supported radio).
The next review of The MLC is slated for January 2029.
The post SCMS’ Balourdet Quartet, MLC Statutory Designation first appeared on Music Connection Magazine.
SCMS’ Balourdet Quartet, MLC Statutory Designation
www.musicconnection.comHaving mentored musicians and sharing chamber music in homes, schools and health spaces, The Balourdet Quartet (Angela Bae, Justin DeFilippis, Benjamin Zannoni, Russell Houston) returns for a second residency with Seattle’s Chamber Music Society, through May 2027. -- Launching in 2021, The MLC now has almost 90,000 members and a database of over 54 million
- PublMe bot posted in Space
The BornHack 2026 Cyber Ægg Is A Badge With A Life AfterwardsA problem facing the designers of event badges is this: what happens to the badge after the event? It’s one that designers have tried to solve in many ways with varying levels of success, whether that be by making it a dev board, a games console, a mesh-networked communicator, or as in the case of Electromagnetic Field, a continuing badge for future events. Ar BornHack 2026 they have taken a novel approach, by making it a useful desktop appliance. The BornHack Cyber Ægg is a half-egg-shaped badge with a 3D-printed case, and aside from its on-camp applications it’s both a desktop clock/calendar, and a MeshCore node.
Produced with the assistance of the badge.team European badge makers, it’s an egg-shaped PCB with a Nordic nRF52840 at its heart, a Semtech LoRa module, and an e-paper display. On-site there’s a Tamagotchi-style virtual pet game, an event calender, and an RFID token game, but it’s the other two features that give it a life after the camp. The clock and Meshcore, coupled with its case being designed with a flat spot to sit on a desk, make this badge as much an appliance as it is a badge. This is where it will sit in the Hackaday office, and we’re pretty sure most BornHack attendees will use it thus too.
We like this approach to giving a badge a life after the event, and we look forward to seeing what influence it has on future badges. A badge should be a thing to enjoy, not a piece of e-waste.The BornHack 2026 Cyber Ægg Is A Badge With A Life Afterwards
hackaday.comA problem facing the designers of event badges is this: what happens to the badge after the event? It’s one that designers have tried to solve in many ways with varying levels of success, whe…
- PublMe bot posted in Space
Morphoice releases EightyTen, TWO vintage Roland synths in one (free beta)
Developer Morphoice has released EightyTen, consisting of two vintage Roland synths in one (free beta). Morphoice is back with another vintage synth emulation, and we all know the drill by now. In a relatively short time, Morphoice has released emulations of the Yamaha CS-80 (Unstable), the Roland Juno-6 (EightySix), and the Roland Jupiter-8 (EightyEight). EightyTen [...]
View post: Morphoice releases EightyTen, TWO vintage Roland synths in one (free beta)Morphoice releases EightyTen, TWO vintage Roland synths in one (free beta)
bedroomproducersblog.comDeveloper Morphoice has released EightyTen, consisting of two vintage Roland synths in one (free beta). Morphoice is back with another vintage synth emulation, and we all know the drill by now. In a relatively short time, Morphoice has released emulations of the Yamaha CS-80 (Unstable), the Roland Juno-6 (EightySix), and the Roland Jupiter-8 (EightyEight). EightyTen
- PublMe bot posted in Space
AAF Tools AAF BridgeConvert AAF and XML to Ableton Live Sets, and back. AAF / XML Ableton Live (Resolve, Pro Tools, Avid, Premiere/FCP, Nuendo, etc): - import AAF, XML, FCPXML or FCPXMLD - Sample-accurate clip positions and source offsets, named tracks - Fades & crossfades (become Live-native crossfades), clip gain, volume automation, pan, markers, track/clip colors (some editors don't write automation or pan in AAF, please see our guide) - Picture cut on its own video track — mix to image inside Live - MXF-wrapped audio (Resolve) converts to WAV automatically. Ableton Live AAF / XML (Resolve, Pro Tools, Avid, Premiere/FCP, Nuendo, etc): - export AAF, XML, FCPXML or FCPXMLD - Named tracks, sample-accurate positions, full handles - Real AAF crossfade transitions, clip gain, volume curves - Timecode track at the session frame rate - Optional "collect media": one movable turnover folder. Every conversion writes a plain-text report — what transferred, what needs attention (e.g. warped clips to consolidate). No MIDI, no plugin chains: AAF can't carry those, and the report says so plainly rather than dropping things silently. www.aafbridge.com Read More
https://www.kvraudio.com/product/aaf-bridge-by-aaf-tools?utm_source=kvrnewindbfeed&utm_medium=rssfeed&utm_campaign=rss&utm_content=36618
- PublMe bot posted in Space
- PublMe bot posted in Space
- PublMe bot posted in Space
- PublMe bot posted in Space
- PublMe bot posted in Space
- PublMe bot posted in Space
- PublMe bot posted in Space
- PublMe bot posted in Space
- PublMe bot posted in Space
- PublMe bot posted in Space
- PublMe bot posted in Space
- PublMe bot posted in Space
- PublMe bot posted in Space
- PublMe bot posted in Space
- PublMe bot posted in Space


