Stream: general

Topic: What trending tech are you most bullish on?


view this post on Zulip Thomas Eckert (Sep 21 2024 at 23:41):

I see several technologies that are maturing at the same time. I know Silicon Valley (place not show) is all about AI at the moment. I see the value, but I've been a little more skeptical of its long-term value insofar as it changes our lives for the better.

Among the trending technologies, these ones stick out to me, but there are plenty more:

For me, I think Wasm has a huge potential to disrupt the cloud-native ecosystem. I think we'll see more companies pick it up as a model for deploying their applications safely and efficiently. However, it may be too limiting for certain use cases. I know I can't use it for my current project because I rely on a Git binary in my runtime environment. I'm still looking for the right project to use Wasm in. At work though, we enable users to run their own Wasm as part of a Kafka pipeline in process (Redpanda).

I'm even more excited about local-first applications like Linear and others. I think it offers a genuinely novel way of both developing and using apps that is way better for users. I've completely moved off of Notion and onto Obsidian for this very reason. I think we'll see a new generation of applications using local first to eat the lunch of existing juggernauts like Atlassian, Google Docs, and Notion.

view this post on Zulip Daniel Buckmaster (Sep 22 2024 at 02:40):

I'd like to co-sign your enthusiasm about both wasm and local-first software! I'm keenly following the local first ecosystem and looking for places where it would make sense in our company.

view this post on Zulip Daniel Buckmaster (Sep 22 2024 at 02:44):

It's a very long-term vision so probably not what you were thinking of for this topic, but I recently learned about Dynamicland and really love the vision of the future they have.

I've seen people (read: tech bros) get really inspired by Tony Stark's lab in the Iron Man films and think that's the future of tech. Dynamicland feels to me like that, but if it were invented by your friendly neighbourhood anarchist instead of a billionaire arms dealer :joy:

This video is a pretty good overview, and this video goes into more detail about a single use case.

view this post on Zulip Thomas Eckert (Sep 22 2024 at 14:58):

This is so cool! I love the DIY feel of it.

view this post on Zulip Matthew Sanabria (Sep 22 2024 at 15:14):

I think embedded devices will become more important as they become more accessible to program. It's easier to create devices for home automation and other monitoring needs. I'd like to see a shift from proprietary embedded devices that have zero right to repair onto open hardware/software that you can extend or replace with your own devices.

To list trends I'm bullish on that haven't been listed yet.

view this post on Zulip Thomas Eckert (Sep 22 2024 at 20:34):

@Matthew Sanabria, I'm wondering if there is some crossover on our interests. I feel like Wasm is the perfect compilation target for an embedded device that is built to run WASI.

view this post on Zulip Lars Ellingsen (Sep 22 2024 at 21:58):

Are we talking about general audiences here, or developers? For example, I love local-first tools as well (paying Obsidian user) but I think it's mostly a subsection of developers who really care, vs a mass market

I am also bullish on WASM from everything I've heard, and from dealing with Docker daily, although I've yet to really use it myself

view this post on Zulip Matthew Sanabria (Sep 23 2024 at 01:24):

Thomas Eckert said:

Matthew Sanabria, I'm wondering if there is some crossover on our interests. I feel like Wasm is the perfect compilation target for an embedded device that is built to run WASI.

Agreed. I loved the points you listed above and I didn't want to repeat them. I want to see more wasm support and usage in the industry. I think we're getting there though.

view this post on Zulip Thomas Eckert (Sep 23 2024 at 01:35):

Lars Ellingsen said:

Are we talking about general audiences here, or developers? For example, I love local-first tools as well (paying Obsidian user) but I think it's mostly a subsection of developers who really care, vs a mass market

There's no hard and fast rules here. I think of this from the perspective of a developer, but the scope could be broader. I think Wasm will mostly impact developers, but if it leads to faster services for users, that would be a promising non-dev benefit. Local-first, I believe has a very broad benefit for all users.

view this post on Zulip Daniel Buckmaster (Sep 23 2024 at 04:59):

I think that local-first is something that end users care about sometimes, but may not understand that they do. It might just be the difference between an app that has a spinner on every interaction versus an app that responds instantly. Or, an app that works well with limited connectivity- which could be important in certain B2B scenarios, e.g. we have customers who travel around rural areas a fair bit.

view this post on Zulip Tillman Jex (Oct 03 2024 at 17:15):

I'm totally aligned here too. WASM, right-to-repair, ARM laptops, Ollama, embedded devices all signal to me a cultural (consumer and developer) shift towards local first. I think combined with this is an ever growing awareness of online privacy and security, and a degradation of trust in corporations and media.

All in all, it feels a bit like people are taking a cautionary step back from everything. And part of that is the protectionism of having and being able to maintain / build your own stuff.

view this post on Zulip Tillman Jex (Oct 05 2024 at 06:43):

And speaking of "limited connectivity" this is applies to accessing a website _anywhere_ in Australia. When I was there on an extended visit, I wrote up a little git wrapper for my dotfile management to (among other things) push my repo to the origin and mirror concurrently, so I didn't have to wait so long. It was long enough!

view this post on Zulip Nick Sweeting (Nov 20 2024 at 22:31):

view this post on Zulip Dustin (Nov 21 2024 at 08:26):

@Nick Sweeting where are you seeing SQLite in browsers? Or do you just mean that SQLite wasm is possible now and libraries are being built on top of it?

view this post on Zulip Nick Sweeting (Nov 21 2024 at 18:29):

Yes SQLite WASM is what I was referring to, though I'd love to see it in the browsers directly if that ever happens

view this post on Zulip Tim Uckun (Nov 21 2024 at 21:10):

I am of the opinion that wasm is amongst the list of technologies that's 80% there but the remaining 20% will cause you heartbreak and pain and therefore the use will be limited. There are just too many restrictions in the sandbox. It also smells a bit too much like the JVM at the moment.

Having said that I do like the fact that every language seems to be targeting it as a back end.

view this post on Zulip Dustin (Nov 22 2024 at 09:26):

Curious why you think it smells like the JVM?

view this post on Zulip Dustin (Nov 22 2024 at 09:27):

I think wasm is just in that weird phase where it’s far enough along to be useful but not far enough along for the things a lot of people want to use it for.

view this post on Zulip Tim Uckun (Nov 22 2024 at 20:22):

@Dustin Promises cross platform VM, runs in the browser but had no access to the DOM, sandboxed environment, needs a runtime, deployed as a single binary etc.

In all honesty let's bring back applets and j2ee. In retrospect they were ahead of their time.

view this post on Zulip Ron Waldon-Howe (Nov 23 2024 at 01:44):

Oracle's ownership makes me weary of investing any time/money in JVM technology
At least WASM isn't owned by them

view this post on Zulip Tim Uckun (Nov 23 2024 at 21:10):

Java doesn't own the JVM. The JVM is open sourced although there are versions of it made by Java, IBM, and others. AFIK oracle does own the trademark just like they own the trademark on javascript.

view this post on Zulip Andrew O'Brien (Nov 25 2024 at 16:23):

I don’t know if this is a trend, but I’m trying to steer my career more toward smaller devices deployed out in the world. Writing in a more constrained environment is a fun challenge that gives me an excuse to be closer to the metal. Also no one’s asked me to add any useless AI features. (And the AI features I’m anticipating are actually interesting and worthwhile.)


Last updated: Dec 12 2024 at 15:17 UTC