Viewing profile — trevorsullivan
trevorsullivan
HN member- Joined
- Thu, Aug 18, 2016, 4:37 PM UTC
- HN karma
- 7
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About trevorsullivan
Recent public activity
-
comment
Comment #45997102
I've had a great experience self-hosting Baserow! It's super easy to deploy on Linux servers and interface with via APIs. Plus the UI is slick!
-
comment
Comment #45996571
Baserow started as a an open-source no-code database — a simple way for teams to organize and collaborate on data. Over time, it’s grown into something much bigger: a full AI-power…
- story
-
comment
Comment #36824664
Pretty much everything in AWS APIs is a trainwreck. They mindless wrap objects other objects, for seemingly no reason. The customer bears the burden of learning and implementing th…
-
comment
Comment #12315194
If you have a Docker Host, you can simply run: docker run --rm -it trevorsullivan/powershell To clean up the image after you're done: docker rmi trevorsullivan/powershell
-
comment
Comment #12314013
You can run PowerShell Core inside of a Docker container quite easily as well. https://channel9.msdn.com/Shows/msftazure/Run-PowerShell-Nat...