hexbear
Hexbear Proposals chapo.chat matrix room.
This will be a place for site proposals and discussion before implementation on the site.
Every proposal will also be mirrored into a pinned post on the hexbear community.
Any other ideas for helping to integrate the two spaces are welcome to be commented here or messaged to me directly.
Within Hexbear Proposals you can see the history of all site proposals and react to them, indicating a vote for or against a proposal.
Sending messages will be restricted to verified and active hexbear accounts older than 1 month with their matrix id in their hexbear user profile.
All top level messages within the channel must be a Proposals (idea for changing the site), Feedback (regarding non-technical aspects of the site, for technical please use https://hexbear.net/c/feedback), or Appeals (regarding admin/moderator actions).
Discussion regarding these will be within nested threads under the post.
To gain matrix verification, all you need to do is navigate to my hexbear userprofile and click the send a secure private message including your hexbear username.
view the rest of the comments
I think it depends on the school you go to. some programs are basically math degrees and others are glorified job training of the type your describing. of course, to get a job after school, recruiters expect you to have both the CS theory and direct experience writing code. they stop checking for the CS background after the first job because it's not something anyone stays proficient in, except in a rough heuristic sort of way. most training happens after you graduate in your first job or two.
the main differences between coding and writing are that 1. the former is predominantly a team activity and 2. the interface with the machine forces a maintenance burden on everyone that interacts with the code. in tandem, this means that if you write bad code, it's not just your problem - it's not merely that another person reading your code will struggle to understand what you mean but also that someone else after you will have to figure out how to change it to meet new needs.
capitalists try constantly to eliminate these factors and turn software into something that can be mass produced for no/little cost but they keep failing (for now) because they try to ignore the social factors (same reason AI code won't work for a while yet). that doesn't justify programmer egos, it's just an explanation of how software development differs from normal writing.
Well what I'm describing isn't really school specific. The majority of CS grads are careerists who really don't care about the actual field. At least in my achool where they are the biggest major. It seems they cheat through the theory part because they know they're gonna make 100k writing CRUD apps. This isn't a moral indictment or anything. I'm pointing this out to show that most professional programmers don't actually use any theory. What they do day to day should in theory should be trivial enough that most people could do it. In an ideal world that would be the case, and CS majors would only be needed for things requiring actual deep knowledge, much like professional writers.
I do agree that the issue is social. It's a matter of educational policy and for lack of a better word, orthography.
what I'm saying is that people have been trying to trivialize it for 60+ years and it hasn't worked yet - it remains a trade that takes ~8 years in and out of school to achieve useful proficiency.