No, that's not how anything works. You can finetune an LLM to a new tokenizer by nudging just a few layers (even wildly different kinds of tokens), and there's nothing stopping a lab from using someone else's tokenizer.
Something seems to 404: GET https://rorz.io/_next/static/chunks/link-CKkD60iF.js 404 Loading module from “https://rorz.io/_next/static/chunks/link-CKkD60iF.js” was blocked because of a disallowed MIME type…
Probably that british professor who killed himself after getting exposed for fraud.
[dead]
No, they are correct, residential proxies behind a big ISP's CGNAT is much more valuable for miscreants because you can't block the individual who installed a free android flashlight with a residential proxy SDK…
But the overall latency will be longer than expected because you add the latency from the proxy connection as well. If you're able to ping back to the connecting IP in combination with some clientside js to help measure…
> NixOS has a longstanding issue where library loading (and therefore program start, particularly GUI programs that load a lot) is n^2, but programs still all start in ~1 second or less on my n100 minipc. I still found…
It sounds like Wayland. When you decide to suddenly stuff some of the most complex pieces of software together (the X server and the compositor which sometimes also double as a desktop shell) into giant codebase/process…
Arch actually has testing repos (and has had for as long as I can remember), plus other project-specific testing repos like kde-unstable when upstream is taking a very long time to push out a new actually stable…
It has to be a pain, everything depends on them (or rather, should, you still have holdouts like go fucking up things like NSS, holding back posix_spawn etc.). In their defense the people working on glibc and gcc are…
Last I tried that (because everyone claimed it was magically better at everything) sound just randomly broke (I had no idea why, debugging pipewire is a nightmare), and since I switched back to pulseaudio everything…
Norway seems like an obvious counter example? If the unions and state grow enough power before resources start to get extracted it seems like they can keep the curse in check. It has also been protecting politics from…
OWS showed that you don't even need drones and robots.
Try looking at the SVG code for one of those converted from bitmaps, and I think you'll understand why even a massive LLM has trouble generating it on the fly (the pelican SVGs are always one-shot single API calls, so…
I've written more than a couple of "slide rendering engines" (though usually with an actual renderer, not a website templating thing like reveal.js).
> Second, I want to emphasize and unequivocally clarify that every single winning submission went through at least 2 human judges, and in some cases, up to 3-4 human judges. These judges reviewed and scored the…
Kaggle was been a joke when I was doing ML, and doesn't seem to have improved. It was a neat place to host/download some big datasets before huggingface.
> A good test is to try to port significant from c++ to plain and simple C using "AI". Maybe it can retain some of the semantics for the original code. So updating cfront for modern C++.
Anathem was so chock full of interesting ideas, too bad the last parts of it were so rushed (or at least felt that way to me).
It smells like Gemini to high heavens, how familiar are you with its writing? If nothing else because of the complete lack of relevant links.
One of the issues with Wayland is that it forces every compositor to reimplement the X server, badly. So you can't really "fix it", short of patching e. g. Gnome's compositor, with patches that will never be accepted…
It's quite easy to get it to do syscalls directly, I even got Fable to do a simple standalone TLS implementation (in C). Not really useful since it hardcoded a set of supported algorithms etc., but it's fun to see how…
Evidence in the other direction (that they're able to generalize) is that I can't think of any LLM currently that can't create usable (placeholder) SVG icons, I tried a bit before the pelican became popular and it was…
SVG output is useful, though. I often ask whatever LLM I have open to generate placeholder icons whenever I need them.
People used to anthropomorphize pet rocks, so people either refusing to be nice to LLMs or getting upset when people anthropomorphize them says more about those critics than anything else IMHO. Humans are social and the…
No, that's not how anything works. You can finetune an LLM to a new tokenizer by nudging just a few layers (even wildly different kinds of tokens), and there's nothing stopping a lab from using someone else's tokenizer.
Something seems to 404: GET https://rorz.io/_next/static/chunks/link-CKkD60iF.js 404 Loading module from “https://rorz.io/_next/static/chunks/link-CKkD60iF.js” was blocked because of a disallowed MIME type…
Probably that british professor who killed himself after getting exposed for fraud.
[dead]
No, they are correct, residential proxies behind a big ISP's CGNAT is much more valuable for miscreants because you can't block the individual who installed a free android flashlight with a residential proxy SDK…
But the overall latency will be longer than expected because you add the latency from the proxy connection as well. If you're able to ping back to the connecting IP in combination with some clientside js to help measure…
> NixOS has a longstanding issue where library loading (and therefore program start, particularly GUI programs that load a lot) is n^2, but programs still all start in ~1 second or less on my n100 minipc. I still found…
It sounds like Wayland. When you decide to suddenly stuff some of the most complex pieces of software together (the X server and the compositor which sometimes also double as a desktop shell) into giant codebase/process…
Arch actually has testing repos (and has had for as long as I can remember), plus other project-specific testing repos like kde-unstable when upstream is taking a very long time to push out a new actually stable…
It has to be a pain, everything depends on them (or rather, should, you still have holdouts like go fucking up things like NSS, holding back posix_spawn etc.). In their defense the people working on glibc and gcc are…
Last I tried that (because everyone claimed it was magically better at everything) sound just randomly broke (I had no idea why, debugging pipewire is a nightmare), and since I switched back to pulseaudio everything…
Norway seems like an obvious counter example? If the unions and state grow enough power before resources start to get extracted it seems like they can keep the curse in check. It has also been protecting politics from…
OWS showed that you don't even need drones and robots.
Try looking at the SVG code for one of those converted from bitmaps, and I think you'll understand why even a massive LLM has trouble generating it on the fly (the pelican SVGs are always one-shot single API calls, so…
I've written more than a couple of "slide rendering engines" (though usually with an actual renderer, not a website templating thing like reveal.js).
> Second, I want to emphasize and unequivocally clarify that every single winning submission went through at least 2 human judges, and in some cases, up to 3-4 human judges. These judges reviewed and scored the…
Kaggle was been a joke when I was doing ML, and doesn't seem to have improved. It was a neat place to host/download some big datasets before huggingface.
> A good test is to try to port significant from c++ to plain and simple C using "AI". Maybe it can retain some of the semantics for the original code. So updating cfront for modern C++.
Anathem was so chock full of interesting ideas, too bad the last parts of it were so rushed (or at least felt that way to me).
It smells like Gemini to high heavens, how familiar are you with its writing? If nothing else because of the complete lack of relevant links.
One of the issues with Wayland is that it forces every compositor to reimplement the X server, badly. So you can't really "fix it", short of patching e. g. Gnome's compositor, with patches that will never be accepted…
It's quite easy to get it to do syscalls directly, I even got Fable to do a simple standalone TLS implementation (in C). Not really useful since it hardcoded a set of supported algorithms etc., but it's fun to see how…
Evidence in the other direction (that they're able to generalize) is that I can't think of any LLM currently that can't create usable (placeholder) SVG icons, I tried a bit before the pelican became popular and it was…
SVG output is useful, though. I often ask whatever LLM I have open to generate placeholder icons whenever I need them.
People used to anthropomorphize pet rocks, so people either refusing to be nice to LLMs or getting upset when people anthropomorphize them says more about those critics than anything else IMHO. Humans are social and the…