Radio_Azureus

30 Followers
16 Following
574 Posts

WARNING!

The mandatory developer registration Google is imposing on Android raises concerns for developers in sanctioned countries, anonymous open-source contributors, and anyone building privacy or security tools.

Google has a documented history of complying with government demands to remove apps.

@keepandroidopen #KeepAndroidOpen https://keepandroidopen.org

#OpenSource #DANGER #Android #KeepAndroidOpen #Keep #Android #Open #fight

Some times high speeds are reached while riding Race Machines

Always PPE is worn. No exeptions

Shot in Sepia on APS Sensor

#ThreadedRodsForBeginners #Photography #Sepia #Nikon #DSLR #luma #technology #cycling #training #bike #computer

These are the stats of a smooth ride on one of my Classic Race machines

Always wear your PPE

Make sure that everything is torqued properly!

#ThreadedRodsForBeginners #Photography #Nikon #DSLR #chroma #luma #technology #cycling #training #bike #computer

Why Put A Capacitor Across The Diode? Here's Why!

YouTube

Best of Blender Artists: 2026-20

Every week, hundreds of artists share their work on the Blender Artists forum. I'm putting some of the best work in the spotlight in a weekly post here on BlenderNation.

https://www.blendernation.com/2026/05/15/best-of-blender-artists-2026-20/?mtm_campaign=social&mtm_kwd=mastodon

#blender #blender3d #b3d

Now Playing

✨ πŸ’–πŸ’•πŸŒΉπŸ’πŸ’– πŸ’™πŸ’œπŸ’–πŸ¦‹πŸŒΊπŸ’œπŸŽΌ 🎢 🎸 Now playing Bob James - One Mint Julep LP Bob James Three 1976πŸ›οΈ πŸŒ‘ πŸ”” Analog 🎹 πŸ“š πŸ“– 🎻🎻 🎼 🎢 ✨ πŸ’–πŸ’•πŸŒΉπŸ’πŸ’– πŸ’™πŸ’œπŸ’–πŸ¦‹

Analog Signal Path

  • Direct Drive DD Turn Table RIAA
  • Sensitive PreAmp [0 1]
  • Instrument Mixer {16 channel} [stable TRS OUT 0 1]
  • Yamaha Mixing Console {stable TRS IN 0 1}
  • Aux0 send Effect rack unit0 channel 0
  • Aux1 send Effect rack unit0 channel 1
  • Aux 0 return Master Bus channel 0
  • Aux 1 return Master Bus channel 1
  • Master faders {logarithmic eLog(x)}
  • XLR output {channel 0 1}
  • Headphone Amps 0 1 (4 channel x 2)
  • 1/4" output 0 1
  • 1/4" output 2 3 (monitor output)
  • Yamaha StagePass Live mixer (8 channel) with feedback detection / eliminator 84dB current SPL 125dB SPL ideal
  • Floor monitors x 2
  • Digitizer input 0 1
  • DAW

log

uname -a

Z

sources:

man uname(1)

man flac(1)

man moc(1)

man ls(1)

https://en.wikipedia.org/wiki/Bob_James_%28musician%29

https://en.wikipedia.org/wiki/Jazz

#NowPlaying #now #playing #Music #Bob #James #Piano #DoubleBass #acoustic #Horns #Retro #LegacyMusic #Music #Jazz #LP #no #TV

>>CAD
setvar
surftab1
30
surftab2
30
ortho
line
from
1.1
to
80.80
arc
from
end
of
line
to
(random point)
arc
from
end
of
(last arc)
to
(nice random point)
revsurf
>> 3D object created
>> commands can be in lisp too

#CAD #mathematics #3D #orthogonal #arc #line #revsurf #snap #object #MyFirstToot

IDEs, UNIX, AND THE LEGACY WORKFLOW THAT NEVER WENT AWAY

Words of Wisdom are dispensed in the article

I have a workflow consisting of

  • screen
  • bash or one of
  • csh
  • ksh
  • zsh
  • vim or
  • vim.motif
  • function third(){ awk '{if (NR%3==0){print "\033[32m" $0 "\033[0m"} else{print}}'; }
  • function psgrep() { ps axuf | grep -v grep | grep "$@" -i --color=auto; }
  • function mkcd(){ [ ! -z "$1" ] && mkdir -p "$1" && cd "$_"; }
  • gcc
  • g++
  • asm
  • ln
  • go from golang
  • lsd
  • ncdu

These choices are deliberate. I want and demand the fastest programming ENV: which follow the UNIX principle & KISS

quotes

tl;dr*

Unix already solved many IDE problems decades ago using small cooperating tools instead of one large application.

  • bash
  • coreutils
  • less
  • tmux
  • nvialready form a complete and focused development environment for many Unix workflows.

The shell becomes the workspace, the terminal manages sessions, and the editor remains small and predictable

sources:

man sh(1)

man ls(1)

man coreutils(1)

man less(1)

man screen(1)

man tmux(1)

man vim(1)

https://www.gnu.org/software/screen/

https://repo.or.cz/code-notes.git/blob_plain/HEAD:/notes/Unix_As_An_IDE.txt

https://go.dev/doc/install

https://go.dev/doc/tutorial/getting-started

#programming #UNIX #gcc #g++ #asm #ln #golang #lsd #ncdu #ncurses #BSD #freeBSD #ghostBSD #openBSD #Linux #OpenSource #POSIX

Screen - GNU Project - Free Software Foundation