HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ncfausti

no profile record

comments

ncfausti
·geçen ay·discuss
What do you like most about it?
ncfausti
·4 ay önce·discuss
This is exactly what's needed to get general users off of Windows.

Anecdotal, but whenever my friends/family are looking for a basic laptop I almost always suggest a Lenovo for the price/performance/quality they're looking for in the $400-600 range, even though I myself would never get anything besides a MBP.

I would recommend this to them instead every single time. The build quality of macs are unmatched and now in everyone's price range.
ncfausti
·5 ay önce·discuss
What would you like to see improved?
ncfausti
·8 ay önce·discuss
That’s kind of how I understand it as well.
ncfausti
·8 ay önce·discuss
I think that’s why the author put “vector” in quotes. I kind of imagine it as an ephemeral, infinite list where for some real, when we use that real value as an index into our “vector”/function, we get the output value as the item in this infinite, ephemeral list.

I think the only thing that matters is that the indices have an ordering (which the reals obviously do) and they aren’t irrational (i.e. they have a finite precision).

Imagine you have a real number, say, e.g. 2.4. What stops us from using that as an index into an infinite, infinitely resizable list? 2.4^2 = 5.76. Depending on how fine-grained your application requires you could say 2.41 (=5.8081) is the next index OR 2.5 (=6.25) is the next index we look at or care about.

I could be misunderstanding it, though.