GeePaw Hill Profile picture
Feb 19 4 tweets 1 min read
Awwwww shit, swear to God on my Momma's headstone it came up on the play list.

Roy Byrd & His Blues Jumpers, "Byrd's Blues".

1949.

19*Forty* *Nine*.
It was Byrd -- Professor Longhair -- who should have been the base of rock'n'roll. Imagine, I mean, imagine, if this were the root.
Right now. These blues are gettin' me down.

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with GeePaw Hill

GeePaw Hill Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @GeePawHill

Feb 19
Kate Bush, "Houdini".

I think, sometimes, I have not properly honored this artist, Kate Bush.
This song is the song of Bess Houdini, the Bess of Erich Weiss. Wife to the highest paid entertainer in the world.
Read 12 tweets
Feb 16
In re: exceptions in Java. I used SocketServer.accept() the other day. Now, for the unwashed, accept() is a blocking function in an async environment. It's for listening to see if someone connects to the listening port.
And what if -- I did -- you want to listen for this, but in an exitable way, so that, say, if no one connects for a second, you regain control and can do something else, for instance.
Here's how you do that:

try {
serversocket.setTimeOut(xxx)
serversocket.accept()
}
catch(SocketTimeoutException ignore) { }
Read 8 tweets
Feb 13
Glen Campbell, "Wichita Lineman"

Campbell, who lived at the pivotal moment when we turned from great singers to great singer-songwriters, is, even now, much maligned.

But his tenor was good, and his taste was good.
It's a Jimmy Webb song.
Read 4 tweets
Feb 12
Aight, light. I'm going light. We're doing light.
Here's Harry Nilsson, "Coconut".
Taj Mahal, "Fishin' Blues".

Read 5 tweets
Feb 12
I have been mulling, stalling, hedging, thinking, strategizing, so on and so forth, on a new project I've had in mind, for at least six months.

I think I'm about to pull the trigger on it.
And I'm not even gonna tell you what it is.

Because all the mulling, stalling, hedging, etc etc et fucking cetera had almost nothing to do with the geekery.
I make content for a living, or, more correctly, I make content for a non-living. I have project after project, three of them alive currently, to serve as the base and motive for my content.
Read 10 tweets
Feb 11
Killing time while I wait for my birthday drink(s). I am prowling around a large java code base, looking at code I regard as "good", and partly picking nits and partly re-envisioning it in Kotlin idiom.
It is fun, sometimes, to look at bad code from lousy designers. But I am enjoying looking at reasonably good code from a designer I have a lot of respect for. Feels like it's even more fun.
A f'rinstance nit: don't use inline if's to handle pre-configured optional steps in an algorithm. Use a Strategy constructed at configure-time.
Read 14 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

:(