Live data from Hacker News

Ask HN: Is anyone using cloud dev environments (e.g. Codespaces/Replit) at work?

news.ycombinator.com

231–240 of 246 posts

Re: Ask HN: Is anyone using cloud dev environments (e.g. Codespaces/Replit) at work?

#231
post #138

Earlier quoted context omitted.

This is software development. I wouldn't hire someone (remotely) who couldn't guarantee that they're on a good connection. It's part of the job.

Perhaps you should chat with Alan Cox? IIRC, he was on 28k dialup (over a couple of lines) whilst the more metropolitan of us were on ISDN. Adjust your workflow to your environment.

lol..

Congrats on trying to make a 35+ year old reference apply to remote work now.

Re: Ask HN: Is anyone using cloud dev environments (e.g. Codespaces/Replit) at work?

#232
post #229
post #168

Earlier quoted context omitted.

> which has meant we can move everyone to fairly cheap macbook airs > fairly cheap macbook airs what did I just read

dunno what to tell you, they're a hell of a lot cheaper than the macbook pros and system76 laptops staff used to get.

and I dunno what to tell you, it's insanity that any Mac laptop is considered cheap in any way or form when you are not even running anything locally. It's reckless excess ? dunno how to say this.

Re: Ask HN: Is anyone using cloud dev environments (e.g. Codespaces/Replit) at work?

#233

Do things like Wix, Weebly, Wordpress count as CDEs?

Nope - those are website builders.

If Wix or Weebly add code editing will they count then as CDEs? I guess my question is, what would they need to add to count as CDEs?

Re: Ask HN: Is anyone using cloud dev environments (e.g. Codespaces/Replit) at work?

#234

Earlier quoted context omitted.

I genuinely envy your ability to do this. I find that it's simply impossible for me to engage in any meaningful work during commutes. I can't focus.

And I can't focus in an office :/

Yeah, that's rough as well.

Re: Ask HN: Is anyone using cloud dev environments (e.g. Codespaces/Replit) at work?

#235
post #228
post #171

Earlier quoted context omitted.

Any suggestions for a small agency that handles sites with a lot of personal information? I work in a small shop and things are messy. Similar to having hundreds of WordPress sites, but we managed to standardize the main set of plugins we use on all clients (this has its own git repo), and clients will have their custom theme and some custom plugins (in another repo). Ideally we would have a tool that lets us spin up…

I mean, in codespaces you have scripts that run as the codespace is built. So we basically have s3 buckets with appropriately-sanitized (hopefully) data dumps that the repos copy down and then import into the database. You can tell codespaces to include the AWS commandline tooling automatically via the devcontainer "features" attributes. And you can tell it to run a script once the codespace has initially been create…

Cool, thanks for the hints. I'll dig more in that direction :)

Re: Ask HN: Is anyone using cloud dev environments (e.g. Codespaces/Replit) at work?

#236
We at Broadcom use "https://strong.network/" which gave lot of flexibiltiy and platform/resource control as well boost to productivity for our development community. A part from data loss prevention (IDE, web apps) and security that this platform provides, it helped us to Host , scale , delegate within our organization which is also a cost effective solution that other current solutions availble are lacking .

Re: Ask HN: Is anyone using cloud dev environments (e.g. Codespaces/Replit) at work?

#237

Most of the CS classes at my university have moved on to an online Jupyter environment with VS Code preinstalled. It lets students spawn an environment with all the required software for their class preinstalled. E.g. For Computer System it spawns an environment with GDB pre-installed, while for Intro to AI it has PyTorch/Python3 pre-installed

Online REPLs are great, but students especially in CS should know how to set up their environment. I remember being a Junior Compsci student watching other students struggle to install the Java JDK on their Windows laptops (install JDK not JRE; configure PATH; install Eclipse; point it at the JDK). The professor had to come around and help them. I was the only student with a Mac and I had transferred from a community…

I went through a similar struggle in ~2005, seeing the word Tomcat still gives me PTSD from being left to ourselves to install Tomcat server on Windows XP.

Re: Ask HN: Is anyone using cloud dev environments (e.g. Codespaces/Replit) at work?

#238
post #131

We at Instacart use them heavily. It is a system my team built called Bento Remote ("Bento" is a local orchestration tool we previously built). We built Bento Remote ourselves because Codespaces was in its infancy at the time and really couldn't meet our needs for things like pre-built images, preserved disks, warm pools, live patching, and being behind our firewall. Bento Remote was and is hugely successful and like…

I assume this is VC funded? Seems crazy to me that a shopping cart product is building tools like this.

Re: Ask HN: Is anyone using cloud dev environments (e.g. Codespaces/Replit) at work?

#239
post #131

We at Instacart use them heavily. It is a system my team built called Bento Remote ("Bento" is a local orchestration tool we previously built). We built Bento Remote ourselves because Codespaces was in its infancy at the time and really couldn't meet our needs for things like pre-built images, preserved disks, warm pools, live patching, and being behind our firewall. Bento Remote was and is hugely successful and like…

I assume this is VC funded? Seems crazy to me that a shopping cart product is building tools like this.

We generally try to do things that give a return on investment and don't burn money for no reason. This one most certainly had the ROI. It took 4-ish people to build it in under a year and it removed significant pain and increased developer velocity for hundreds of other developers. Many of whom are working on things that allowed us to be profitable at our IPO.

We're not just a shopping cart product. I thought the same before I first joined but it turns out getting groceries to your door is incredibly hard to do at nation-wide scale.

Re: Ask HN: Is anyone using cloud dev environments (e.g. Codespaces/Replit) at work?

#240
post #128

Earlier quoted context omitted.

why would you be working while sitting on some type of conveyance? doing things like that will not get you any rewards which compare to the effort you've spent. look out a window, I say.

Let’s say I take a train 1 hour each way every day - why not do some work?

because you're not a slave. you don't owe your employer your travel time if you aren't explicitly paid and reimbursed for travel time and costs.

that's your time. don't give it away to your employer for free. get paid for it if you are going to do work while you commute.

Post reply on HN