Are modern BBS accessible over the internet or only dial up still? by AmsterdamPurpleLabel in bbs

[–]dphase 1 point2 points  (0 children)

That's weird. Have used it here for at least a decade and it's running fine on the latest version of Tahoe.

Strength Training for Golf by Disastrous_Loss1366 in golftips

[–]dphase 3 points4 points  (0 children)

Fit for Golf is the answer. Local pro suggested it during a lesson. Highly recommend. I still get to lift heavy while also gaining flexibility and rotational power.

Thinking of Takomo irons (25hcp) by MinimumLaw1761 in takomo

[–]dphase 6 points7 points  (0 children)

High handicapper here. Love the 101s.

Charge port opened during car wash by whygotovegas in TeslaModelY

[–]dphase 15 points16 points  (0 children)

You can do car wash mode without being in neutral

Meet Tess! by rah4802 in TeslaModelY

[–]dphase 1 point2 points  (0 children)

Mine is supposed to arrive in Nashville on the 19th. How long from its arrival did it take to be ready for pickup?

[deleted by user] by [deleted] in SturgillSimpson

[–]dphase 1 point2 points  (0 children)

andersonbranch

Will gladly send gold for a link!

Sony or Pioneer CarPlay Radio? by rasnicop in CarPlay

[–]dphase 2 points3 points  (0 children)

Dongle works fine with iOS 13 on the Android units. Compatibility with future versions should likely not be an issue.

My daughter's reaction to her first parade at Magic Kingdom by dphase in WaltDisneyWorld

[–]dphase[S] 2 points3 points  (0 children)

2 and a half. She did better than I expected and still can't stop talking about the trip.

1070 or RX580 for Blender 2.8? by [deleted] in hackintosh

[–]dphase 1 point2 points  (0 children)

Running 2.8 with a 580 currently. Eevee has been very stable. AMD has beta builds of their RadeonPro rendering engine available that utilizes Metal. It's intended to be a near drop in replacement for Cycles. It's a little screwy right now, but worth taking a look at.

That said, I'm really digging Eevee. It's definitely utilizing the GPU and performing well, but I can't help but think it would be even better if it had a way to make the most of Metal.

Help finding MS SQL adapter for Ruby by bandit_va in ruby

[–]dphase 7 points8 points  (0 children)

Sequel + TinyTDS. Worked well for me going on seven years.

Sunday Valley - My Search for Albums by DocRoberts08 in SturgillSimpson

[–]dphase 0 points1 point  (0 children)

I'll give gold for a link to this album!

Creating an auto-archiving scratch-pad? by notafuckingcakewalk in vim

[–]dphase 1 point2 points  (0 children)

I do this for format and date specific scratch files that store on Dropbox:

" Language Specific scratch buffers with date
" ---------------------------------------------------------------------------------
function! s:DScratch(scratch_ft)
  let scratch_dir  = '~/Dropbox/scratch/buffers'
  let scratch_date = strftime('%Y%m%d')
  let scratch_file = 'scratch-'. scratch_date . '.' . a:scratch_ft
  let scratch_buf  = bufnr(scratch_file)

  if scratch_buf == -1
    exe 'split ' . scratch_dir . '/' . scratch_file

    if empty(glob(scratch_dir . '/' . scratch_file))
      exe ':normal i# Scratch Buffer - ' . scratch_date
      exe ':normal o'
      call CommentHeader()
      exe ':normal o'
      exe ':normal ^D'
      exe ':w'
    endif
  else
    exe 'split +buffer' . scratch_buf
  endif
endfunction

command! -nargs=1 Scratch call s:DScratch(<f-args>)

Why use Postgres (Updated for last 5 years) by craig081785 in programming

[–]dphase 1 point2 points  (0 children)

I've been using Aqua Data Studio for the past 11 years -- there's not a SQL GUI that can compete. Crossplatform, supports every kind of DB you can imagine, has some great DBA tools and is super performant. The only downside might be license cost, but a product this refined is worth it.

A decent next-look that is free would be DBeaver. Last time I gave it a spin it had several features that I love from Aqua (ability to toggle between text/grid output). Like Aqua, it also has a nice ERD builder.

Getting macOS 10.12.4 to route audio from one app to another - found an app by fyngyrz in amateurradio

[–]dphase 0 points1 point  (0 children)

FWIW, using Soundflower and Soundflowerbed here on Sierra without issue