This is typescript environment setup guide for LLM and humans
Always setup baseline settings
- pnpm
- typescript
- vitest
hi, i'm daniel. i'm a 15-year-old high school junior. in my free time, i hack billion dollar companies and build cool stuff.
3 months ago, I discovered a unique 0-click deanonymization attack that allows an attacker to grab the location of any target within a 250 mile radius. With a vulnerable app installed on a target's phone (or as a background application on their laptop), an attacker can send a malicious payload and deanonymize you within seconds--and you wouldn't even know.
I'm publishing this writeup and research as a warning, especially for journalists, activists, and hackers, about this type of undetectable attack. Hundreds of applications are vulnerable, including some of the most popular apps in the world: Signal, Discord, Twitter/X, and others. Here's how it works:
By the numbers, Cloudflare is easily the most popular CDN on the market. It beats out competitors such as Sucuri, Amazon CloudFront, Akamai, and Fastly. In 2019, a major Cloudflare outage k
// based on https://github.com/karpathy/llama2.c/commit/411c5bd2db9a87e94e1bd1a6c7b7ca117adc4b01 | |
// at Sep 14, 2023 | |
import java.io.IOException; | |
import java.io.InputStream; | |
import java.io.UncheckedIOException; | |
import java.io.UnsupportedEncodingException; | |
import java.lang.foreign.Arena; | |
import java.lang.foreign.MemorySegment; |
type Natural = 0[]; | |
type Zero = []; | |
type One = [0]; | |
type AhoSuffix = '(アホ)'; | |
type Length<Array extends unknown[]> = Extract<Array['length'], number>; | |
type Add<N1 extends Natural, N2 extends Natural> = [...N1, ...N2]; | |
type AddNum<N1 extends number, N2 extends number> = Length<[...NumToNat<N1>, ...NumToNat<N2>]>; | |
type Sub<N1 extends Natural, N2 extends Natural> = N1 extends [...N2, ...infer M] | |
? M |
<!DOCTYPE html> | |
<head><meta charset="UTF-8"> | |
<title>Tweets by mootastic</title> | |
</head><body> | |
<h1>Tweets by mootastic</h1> | |
<ol> | |
<li id="1372720610531450884"><strong>2021-03-19 01:32 (Fri) +0900</strong> | |
<p>「なぜ宇宙飛行士はLinuxを使うのかって? そりゃ宇宙じゃウインドウを開けないからさ!」 <a href="http://pbs.twimg.com/media/EwziGW0VcAIyN2K.png">http://pbs.twimg.com/media/EwziGW0VcAIyN2K.png</a> | |
<li id="1372723374141501440"><strong>2021-03-19 01:31 (Fri) +0900</strong> |
$ nmcli connection add type wifi ifname wlo1 con-name 0001docomo ssid 0001docomo | |
Connection '0001docomo' (a6fde1b0-6055-4e6c-a314-05027eb6083a) successfully added. | |
$ nmcli con edit id 0001docomo | |
===| nmcli interactive connection editor |=== | |
Editing existing '802-11-wireless' connection: '0001docomo' | |
Type 'help' or '?' for available commands. | |
Type 'print' to show all the connection properties. |
以下の文章を読み、後の問いに答えてください。
「私はその人を常に先生と呼んでいた。だからここでもただ先生と書くだけで本名は打ち明けない。これは世間を憚かる遠慮というよりも、その方が私にとって自然だからである。私はその人の記憶を呼び起すごとに、すぐ「先生」といいたくなる。別段深い意味で先生と呼んでいるのではない。憧れとか尊敬とかいう気持ではないからだ。私はその人を先生と呼ぶと、同時に自分を生徒と思うのである。すると自分は末席につくがよいと思う。そう思っていると、どんなに気が利いても、気どっても、おしゃべりになれない。私は先生に対しておしゃべりになりたいとは思わない。」
問 「私」は「先生」の本名を知っていると考えられますか?
-- SPDX-License-Identifier: CC0-1.0 | |
SELECT | |
r.uid, | |
concat('https://erogamescape.dyndns.org/~ap2/ero/toukei_kaiseki/memo.php?game=', g.id, '&uid=', r.uid) AS link, | |
g.gamename, | |
LENGTH(r.memo) | |
FROM userreview r | |
INNER JOIN gamelist g | |
ON r.game = g.id | |
WHERE r.game IN ( |
文責: mala
前置き