Posts

This profile is from a federated server and may be incomplete. Browse more on the original instance.

judell, to community
@judell@social.coop avatar

This column was both painful and exhilarating to write. Painful because it forced me to reconsider long-standing assumptions. And exhilarating for the same reason!

https://thenewstack.io/how-llms-can-unite-analog-event-promotion-and-digital-calendars/

datasette-extract reading an event poster

Jonathanglick,
@Jonathanglick@mstdn.social avatar

@judell It was very insightful, thank you.

judell, to random
@judell@social.coop avatar

My dad flew WW2 naval aircraft and never lost his sense of wonder that planes could fly at all.

His reaction to a new (to me) feature - pins labeling landmarks on the moving flight map, with popup Wikipedia entries explaining them - would have been tears of joy.

judell, to random
@judell@social.coop avatar

"orcas have been observed developing “cultural ‘fads,’” including carrying dead fish on their heads, and the incidents with the boats may be nothing more than a “fashion trend.”

https://www.washingtonpost.com/climate-environment/2024/05/14/orcas-yacht-ambush-gibraltar/

judell, to random
@judell@social.coop avatar

"...the emerging field of searchable encryption. It allows you to search encrypted data without decrypting the entire database."

What Pater Wayner's seminal Translucent Databases foresaw is becoming real? Excellent!

https://thenewstack.io/a-postgres-proxy-for-searchable-encryption-for-data-in-use/

judell, to random
@judell@social.coop avatar

Here's one for the @b0rk compendium of git oddities.

Today I learned there is a difference between a lightweight tag:

$ git tag v0.20
$ git cat-file -t v0.20
commit

and an annotated tag:

$ git tag -a v0.21 -m "this is an annotated tag"
$ git cat-file -t v0.21
tag

I have only ever used the former, but it's possible for software to care about the difference between the former (the type of the object is commit) and the latter (the type is tag).

What a tangled web we weave.

fm2279,
@fm2279@social.coop avatar

@tymwol @judell @b0rk Annotated tags get a message/description. Lightweight tags are just pointers to a commit, I think.

Cmastication,
@Cmastication@mastodon.social avatar

@fm2279 @tymwol @judell @b0rk that shit be wack

judell, to random
@judell@social.coop avatar

I was the perfect reader for this chapter. Without realizing it, I had always needed an explanation that I could wrap my head around and (not that I have done, but could!) reproduce. https://mastodon.social/@gvwilson/112337153507129104

judell, to Ergonomics
@judell@social.coop avatar

I've long thought I probably should stand vs sit in front of the computer, but never made it happen. Now it looks like a sore tailbone will force me to, at least for a while. I have so many questions, and will appreciate any thoughts and advice.

Ideally I'll find a way to keep using my beloved Captain Kirk Chair which is ergonomic for my hands and wrists if not my butt, but maybe I'll need to mount the keyboard on a standing desk.

https://blog.jonudell.net/2014/10/17/voyage-of-the-captain-kirk-floating-arms-keyboard-chair/

#standing #sitting #ergonomics

andypiper,
@andypiper@macaw.social avatar

@judell I will not argue for staying sitting - I wish I had a standing / convertible desk, myself - but, I’ve been using coccyx cut-out cushions for quite a few years, a previous employer provided them for me specifically, e.g. https://www.posturite.co.uk/posturite-coccyx-cut-out-wedge

judell, to random
@judell@social.coop avatar

There's much talk of AI-driven unemployment, not so much about AI-powered employment. Reflecting on a week in which I accomplished a lot more than I could have two years ago, I'm feeling conflicted. It's exhilarating to be empowered by tools that make me a more effective thinker and doer. It's also starting to feel exhausting. As with all forms of augmentation, we need to find balance. Just because we can exercise these new superpowers doesn't mean we always should.

judell,
@judell@social.coop avatar

@dckc @sandro To counteract the hype I've been chronicling my practical day-to-day uses in a series that started on my blog and moved to The New Stack. I keep track of installments on my blog: https://blog.jonudell.net/2024/04/09/code-in-context-how-ai-can-help-improve-our-documentation/

I think a lot of folks are having these kinds of experiences but, for various reasons, aren't talking about them much.

judell,
@judell@social.coop avatar

@dckc @sandro We're in another mainframe era. I'm looking forward to the PC era that will inevitably follow.

judell, to random
@judell@social.coop avatar

"Processing unstructured data is one of the most directly useful applications of Large Language Models."

I worked hard to syndicate event data from iCalendar feeds, but they were and still are scarce. Much real-world data lives inaccessibly in event posters; that's always felt wrong.

It also feels wrong (to techies) to make feeds from pictures of posters.

"That isn't data!"

But for normies it makes total sense.

"Of course it's data, I can see it plainly!" https://fedi.simonwillison.net/@simon/112243754613807997

judell, to random
@judell@social.coop avatar

These two items were adjacent in my feed.

https://fedi.simonwillison.net/@simon/112237545994624170

https://octodon.social/@jalefkowit/112238324590392720

I hugely respect both @simon and @baldur. How to square their opposing views? Two things can be true. Some who use LLMs are experiencing a massive boost. Others are fooling themselves about AGI.

simon,
@simon@simonwillison.net avatar

Baldur's piece includes "This new era of tech seems to be built on superstition and pseudoscience"

I could not agree more. The superstition around these tools is wild and infuriating - "act as the world's foremost expert on X", "offer it a tip"... made even more infuriating by the fact that some of the superstitions apparently work, but we can never be completely sure which ones!

kellogh,
@kellogh@hachyderm.io avatar

@judell the first chooses language that brings out anger and aggression in people, implying that they’re con men. I’ve long compared them to rubber duck debugging, which is a nearly identical message, but leaves you with a different attitude.

judell, to random
@judell@social.coop avatar

"What's happening at the data level that allows these very different complex systems with billions of moving parts to exhibit similar behavior? Theres's some sort of generality, but not generality of intelligence, I think it's generality somewhere deep inside the training data that's going into both human brains starting at birth and into large models as they're being trained."

One of many provocative insights in a long but rewarding podcast.

https://thegradientpub.substack.com/p/venkatesh-rao-protocols-intelligence-scaling

judell, to LLMs
@judell@social.coop avatar

I've been thinking for a long time about tools to help people learn to be better writers. The latest experiment wasn't a resounding success, nor did I really expect that. But it feels promising, and I'm interest to compare notes with fellow travelers. I know wattenberger@bird.makeup is one, who else?

https://thenewstack.io/using-ai-to-improve-bad-business-writing/

Colarusso,
@Colarusso@mastodon.social avatar

@luis_in_brief this is in fact my jam. @judell I liked the post, I actually implemented something like your suggested bot dialogue here: https://sadlynothavocdinosaur.com/posts/word-processor/ There's even a pass that ingests all of Elements of Style to provide copy edits. :)

Also, it might be helpful for devs to frame some of these writing checks as "unit tests." See e.g., https://sadlynothavocdinosaur.com/posts/ai-rubric/

luis_in_brief,
@luis_in_brief@social.coop avatar

@Colarusso @judell (tone of childish delight) yay! smart people smarting together!

judell, to random
@judell@social.coop avatar

Although we are on opposite sides of the LLM conversation, I agree with all of what @baldur says here. Grim news, powerfully delivered, at a moment when many are wondering: "What should I do?"

https://www.baldurbjarnason.com/2024/the-one-about-the-web-developer-job-market/

judell, to random
@judell@social.coop avatar

If you've never tried a Khan course, or anyway not recently, now's a good time to dive in and see what you think.

Imperfect? Of course. Useful? I think so, and I agree with this assessment.

"Khanmigo is the best model we have for how to develop and implement AI for the public good."

https://www.washingtonpost.com/opinions/2024/02/22/artificial-intelligence-sal-khan/

judell, to random
@judell@social.coop avatar

"The IRA also spurring a wave of private sector investment in U.S. clean energy manufacturing facilities for solar, wind and electric vehicle parts, the majority of which will be located in Republican congressional districts represented by lawmakers who voted against the bill."

https://www.politico.com/news/magazine/2024/02/02/joe-biden-30-policy-things-you-might-have-missed-00139046

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • mdbf
  • ngwrru68w68
  • tester
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • InstantRegret
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • megavids
  • tacticalgear
  • osvaldo12
  • normalnudes
  • cubers
  • cisconetworking
  • everett
  • GTA5RPClips
  • ethstaker
  • Leos
  • provamag3
  • anitta
  • modclub
  • lostlight
  • All magazines