web02.fireside.fmThu, 23 Apr 2026 11:49:46 -0500Fireside (https://fireside.fm)Coder Radio - Episodes Tagged with “Code Server”
https://coder.show/tags/code-server
Wed, 13 Jan 2021 20:30:00 -0500A weekly talk show taking a pragmatic look at the art and business of Software Development and the world of technology.
en-usepisodicA weekly talk showThe Mad BotterA weekly talk show taking a pragmatic look at the art and business of Software Development and the world of technology.
noThe Mad Botter[email protected]396: Everyone Fools Around with Linux in College
https://coder.show/396
58195504-9174-43d4-b614-5b48fce3bd9fWed, 13 Jan 2021 20:30:00 -0500The Mad BotterfullThe Mad BotterMike and Chris discuss the recent JetBrains FUD and ponder the impact of recent AWS policy enforcement.1:03:06noMike and Chris discuss the recent JetBrains FUD and ponder the impact of recent AWS policy enforcement.
Plus a bunch of cool setups sent in by our audience.
Coder Radio, Development Podcast, Jupiter Broadcasting, JetBrains, Visual Studio Code Insiders, AWS Lamda, ExpressJS, TeamCity, code-server, VS Code in the browser, Parler, Docker on M1
Mike and Chris discuss the recent JetBrains FUD and ponder the impact of recent AWS policy enforcement.
Plus a bunch of cool setups sent in by our audience.
Homebrew on Apple Silicon — The biggest issue for me was Homebrew. According to this issue “There won’t be any support for native ARM Homebrew installations for months to come.” No big deal though. Homebrew can work just fine with Rosetta 2 and some things work natively.
Question on Quora that Captures the Impact — Are creators of IntelliJ, the JetBrains company, a project of Russian secret services stealing secrets from all the Western software shops?
Apple M1 Docker Tech Preview — This tech preview is aimed at early adopters of Apple M1 machines, who would like to try an experimental build of Docker Desktop.
]]>
Mike and Chris discuss the recent JetBrains FUD and ponder the impact of recent AWS policy enforcement.
Plus a bunch of cool setups sent in by our audience.
Homebrew on Apple Silicon — The biggest issue for me was Homebrew. According to this issue “There won’t be any support for native ARM Homebrew installations for months to come.” No big deal though. Homebrew can work just fine with Rosetta 2 and some things work natively.
Question on Quora that Captures the Impact — Are creators of IntelliJ, the JetBrains company, a project of Russian secret services stealing secrets from all the Western software shops?
Apple M1 Docker Tech Preview — This tech preview is aimed at early adopters of Apple M1 machines, who would like to try an experimental build of Docker Desktop.
]]>
348: Dependency Dangers
https://coder.show/348
7effd6b8-f69b-4694-8974-cd5abf666fb1Tue, 12 Mar 2019 01:30:00 -0400The Mad BotterfullThe Mad BotterMike has salvaged a success story from the dumpster fire of the Google+ shutdown, and Wes shares his grief about brittle and repetitive unit tests.40:03noMike has salvaged a success story from the dumpster fire of the Google+ shutdown, and Wes shares his grief about brittle and repetitive unit tests.
Plus Mike reviews the System76 Darter Pro, our tool of the week, and some fantastic audience feedback.
eBPF, Brendan Gregg, iOS, code signing, automation, CI, build server, MacOS, Chrome, Firefox, Safari, standards, web assembly, wasm, Fastlane, Gitlab, Clojure, Clojurescript, testing, functional programming, idempotent, unit tests, generative testing, quickcheck, haskell, integration tests, UI tests, state, react, System76, Darter Pro, laptop review, battery life, Pop!_OS, elementary OS, Google, Google+, Google Plus, oauth, omniauth, ruby, rails, API shutdown, dependencies, breaking change, outage, VSCode, code-server, Cloud9, AWS, SCaLE, Developer podcast, Coder Radio
Mike has salvaged a success story from the dumpster fire of the Google+ shutdown, and Wes shares his grief about brittle and repetitive unit tests.
Plus Mike reviews the System76 Darter Pro, our tool of the week, and some fantastic audience feedback.
Links:
TechSNAP Episode 388: The One About eBPF — eBPF is a technology that you’re going to be hearing more and more about. It powers low-overhead custom analysis tools, handles network security in a containerized world, and powers tools you use every day.
Feedback from Tom — I don't think people need to worry about Google's/Chrome's dominance the way we did about IE6. It's not just that Chrome is cross-platform and open-source, and (with Chrome Web Apps well behind us) sticks to the standards in a way that IE did not. Practically speaking, we must keep in mind that the browser is locked down on iOS in a way that didn't exist (and wouldn't have been tolerated) back then. This means that no matter how popular Chrome becomes, an importnat portion of mobile users must use Apple's browser (engine). But also, now matter how much effort, money Google puts into their web initiatives and in spite of their browser share dominance, they can lose big as they did with web components and webasm. That's the beauty of a standards based platform.
Inside Clojure: Journal 2019.10 — Some tests I wrote were posted on Reddit this week, which was unexpected. The one thing in there that I think is worth thinking about is how to write tests that validate returns while also being open to accretion.
QuickCheck: Automatic testing of Haskell programs — QuickCheck is a library for random testing of program properties. The programmer provides a specification of the program, in the form of properties which functions should satisfy, and QuickCheck then tests that the properties hold in a large number of randomly generated cases.
Darter Pro Review - dominickm.com — My continuing adventures in Linux hardware and working on Linux as a software developer has lead me to check out the System 76 Darter Pro.
Google+ API Shutdown — Legacy Google+ APIs have been shut down as of March 7, 2019.
code-server: Run VS Code on a remote server. — Code on your Chromebook, tablet, and laptop with a consistent dev environment, take advantage of large cloud servers to speed up tests, compilations, downloads, and
preserve battery life when you're on the go.
]]>
Mike has salvaged a success story from the dumpster fire of the Google+ shutdown, and Wes shares his grief about brittle and repetitive unit tests.
Plus Mike reviews the System76 Darter Pro, our tool of the week, and some fantastic audience feedback.
Links:
TechSNAP Episode 388: The One About eBPF — eBPF is a technology that you’re going to be hearing more and more about. It powers low-overhead custom analysis tools, handles network security in a containerized world, and powers tools you use every day.
Feedback from Tom — I don't think people need to worry about Google's/Chrome's dominance the way we did about IE6. It's not just that Chrome is cross-platform and open-source, and (with Chrome Web Apps well behind us) sticks to the standards in a way that IE did not. Practically speaking, we must keep in mind that the browser is locked down on iOS in a way that didn't exist (and wouldn't have been tolerated) back then. This means that no matter how popular Chrome becomes, an importnat portion of mobile users must use Apple's browser (engine). But also, now matter how much effort, money Google puts into their web initiatives and in spite of their browser share dominance, they can lose big as they did with web components and webasm. That's the beauty of a standards based platform.
Inside Clojure: Journal 2019.10 — Some tests I wrote were posted on Reddit this week, which was unexpected. The one thing in there that I think is worth thinking about is how to write tests that validate returns while also being open to accretion.
QuickCheck: Automatic testing of Haskell programs — QuickCheck is a library for random testing of program properties. The programmer provides a specification of the program, in the form of properties which functions should satisfy, and QuickCheck then tests that the properties hold in a large number of randomly generated cases.
Darter Pro Review - dominickm.com — My continuing adventures in Linux hardware and working on Linux as a software developer has lead me to check out the System 76 Darter Pro.
Google+ API Shutdown — Legacy Google+ APIs have been shut down as of March 7, 2019.
code-server: Run VS Code on a remote server. — Code on your Chromebook, tablet, and laptop with a consistent dev environment, take advantage of large cloud servers to speed up tests, compilations, downloads, and
preserve battery life when you're on the go.