HackerTrans
TopNewTrendsCommentsPastAskShowJobs

____tom____

301 karmajoined il y a 11 mois

comments

____tom____
·hier·discuss
Yeah. I'm gonna have an LLM rewrite Star Wars and then film it. Should be fine, right?
____tom____
·hier·discuss
I knew two hyphenates who got married. They picked one non-hyphenated last name.
____tom____
·hier·discuss
I find this follow on article really helpful: https://shinesolutions.com/2018/01/08/falsehoods-programmers...

It contains concrete examples of each of the ideas listed in the first article.
____tom____
·avant-hier·discuss
That's cool. Thanks for the info
____tom____
·avant-hier·discuss
I get burnout from frustration when the LLM just can't follow instructions.

Like when I'm trying to get it to create an image, and the first pass is beautiful, but ten different request to modify it, with different phrasing and even example images, produce the same image ten times. Or when you tell it not to use a cheap hack in AGENTS.md about six different ways and in your prompt, and it still does it again, and again.

It's like arguing with an idiot. And THAT gives me burnout.

Also: I've never once seen an emoji in LLM output. What are people talking about?
____tom____
·il y a 3 jours·discuss
Not an area I'm familiar with, but do the chips really handle up in the gigabit IO? I thought they just handle connection setup. I had thought the gigabytes were not processed at all by the chips. They just flow through the wires.

?
____tom____
·il y a 4 jours·discuss
Ah, but are you remembering to discount the future time saving, to get the net present value of the time savings?
____tom____
·il y a 5 jours·discuss
No IBM PC references? Not one?

I mean the 5150 pc not the 5160 XT they mention.
____tom____
·il y a 5 jours·discuss
No, but you can form a syndicate, convince others to buy in, get your money out and still participate in the payout, if any.
____tom____
·il y a 5 jours·discuss
No.

Per Google, most HP printers are made in China.

A more likely explanation has to do with the economics of ink jet printers. The ink sales are so profitable that HP and other manufacturers subsidize their printers. This leads to prices at or near cost.

Since Ali express vendors can't count on follow on ink sales, they can't compete on price. And competing on price is Ali express's reason for existence.

So, ink jet printer are harder to find on Ali express. At least, low end consumer focused ink jet printers.

Laser printers, which aren't subsidized are common
____tom____
·il y a 16 jours·discuss
We need to stop pretending the VC valuations are meaningful.

It's like asking someone playing roulette to value "13 black", after they bet on it.

There valuations are always based on expectations of huge growth, not current value. Growth predictions with an extremely low confidence level. VCs make up for it by making a lot of bets.

The companies NEVER have current profits (The actual measure of value) that would justify their valuation.

So, it's comparing gambling payouts to corporate valuations, aka "apples to oranges", which are not related.

When the predicted growth doesn't occur, the companies valuation becomes based on its actual value (profits).
____tom____
·il y a 18 jours·discuss
Yeah, test prep was considered more for people who were worried about low scores. 1500 vs 1600 wouldn't make much difference in college admissions at that point.
____tom____
·il y a 18 jours·discuss
That tells them everything they'd need to know to discriminate. If you took the SAT 40 years ago, it doesn't really matter if it was 42 or 47.

People are biased 25 vs. 55 not 33 vs. 34.
____tom____
·il y a 18 jours·discuss
I somehow doubt that the people that would ask for SAT scores would actually be the sort to think about how those numbers should most effectively be used.
____tom____
·il y a 26 jours·discuss
Unicode never ceases to amaze me.
____tom____
·il y a 26 jours·discuss
There is probably more money in this as entertainment than architecture. And less liability.

How many of us have made house plans at some point?
____tom____
·il y a 26 jours·discuss
I wonder how long it would take on faster hardware. I have ten times that much footage, but 67 * 10 hours is a lot of processing.

I might be better off getting something with a beefy GPU on AWS or Google cloud.
____tom____
·il y a 26 jours·discuss
Your docs say you integrate with Davinci resolve.

Other comments mention davinci resolve has this built in. How would you compare the two?
____tom____
·il y a 26 jours·discuss
Perhaps I have misunderstood or was unclear.

Everything the parent comment mentioned were implementation details that did not affect the correctness of the code.

I just wanted to point out that there are implementation details that DO affect the correctness of the code.

And, of course programs need to run on multiple architectures. So it's hard to do what people seemed to be talking about in this thread and verify code just from the source code.

If you have the luxury of proving the correctness of the CPU, compiler and OS, that should be a big win. Otherwise, it seems to just be another type of testing. Still useful, but calling it verified or proven seems a bit much.

From my perspective, it seems more to be writing another, more complicated program, with more opportunities for bugs, and seeing if the results agree
____tom____
·il y a 26 jours·discuss
Exactly.

You can prove that f(a,b) always returns a+b.

And then you overflow the int on that machine.

Oops.