Hey Claude read all the code, walk through all the code branches, fuzzy all the inputs. Make no mistakes.
Everything except running the code, Claude. ๐ฅฒ
https://t.co/8mopIDCjd6
Introducing Ona Automations: proactive background agents that run in the cloud.
Automations are the engine that writes, ships, and improves your codebase continuously.
Chain prompts with deterministic commands (such as CLI tools) in powerful workflows.
Gitpod is now @ona_hq. Same people, different name, bigger ambition.
Today, we're launching the mission control for your personal team of autonomous SWE agents.
Yesterday, we signed a seven figure contract, growing our enterprise revenue 10x since last year.
Today, we launch our Act 2: Gitpod Flex. We want to give you all the building blocks to automate your software development lifecycle, starting with development environments.
Here is what you get.
-Automations: programmable tasks and services triggered on events unique to development environments
- Gitpod Desktop: bringing cloud development environments to your laptop, starting with Mac
- Runners: self-host in your cloud in three minutes
- Dev Container: for base images, tools, and extensions
- Zero-trust environments: โnever trust, always verifyโ every actor and service
Try it for free in early access, no waitlist.
Special shout out to @gitpod for saving this episode as half way through we realized we were going to need a Linux environment, and it just worked perfectly straight away!
Thank you for joining us in our community meet-ups across the world ๐ซ๐ท ๐ฌ๐ง๐ณ๐ฑ๐
We're excited to be heading to Germany ๐ฉ๐ช next month, join us for an evening to hang out with the community and DevX enthusiasts!
โจ April 12 - Munich, 6PM CET
โจ April 13 - Berlin, 6PM CET
@SbgMartin Hey, sehe deine Nachricht gerade erst - leider nicht! ๐
War lustig รผber die Eigenheiten von Kubernetes zu klรถnen!
Und das Foto vom Bierรถffner hat schon einige Likes eingefahren. ๐
BTW: Hier is ein guter Einstiegspunkt fรผr "Intellij ๐งก Gitpod": https://t.co/HzegNKUxmX
@mahmoud_ajawad@Gitpodstatus@gitpod Hey Mahmoud,
Gero from Gitpod here. Thx for the warning, our clusters look alright, though.
Looking at your profile, there might be a problem. Can we switch to PM? I followed you.
๐ฃ VS Code in the browser for everyone.
Introducing OpenVSCode Server - an open-source project that makes running VS Code in a browser accessible for all devs & orgs. Backed by @gitlab, @VMware, @Uber, @SAP, @sourcegraph, @rstudio@SUSE & more
Blog: https://t.co/a5Cio2JQV4
Shoutout to @ludmann for adding the "Open MR in Gitpod" workflow in @gitlab 14.2. MVP ๐ฅณ ๐
"We believe cloud development environments like @Gitpod reduce barriers and make it easier for everyone to contribute."
https://t.co/EBXELDVENg
Want to try out #rustlang with your team, but unsure where to start?
Check out https://t.co/bMr8YlkXg7 ! We've summarized some tips on how to best pick a project that lets you evaluate if Rust works well for you and the problems you're solving.
@ClimateBen@juliusvolz I feel the key enabler for effective reduction of emissions would be complete transparency for the consumers, on every level.
Imagine a gauge to measure your every day decisions with: You can no longer ignore but have to act.
+ it ends the endless discussions around the "how".
@ekuber @rustlang "Other": More ergonomic async closures
It should be straight forward to do `list.into_iter().map(|item| async move { ... }` and `join_all(..)` later, without any `Box::pin` sprinkled in.
(Disclaimer: Did not grok yet why `Box::pin` is needed in the first place... ๐)