HackerTrans
TopNewTrendsCommentsPastAskShowJobs

camdenreslink

no profile record

comments

camdenreslink
·قبل 7 أيام·discuss
I wonder about his marketing channels. If it was primarily SEO, that has taken a huge hit especially for programming related searches since AI answers showed up at the top of the SERP.
camdenreslink
·قبل 9 أيام·discuss
Really depends on the suburb. Where I live in NYS (a suburb of Buffalo) all of those things are within walking distance if you live within the village limits.
camdenreslink
·قبل 11 يومًا·discuss
In some languages you can create a type that is equivalent to a string, but it’s own distinct type (sometimes called the New Type pattern). Which I guess is the same as a struct with a single field, but languages have syntactic sugar, and depending on implementation doesn’t allocate another extra wrapper object on the heap (this would happen in JavaScript/TypeScript).
camdenreslink
·قبل 18 يومًا·discuss
I had a repeatable process set up with o4-mini that gave very good results. It generated output in a structured format, and the results were fairly formulaic but good. I did a lot of runs of this process and observed a lot of output.

I set that process down for like 4 or 5 months and then came back to it after GPT 5 came out. o4-mini was literally unusable. I've seen it with my own eyes.
camdenreslink
·قبل 21 يومًا·discuss
Yea, more likely for the majority of the code nobody reviewed it. It was over a million line diff.
camdenreslink
·قبل 23 يومًا·discuss
Most people have no need for a SOTA model, and even a model from a year ago would be fine for their needs (a little bit of research, small bits of writing prose, etc).
camdenreslink
·قبل 26 يومًا·discuss
It's true for computer science and any STEM discipline. Even if the PhD eventually does account for increased wages (it often doesn't), you usually have to work decades at that higher rate to make up the foregone wages.

I would only ever get a PhD due to intrinsic interest, or if it unlocks a specific type of job I want that would be unavailable without it. It's a bad investment to get a PhD to get higher wages (in America, I don't know the labor market in other countries).
camdenreslink
·قبل 26 يومًا·discuss
I think it just depends on the workflow. A lot of times (probably the majority of the time) a well crafted deterministic process is what people want.

Sometimes you can have a multistep deterministic workflow with a decision that needs made somewhere in the middle, which is where an LLM that can call tools is useful.

I think there are much less repeated tasks where you would want a fully agentic process (but there are many ad hoc tasks where that is exactly what you want).
camdenreslink
·قبل 27 يومًا·discuss
The real best case scenario is using LLMs to help build deterministic systems. Instead of asking an LLM to do some task that you know will be repeated, instead ask the LLM to build a program (Python script or whatever) to do the task.
camdenreslink
·قبل 28 يومًا·discuss
Getting a PhD is almost never worth the foregone wages if your goal is to be in private industry. For sure, people should get one if they are interested in research, or specific jobs that are only available to people with PhDs. But otherwise it isn't something to get into half-hearted.
camdenreslink
·قبل 28 يومًا·discuss
I agree, it seems like the current most popular languages and frameworks will become ossified, because they have the highest amount of training data. It's hard to see a future where Python and JavaScript aren't the most popular languages to use (assuming LLM-assisted development is the norm moving forward).
camdenreslink
·قبل 28 يومًا·discuss
> many are doing class-wide weighted adjustments

Isn't this just grading on a curve, which has been done probably as long as universities have existed? The key is the instructor making sure a high standard is met (which seems to be the crux of the issue).
camdenreslink
·الشهر الماضي·discuss
You should probably use software to do such large transformations (especially in dynamic languages). In Python LibCST is available, not sure what exists for Ruby.
camdenreslink
·الشهر الماضي·discuss
I'm sure the many software engineers employed in his companies love to hear that.
camdenreslink
·الشهر الماضي·discuss
I think you agree with me? It is unambiguously associated with PricewaterhouseCoopers.
camdenreslink
·الشهر الماضي·discuss
To be fair PwC is a very well established initialism. It would be like saying HTTP but actually referring to something other than the well understood meaning of that thing.
camdenreslink
·الشهر الماضي·discuss
Humans also make mistakes in ways that other humans can understand or expect. Sometimes LLMs make mistakes in a way that makes you say “no human would have ever done that”.
camdenreslink
·الشهر الماضي·discuss
The original post said “in college”. It might be true for PhD candidates halfway through their program, but that’s like 0.5% of college students. The vast majority of students are leagues behind their instructors in domain knowledge.
camdenreslink
·الشهر الماضي·discuss
People game benchmarks for fake internet points to get their favorite web framework to the top of the list. I'm pretty sure they will do it for billions of dollars.
camdenreslink
·الشهر الماضي·discuss
Even Python is very old (in programming terms), version 1.0 was released in 1994. Many here weren't born yet.