Hacker News new | past | comments | ask | show | jobs | submit | repsilat's comments login

A system of n experts is no different to a single expert wrt the NFLT. The theorem is entirely indifferent to (ie "equally skeptical of") the idea.


Releasing an open source product that improves on alternatives doesn't sound like ”stealing” or ”adding no value" to me.

They're giving away something valuable, same as the people whose work they're building on top of.


The linked article literally starts by calling themselves an anti innovation company and declaring they do not intend to improve on it (at least not in innovative ways)


I wonder about the global statistics of sorted data... Is the most common number of elements to sort zero? Certainly less than ten?

What about the median? Two elements to sort? One? Zero again?


The question is also for which list lengths the performance matters most. When sorting a few strings (<20), whether the algorithm uses 5 or 7 comparisons would usually not matter too much. So to find the optimal algorithm for a given situation, we would have to compute a weighted average by list length importance on the performances of the algorithm per list length.


I have great credit and my bank charges me $3 every month to pay my rent. (They will send a cheque in the mail for free, but it wasn't reliable for me so I stopped doing that.) Third world stuff.


Doesn't sound normal unless the fee is being charged by the landlord and not the bank. (Landlords seem to love payment fees.)


It's the bank. One of the biggest US retail banks. Maybe other big ones don't, maybe I should change banks.


Wat


For this sort of change I think the best strategy is "two passes".

Auto-format those O(30k) files and get global approval. Then, separately, make your two-line semantic change and seek approval from local owners.


That is missing the point about the misdirection of costs. Your suggestion forces the people doing meaningful semantic changes, into involuntary servants to the goal of cleaning the stylistic problems. It's fine to have a policy that costs a little to each of the owners of their own code. It's a tax for the overall good. It becomes a problem if the cost of compliance is shifted to "the next person who looks at it." That encourages people to not look at it.


Maybe it was 6gu.nz (site broken) https://www.youtube.com/watch?v=afXzeCuUuhU. I wrote it about 5 years ago and probably mentioned it in a couple of comments here. It had draggable tables on the normal 2d grid, with references between them.


Wow, that is very, very cool. The wayback machine has it, with a test page that works and the docs. Demo is here:

https://web.archive.org/web/20200114060557/https://my.6gu.nz


The "mango" lib [1] claims to be even faster for PNGs. Actively maintained but doesn't have as much buzz, I think the devs haven't advertised it as much on places like this.

Also, it has the funniest testimonials.

1: https://github.com/t0rakka/mango


Speed isn't the only thing that matters; is mango as safe as wuffs in the face of untrusted input?


Maybe it's an uncanny valley thing, but I hate the fake emotion and attitude in this demo. I'd much rather it tried harder to be bland. I want something smart but not warm, and I can't imagine being frustrated by "lack of drama".


Programmers are sometimes accused of wanting to play god and bring the computer to life, usually out of some motive like loneliness. Its kind of ironic I see engineers do better treating computers as the mechanical devices they are, and its regular people who want to anthropomorphize everything.


I want the Star Trek computer style and voice. Just the facts, to the point, no chit-chat.


I would prefer a robotic, unrealistic voice so I don’t start subconsciously thinking I’m hearing a real human speak.


You can tell it to talk in a robotic, unrealistic way and it will do so.

Here is a demo from their presentation: https://youtu.be/D9byh4MAsUQ


I have the opposite impression from that demo.

It doesn't sound like a neutral, boring voice. It sounds like an overly dramatic person pretending to be a robot.


>It sounds like an overly dramatic person pretending to be a robot

That's precisely what it was ordered to do.


That's not even AI. Imagine a store sales rep speaking like that. It's inappropriate and off-putting. We expect it to improve but it's another "it'll come" situation.


The good news is, in due time, you can decide exactly how you want your agent to talk to you. Want a snarky Italian or a pompous Englishman. It’s your choice.



This math is way off. _Guaranteed_ doubling in 4 years is a 19% per annum return. If the "not doubling" case is "break even" (generous) then the expected growth is under 10% per annum.


Looks rad, I was going to look into some b-trees for a use-case where I need an ordered map of things similar to integers and this might be better.

I couldn't immediately see, is there mention of whether insertions invalidate iterators? Maybe not strictly needed for my use-case but good to know.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: