Greg L. Turnquist

32.5K posts

Greg L. Turnquist banner
Greg L. Turnquist

Greg L. Turnquist

@gregturn

Sr. Staff Technical Content Engineer @CockroachDB, Best-Selling Author, Conference Speaker, YouTube Content Creator.

Clarksville, TN USA Katılım Mart 2009
371 Takip Edilen3.4K Takipçiler
Dan Vega
Dan Vega@therealdanvega·
Does anyone know anyone know how to get this feature on YouTube? I have a long course coming out soon and I would like to put it in this format. @reneritchie
Dan Vega tweet media
English
3
1
4
2K
Deepak Lalchandani
Deepak Lalchandani@deepakl_2000·
@gregturn Which is your goto best book for the latest Java 24 edition which you can recommend now. I would love to hear your thoughts about it.
English
1
0
0
19
Ramnivas Laddad
Ramnivas Laddad@ramnivas·
Attending ⁦@ShadajL⁩’s PhD dissertation talk. He worked really hard, cared a lot about doing things right, and pushed the boundaries of computer science. I am really proud of my boy!
Ramnivas Laddad tweet media
English
9
2
43
2.9K
Greg L. Turnquist
Greg L. Turnquist@gregturn·
You didn't know? Spotify is the ONLY shop that has a shot at taking both YouTube and Amazon down a peg or two. * They scooped up Anchor and are becoming one of the top players in podcast sourcing including support for video podcasting. We simply livestream on YouTube through StreamYard, then grab the result and drop it on Spotify along with the same thumbnail and text (reformatted into HTML courtesy of ChatGPT. * They bought Findaway Voices and thus have the largest audio book distribution outside of Amazon/Audible. Spotify knows that content creation is growing exponentially and are going wide!
English
0
0
0
155
Josh Long
Josh Long@starbuxman·
guuuuys did u know Spotify did video ?????? HOW COME NOBODY TOLD ME THIS
English
4
0
5
2.9K
Greg L. Turnquist
Greg L. Turnquist@gregturn·
@starbuxman “I want to work on the color schema, but Jimmy says that’s too much stone-shedding.”
English
0
0
0
119
Josh Long
Josh Long@starbuxman·
Can you imagine the GANTT chart for this project? Did you know they got a lot of it done 5,000 years ago and then extended it.. with more stones.. 4500 years ago? Can you imagine the stone committee meetings?
Josh Long tweet media
English
5
1
20
2.6K
Sergei Egorov
Sergei Egorov@bsideup·
This very a$$ is finally employable again! 🥳 The longest break in my career, need to recall how to cook 🧑‍🍳 is jQuery frontends powered by Java-based REST services backed by MySQL still the hottest thing? 🤪 I heard about "AI", is it a usable auto complete in Eclipse IDE? 🤓
English
8
1
34
3K
Greg L. Turnquist
Greg L. Turnquist@gregturn·
@chrylis Pretty sure that was the same bundle I bought. I think was Visual J++ with NT threw in on the side. And I jumped at it for that reason.
English
0
0
1
11
Christopher Smith
Christopher Smith@chrylis·
@gregturn I bought it specifically because it came with NT 4 and was available on academic pricing for less than a quarter of a standalone NT license.
English
1
0
0
20
Greg L. Turnquist retweetledi
CockroachDB
CockroachDB@CockroachDB·
An inside look at how CockroachDB leverages the Network Time Protocol (NTP) along with software-based compensation techniques to achieve reliable time coordination across database nodes. cockroachlabs.com/blog/clock-man…
English
0
4
14
700
Greg L. Turnquist
Greg L. Turnquist@gregturn·
1. I’ve mentioned SQL as the “first” DSL for quite some time. It’s evident that a sub language aimed at data querying that is simple and easy to read his this mark. 2. Even more importantly, the market has spoken. SEQUEL was built to be “reachable” by more than old gray neck beards. And reach it has. A past colleague of mine once said “SQL isn’t rocket science.” And he was right. And easy to use declarative query language has cemented relational database access across the industry. When seasoned pro coders, fledgling beginner coders, business analysts, and even program managers can approach SQL and harvest value everybody wins. And a winning solution will continue being used. 3. We tried ORMs. And they are still somewhat popular. But people putting them back on the shelf when confronted with challenging situations. Performance issues. Impedance mismatches. ORMs are proving to NOT be the universal solution that SQL is. Yes, don’t let your users provide unsanitized inputs to your queries. Doh! I have spoken with industry veterans than when confronted with hard requirements often must shed every ounce of unneeded “help” possible and get their hands directly on the SQL. Sounds like SEQUEL may have hit its original objectives quite well.
Sean McBride@bushidocodes

The original SEQUEL paper from 1974 is mostly focused on the "console language" use case that Uncle Bob highlighted. Used in this way, SEQUEL enabled direct querying by business analysts that wouldn't know what Edgar Codd meant by "first-order predicate calculus" in his relational database papers. In fact, the language is called SEQUEL because the previous language SQUARE used terse math-like syntax, and this was considered too difficult for such non-technical business users. SEQUEL was made more verbose and English-like to be more approachable to non-technical business folks that might only run a few queries a year. Other tools designed with this target audience include COBOL, CODASYL data languages, and the RPG language. While the paper doesn’t mention embedding SQL explicitly, it does make a few implicit references that hint that this was perhaps under consideration as a future enhancement. First, the introduction opens as follows: As computer systems become more advanced, we see a gradual evolution from procedural to declarative problem specification. There are two major reasons for this evolution. First, a means must be found to lower software costs among professional programmers. The costs of program creation, maintenance, and modification have been rising very rapidly. The concepts of structured programming have been introduced in order to simplify programming and reduce the cost of software. Secondly, there is an increasing need to bring the non-professional user into effective communication with a formatted data base. Much of the success of the computer industry depends on developing a class of users other than trained computer specialists. The paper then goes on to focus on the second reason. However, the introduction begs the question: might SEQUEL also be somehow used to simplify programming and reduce the cost of software? Additionally, the paper calls SEQUEL a "sublanguage." Does a sublanguage imply a superlanguage? If so, that term might be 1970s for "embeddable DSL." Given the fact that relational databases were considered a next-gen CODASYL, and CODASYL was an evolution from the DATA DIVISION in a COBOL program, it seems very likely that embeddability in host languages was in the mind of IBM Researchers. Source: dl.acm.org/doi/10.1145/80…

English
0
0
0
203
Greg L. Turnquist
Greg L. Turnquist@gregturn·
Five of my sites got hacked. EVERYTHING is up for grabs. One had been built up with a python script run by GitHub actions published to GitHub pages replacing the previous Wordpress site creating my own bit.ly. It’s a LOT faster now. Another has been my personal name site. It too was Wordpress. Now it’s statically generated @astrodotbuild site run by GitHub actions published to GitHub pages. It’s a LOT faster now and easier to manage. I’m in the middle of rewriting my @ProCoderShow site and using a lightweight shopping cart service that may let me ditch a couple more expensive SaaS tools, cutting costs in half. It’s also MUCH faster! And with Cloudflare in the equation, caching static html will be MUCH better!
English
1
0
1
41
Tim Pote
Tim Pote@potetm·
every twitter follower: You should just write some stuff. me: redesign my website. got it.
English
3
0
10
288