If they blocked RT, they can block 4chan if they so choose. Why would they expect a company that does not target the British audience to have any concern for British laws?
The first random page it returned to me was this — https://gaultier.github.io/blog/how_to_make_your_own_static_... — which was about building one's own static site generator, which I really liked. I did not realise when I closed that page how hard it would be to find it again, because, of course every new visit to Kagi returns a different page :-)
yeah, same happened to me, the first site I was sent to was a list of people sending in random "sunday thoughts" (or whatever it was called) on (actual physical) postcards which then got scanned and posted. There were some good things in there. Now I can't find that site again because I didn't realize it was randomized...
Imagine a page that loads html during the first load, and then performs client-side routing during subsequent navigations. Is it an SPA? Is it not an SPA?
> TypeScript also was specifically designed so engine could strip types and execute result code. These build tools should not exist in the first place.
More recently, it's been designed so this is the case. Namespaces, enums, and the property constructor shortcut thing were all added relatively early on, before the philosophy of "just JS + types" had been fully defined.
These days, TypeScript will only add new features if they are either JavaScript features that have reached consensus (stage 3 iirc), or exist at the type system only.
There have been attempts to add type hints directly to JavaScript, so that you really could run something like TypeScript in the browser directly (with the types being automatically stripped out), but this causes a lot of additional parsing complexity and so nothing's really come of it yet. There's also the question of how useful it would even be in the end, given you can get much the same effect by using TypeScript's JSDoc-based annotations instead of `.ts` files, if you really need to be able to run your source code directly.
Open .docx file, save as Markdown to nicely preserve things like headings, bold, etc. I moderately frequently have reason to want to go .docx to .md because I have a lot of ediing/rewriting to do and I'd rather work in Emacs than LibreOffice Writer.
> Why is this an international movement? Suddenly, simultaneously, all over the Western world?
Sometimes kids hurt themselves through the use of the internet. And their parents lash out to blame someone [0]. And mainstream media pick up these stories. And the worry spreads. And more and more adults of voting age say that yeah, it's only reasonable to protect the kids from that internet monster, because kids are trusting and vulnerable, and won't somebody please think of the children. And they do not push back against age restriction campaigns. And so it goes...
As for the Western world, it generally moves in lockstep, doesn't it?
So where are those big protests and public calls for online age verification? It all seems to be coming from the very top. I have not heard of anyone that actually want any of this. The fact that politicians are to be excluded from European regulations is only a proof that it's all a scheme to kill what remains of privacy and freedom of speech online.
reply