Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

Development containers are awesome, especially when you can swap the hardware running your environment without changing a single thing. Apparently, I've been living under a rock because I didn't know about this. I recorded a 3-min video to show you Gitpod Flex running on my laptop. This takes less...

33,098 Aufrufe • vor 1 Jahr •via X (Twitter)

7 Kommentare

Profilbild von Santiago
Santiagovor 1 Jahr

Here is an explanation of how Gitpod built its zero-trust architecture:

Profilbild von Baran Cezayirli
Baran Cezayirlivor 1 Jahr

I have been using gitpod for some time. It is really good. Especially my M1 has huge problems with docker containers, in gitpod performance is much better. Best I don’t need to use VS Code.

Profilbild von Scire
Scirevor 1 Jahr

Wow this looks amazing, have to take a look at it

Profilbild von GPT.Biz
GPT.Bizvor 1 Jahr

Gitpod Flex sounds like a game-changer for devs—effortless setup, hardware flexibility, and zero-trust security, all while keeping your local machine clean

Profilbild von Mariano
Marianovor 1 Jahr

Great. And what would be the best strategy to work with database and data in this case. I mean... maybe using a small database and attach the Dab every time the container runs??

Profilbild von Mohammed Lubbad, PhD
Mohammed Lubbad, PhDvor 1 Jahr

Development containers indeed offer remarkable flexibility in managing environments. How do you typically utilize them in your workflow?

Profilbild von Sadi Moodi
Sadi Moodivor 1 Jahr

it doesnt work on windows / linux...waiting for release

Ähnliche Videos

Q: It must be complicated, when I listen to you, to have a private life, somebody to understand your passion and to share this moment. Lewis: "It really is, especially I would say more so today than ever before, which is the way the world is, you know. I look at the other drivers and I wonder how they're doing it. You know, some are having kids and some married, some, you know, most of them girlfriends. I did that when I was in my 20s, but I took a decision to really to maximize my time that I have here because it's not as long as you think and it's limited, you know. And I don't want to look back and be like, ah, if I just gave a little bit more here, I didn't sacrifice my time because I was committed elsewhere." "So I really focused in these last, you know, particularly these last 10 years, like get everything I can out of my performance. Then when I retire, then I can do whatever I want. You know, I can dedicate my time to whatever else it is and not have to worry." "But in this competition time, focus on health, well-being, my mental health, my driving technique, being as good an engineer as I can be, and also being the best teammate that I can potentially be for the guys that I get to work with. That's my sole focus. You know, I want to win." "I've been fortunate enough to win with great teams in the past. Particularly, obviously, with Mercedes and with McLaren, which was incredible. And my dream is to win a championship with Ferrari." "And that's something that hasn't been done for a while. But they have absolutely every ingredient that's needed to win. It's just like getting all the pieces of the puzzle in the right place. And that's what I'm trying to work on in the background with Fred and the whole team." [📹 VIGNERON GAETAN]

sim

86,907 Aufrufe • vor 11 Monaten

I'm up late with the rest of you building AI agents with the new AI browser from Genspark. We can see where this is all going: a new kind of operating system -- one that is very different than the Microsoft centric way that I've been working for 20 years. There are several things that these new agentic browsers bring to you: 1. They let you change how you browse. With an old browser like Google Chrome, you go to your email, Facebook, or X. 2. With these new browsers, you tell it where to go and what to do for you. 3. It can even build software for you. At the end of this video, I have it building me a little YouTube uploading utility, which is very helpful. 4. They have a ton of "applications" built in. Think of it as a new kind of office suite. Docs. Spreadsheets. Slide decks. And much more. All built with AI, not bolted on the side like with Microsoft's Office. 5. They have AI models built "underneath" so you can work privately and cheaply. There’s a lot of new choices you have to make with browsers like this. I’ve been playing with a bunch of them. Some have better user interfaces than others. Some have different versions, slide components, or applications. The reason I like Genspark is because they ship so fast. I’ve been watching this company since its very beginnings, and every week they ship new things. Just yesterday, they shipped a new photo editing feature for my iPhone. I upload a photo and then I can just talk to it and edit it with my voice. It's really cool. I try to reward companies that ship at such a fast rate and that are shipping innovation that improves our lives. It's not that I'm going to stop using Google Chrome. My whole life has been there for, I don't know, almost 20 years now. This is a different way of working and it gives me a space to run my AI tasks that's different than Google Chrome. I run them side by side. One doing old stuff, one doing new stuff. I can keep using Google Chrome for my old stuff, like my email and my calendar. And I use GenSpark or one of the new AI browsers to do new AI-centric things. All sorts of new things that these new agentic browsers open up! Have you tried it, or one of the other new ones yet? How has it changed your work? It takes a little time to get used to AI-centric ways of doing things. Pretend your browser is a team of interns. Give them a task, in this case I said "help me upload my videos to YouTube." You might be shocked at what Genspark does to improve your life. I am everytime I use it. Give it a try and let me know what you think! Oh, and I used another little tool to "write" this post. Typeless -- I push a button and talk and it writes. With fewer typos than I usually type in, to boot. It works great with Genspark's new browser too. Download it here:

Robert Scoble

70,991 Aufrufe • vor 9 Monaten

I built an agent that answers machine-learning questions. It's autonomous, and the best part is that I built the whole thing without writing a single line of Python code. Here is what I did and how I did it: Over a year ago, a friend and I built a site that publishes multi-choice questions. You get a new one every day. I decided to have GPT-3.5 answer questions. Here is what I needed to build: 1. Connect to the site's API to retrieve today's question 2. Extract the question and the potential choices 3. Connect to OpenAI's API and ask GPT-3.5 to answer the question 4. Parse the answer from the model 5. Submit the answer back to the API to get the score Not difficult. Likely several hours of work. But I didn't have to write any code. I built the whole thing by dragging and dropping components using Vellum is a YC-backed platform for developers to build LLM applications. They are the only ones I've seen offering this functionality. They sponsored this post, and their team helped me with all my questions while I built this. I created a workflow. The platform supports several node types to build whatever you have in mind. I show how I put the whole thing together in the attached video. The only code I had to write was a few lines of Jinja to parse and transform the API and the LLM results. There are three lessons I want to share from this experience: First, the best possible code is the one you didn't write. I'm a big fan of no-code tools because they help me materialize my ideas fast. They help product people, designers, and no coders collaborate on the solution. Second, Large Language Models are sensitive to how you prompt them. Small changes to prompts can make a big difference in results. This is more pronounced when you are building a multi-step workflow. Third, automated testing and evaluation for prompts is critical. There aren't many companies thinking about this. They'll have a hard time moving from a demo phase. The attached video will show you what I did.

Santiago

309,825 Aufrufe • vor 2 Jahren

Rick Rubin tells Andrew Huberman how he deals with creative or writer’s block. He treats his work like a diary entry (and doesn’t worry about internal or external judgment): ➡️ “What's the cause of the block? The block is usually something that's either personal ("I'm not good enough") or it can be a confidence issue ("I don't have anything to say") or it could be...thinking about someone else ("nobody's going to like what I make"). Do you know what I'm saying? So, it's either fear of self-judgment or external judgment. If you're making something with a freedom of "this is something I'm making for myself for now", that is all [you have to do]. It is a diary entry. Everything I make is a diary entry. The beauty of a diary entry is that I can write my diary entry and you can't tell me that my diary entry wasn't good enough. Or that [the diary entry] is not what I experienced. Of course it's what I experienced: I'm writing a personal diary for myself and no one else can judge if it is my experience of my life. Everything we make can be that: a personal reflection of who we are in that moment of time. It doesn't have to be the greatest you could ever do. It doesn't have to have any expectation that it's going to change the world. It doesn't have to sell a certain number of copies for any reason. It doesn't have any of those things at all. It is "I'm making this thing for me and I want to do it to the best of my ability and to where I feel good about it". [The work] is honest of where I'm at and if you're living in this world of just being honest to where you're at, there's nothing blocking you. There are no blocks. The blocks are all based on dealing with a different force or a different perception that is made up.” ⬅️

Trung Phan

1,619,350 Aufrufe • vor 2 Jahren