Hacker News new | past | comments | ask | show | jobs | submit | strokirk's comments login

Visual iconography doesn't need to transmit the same ideas to different users, it's there to reduce space taken but still be identifiable to an experienced user of the tool.


I would have needed this when I started learning Rust! All my early programs were object soups.


Pyright doesn’t really support a lot of big libraries, like Django, so if you want to use them you’re out of luck.


Wow. In Sweden, ”frequent” would be every second year.


Why would in-office work lead to more burnout, as opposed to remote work? I’m thinking that remote work would be much more conducive to burnout - nothing to stop you working too long, no segregation between work environment and home…


What made you think the goal is to not know SQL?


What countless alternatives? I can’t think of many, and believe me, I’ve looked hard!


It’s certainly not a feature. A lot of important SQL usage is ad-hoc queries, and they are more annoying to type than they should be.


I don’t understand how changing the order of the clauses makes a query easier to type.


If you have auto-complete it can see what table you are using and complete the column names. Starting with SELECT it could be any column in the database.


Huh. I have been doing this for like 15 years and never have a problem. Text editors like Sublime Text suggest names based on the content of the file. SQL Developer, SQLWorkbench, and DataGrip all seem to handle it just fine.


It will suggest names that aren't in the table you are going to query unless it is psychic.


It is psychic in the sense that it makes educated guesses based on previous entries and the current database and schema. This is the same kind of educated guess it would make with a table name.


I see this complaint stated over and over again, how hard is it really to type SELECT * FROM x a and then go back?


Is there any downside at all to putting FROM first?


Disrupting decades of inertia to placate a small humber of unskilled novices.


Which area is it more expensive in, then?


Just because it’s predefined doesn’t mean it’s suboptimal. On the contrary - anything I do myself likely has less about of thought and consideration from an officially published configuration.


That is just not true. Anything not customized to your specific need and context is certainly more complex and bloated. "Officially published" is a common falacy (resorting to authority)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: