Hacker News new | ask | show | jobs
by cupcakestand 3248 days ago
> i work in a building full of embedded developers who wouldn't know a css selector if it bit them on the ass.

Maybe, maybe not. Even embedded coders face HTML/CSS at some point when their embedded devices incorporates a webserver for some admin interface which sends HTML/CSS to the world (e.g. a router). Or they have create an API doc for their newly created embedded system, on the web. There are many examples.

What I am saying is that HTMl/CSS is ubiquitous in tech and besides, not that hard to grok compared to code in Assembly or C for an embedded system. And again they don't need HTML or CSS anyway. They just need to know a bit of bash, git, Markdown and a SSG of their choice.

2 comments

> Maybe, maybe not.

uh it isn't some sort of weird toss-up? i'm referring to specific people who i know.

> Even embedded coders face HTML/CSS at some point when their embedded devices incorporates a webserver for some admin interface which sends HTML/CSS to the world (e.g. a router). Or they have create an API doc for their newly created embedded system, on the web. There are many examples.

there's a whole world of embedded stuff that doesn't have admin interfaces, doesn't have APIs, etc. you can concoct increasingly strained examples all day long, and there are still folks doing work you didn't realize was even a thing, who'll have long and profitable careers without touching a line of CSS.

Ok, it's hard to imagine that such people exist but I believe what you say. You are right, they should rather use Medium.
I work with a lot of kernel dev type people, you may find it hard to imagine but there are a lot of people that only program in c, maybe python.

I even know a lot of fortran only programmers. If you think html and css are common you might want to expand your scope of programmers, there is a lot of people that don't need or want to know about web programming.

I'll use my Father as an example. He works for Autodesk, before that he worked for Revit (when they were a tiny startup before Autodesk bought them out). He writes code in C++ mostly (I think some C# these days). He doesn't use HTML or CSS, and has never learned either. Not because he can't, just because there's not been any point and because the amount of effort that would take is large enough to not be worth it. Why spend several hours or days of extra effort just for a blog post? Not to mention the extra money needed to buy a domain and hosting.
I don't understand this, because C++ or C# are both high-level programming languages. HTML, on the other hand, is simple markup language. I'd think it would take somebody on that level a weekend to learn it, possibly a few weeks or a month to be confident writing it.
I think you are missing the point. He is not saying that his father can't do it, he is saying there is no point in his father learning it.

Edit: words go in a specific order.

I haven't touched HTML since somewhere around v. 3.x... I haven't ever bothered to really learn CSS. I am retired, but I once write software to model traffic.

Just another datapoint for you.

I can install Wordpress and a theme. I have no idea how to really customize said theme. I could learn, I am not feeling compelled to do so.

HTML is really not all that ubiquitous. The breadth of the technological world is wide... In any case, from my point of view the question is not "could I put together a virtual server with some kind of blogging software on it?" (I'm sure I could) but "is that the most interesting/important/worthwhile thing for me to do with my limited time?" and "do I want to give myself the ongoing maintenance chore of ensuring that the server and software stack is up to date with security updates?". Those two things are why I host my rather-intermittently-updated technical blog on wordpress.com.