Hacker News new | past | comments | ask | show | jobs | submit login

1 isn't data, here. it's just a flag to return that row.

I am sure you know this, so I'm wondering why you consider it data which is outside of your data set. it isn't data when used like this.




In the sense that code is data: yes, it absolutely is data.


don't be obtuse. it isn't in the dataset and it isn't returned in the results.

> code is data, so it's data

dude, don't. this is the weakest and most grasping argument I think I've ever heard.


No need to be a dismissive dickhole about it, friend.

Maybe I'm not wording it right then? Like I said in other posts, I copy paste SQL statements all the time. If I were to copy/paste that statement then all I'd get is a bunch of ones and that's useless to me. The SQL itself is data to me in the same way that when I view a lazy list comprehension, I view it (and SQL) as something that's just waiting to be run. Maybe not now, and maybe not in the current SQL, but there's a non-zero chance that I'll copy/paste it. So in that context, a bunch of ones is useless to me and IS data because the ones are literally the output of the SQL statement. Better to generalize my code writing process in a way so that I can copy/paste a "select *" or "select rownum" because those are more useful down the line.

Really think we all just code differently.


> No need to be a dismissive dickhole about it, friend.

name-calling. it's a weak, last resort move.

you don't get a bunch of 1s from that query. And, I think I know why you're copying and pasting queries all the time instead of writing them.


"you don't get a bunch of 1s from that query."

You've seriously missed the point if this is what you're still saying. Take a step back, breathe, and try to consider that you've missed something. Whether that's a point I've made, or a lack of perspective, I don't know. For example, we almost definitely work in different fields with different practices and reasons for doing things differently. And that's fine. But your continued dismissiveness isn't helpful. Like another post said, "select *" is helpful in data analytics work. If it's not helpful in your field, that's also fine. But for me and my colleagues, it is. And I promise you're wrong in your thinking of why I copy paste SQL. What a weird fucking conversation.

Also, calling someone obtuse is name calling, so pot kettle black and all that, ya obtuse weirdo.

Good luck, friend.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

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

Search: