HackerLangs
トップ新着トレンドコメント過去質問紹介求人

lesam

244 カルマ登録 5 年前

コメント

lesam
·7 時間前·議論
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 日前·議論
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 日前·議論
'can damage' means 'sometimes causal'.

If there's no causal link, they should say 'associated with' or 'correlated with'.
lesam
·15 日前·議論
Poetic that the most recent update is 6 months ago, a one line change adding a 'Lifecycle: Active' emoji to the Readme.
lesam
·18 日前·議論
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
·先月·議論
'tech' in speed running is a reference to "technique" rather than "technology". https://glossary.infil.net/?t=Tech
lesam
·先月·議論
Why would you design a hiring process that scores unprofessional people (by your own definition) higher than professional ones?
lesam
·先月·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
I think Adams was prescient, since in his story the all powerful computer reaches the answer '42' via incorrect arithmetic.
lesam
·4 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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.