Viewing profile — camdenreslink
camdenreslink
HN member- Joined
- Mon, Feb 19, 2018, 8:42 PM UTC
- HN karma
- 908
- Public activity
- 374 items
- HN profile
- View on Hacker News ↗
About camdenreslink
Recent public activity
-
comment
Comment #49212650
I have had to force quit Spotify a couple times recently because it was using many GB of memory to the point where it was unresponsive.
-
comment
Comment #49212049
Agreed, considering "taste" to only mean UX or aesthetics is taking things too literally in my opinion.
-
comment
Comment #49210653
It does make you wonder if the July shedding of jobs could be lowered even further to ~100k+ jobs lost (since they revise down very consistently).
-
comment
Comment #49181758
You can be 10x more productive if you don’t verify anything the LLM generates and just YOLO it into your codebase. I wouldn’t recommend it.
-
comment
Comment #49181285
Is this actually happening anywhere in a medium-large business with an established product and real customers?
-
comment
Comment #49177744
You overestimate the average person
-
comment
Comment #49169820
The interesting question is "Which problems are LLMs good at solving, and which problems are LLMs bad at solving?", which could also be restated as "Which problems are cheap for an…
-
comment
Comment #49169680
If the prompt was crafted by an expert mathematician with pages of context and insights provided to the LLM to put it on the right path, that is a lot less impressive than a prompt…
-
story
Show HN: Python Projects in the Browser – Event ticket preview
This has been my nights/weekends project. It is an online platform to learn how to code with the Python programming language through guided projects and interactive lessons. There …
-
comment
Comment #49150356
Hey, thanks for trying my thing! The first couple of steps in the project are sort of "welcome/intro" steps. Once you move a few steps forward then you will actually be in the spid…
-
story
Show HN: Interactive Python Projects in the Browser – Trading Card Builder
This has been my nights/weekends project for the last 3 years and I've finally launched an initial version of the thing. Hope it can help some people learn the joy of Python!
-
comment
Comment #49084386
This is very cool, I've never heard of Scastie, I'll need to take a closer look at that. I created a similar platform for Python (actually submitted to HN earlier today: https://ne…
- story
-
comment
Comment #48958459
The subtext of this whole post (or at least a subtext that some might read), is "we don't need mathematicians/programmers anymore" or "we will need much fewer mathematicians/progra…
-
comment
Comment #48783191
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 S…
-
comment
Comment #48766442
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.
-
comment
Comment #48732163
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 wi…
-
comment
Comment #48651520
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 …
-
comment
Comment #48615125
Yea, more likely for the majority of the code nobody reviewed it. It was over a million line diff.
-
comment
Comment #48586570
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).
-
comment
Comment #48544389
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 hig…
-
comment
Comment #48543657
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 multi…
-
comment
Comment #48528374
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…
-
comment
Comment #48520611
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 jo…
-
comment
Comment #48520577
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 wher…