sshx, 3 things about your competitors, fx JSON viewer, quality over quantity at confs, RAGTheDocs & more

Changelog News

Developer news re-founded on humanity

Jerod here! šŸ‘‹

Most of the buzz of late is in response to OpenAIā€™s DevDay keynote, where they announced GPT-4 Turbo and no-code custom AI agents called ā€œGPTs.ā€

Itā€™s still early, but OpenAI is looking a lot like the iPhone of this new platform opportunity, app store and all. If true, this begs the question: what might be the Android of ā€œAIā€? šŸ¤”

Oh, and GitHub says theyā€™ve been ā€œre-foundedā€ on Copilot. But I think thatā€™s silly, so Iā€™m not really going to talk about it any furtherā€¦

Ok, letā€™s get into the news. (Audio Edition)


šŸ’­ Quote of the week

A blog post is a very long and complex search query to find fascinating people and make them route interesting stuff to your inbox ā€“ Henrik Karlsson


šŸ–„ļø A secure web-based, collaborative terminal

sshx lets you share your terminal with anyone by link, on a multiplayer infinite canvas. It has real-time collaboration, with remote cursors and chat. Itā€™s also fast and end-to-end encrypted, with a lightweight server written in Rust (so you know itā€™s cool).

sshx screen grab

All you have to do is run curl -sSf https://sshx.io/get | sh, or build it from source if thatā€™s more your thing. This gives you the sshx command, which, when executed kicks off a live, encrypted session. Send the link to anyone you want to join in and they open it in a web browser.

ā˜˜ļø Three things about your competitors

Herbert Lui, on his blog about creativity, marketing, and the human condition:

If a tattoo artist does a good job the first time you get a tattoo, youā€™ll be interested in getting more tattoos. Theyā€™ve just created an opportunity for other tattoo artists.

If somebody reads a book about creativity, theyā€™re probably actually more likely to read another book about the topicā€”not less.

While competitive energy can be helpful, itā€™s certainly not the onlyā€”or the most accurateā€”way to see the world. There are enough problems to go around, and a problem often requires more than one solution.

Thatā€™s the entire post, so no need to go read it. But if youā€™re picking up what heā€™s putting down with this one, check out his other writings. He even has a book titled Creative Doing.

šŸš€ Itā€™s Sentry Launch Week!

Thanks to Sentry for sponsoring Changelog News šŸ’°

Five days of new features that you probably wonā€™t hate (their words).

  1. Monday: Performance Monitoring
  2. Tuesday: Session Replay and User Feedback
  3. Wednesday: Data Residency and Platform
  4. Thursday: SDKs and Integrations
  5. Friday: Future of Open Source

Tune in to their daily video drop on YouTube at 9am Pacific, or if youā€™re too busy for all thatā€¦

Click here, enter your email address, and get all the announcements sent to your inbox. Plus enter to win some sweet, sweet Sentry swag.

šŸ”¬ fx is a terminal JSON viewer & processor

There are umpteen ways to deal with JSON in your terminal, and fx by Anton Medvedev looks like a great one. Itā€™s written in Go, so efficient performance and universal binaries mean easy installation. Itā€™s interactive, which means you can visualize the JSON tree structure, folding and unfolding areas that interest you. Plus, it supports streaming JSON data, which helps process large datasets. It has JSON comments support, mouse support, and clipboard integration.

šŸ¤ Quality over quantity at conferences

Danny Castonguayā€™s team at bld.ai are attending COP28 in Dubai alongside 70k other people, so he wrote up some advice that resonated with me, having attended KubeCon last week. Danny says:

Large conferences can be chaotic and draining. The fear of missing out is real. I recommend steering clear of the main stage(s), unless thereā€™s a superstar speaker youā€™re eager to meet. Instead, prioritize scheduling in-depth, one-on-one interactions with a few individuals youā€™re looking to build lasting connections with.

He says a good rule of thumb is to add one to three (at most) new connections per day. This wouldā€™ve been good advice for me before I left for KubeCon! Oh well, thereā€™s always next timeā€¦

šŸ¤“ RAGTheDocs using HuggingFace spaces

Jeremy Pintoā€™s experimental RAGTheDocs project is working toward a reality Iā€™m very much waiting for! Itā€™s an open source library that enables a one-click deploy of retrieval augmented generation (RAG) on any readthedocs documentation to HuggingFace spaces!

RAG, for the uninitiated, is:

an AI framework for improving the quality of LLM-generated responses by grounding the model on external sources of knowledge to supplement the LLMā€™s internal representation of information.

In the case of RAGTheDocs, that external source of knowledge is your projectā€™s docs! It automatically scrapes and embeds documentation from any website generated by ReadTheDocs/Sphinx using OpenAI embeddings. It also ships with a gradio UI for users to interact with and lets you customize the experience as well.


šŸŽ§ ICYMI: Recent good pods from us

Backslashes are trash ā€“ Mat Ryer returns with his guitar, an unpopular opinion & his favorite internet virus.

Early Review: ā€œThis show is PURE #GOLDā€

Pushing back on unconstrained capitalism ā€“ Weā€™re talking with Cory Doctorow about how we can get back to that ā€œnew good internet.ā€ Coryā€™s new book The Internet Con offers a lens to this conversation about disenshittifying the internet through anti-trust laws, limits on corporate tweaking, regulating unconstrained capitalism, and all the ways enshittification is enabled.

Best of the fest! Volume 2 ā€“ JS Party listeners and panelists celebrate great moments from the last 100 episodes! Youā€™ll hear from 14 of our favorite humans (and 1 horse) across 11 episodes. Hereā€™s to our first 300 episodes and the next 300 as well. šŸ„‚

Principles of simplicity ā€“ Rob Pike says, ā€œSimplicity is the art of hiding complexity.ā€ If thatā€™s true, what is simplicity in the context of writing software in Go? Is it even something we should strive for? Can software be too simple? Ian & Kris discuss with return guest sam boyer.

Government regulation of AI has arrived ā€“ In this Fully Connected episode, Daniel and Chris parse the details and highlight key takeaways from new AI-related government documents, especially the extensive and detailed executive order, which has the force of law in the United States.


šŸ«£ Hard-to-swallow truths they wonā€™t tell you about SWE

Mensur Durakovic wrote up some harsh realities about the software industry that he shared with a few fresh college grads, including:

  • College will not prepare you for the job
  • You will rarely get greenfield projects
  • You will sometimes work with incompetent people

šŸ”® Fast, light, simple Docker containers & Linux machines for macOS

This was one of my favorite discoveries from KubeCon last week (thanks, Tammer!) OrbStack is a replacement for Docker Desktop on macOS so you can actually have a ā€œfast, light, and easy way to run Docker containers and Linux.ā€

I havenā€™t tried it yet, but Iā€™m excited to and wanted to share with anyone else who has felt the same pain I have!

šŸ›‘ Donā€™t build AI products the way everyone else is doing it

Steve Sewell says if your product is mostly a wrapper for OpenAI or some other modelā€¦ youā€™re doing it wrong and wonā€™t survive very long.

If youā€™ve noticed that one person creates a chat with a PDF app, and then another dozen people do too, and then OpenAI builds that into ChatGPT directly, itā€™s because nobody there actually built something differentiated.

They use a simple technique, with a pre-trained model, which anyone can copy in a very short period of time.

When building a product whose unique value proposition is some type of advanced AI technology, itā€™s a very risky position to be so easy to copy.

He goes on to suggest a better way to go about itā€¦


šŸŽ„ Clip of the week

A relatively-new-but-increasingly-common phenomenon is the intersection of VC-backed startups and open source projects. Iā€™m of two minds about this:

On one hand, itā€™s awesome seeing capital pouring in to the open source community and fueling innovation that may have otherwise never gotten out of the starting gates.

On the other hand, VCs want a return on their investment. This puts growth burdens on software makers that might compromise their decision-making.

Jarred Sumner clip thumbnail

This dichotomy fascinates me, so whenever I have the opportunity to ask someone living it their thoughts on the matter, well, I take that opportunity. Most recently, I was talking to Jarred Sumner about Bun, his open source JavaScript runtime that popped out of Oven, his VC-backed companyā€¦ What happens to Bun if Oven fails?


Thatā€™s the news for now, but itā€™s time once again for some Changelog++ shout outs!

SHOUT OUT to our newest members: Alexandru C, Ayaz K, Nathan S, Pascal P, Gilberto C, Matthew S, Isaac, Daniel T, Valon L, Jakub C & Savinirs! We appreciate you for supporting our work with your hard-earned cash.

(If Changelog++ is new to you, it is our membership program you can join to ditch the ads, get closer to the metal with bonus content, directly support our work & get shout outs like the ones above. ā˜)

Have a great week, send Changelog News to your friends if you dig it, and Iā€™ll talk to you again real soon. šŸ’š

ā€“Jerod