thesurlydev
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Run Any Dockerfile on Vercel (vercel.com)
-
I'm curious how this is done effectively assuming no source should be sent to a model hosted remotely. Are there foundational model toggles for using inference and embedding but not using data for training?
-
I'm a software engineer and have embraced using AI to make me more productive. Seeing the fast pace of innovation and improvements of agents and tools leaves me wondering what I should shift my focus to. Beyond the…
-
I generally do a lot of reading online but I've slowly started to question my sources. It's becoming increasingly difficult to find community without wading through the endless embedded ads and outright self-promotion…
-
This has been bugging me for a long time. I have multiple Chrome profiles and a browser window open per profile. Inevitably, I click on a link in a different app and it attempts to open the link in the wrong browser…
-
I've tried countless tools to author OpenAPI specifications but haven't found one that I really like. What's your favorite tool to author OpenAPI specifications and why?
-
I've recently joined a consultancy and a big part of the work is helping clients to level up extremely old apps. Other typical tasks include replacing old SOAP calls with newer HTTP/JSON microservice calls. For a flavor…
-
Today there seems to be two paths towards creating a "modern" full-stack web application. One is to use something like Next.js for both backend and frontend. The second path is to have a mix of a Javascript framework…
-
As a thought exercise to illustrate all the different ways one can make money share: what it is, how much it earns you and what makes it unique.
-
I've always been interested in this space and there seem to be few examples. Specifically, I'm looking for an example that shows how to use something like codemirror and a drag and drop interface. A change in one would…
-
Once in a while, it's fun to share tools of the trade and also read what other folks use in their day-to-day. I sometimes read https://usesthis.com/ to do just that. I posted my setup here along with what I was using…
-
I'm impressed with Smithy (https://smithy.io) which is used to generate SDK's for most/all of the AWS services in several languages. They're also starting down the path of generating server-side code from the IDL. See:…
-
I've used a variety of ways to bootstrap my projects and I'm curious how others do it. Some examples I've seen: - GitHub template - Cargo generate and init (Rust) - Framework-specific starters (Spring Boot, Micronaut,…
-
From the perspective of the content producer, there are probably dozens of "apps" that let folks share which platforms they're on so people who are interested in what they write, share, present, etc. can find them. From…
-
As a thought experiment imagine you choose just one programming language to use throughout your entire software engineering stack. For example, OS, command line tools, editors/IDEs, libraries, frameworks, infrastructure…
-
Lately, I've been thinking a lot about how I would improve the software development process to ensure success. The specific areas I have in mind are requirements gathering and testing which typically take the longest…