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

"but don't forget that you may never get there."

Isn't that the whole genre of "I wish I had reconciled with person X?" That "you may never get there" thought is top of mind for many.


Shouldn't the major mistakes be randomly distributed, though?

"I wish I had focussed on my career." "I wish I fit in better in society and impressed my neighbours more with my car."


Let's start asking LLM to pretend being able to pretend to be something.


Happens to all square shapes.

A chessboard is 8 tiles wide and 8 tiles long, so it consists of 64 tiles covering an area of, well, 64 tiles.


Not all pixels are square, though! Does anyone remember anamorphic DVDs? https://en.wikipedia.org/wiki/Anamorphic_widescreen


Never mind anamorphic DVDs, all of them use non-square pixels. The resolution of DVD is 720×480 pixels (or squared pixels, referring back to the article); this is a 3:2 ratio of pixel quantities on the horizontal vs. vertical axes. But the overall aspect ratio of the image is displayed as either 4:3 (SDTV) or 16:9 (HDTV), neither of which matches 3:2. Hence the pixel aspect ratio is definitely not 1:1.


City blocks, too.


In the US...


Do people in Spanish cities with strong grids (eg Barcelona) not also use the local language equivalent of "blocks" as a term? I would be surprised if not. It's a fundamentally convenient term in any area that has a repeated grid.

The fact that some cities don't have repeated grids and hence don't use the term is not really a valuable corrective to the post you are replying to.


In Slavic languages we think in terms of intersections for distance, maybe the same for Spanish? Area is thought of either as inside district (say city enter) or in meters squared.


A block is just the distance from one intersection to the next. Even if those distances vary or are non-square.

E.g. Manhattan has mostly rectangular blocks, if you go from 8th Avenue to Madison Avenue along 39th St you traveled 4 blocks (the last of which is shorter than the first 3), if you go from 36th St to 40th St along 8th Avenue you traveled 4 blocks (all of which are shorter than the blocks between the avenues).


While it is certainly more common in the US we occasionally use blocks as a measurement here in Sweden too. Blocks are just smaller and less regular here.


When I use LLMs, I quickly lose focus.

Copy-paste, copy-paste. No real understanding of the solutions, even for areas of my expertise. I just don't feel like understanding the flood of information, without any real purpose behind the understanding. While I probably (?) get done more, I also just don't enjoy it. But I also can't go back to googling for hours now that this ready-made solution exists.

I wish it would have never been invented.

(Obviously scoped to my enjoyment of hobbyist projects, let's keep AI cancer research out of the picture..)


I’ve gotten into this mode too, but often when I do this, I eventually find myself in a rabbit hole dead end that the AI unwittingly lead me into. So I’m slowing down and using them to understand the code better. Unfortunately, all the tools are optimized for vibe coding, getting the quick answer without understanding, so it feels like I’m fighting the tools.


I recommend using them to ask questions about why something works rather than spit out code. They excel at that a lot of the time.


Microsoft CoPilot (which I equate with OpenAI ChatGPT, because MS basically owns OpenAI) already shows ads in it's chat mode. It's just a matter of time. Netflix, music streamers, individual podcasters, YouTubers, TV manufacturers – they all converge on an ad-based business model.


People consistently like free stuff more than they dislike ads.

Another instantiation: people like cheap goods more than they dislike buying foreign made goods


I agree with state management being the culprit. But the most-hyped solution nowadays seems to be: "We'll just ignore frontend state, whatever the consequences for user experience. We'll just say this is how HTML/CRUD was always supposed to work and that will make it fine. [Appeal to authority]"


I find it easy to discuss politics with friends. The hard part is listening, being open to persuasion yourself. Walzing into a discussion believing the other ones are stupid people with simple arguments rooted in misunderstandings — yeah, that won't fly.

You can smell it in the article. it's right there. The author thinks he's intellectually superior and arrived at his opinion though a pure intellectual pursuit, where the stupid conversation partners can't follow.

I completely understand how you're not having fruitful discussions.


I don't really see how production-code mocks differ from library-based mocks. If you add but a single constructor parameter to your class, you already need to change your production-mock/stub too.


the benefits I see:

- nullable (test double/mock) updates would be more natural, easier, since it is located right there in prod code. (One level of indirection removed)

- with authoritative location of test double, it reduces the risk of test double proliferation/duplication

(I doubt I will use it in the proposed form though, saving test double code in prod is not for me probably)


> How are you imagining that variable gets flipped?

Not by an external actor, but by an internal bug.


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

Search: