agilob

joined 2 years ago
MODERATOR OF
 

My kernels go 2x faster than MKL for matrices that fit in L2 cache, which makes them a work in progress, since the speedup works best for prompts having fewer than 1,000 tokens.

 

"Prolly Tree" is short for "Probabilistic B-tree". "Prolly Tree" was coined by the good folks who built Noms, who as far as we can tell invented the data structure. We here at DoltHub have immense respect for their pioneering work, without which Dolt would not exist.

5
Async File IO (concurrencydeepdives.com)
[–] agilob@programming.dev 1 points 1 year ago

So while I'm myself struggling to fully understand what this is, it conceptually like it's a blockchain on syncthing, where even if you subscribe to a read only share, you can locally delete what you don't want to keep. So technically you could make bitorrent to behave like syncthing with search function for contacts you already know.

[–] agilob@programming.dev 1 points 1 year ago

Omnia Turris

[–] agilob@programming.dev 0 points 2 years ago (2 children)

Big O notation is useless for smaller sets of data. Sometimes it’s worse than useless, it’s misguiding.

I don't agree that it's useless or misguiding. The smaller dataset, the less important it is, but it makes massive difference how the rest of the algorithm will be working and changing context around it.

Let's say that you need to sort 64 ints, in a code that starts our operating system. You need to sort it once per boot, and you boot less frequently than once per day, in fact you know instances of the OS that have 14 years of uptime, so it doesn't matter at all right? Welp. Now your OS is used by a big cloud provider and they use that code to boot the kernel 13 billions times per day. The context changed, time passed by, your silly bubble sort that doesn't matter on small numbers is still there.

[–] agilob@programming.dev -2 points 2 years ago

Heres the blog post about the change dated in June this year

Half year too late for that outrage anyway :)

[–] agilob@programming.dev 87 points 2 years ago* (last edited 2 years ago) (12 children)

Fantastic way to start a shitstorm. You people don't even use search function logged out, because if you did, you would know they changed it in 2016. Microsoft has nothing to do with it.

https://news.ycombinator.com/item?id=11321623

[–] agilob@programming.dev 0 points 2 years ago

Yeah, fuck Microsoft. They haven’t changed at all.

GitHub changed that a few months before acquisitions talks even started lol

[–] agilob@programming.dev 1 points 2 years ago (1 children)

There already is µblock that's only MV3 based https://addons.mozilla.org/en-US/firefox/addon/ublock-origin-lite/ give it a try if you see any difference

[–] agilob@programming.dev 7 points 2 years ago* (last edited 2 years ago) (1 children)

You're telling me about compiling JS, to my story that is so old... I had to check. and yes, JS existed back then. HTTP2? Wasn't even planned. This was still when IRC communities weren't sure if LAMP is Perl or PHP because both were equally popular ;)

[–] agilob@programming.dev 5 points 2 years ago (3 children)

you are supposed to have written the tests and to have written your code with pair programming,

I commented out the tests because they were failing, pipelines were green so I merged. Now it's running on prod. What do you do?

view more: ‹ prev next ›