HackerLangs
TopNewTrendsCommentsPastAskShowJobs

lesam

244 karmajoined 5년 전

comments

lesam
·6시간 전·discuss
Until you work in financial markets and you want to measure latency vs a bunch of other servers you don't own, all of whom pick different smears (and some of whom aren't sure in advance which smears).
lesam
·11일 전·discuss
Assuming your labour contribution to these agents is 'minimal':

Why would you own them, instead of some well capitalized billionaire?

To the extent that you do have capital, why do you assume that your 'minimal direction and guidance' would outcompete a full time specialist working for that billionaire?
lesam
·13일 전·discuss
'can damage' means 'sometimes causal'.

If there's no causal link, they should say 'associated with' or 'correlated with'.
lesam
·15일 전·discuss
Poetic that the most recent update is 6 months ago, a one line change adding a 'Lifecycle: Active' emoji to the Readme.
lesam
·18일 전·discuss
I'm pretty skeptical of the market argument - reading the linked article, it seems low granularity subsidizes market makers when there are many small orders (which often get worse prices than they would otherwise) and this subsidy allows market makers to be deeper, which subsidizes large orders. Which is a difference, but not an unalloyed good.

Surely price competition is more economically valuable than the queue position game, which is measured in economically meaningless nanoseconds.
lesam
·지난달·discuss
'tech' in speed running is a reference to "technique" rather than "technology". https://glossary.infil.net/?t=Tech
lesam
·지난달·discuss
Why would you design a hiring process that scores unprofessional people (by your own definition) higher than professional ones?
lesam
·지난달·discuss
If you run an interview process where candidates who take 6-8 hours and claim to have taken 4 hours score highest, those are the candidates you will hire.
lesam
·2개월 전·discuss
This is capitalism working as intended. Only the best run airlines can survive, and investors are collectively subsidizing air travel for non-investors.
lesam
·2개월 전·discuss
I think AST aware code reading is criminally underused by agents - you don't need a header file if you can see a listing of all the functions in a library.

Similarly, I don't read the whole file a function is in while editing it in an IDE, why should a coding agent get the whole file polluting its context by default?
lesam
·3개월 전·discuss
Except this isn't 'an app from a spec', it's the potemkin village of an app whose goal is to get ad impressions and a credit card number.
lesam
·4개월 전·discuss
When your bridge falls down, you don't call an incident and ask your engineer to fix it, you sue them.

In software there's a lot more emphasis on post-hoc fixes rather than up front validation, in my experience.
lesam
·4개월 전·discuss
I think Adams was prescient, since in his story the all powerful computer reaches the answer '42' via incorrect arithmetic.
lesam
·4개월 전·discuss
This is interesting, but doesn't have to be correct.

If Blockbuster had kept pouring money into the new service, maybe it would have lost it all - I see no reason to think Blockbuster's movie rental franchise business would have 'transferrable skills' to allow it to succeed at streaming.

If it had been trying to pivot into a pizza delivery business (perhaps more transferable, in terms of locating franchises etc) would Icahn still have been 'killing' it?

My point is, maybe it was already dead and Icahn just prevented it from wasting a lot of money on the way down the drain.
lesam
·4개월 전·discuss
If it's lasted 10 years and someone is still using it after all that time, that seems like a pretty good signal there's a lot of value in the 'garbage'?

I've seen a lot of 'fixes' for 10 year old 'garbage' that turned out to be regressions for important use cases that the author of the 'fix' wasn't aware of.
lesam
·4개월 전·discuss
If markets were regulated to trade in coordinated 1s auctions, instead of nanosecond precision first-come-first-served matching of orders, markets would function just as well without needing a ton of what the HFT crowd does. It's a massive waste of brilliant minds.
lesam
·5개월 전·discuss
That seems like a legal question - if the model weights contain an encoded copy of the copyrighted material, is that a 'copy' for the purpose of copyright law?
lesam
·6개월 전·discuss
Before photography, we knew something was truthful because someone trustworthy vouched for it.

Now that photos and videos can be faked, we'll have to go back to the older system.
lesam
·6개월 전·discuss
Depends. When millions are on the line between companies, people are surprisingly willing to take a hand-created excel file as 'proof'. For example: https://financialpost.com/pmn/business-pmn/tricolors-excel-g...
lesam
·7개월 전·discuss
If there’s anything I would want to run to verify, I ask the author to add a unit test. Generally, the existing CI test + new tests in the PR having run successfully is enough. I might pull and run it if I am not sure whether a particular edge case is handled.

Reviewers wanting to pull and run many PRs makes me think your automated tests need improvement.