Earlier quoted context omitted.
You don't know anything about this kid. You definitely don't know that what they need in their life is discouragement. Don't conflate their childhood with yours. If a 15 year old wanted to show me a project, and I wanted to help them understand what would improve it, I'd ask them questions and engage them in a Socratic process to lead them that direction. I wouldn't tell them that their work was trash. That would eit…
Who said it was trash? I said there are no new ideas, and it’s not ready for other people to use. Why would you conflate that with “trash”? That’s a perfectly normal, honest assessment. I think you guys are expecting a 15 year old to be treated like a 5 year old. 15 is old enough to make real contributions to open source. Aaron Swartz is the obvious example, but lots of other young people make big contributions. It’s…
Show HN: I built a Python web framework
121–127 of 127 posts
Re: Show HN: I built a Python web framework
#122Earlier quoted context omitted.
You are heavily projecting onto him. You don’t know anything about him and even if you did unless he’s being openly belligerent it’s not your place to fix him Just let people build things. There’s no need to aggressively tear them down. Programming for fun is not serious
You are projecting that people need unconditional affirmation. Why? Normal people can handle mild criticism.
Re: Show HN: I built a Python web framework
#123Earlier quoted context omitted.
> Basically the ui layer and the backend layer which and the operational layer need to be combined into one seamless tool. Right now you have the write a "frontend" and a "db connection + backend logic layer". Solving this “problem” just doesn’t seem like a good use of a time. There are now 4738484 different viable ways to build a website, adding another way is just a waste of everyone’s time
I'd argue web dev is largely a solved problem for large complex apps, but largely unsolved for simpler use cases. The problem is the amount of boilerplate and tool complexity involved. In a large project, the boilerplate can become a small fraction of total work put in (hopefully), with most to the work spent expressing the logic of the application. In smaller projects, the boilerplate can be the vast majority of the…
These two solutions can address all of these examples I can think of for a "simple" site:
- static blog site
- interaction with a database
- interaction with external APIs
- simple games (Django is based in Python)
- more complicated interactivity (pick a language that's compatible with Wasm)
Re: Show HN: I built a Python web framework
#124Earlier quoted context omitted.
I'd argue web dev is largely a solved problem for large complex apps, but largely unsolved for simpler use cases. The problem is the amount of boilerplate and tool complexity involved. In a large project, the boilerplate can become a small fraction of total work put in (hopefully), with most to the work spent expressing the logic of the application. In smaller projects, the boilerplate can be the vast majority of the…
I think there are already plenty of lightweight options for small projects. A static site can be written in HTML + CSS, hosted on GitHub, bundled with Jekyll, and deployed with GitHub actions. Django is super lightweight for small projects that need interactivity. These two solutions can address all of these examples I can think of for a "simple" site: - static blog site - interaction with a database - interaction wi…
Re: Show HN: I built a Python web framework
#125Earlier quoted context omitted.
You don't know anything about this kid. You definitely don't know that what they need in their life is discouragement. Don't conflate their childhood with yours. If a 15 year old wanted to show me a project, and I wanted to help them understand what would improve it, I'd ask them questions and engage them in a Socratic process to lead them that direction. I wouldn't tell them that their work was trash. That would eit…
Who said it was trash? I said there are no new ideas, and it’s not ready for other people to use. Why would you conflate that with “trash”? That’s a perfectly normal, honest assessment. I think you guys are expecting a 15 year old to be treated like a 5 year old. 15 is old enough to make real contributions to open source. Aaron Swartz is the obvious example, but lots of other young people make big contributions. It’s…
Re: Show HN: I built a Python web framework
#126Earlier quoted context omitted.
Who said it was trash? I said there are no new ideas, and it’s not ready for other people to use. Why would you conflate that with “trash”? That’s a perfectly normal, honest assessment. I think you guys are expecting a 15 year old to be treated like a 5 year old. 15 is old enough to make real contributions to open source. Aaron Swartz is the obvious example, but lots of other young people make big contributions. It’s…
[flagged]
To quote you, in what world is this an appropriate comment?
Re: Show HN: I built a Python web framework
#127Python is great when your goal is to have the highest environmental footprint.
I supposed that's one way to judge environmental footprint. Pretty sure the climate activists would be unhappy about it though. ;)