Thanks for sharing though, it's always interesting to me to get to know the workflows of other people!
Show HN: Useful scripts and environment setup for coding in VPS
11–20 of 31 posts
Re: Show HN: Useful scripts and environment setup for coding in VPS
#12This is so specialized, I really can't think of a use for this other than for the one who wrote it. Thanks for sharing though, it's always interesting to me to get to know the workflows of other people!
Re: Show HN: Useful scripts and environment setup for coding in VPS
#13Re: Show HN: Useful scripts and environment setup for coding in VPS
#14Tramp is literally magic. It just puts the right text into your buffer, where all the tools you use on your machine are just available by default. Even org exports and the like behave as expected, outputting the resultant file into the correct dir on the remote machine.
I've been using emacs as a <50IQ user for about a year now. I've yet to write a single line of Elisp (apart from use-package declarations). It's awesome!
Re: Show HN: Useful scripts and environment setup for coding in VPS
#15Re: Show HN: Useful scripts and environment setup for coding in VPS
#16I’d love to hear more specifics about what kind work you do. I saw Node, so I’m guessing backend Node development? Do you do front end too? If so, what’s your workflow for running a dev web server and accessing it from a browser?
Occasionally, for like a larger project with load balancers, I'll run an entire dev single VPS with a subdomain of the production and use a wildcard TLS cert.
Then I can do whatever I like to the dev and production will be fine. Depending on situation, I might set it up blue-green and shift some traffic over from production and monitor and if it's ok, I push that to production. Or for larger projects, mirror the whole stack (two instance pools) and alternate production and dev, so I get continuous monitoring of the latest changes and I can roll back to the last stable version by traffic shifting if need be.
Re: Show HN: Useful scripts and environment setup for coding in VPS
#17I use something similar to configure my entire desktop from a default Debian install using idempotent shell scripts. The repo isn't public since it contains a lot of sensitive information but I'm currently developing something based on that for a server I'm working on: https://github.com/T0astBread/easymark-server-config
Re: Show HN: Useful scripts and environment setup for coding in VPS
#18> # uncomment for a colored prompt, if the terminal has the capability; turned off by default to not distract the user: the focus in a terminal window should be on the output of commands, not on the prompt :eyeroll: What a horrible attitude. The point of coloring is precisely to help users focus on the output that matters , rather than forcing them to parse and reparse a chunk of stuff they don't care about. If the p…
Ok, I think I copied that from somewhere... Pretty sure it's not my comment. But still... Lecturing people with rubbish arguments and a horrible attitude sounds like what you're doing. Big world out there. You can have people who like colors and those who don't. Neither have to be pretending they're all that and hate the other. :) Friends? Please submit a PR with a better comment if you like. I honestly didn't think…
Re: Show HN: Useful scripts and environment setup for coding in VPS
#19I use something similar to configure my entire desktop from a default Debian install using idempotent shell scripts. The repo isn't public since it contains a lot of sensitive information but I'm currently developing something based on that for a server I'm working on: https://github.com/T0astBread/easymark-server-config
Re: Show HN: Useful scripts and environment setup for coding in VPS
#20> # uncomment for a colored prompt, if the terminal has the capability; turned off by default to not distract the user: the focus in a terminal window should be on the output of commands, not on the prompt :eyeroll: What a horrible attitude. The point of coloring is precisely to help users focus on the output that matters , rather than forcing them to parse and reparse a chunk of stuff they don't care about. If the p…
Ok, I think I copied that from somewhere... Pretty sure it's not my comment. But still... Lecturing people with rubbish arguments and a horrible attitude sounds like what you're doing. Big world out there. You can have people who like colors and those who don't. Neither have to be pretending they're all that and hate the other. :) Friends? Please submit a PR with a better comment if you like. I honestly didn't think…
> You can have people who like colors and those who don't.
I absolutely agree, which is why I'd remove any opinion from the comment. "Default is off". End of story.