NOBODY MOVE
Notices by Blake Watson :prami: (bw@social.lol)
-
Embed this notice
Blake Watson :prami: (bw@social.lol)'s status on Friday, 10-May-2024 12:16:49 JST Blake Watson :prami:
-
Embed this notice
Blake Watson :prami: (bw@social.lol)'s status on Saturday, 09-Mar-2024 19:21:11 JST Blake Watson :prami:
It is mind boggling how much JavaScript exists just to help people avoid writing CSS.
-
Embed this notice
Blake Watson :prami: (bw@social.lol)'s status on Tuesday, 13-Feb-2024 12:30:37 JST Blake Watson :prami:
If you think this is cool, come join our team! Hiring a backend engineer working on management systems for the spacesuit! See my previous message for details. US-only, remote. #FediHire
https://www.theverge.com/2024/2/12/24071144/nasa-collins-aerospace-iss-eva-spacesuit-gravity
-
Embed this notice
Blake Watson :prami: (bw@social.lol)'s status on Tuesday, 13-Feb-2024 12:30:37 JST Blake Watson :prami:
Want to build web apps for NASA? My team is hiring a backend engineer. Mostly PostgreSQL. US-only, remote. #FediHire
-
Embed this notice
Blake Watson :prami: (bw@social.lol)'s status on Saturday, 04-Nov-2023 00:47:52 JST Blake Watson :prami:
@aral I’m a couple of sections into the readme and this might be the coolest web thing I’ve seen in a long time. Perfect for the home-cooked apps I enjoy building.
-
Embed this notice
Blake Watson :prami: (bw@social.lol)'s status on Friday, 03-Nov-2023 17:57:33 JST Blake Watson :prami:
I hate npm so much. I had a situation where I couldn't work on a project because I couldn't get the dev environment running locally.
I’ve gotten to the point where I hate even having a build step at all. The benefits are not worth it in the long run.
I feel like I should be able to create a moderately complex website (or even a web app) and it should be able to run for a minimum of five years without needing compatibility updates.
-
Embed this notice
Blake Watson :prami: (bw@social.lol)'s status on Friday, 03-Nov-2023 17:57:32 JST Blake Watson :prami:
The worst part of this is that the web platform is probably one of the most backward compatible runtimes in the history of computing. You can take some HTML/CSS/JS from 20 years ago and it will probably run just fine in a modern browser now. Build steps ruin this.
If you build a web application with no build steps, you could pick up working on that project a decade from now and not have to worry about not being able to work because of compatibility issues.