AES128 uses a 16 byte secret key.
const key = new Uint8Array(16);
crypto.getRandomValues(key);| <div style="position:absolute;top:-999px;left:-999px"> | |
| <svg | |
| id="effectSvg" | |
| width="200" | |
| height="200" | |
| viewBox="0 0 200 200" | |
| xmlns="http://www.w3.org/2000/svg"> | |
| <filter id="displacementFilter4"> |
| import dotenv from "dotenv"; | |
| import { Telegraf } from "telegraf"; | |
| import { message } from "telegraf/filters"; | |
| import process from "node:process"; | |
| import { ollama } from "ollama-ai-provider"; | |
| import { generateText, type CoreMessage, type StreamTextResult } from "ai"; | |
| dotenv.config(); |
| import { Hono } from 'hono' | |
| import { Suspense } from 'hono/jsx' | |
| import { jsxRenderer } from 'hono/jsx-renderer' | |
| const app = new Hono() | |
| app.get( | |
| '*', | |
| jsxRenderer( | |
| ({ children }) => { |
| import fs from 'node:fs/promises' | |
| export function sql(url) { | |
| return { | |
| name: 'vite-plugin-sql', | |
| // expose an import called 'sql:runtime' | |
| resolveId(id) { | |
| if (id.startsWith('sql:runtime')) { | |
| return id |
| #Creston rave mode | |
| # instructions | |
| 1. Create a SIMPL Windows Program: | |
| • Start by creating a new SIMPL Windows program file. | |
| 2. Add a Touch Panel or Button Interface: | |
| • Add a touch panel or a control interface to your program. This is where you will place your “Rave Mode” button. | |
| 3. Add the SIMPL+ Module: | |
| • Import the SIMPL+ module you created into your SIMPL Windows program. |
| # Clone llama.cpp | |
| git clone https://github.com/ggerganov/llama.cpp.git | |
| cd llama.cpp | |
| # Build it | |
| make clean | |
| LLAMA_METAL=1 make | |
| # Download model | |
| export MODEL=llama-2-13b-chat.ggmlv3.q4_0.bin |
Outline VPN - это бесплатный инструмент с открытым исходным кодом, позволяющий развернуть собственную VPN на Вашем собственном сервере или на машине облачного провайдера. Подробную информацию Вы можете узнать здесь и здесь.
В своем составе имеет как графические инструменты, так и средства работы через командную строку. Позволяет использовать VPN как на настольных компьютерах, так и на мобильных устройствах.
Вам нужен сервер. Да, его нужно арендовать, учитывая его местоположение. Например, если Вам нужно получать доступ к ресурсам, которые недоступны в текущем местоположении, но доступны, например, в Канаде, то смело арендуйте виртуальную машину в AWS, Digital Ocean или любом другом месте.
Since version 2.23, git-blame has a feature to ignore certain commits. This feature is useful to ignore large formatting or apparently unimportant changes.
.git-blame-ignore-revsgit config blame.ignoreRevsFile .git-blame-ignore-revsThe file format is described in git-fsck's man:
https://git-scm.com/docs/git-fsck#Documentation/git-fsck.txt-fsckskipList