HackerLangs
TopNewTrendsCommentsPastAskShowJobs

kfse

no profile record

comments

kfse
·قبل 10 أيام·discuss
I've worked with similar tools and while they're impressive, it's too often the case that the LLM literally makes up fake but realistic looking data and pretends that it's real. This includes pretty deep fakery like setting up mock database connectors so that it looks like you're fetching data from the right place, but it's just getting synthetic data

How does this guard against that?
kfse
·قبل 18 يومًا·discuss
I agree that a lot of progress in math comes from refactorings and novel concepts that generalize neatly. My point is that those breakthroughs don't happen through refactoring in a vacuum, they happen because the refactoring is undertaken with a specific motivation. It often ends up having more general applications than the original motivation, but doing it without a specific motivation doesn't usually yield progress.

It's the same as with software refactoring. If you refactor without a sense of what you want to get out of the refactor, how do you know whether you're refactoring the right things?

(Also just my opinion)
kfse
·قبل 19 يومًا·discuss
All this would be way more interesting if it actually helped to demonstrate a novel mathematical fact. Right now it's more like notational play.
kfse
·قبل 25 يومًا·discuss
The boat seems to go faster with the sails on the wrong side (back winded), that doesn't make a ton of physical sense to me
kfse
·الشهر الماضي·discuss
Besides the legal requirement, the reason these companies go public is often to provide liquidity for early investors or employees. So they do want to have as good of a margin story that they can, at least in terms of unit margin.
kfse
·قبل شهرين·discuss
Terminal? We don't know if worse is yet to come.
kfse
·قبل شهرين·discuss
They only have the power to mess up dozens of kids' futures each...
kfse
·قبل 3 أشهر·discuss
[dead]
kfse
·قبل 4 أشهر·discuss
> Just serialize stuff to text if somebody wants to "edit" and then parse it back when they are done. What happens to the text in between of course is the programmer's problem.

I think that's working against the way that a lot of people write code.

You need things like syntax highlighting and code completion even while typing something like "my_var = " on a line. A normal parser doesn't work here, and bailing out to make it the programmer's problem leaves the programmer with a lot of work
kfse
·قبل 4 أشهر·discuss
How does this work in the many cases where in-progress edits result in an unparseable structure?
kfse
·قبل 4 أشهر·discuss
Until it had backup storage. Which ended up being useful in 2011 when tens of thousands of mailboxes were deleted due to a software bug and needed to be recovered from tape...