absorber | 4 years ago | on: Ask HN: Where can I live off 1k USD per month?
absorber's comments
absorber | 4 years ago | on: Gigabyte Brix Pro: A Compact PC for Basic Computing Needs
This is the mail I sent them in January. Still waiting for a response:
> (This is a pretty technical sales question)
> I wanted to know about the ECC compatibility of Asrock Rack X470D4U > In the specifications (https://www.asrockrack.com/general/productdetail.asp?Model=X...) it says the following:
> "*For Picasso Ridge and Raven Ridge CPUs, ECC is only supported with PRO CPUs."
> However, there is no such thing as "Picasso Ridge". There is however Pinnacle Ridge and Raven Ridge. Perhaps a mistake?
> So I was wondering what AMD CPUs had full ECC compatibility (so both detection and correction)
> Does the AMD Ryzen 5 1600 have full ECC support on that board, for example?
absorber | 5 years ago | on: Why do drum sets have descending toms?
For example, a technique of masking distortion (or clipping, rather) is adding something with rich harmonic content (a trumpet for example) to parts that are expected to be hitting the wall and otherwise distorting / clipping.
Would trumpets be there otherwise? I don't know, but I'm sure producers are aware of the limitations of digital audio and as such adapt the music to it.
absorber | 5 years ago | on: Dutch MPs had a call with deep fake imitation of Navalny's Chief of Staff
Might be unnecessary if deepfake technology is used.
absorber | 5 years ago | on: Dutch MPs had a call with deep fake imitation of Navalny's Chief of Staff
#### Upload file to 0x0.st (The Null Pointer) - A filehosting service.
# Usage: nullpointer_upload <file>
nullpointer_upload () { curl -F "file=@$1" https://0x0.st ;}absorber | 5 years ago | on: Dutch MPs had a call with deep fake imitation of Navalny's Chief of Staff
absorber | 5 years ago | on: Dutch MPs had a call with deep fake imitation of Navalny's Chief of Staff
absorber | 5 years ago | on: Dutch MPs had a call with deep fake imitation of Navalny's Chief of Staff
I wonder if the actual video conferences have been recorded. I'm very curious to see them.
absorber | 5 years ago | on: Show HN: Haven – Run a private website to share with only the people you choose
absorber | 5 years ago | on: Element (Matrix chat app) suspended from the Google Play Store
absorber | 5 years ago | on: Element (Matrix chat app) suspended from the Google Play Store
absorber | 5 years ago | on: Teardown of the SpaceX Starlink User Terminal
absorber | 5 years ago | on: Cyberpunk 2077 has a ‘streamer mode’ that disables copyrighted music
Imagine offering an option to switch to only CC music. That would boost exposure of (usually) independent artists while at the same time clearing streamers from any copyright issues.
As an independent music producer myself, I for one would love the notion of my music being included in a game like this, even for free.
absorber | 5 years ago | on: Open EMR
This reminds me of one of the first articles I've read about Linux and open source in general. It was about a CEO (and largest shareholder) of Medsphere Systems Corp, who open sourced their tech stack (I believe called OpenVista) and was promptly sued by his own company (!)
Unfortunately it seems that the sands of time have eroded the original content (which was apparently hosted on linux-watch.com, which now redirects to a VPS provider), but I've still managed to find something [0] [1] [2]
0: https://70.42.23.9/servers/a-medical-open-source-legal-hell-...
1: https://medicalconnectivity.com/2007/10/25/medsphere-settles...
2: https://www.informationweek.com/medsphere-settles-lawsuit-wi...
absorber | 5 years ago | on: Dream Vendor "Canna_Bars" Sentenced to Prison
Wow. Any source for this?
absorber | 6 years ago | on: Building a PC, Part IX: Downsizing
absorber | 6 years ago | on: Mutable Instruments' Eurorack Modules
Also, isn't it safe to say that by the nature of USB MIDI interfaces, they are not well suited for MIDI operation? As in: Since USB drivers buffer messages, it causes jitter. Is that correct? Are there USB MIDI interfaces / drivers that don't have these issues otherwise?
Added to that: MIDI is mostly used for interfacing with external hardware, and as such you're dependent on the external hardware's MIDI implementation, which isn't always superb to say the least unfortunately.
absorber | 6 years ago | on: Mutable Instruments' Eurorack Modules
You can also look at Open Sound Control, as it was once intended as a replacement for MIDI.
absorber | 6 years ago | on: Mutable Instruments' Eurorack Modules
Not only that, but it's not trivial to combine with DAWs because of jitter.
absorber | 6 years ago | on: Show HN: Regex Cheatsheet
If that were so easy then I don't think much of these cheatsheets would exist.