Что может быть хуже чем плохой интернет ? Плохой интернет, когда нужно загрузить картинку весом как чугунный мост. В эпоху очень быстрого интернета мы стали забывать о том, что в некоторых локациях нашего мира нет хорошей сети (например, когда вы едете в поезде по нашей необъятной стране). Эту проблему довольно хорошо решают Service Workers, о которых я вам сейчас расскажу.Что такое Service Workers ?Service Workers - worker, который создает отдельный и изолированный контекст выполнения, работа…
Кодировка (encoding) и декодирование (decoding) в Base64 — распространенный способ преобразования двоичных данных в безопасный текст. Он часто используется в Data URL, таких как встроенные (inline) изображения. Прим. пер.: с помощью data URL можно решить проблему (ошибку) отсутствующей фавиконки в браузере. <link rel="icon" href="data:." /> Что происходит при кодировке и декодировании в base64 строк в JS? В этой статье мы рассмотрим некоторые особенности и ловушки, связ…
S2ZE modding experimentsDISCLAIMER: This plugin is not meant to be used on a server yet, it is very much a work in progress and thus we are not responsible for any issues or breakages caused by the plugin. In addition, we will not provide support for building or usage unless you plan on contributing to the project yourself. CS2Fixes CS2Fixes is a collection of experimental fixes and features aimed but not limited to zombie escape. This project is not production ready and serves as a proof of co…
Automatic SQL injection and database takeover toolsqlmap sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a powerful detection engine, many niche features for the ultimate penetration tester, and a broad range of switches including database fingerprinting, over data fetching from the database, accessing the underlying file system, and executing commands on the oper…
Accurately Locate Smartphones using Social Engineering Available in Concept behind Seeker is simple, just like we host phishing pages to get credentials why not host a fake page that requests your location like many popular location based websites. Read more on thewhiteh4t's Blog .Seeker Hosts a fake website which asks for Location Permission and if the target allows it, we can …
Reference Materials for System Design Interview Chapter 1: Introduction and Overview [1] Data warehouse. https://cloud.google.com/learn/what-is-a-data-warehouse. [2] Structured vs. unstructured data. https://signal.onepointltd.com/post/102gjab/machine-learning-libraries-for-tabular-data-problems. [3] Bagging technique in ensemble learning. https://en.wikipedia.org/wiki/Bootstrap_aggregating. [4] Boosting technique in ensemble learning. https://aws.amazon.com/what-is/boosting/. [5] Stacking tech…
Fast stable diffusion on CPUFastSD CPU Faster version of stable diffusion running on CPU. Took 10 seconds to generate single 512x512 image on Core i7-12700(With OpenVINO). Based on Latent Consistency Models . Features Supports 256,512,768 image sizes Supports Windows and Linux Saves images Settings to control,steps,guidance,seed Added safety checker setting Maximum inference steps increased to 25 OpenVINO support OpenVINO support Thanks deinferno for the OpenVINO model contribution. Currentl…
Llemma: an open language model for mathematics ArXiv | Models | Data | Code | Blog | Sample Explorer Repository for Llemma: an open language model for mathematics [Azerbayev et al 2023]. This repository hosts data and training code related to the following artifacts: Name HF Hub Link Llemma 7b EleutherAI/llemma_7b Llemma 34b EleutherAI/llemma_34b Proof-Pile-2 EleutherAI/ProofPile2 AlgebraicStack EleutherAI/AlgebraicStack This repository also contains submodules related to the o…
Технологический переход в индустрии видеоигр, случившийся в середине 1990-х годов — от пиксельной графики игр прошлых лет к полигональной графике игр чуть менее прошлых лет — произошёл не одномоментно. Ему предшествовала эпоха экспериментов, когда разработчики придумывали разнообразные способы убедительной имитации трёхмерного изображения в рамках скромных вычислительных ресурсов. Изометрический движок Filmation и силуэтная графика в Tau Ceti на ZX Spectrum, технология масштабирования спрайто…