Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
moreice
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
moreice
7mo ago
I agree with you. This generation of LLMs is on track to automate knowledge work. For the US, if we had strong unions, those gains could be absorbed by the workers to make our jobs easier. But instead we have at-will employment and sharehol
2.
▲
by
moreice
8mo ago
I'm sorry but the speech patterns of this article were so blatantly from Claude, I couldn't get past the first two paragraphs.
3.
▲
by
moreice
1y ago
No, it will not affect you. The above post is mostly correct, but it's misleading because it's from the perspective of a trader trying to make short term profits. But most of us are considered investors, we periodically buy/s
4.
▲
by
moreice
3y ago
I can see the value of writing an emulator, but what was the benefit of translating from machine code to assembly instructions?
5.
▲
by
moreice
3y ago
You can test this hypothesis by questioning GPT-4 until you hit a detail that it doesn't know. It will say something like "Without more context or a clearer reference to this detail in my training data, I can't provide a defi
6.
▲
by
moreice
3y ago
On Reddit, I've heard from people in the games industry that concept artists are being replaced by AI like Midjourney. Concept art can be generated via a prompt by the game designers and art directors.
7.
▲
by
moreice
4y ago
I tried asking GPT-4 a math question and it does do math: Me: "What (8 * 25) / 14 + 4 - 2?" AI: "Let's break down the expression and solve it step by step: Multiply 8 and 25: 8 * 25 = 200 Divide the result
8.
▲
by
moreice
4y ago
The backlog might shrink quickly when the LLM is testing and debugging the software 24/7 for the cost of a few dollars per hour.
9.
▲
by
moreice
4y ago
Agreed, also consider C++ whose type system uses implicit conversions and mutability by default, leading to a number of non-memory related bugs.
10.
▲
by
moreice
4y ago
What if the items in the array are bigger than a cache line?
11.
▲
by
moreice
4y ago
It's absolutely true that C++ is too big to keep in one's head, that doesn't mean people can't or don't care to do excellent programming in it. A good team can create quality products in any language. It's poss
12.
▲
by
moreice
4y ago
It does delete the file, as long as no other processes are accessing it and there are no other hard links to it.