HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jacamera

no profile record

Submissions

Our response to Disney's request to restore ABC

blog.youtube
2 points·by jacamera·8개월 전·2 comments

comments

jacamera
·2개월 전·discuss
Isn't it also true that the deeper and thicker the quagmire, the more tokens one will have to use to wade through it?

This seems like a path to eventual LLM lock-in once the codebase gets messy enough. These things could end up being like 0% interest credit cards for technical debt. I guess it all depends on how the token usage scales over time. My guess is it will be steeper than linear.
jacamera
·3개월 전·discuss
I don't think there are good analogies to physical tools. It would be something like a nondeterministic version of a replicator from Star Trek which to me would feel much closer to a slot machine than a CNC mill.
jacamera
·4개월 전·discuss
Lots of hair splitting in the comments. The service is so unreliable at this point that I don’t trust them to not train on private repos even accidentally. You’re one vibe-coded PR away from having all your data scooped up regardless of any policy or intention.
jacamera
·4개월 전·discuss
I can't even imagine what these exams would look like. The entire profession seems to boil down to making the appropriate tradeoffs for your specific application in your specific domain using your specific tech stack. There's almost nothing that you always should or shouldn't do.
jacamera
·4개월 전·discuss
Results over time are important. Or at least they should be.
jacamera
·4개월 전·discuss
Great read: https://www.newyorker.com/tech/annals-of-technology/chatgpt-...
jacamera
·8개월 전·discuss
Interested to see how this plays out. ESPN is the only reason I subscribe to YouTubeTV.
jacamera
·작년·discuss
Exactly! All LLMs do is “hallucinate”. Sometimes the output happens to be right, same as a broken clock.
jacamera
·작년·discuss
I blame the experts. It's their responsibility to explain things to the public and engage in forums that the public is paying attention to (e.g. podcasts). They don't have to bloviate about everything under the sub, but they do have to be able to break down and communicate their ideas to the non-expert public. Failure to do so creates a vacuum that is filled by the Marc Andreesens and Peter Thiels of the world.
jacamera
·작년·discuss
Yeah I definitely struggle with this. You need downtime to relax but it's easy to "over relax" just like it's easy to oversleep or overeat or overdo any other number of things that are healthy and necessary but only at the right amplitude and frequency. I think that's why it can feel so good to be in a rhythm. You get a nice oscillation going that rides the wave of momentum instead of some monotonic rise or fall that is going to lead to burnout or stagnation.
jacamera
·작년·discuss
This is the first time I've heard anyone argue that a food product must be good for you because Americans are consuming a large amount of it. How on earth could you come to that conclusion given how unhealthy our population is?
jacamera
·2년 전·discuss
Have you ever tried the LeetCode live competitions? I found those to be really fun with a great community. Just grinding problems in isolation can definitely be depressing.
jacamera
·2년 전·discuss
I agree generally, but I feel like we're slowly coming to realize that maximal leisure and safety might not necessarily be the recipe for a happy and fulfilling life.
jacamera
·2년 전·discuss
No dark mode? Seriously?
jacamera
·2년 전·discuss
That's exactly what we do now.
jacamera
·2년 전·discuss
Did the site owner remove the malicious ads since this was posted? I wanted my report to count so I didn't use the link in the blog post and instead googled for "notepad++ download" and clicked on the offending website which was ranked third for me. I didn't see any ads on any pages. I don't doubt the complaint but some screenshots and timestamps would be helpful since it's so easy for the site owner to cover their tracks.
jacamera
·2년 전·discuss
Yup, I remember when I got a loaner car that had those new momentary switches and I couldn't believe how terrible they were. What made it all the more baffling/disappointing was that earlier BMWs had some of the nicest turn signal switches available that were so satisfying to use.
jacamera
·2년 전·discuss
Well that's unfortunate and exactly what Apple was trying to protect their users from.
jacamera
·4년 전·discuss
> Do folk genuinely get asked problems like that in technical interviews these days?

No idea! I'm still in interview prep mode though so I'm doing the LeetCode contests every weekend. Even if practicing problems like these is over-preparing I think it's probably a good idea for me because I imagine I'll be much more nervous and less performant during an actual live interview.

> Is there supposed to be a linear time solution?

Yes! Using a monotonic stack to find the "pivot points" of the contiguous subarray groups as well as both a prefix-sum array and prefix-product array to calculate the sum of all subarrays in each group in O(1) time after initially building the arrays in linear time.

There are some great explanations in the discussion section. This is one of the few problems that I got stuck on and wasn't able to solve on my own after a couple days of trying. The LeetCode community is awesome though and getting to see how other people solved the problem is a great educational resource.
jacamera
·4년 전·discuss
Very interesting! Sounds similar to a segment tree: https://en.wikipedia.org/wiki/Segment_tree