ruffsl
@ruffsl@programming.dev
- Submitted 9 months ago to programming@programming.dev | 30 comments
- Submitted 9 months ago to programming@programming.dev | 50 comments
- Comment on How to use phone microphone with Bluetooth FM transmitter? 10 months ago:
A while back, I tried looking into what it would take to modify Android to disable Bluetooth microphones for wireless headsets, allowing for call audio to be streamed via regular AAC or aptX, and for the call microphone to be captured from the phones internal mic. This would prevent the bit rate for call audio in microphone being effectively halved when using the ancient HFP/HSP Bluetooth codecs, instead allowing for the same call quality as when using a wired headset. This would help when multitasking with different audio sources, such as listening to music while hanging out on discord, without the music being distorted from the lower bit rate of HFP/HSP. This would also benefit regular VoLTE, as the regular call audio quality already exceeds that of legacy Bluetooth headset profiles.
Although, I didn’t manage to tease apart the mechanics of the audio policy configuration files used by the source Android project, given the sparse documentation and vague commit history.
I’d certainly be fine with the awkwardness of holding up and speaking to my phone as if it was in speaker mode, but listening to the call over wireless headphones, in order to improve or double the audio quality. Always wondered what these audio policies fall back to when a Bluetooth device doesn’t have a headset profile, but it’s almost impossible to find high quality consumer grade Bluetooth headphones without a microphone nowadays.
- Comment on How to use phone microphone with Bluetooth FM transmitter? 10 months ago:
For the call setting under Bluetooth audio devices, I really wish they would break out or separate the settings for using the audio device as a source or sink for call audio. Sort of like how you can disable HSP/HSF Bluetooth profiles for audio devices in Linux or Windows.
- Submitted 11 months ago to programming@programming.dev | 0 comments
- Submitted 11 months ago to programming@programming.dev | 1 comment
- Comment on Zebras All the Way Down - Bryan Cantrill, Uptime 2017 11 months ago:
Has Bryan done any more recent recorded talks?
- Submitted 11 months ago to programmer_humor@programming.dev | 11 comments
- Comment on Voyager's 15 Billion Mile Software Update 11 months ago:
The only experience I have with working with Fortran would be setting up
gfortran
when building SciPy from source, and perusing its codebase to see how it’s FFT functions were so optimized. Not enough to diligently mod I’m afraid. - Comment on Voyager's 15 Billion Mile Software Update 11 months ago:
I was thinking of cross posting this to a Fortran community, but it looks like we don’t yet have one.
- Submitted 11 months ago to programming@programming.dev | 8 comments
- Submitted 11 months ago to programmer_humor@programming.dev | 1 comment
- Comment on Flipboard is ditching X, shifting to Mastodon instead - The Verge 11 months ago:
Similarly reported (in more detail) by TechCrunch:
- Submitted 11 months ago to fediverse@lemmy.world | 14 comments
- Comment on What search engine can find this line of code on Github? 11 months ago:
I’m not sure why, but GitHub’s search engine, Blackbird, seems to be returning some erroneous results for this query:
/tnt_select\(.*2\^32/ language:C++ OR language:C
Any chance you could narrow down your search to a list of repose that use the library that pulls in
tnt_select()
function, then clone and manually grep just those, or is it’s use too common to index by?Real funny that even narrowing down GitHub search to just the same repo doesn’t help the query results:
repo:ocelot-inc/ocelotgui ldbms_tnt_select
- Keypad to Control Entire Desk Setup - OLED TV, USB Switch, Lights, Desk, Macros... - David Zhangyoutube.com ↗Submitted 11 months ago to programming@programming.dev | 0 comments
- Comment on Who needs GitHub when you can just email the author? 1 year ago:
Pain… This too painful to be posted as just a meme…
- Comment on The 555 Timer just Stayin' Alive 1 year ago:
Perhaps, is there an engineering meme community I could cross post this to?
- Submitted 1 year ago to science_memes@mander.xyz | 5 comments
- Comment on R U A Cyberpunk 1 year ago:
Private Eye - essential for staying online 24/7
What was that device, an early cellular modem or 802.11 wireless bridge? The thing ontop of the briefcase looks like a head visor with an antenna. Google search keywords are just noise.
- Submitted 1 year ago to linux@programming.dev | 0 comments
- Comment on Putting the "You" in CPU 1 year ago:
Do we have a community for computer architectures or computer science on this instance or anywhere else?
- Submitted 1 year ago to programming@programming.dev | 6 comments
- Submitted 1 year ago to programming@programming.dev | 48 comments
- Comment on Are there linux alternatives to ChromeOS? 1 year ago:
Call it WebOS or something.
Kind of off topic, but webOS was in fact a thing, but more of mobile OS alternative to android and iOS, first developed by palm, the bought by HP, then sold to LG.
It had a small but active homebrew community, with the HP touchpad being one of the early tablets on the market with an unlocked bootloader and Linux support.
- Comment on Programming audiobook recommendations? 1 year ago:
I don’t know of many recorded audio books, but you could also use a Text to Speech engine to listen to any technical blogs or articles. I use Android apps like Pocket or T2S to queue up a backlog of TODO read items, then when I’m out for a long walk, I can just press play and let the TTS do it’s thing. Of course, I curate this list for longer pure text reads, devoid of code snippets, equations, or visual graphics that TTS would have a tough time conveying over audio.
Looks like I may need to find a successor to pocket. They do a great job scraping connect via readable mode, but I’d like to find a shelf hosted or mobile+offline app equivalent for queuing up web articles, just in case pocket gets cut from further development by Mozilla management.
- Submitted 1 year ago to programmer_humor@programming.dev | 3 comments
- Comment on No Scrum - Parody of TLC "No Scrubs" 1 year ago:
Scrum 's a thing that can’t get no love from me
- Submitted 1 year ago to programmer_humor@programming.dev | 12 comments
- Submitted 1 year ago to programmer_humor@programming.dev | 1 comment