title
stringlengths
1
544
โŒ€
parent
stringlengths
0
57
โŒ€
created
stringlengths
11
12
โŒ€
editor
stringclasses
1 value
creator
stringclasses
4 values
edited
stringlengths
11
12
โŒ€
refs
stringlengths
0
536
โŒ€
text
stringlengths
1
26k
id
stringlengths
32
32
Minze
Web Component Frameworks
Mar 11, 2022
Alan Jo
Alan Jo
Apr 11, 2022
[minze](https://github.com/n6ai/minze) use [Vite](https://texonom.com/vite-dee1023d02d845fe9a4d65523ee8041a) > [Introduction to Minze - LogRocket Blog](https://blog.logrocket.com/introduction-minze/)
93a96f198f3341f58bc589a9e7bc5178
Polymer js
Web Component Frameworks
Dec 27, 2021
Alan Jo
Alan Jo
Apr 11, 2022
์˜ค๋ž˜๋Œ [polymer](https://github.com/Polymer/polymer)
1bb81f55e194404ea2538b0b54ce0ed8
Sauron
Web Component Frameworks
Apr 19, 2022
Alan Jo
Alan Jo
Apr 19, 2022
[Rust Web Framework](https://texonom.com/rust-web-framework-365fe6850e9b40488fdc556850708768) [sauron](https://github.com/ivanceras/sauron)
### Sauron Usages |Title| |:-:| ```typeuse sauron::prelude::*;#[derive(Debug)]enum Msg { Click,}struct App { click_count: u32,}impl App { pub fn new() -> Self { App { click_count: 0 } }}impl Application<Msg> for App { fn view(&self) -> Node<Msg> { node! { <main> <h1>"Minimal example"</h1> <div class="some-class" id="some-id" {attr("data-id", 1)}> <input class="client" type="button" value="Click me!" key=1 on_click={|_| { log::trace!("Button is clicked"); Msg::Click }} /> <div>{text(format!("Clicked: {}", self.click_count))}</div> <input type="text" value={self.click_count}/> </div> </main> } } fn update(&mut self, msg: Msg) -> Cmd<Self, Msg> { log::trace!("App is updating with msg: {:?}", msg); match msg { Msg::Click => self.click_count += 1, } Cmd::none() }}#[wasm_bindgen(start)]pub fn main() { console_log::init_with_level(log::Level::Trace).unwrap(); console_error_panic_hook::set_once(); Program::mount_to_body(App::new());}```
708d18fa77104e90a2cc66ae46a90ac8
Stencil JS
Web Component Frameworks
Apr 11, 2022
Alan Jo
Alan Jo
Apr 11, 2022
[Ionic](https://texonom.com/ionic-4ccb08944cab422588eb6170a5819f55) [stencil](https://github.com/ionic-team/stencil)
### Stencil JS Notion |Title| |:-:| > [Stencil](https://stenciljs.com/)
42979c2518204ce9a548cb18b5aaa390
Tonic framerk
Web Component Frameworks
Jan 15, 2023
Alan Jo
Alan Jo
Jan 15, 2023
[tonic](https://github.com/socketsupply/tonic) > [Tonic](https://tonicframework.dev/)
412465a61ab843b38a0169880d000c77
WebC
Web Component Frameworks
Mar 11, 2023
Alan Jo
Alan Jo
Mar 11, 2023
[webc](https://github.com/11ty/webc)
### Single File Web Components
e199b5b7be1a40a1a74334f99e319fd8
inja
Web Template Engines
Sep 25, 2021
Alan Jo
Alan Jo
Sep 25, 2021
Template Engine for Modern C++ > [GitHub - pantor/inja: A Template Engine for Modern C++](https://github.com/pantor/inja)
cb748d26f94e4a4b9fbd7a5530e94d88
Jinja
Web Template Engines
Aug 7, 2021
Alan Jo
Alan Jo
Feb 12, 2023
Python ํ”„๋กœ๊ทธ๋ž˜๋ฐ ์–ธ์–ด์šฉ ์›น ํ…œํ”Œ๋ฆฟ ์—”์ง„ > [Jinja (template engine) - Wikipedia](https://en.wikipedia.org/wiki/Jinja_(template_engine)) > [JinjaX | Documentation](https://jinjax.scaletti.dev/)
8043823aec1e4d479af2bc522254fbe8
Web 3.0
Web Page Notion
Nov 28, 2021
Alan Jo
Alan Jo
May 9, 2022
### Decentralized 21์„ธ๊ธฐํŒ ๊ณต์‚ฐ์ฃผ์˜ ### Web 3.0 Notion |Title| |:-:| |[Crypto Layer 2](https://texonom.com/crypto-layer-2-de6d8be830d043a3859371a8ec0c2280)| |[Gavin Wood](https://texonom.com/gavin-wood-83f18f1969154d6680aaa8bb64263ba4)| ### Web 3.0 Usages |Title| |:-:| |[Web3 Chain](https://texonom.com/web3-chain-ec91d4ac54434d59beb03f86a9de8590)| |[Web 3.0 Development](https://texonom.com/web-30-development-ecf057e43f37473ba3c748c697fa5e99)| |[Buildspace](https://texonom.com/buildspace-dc66695eab4e43b4b60bd82a2acb56d7)| |[Web 3.0 Bot](https://texonom.com/web-30-bot-518132193855495a992b263991b26e0e)| > [The Complete Guide to Full Stack Web3 Development](https://dev.to/dabit3/the-complete-guide-to-full-stack-web3-development-4g74) > [Defining the web3 stack](https://edgeandnode.com/blog/defining-the-web3-stack)
5066d226cdea4e4c8a797831d8a7d612
Web Content
Web Page Notion
May 23, 2021
Alan Jo
Alan Jo
May 9, 2022
### Web Contents |Title| |:-:| |[Web Feed](https://texonom.com/web-feed-66aeff62a5574b75840c2eca3d8e6e64)| |[Web Article](https://texonom.com/web-article-5633d82e81d442b8b645fdb515a23b04)| |[Dark Web](https://texonom.com/dark-web-ec20e830e129433f841a225971065028)|
825fd4483f744089809e39420a5a55cc
Web Landing
Web Page Notion
Jul 28, 2022
Alan Jo
Alan Jo
Aug 17, 2022
> [์›น ํŽ˜์ด์ง€ ๋กœ๋“œ ๊ณผ์ •](https://jooonho.com/js/2021-01-24-timing-api) > [Shu on Twitter: "Fade-in animation that is not so boring:{ 0% { opacity: 0; filter: brightness(1) blur(20px) } 10% { opacity: 1; filter: brightness(2) blur(10px) } 100% { opacity: 1; filter: brightness(1) blur(0) }} pic.twitter.com/NP7JghSOBh / Twitter"](https://twitter.com/shuding_/status/1552438750470340610?t=sh_FYMt8q2yQwkgBEbH2CQ&s=19) > [Shu on Twitter: "Fade-in animation that is not so boring:{ 0% { opacity: 0; filter: brightness(1) blur(20px) } 10% { opacity: 1; filter: brightness(2) blur(10px) } 100% { opacity: 1; filter: brightness(1) blur(0) }} pic.twitter.com/NP7JghSOBh / Twitter"](https://twitter.com/shuding_/status/1552438750470340610?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed&ref_url=notion%3A%2F%2Fwww.notion.so%2Fseongland%2FWeb-Landing-05cf98337de241fda4515b1fff41ac7a)
05cf98337de241fda4515b1fff41ac7a
Crypto Layer 2
Web 3.0 Notion
Dec 25, 2021
Alan Jo
Alan Jo
Dec 25, 2021
[artbitrum](https://texonom.com/artbitrum-113674a0ad0240009a78c4fe5470fc32) ### Template Gallery |Title| |:-:| |[Template Page](https://texonom.com/template-page-d45e87db1dbd4ac7956cfff5cee62809)|
de6d8be830d043a3859371a8ec0c2280
Gavin Wood
Web 3.0 Notion
Dec 6, 2021
Alan Jo
Alan Jo
Dec 25, 2021
### ์ด๋”๋ฆฌ์›€์„ ๋น„ํƒˆ๋ฆญ๊ณผ ๋งŒ๋“ค๊ณ  web3 ๊ฐœ๋…์„ ์žฌ์‚ฌ์šฉํ•œ ์‚ฌ๋žŒ ์ดํ›„์—๋Š” ํด์นด๋‹ท ๋„คํŠธ์›Œํฌ๋ผ๋Š” ๊ฒƒ์„ ๋งŒ๋“ค์–ด์„œ ์—ฌ๋Ÿฌ ๋ธ”๋ก์ฒด์ธ๋“ค์„ ์—ฐ๊ฒฐ์‹œํ‚ค๋Š” ์ž‘์—… > [Why We Need Web 3.0](https://gavofyork.medium.com/why-we-need-web-3-0-5da4f2bf95ab) > [Gavin Wood - Medium](https://gavofyork.medium.com/)
83f18f1969154d6680aaa8bb64263ba4
artbitrum
Crypto Layer 2
null
null
null
null
null
### Layer 2 cryptocurrency platform [arbitrum](https://github.com/OffchainLabs/arbitrum)
113674a0ad0240009a78c4fe5470fc32
Template Page
Template Gallery
Dec 25, 2021
Alan Jo
Alan Jo
Dec 25, 2021
d45e87db1dbd4ac7956cfff5cee62809
Buildspace
Web 3.0 Usages
Aug 3, 2022
Alan Jo
Alan Jo
Aug 3, 2022
> [Projects](https://buildspace.so/projects)
dc66695eab4e43b4b60bd82a2acb56d7
Web 3.0 Bot
Web 3.0 Usages
Aug 3, 2022
Alan Jo
Alan Jo
Aug 3, 2022
### Web 3.0 Bot Tools |Title| |:-:| |[Algoz](https://texonom.com/algoz-a8ef8ca3964f4e1b964f4d393545a08e)|
518132193855495a992b263991b26e0e
Web 3.0 Development
Web 3.0 Usages
Dec 25, 2021
Alan Jo
Alan Jo
Jan 3, 2022
### Web 3.0 Development |Title| |:-:| ### Web 3.0 Tools |Title| |:-:| |[Web3.js](https://texonom.com/web3js-60024bd766a04a42a492ac25cc23a7db)| > [Web3 University - Your Guide to Blockchain Development](https://www.web3.university/) > [Jobs in Web3 - How I landed a job in 4 months](https://blog.kacieahmed.com/jobs-in-web3-how-i-landed-a-job-in-4-months)
ecf057e43f37473ba3c748c697fa5e99
Web3 Chain
Web 3.0 Usages
Dec 25, 2021
Alan Jo
Alan Jo
Dec 25, 2021
### Web3 Chains |Title| |:-:| |[Solana](https://texonom.com/solana-589fb0e72935410ba5818f28778ee9b0)| > [์›น3.0์ด ์•ž์œผ๋กœ ๋Œ€์„ธ๊ฐ€ ๋  ์ˆ˜๋ฐ–์—์—†๋Š”์ด์œ  - ์ฝ”์ธ์ •๋ณด - ์ฝ”์ธํŒ](https://coinpan.com/coin_info/270208232) > [์›น3.0 ์ฝ”์ธ ์ •๋ฆฌํ•ด์ค€๋‹ค 2ํƒ„ (์›น 3.0 ์ฝ”์ธ ์‹œ์ด ๋ณ„ ์ •๋ฆฌ) - ์ž์œ ๊ฒŒ์‹œํŒ - ์ฝ”์ธํŒ](https://coinpan.com/free/270473977)
ec91d4ac54434d59beb03f86a9de8590
Algoz
Web 3.0 Bot Tools
Aug 3, 2022
Alan Jo
Alan Jo
Aug 3, 2022
> [Overview](https://docs.algoz.xyz/)
a8ef8ca3964f4e1b964f4d393545a08e
Web3.js
Web 3.0 Tools
May 21, 2021
Alan Jo
Alan Jo
Dec 25, 2021
[JSON RPC](https://texonom.com/json-rpc-b878a9a9533f43beb70185cd8c74ff01)
## Ethereum Web Client API Library Ethereum JavaScript API which connects to the Generic JSON-RPC spec web3 means ๋ถ„์‚ฐํ™”, ๋ถ„๊ถŒํ™”๋œ ๋„คํŠธ์›Œํฌ ๊ตฌ์กฐ๋กœ์„œ, ์„œ๋ฒ„๊ฐ€ ์—†๋Š” ์ธํ„ฐ๋„ท ๋ถ„์‚ฐํ˜• ์›น - HTTP ๋˜๋Š” IPC ๋ฅผ ํ†ตํ•ด JSON-RPC API๋ฅผ ํ˜ธ์ถœ - ์ด๋”๋ฆฌ์›€ ๋…ธ๋“œ๋“ค์€ JSON-RPC๋กœ๋งŒ ์†Œํ†ตํ•  ์ˆ˜ ์žˆ๋Š”๋ฐ, web3.js๋Š” ์งˆ์˜๋ฅผ ์•Œ์ง€ ๋ชปํ•˜๋Š” ๊ฐœ๋ฐœ์ž๋“ค๋„ ์‰ฝ๊ณ  ํŽธ๋ฆฌํ•˜๊ฒŒ ์ž๋ฐ”์Šคํฌ๋ฆฝํŠธ ์ธํ„ฐํŽ˜์ด์Šค๋กœ ์ƒํ˜ธ์ž‘์šฉํ•  ์ˆ˜ ์žˆ๋„๋ก ํ•ด ์ค€๋‹ค ### korean wiki > [Web3.js](http://wiki.hash.kr/index.php/Web3.js) ### doc > [web3.js - Ethereum JavaScript API - web3.js 1.0.0 documentation](https://web3js.readthedocs.io/en/v1.3.4/) ### repository > [ChainSafe/web3.js](https://github.com/ChainSafe/web3.js#readme)
60024bd766a04a42a492ac25cc23a7db
Solana
Web3 Chains
May 21, 2021
Alan Jo
Alan Jo
Dec 25, 2021
### ๋น„ํŠธ์ฝ”์ธ์ด๋‚˜ ์ด๋”๋ฆฌ์›€์— ๋น„ํ•ด ํ™˜๊ฒฝ์นœํ™”์  ์ˆ˜์ˆ˜๋ฃŒ๊ฐ€ ๋‚ฎ๊ณ , ๊ฑฐ๋ž˜ ์†๋„๊ฐ€ ๋น ๋ฅธ ์ด๋”๋ฆฌ์›€ ํ‚ฌ๋Ÿฌ **๋‹ค์–‘ํ•œ ํ”„๋กœ์ ํŠธ ๊ธฐ๋ฐ˜ ์ƒํƒœ๊ณ„ ๊ตฌ์ถ•** ### Solana Notion |Title| |:-:| |[Solana Sealevel](https://texonom.com/solana-sealevel-242cf659e11f495ebcec7901a0d3a6b8)| |[Solana Cluster](https://texonom.com/solana-cluster-485ef8adb4424678bb33bde10cbec755)| |[Solana Labs](https://texonom.com/solana-labs-56c012461db646b7961c0f7f76c98506)| ### Solana Usages |Title| |:-:| |[Solana Web3](https://texonom.com/solana-web3-0a20bbd4b4764ce1b3967b5f7673ec94)| |[Solana Tool Suite](https://texonom.com/solana-tool-suite-6f0d903432dd47ecbec66851191a1ce9)| |[Solana Framework](https://texonom.com/solana-framework-15adbe14adc0401f8444b39fbf9d987f)| |[Phantom](https://texonom.com/phantom-30de5d6f7516470ca321b79b4cd973a8)| |[Metaplex](https://texonom.com/metaplex-f1f4ff859aa84f2d9874260c2070f3d9)| |[Solanart](https://texonom.com/solanart-3a310f54d5bb4c1ab4d7d9b8871ab3e9)| > [Josh W. Comeau on Twitter: "I feel like there's a lot of hype about web3 on Twitter, and it might give folks the impression that they *need* to switch gears and start learning this stuff if they want to stay relevant.I wanna push back on this a bit. I think you'll be just fine if you ignore the web3 hype. / Twitter"](https://twitter.com/JoshWComeau/status/1465049169295548433) > [Build a Web3 app on Solana](https://buildspace.so/learn-solana) > [The Complete Guide to Full Stack Solana Development with React, Anchor, Rust, and Phantom](https://dev.to/dabit3/the-complete-guide-to-full-stack-solana-development-with-react-anchor-rust-and-phantom-3291?utm_source=tldrnewsletter)
589fb0e72935410ba5818f28778ee9b0
Solana Cluster
Solana Notion
Sep 16, 2021
Alan Jo
Alan Jo
Nov 29, 2021
[Solana Devnet](https://texonom.com/solana-devnet-d3c71e30638e46dc913186f1b63f8478) [Solana Testnet](https://texonom.com/solana-testnet-60ab177a9e414cc68f516442c96267c5) [Solana Mainnet Beta](https://texonom.com/solana-mainnet-beta-d14c87a2e0eb46889a808a274a51f3b4) > [Solana Clusters | Solana Docs](https://docs.solana.com/clusters)
485ef8adb4424678bb33bde10cbec755
Solana Labs
Solana Notion
Dec 22, 2021
Alan Jo
Alan Jo
Dec 22, 2021
56c012461db646b7961c0f7f76c98506
Solana Sealevel
Solana Notion
Sep 16, 2021
Alan Jo
Alan Jo
Nov 29, 2021
## Parallel Processing Thousands of [Smart Contract](https://texonom.com/smart-contract-be992c9a3924485c807e2c1cf46200d0) [Solana Sealevel Framework](https://texonom.com/solana-sealevel-framework-373fefc5d82a4d27969972f552f5beff) > [Sealevelโ€Š-โ€ŠParallel Processing Thousands of Smart Contracts](https://medium.com/solana-labs/sealevel-parallel-processing-thousands-of-smart-contracts-d814b378192)
242cf659e11f495ebcec7901a0d3a6b8
Solana Devnet
Solana Cluster
null
null
null
null
null
d3c71e30638e46dc913186f1b63f8478
Solana Mainnet Beta
Solana Cluster
null
null
null
null
null
d14c87a2e0eb46889a808a274a51f3b4
Solana Testnet
Solana Cluster
null
null
null
null
null
60ab177a9e414cc68f516442c96267c5
Solana Sealevel Framework
Solana Sealevel
null
null
null
null
null
[Solana Anchor](https://texonom.com/solana-anchor-65869e9415fc4d688e7766ae461dbfaa)
373fefc5d82a4d27969972f552f5beff
Solana Anchor
Solana Sealevel Framework
null
null
null
null
null
> [Introduction | โš“ Anchor](https://project-serum.github.io/anchor/getting-started/introduction.html)
65869e9415fc4d688e7766ae461dbfaa
Metaplex
Solana Usages
Dec 22, 2021
Alan Jo
Alan Jo
Dec 22, 2021
NFT ๊ฑฐ๋ž˜์†Œ
f1f4ff859aa84f2d9874260c2070f3d9
Phantom
Solana Usages
Dec 22, 2021
Alan Jo
Alan Jo
Dec 22, 2021
์ „์ž์ง€๊ฐ‘ ์„œ๋น„์Šค
30de5d6f7516470ca321b79b4cd973a8
Solana Framework
Solana Usages
Sep 16, 2021
Alan Jo
Alan Jo
Nov 29, 2021
15adbe14adc0401f8444b39fbf9d987f
Solana Tool Suite
Solana Usages
Sep 16, 2021
Alan Jo
Alan Jo
Nov 29, 2021
> [Install the Solana Tool Suite | Solana Docs](https://docs.solana.com/cli/install-solana-cli-tools)
6f0d903432dd47ecbec66851191a1ce9
Solana Web3
Solana Usages
Sep 16, 2021
Alan Jo
Alan Jo
Nov 29, 2021
> [@solana/web3.js](https://solana-labs.github.io/solana-web3.js/)
0a20bbd4b4764ce1b3967b5f7673ec94
Solanart
Solana Usages
Dec 22, 2021
Alan Jo
Alan Jo
Dec 22, 2021
NFT ๊ฑฐ๋ž˜์†Œ
3a310f54d5bb4c1ab4d7d9b8871ab3e9
Dark Web
Web Contents
Sep 28, 2021
Alan Jo
Alan Jo
Mar 25, 2022
> [He Escaped the Dark Web's Biggest Bust. Now He's Back](https://www.wired.com/story/alphabay-desnake-dark-web-interview/) > [Untitled](https://pastebin.com/raw/GrV3uYh5)
ec20e830e129433f841a225971065028
Web Article
Web Contents
May 23, 2021
Alan Jo
Alan Jo
Jun 29, 2022
[AMP](https://texonom.com/amp-e33bfd5dfa61450985275d2ffac192a1)
### Web Articles |Title| |:-:| |[Instant Article](https://texonom.com/instant-article-1e288e20724540029c8b6acea136dcf4)| |[Apple News](https://texonom.com/apple-news-1823b0600c0e4940b67997d3f3f383a2)| |[Mini Program](https://texonom.com/mini-program-b236ca58b5ff4dae8159e1068260a4a5)| |[MIP](https://texonom.com/mip-bd7743304bb44e929eec9ee8f64d546e)|
5633d82e81d442b8b645fdb515a23b04
Web Feed
Web Contents
May 23, 2021
Alan Jo
Alan Jo
May 23, 2021
### Web Feed Methods |Title| |:-:| |[RSS](https://texonom.com/rss-7837c81a825f4125955ad8942d6fb7a2)| |[Feed](https://texonom.com/feed-cd56e558390743f3b0243df51384d8d2)|
66aeff62a5574b75840c2eca3d8e6e64
Apple News
Web Articles
Jan 28, 2022
Alan Jo
Alan Jo
Jan 28, 2022
null
1823b0600c0e4940b67997d3f3f383a2
Instant Article
Web Articles
Apr 22, 2021
Alan Jo
Alan Jo
May 23, 2021
null
ํผ๋ธ”๋ฆฌ์…”๊ฐ€ Facebook์—์„œ ๋”์šฑ ๋น ๋ฅด๊ณ  ์ธํ„ฐ๋ž™ํ‹ฐ๋ธŒํ•œ ์•„ํ‹ฐํด์„ ์ž‘์„ฑํ•  ์ˆ˜ ์žˆ๋Š” ๋„ค์ดํ‹ฐ๋ธŒ ํ˜•์‹
1e288e20724540029c8b6acea136dcf4
Mini Program
Web Articles
Jan 28, 2022
Alan Jo
Alan Jo
Jan 28, 2022
null
ํ…์„ผํŠธ
b236ca58b5ff4dae8159e1068260a4a5
MIP
Web Articles
Jan 28, 2022
Alan Jo
Alan Jo
Jan 28, 2022
null
AMP์™€ ๋™์ผ๊ธฐ์ˆ  ๋ฐ”์ด๋‘
bd7743304bb44e929eec9ee8f64d546e
Feed
Web Feed Methods
Jul 21, 2022
Alan Jo
Alan Jo
Jul 21, 2022
์ŠคํŠธ๋ฆฌ๋ฐ ํ˜•ํƒœ๋กœ ์ œ๊ณต๋˜๊ณ  ์Šคํฌ๋กคํ•ด์„œ ๋ณผ ์ˆ˜ ์žˆ๋Š” ์ฝ˜ํ…์ธ 
cd56e558390743f3b0243df51384d8d2
RSS
Web Feed Methods
Oct 4, 2020
Alan Jo
Alan Jo
Dec 18, 2022
## Rich Site Summary - branch - medium RSS๋Š” XML ๊ธฐ๋ฐ˜์˜ ํ‘œ์ค€์ด๋ฉฐ, ์—ฌ๋Ÿฌ ํ‘œ์ค€๋“ค์ด ์กด์žฌํ•œ๋‹ค. ํ‘œ์ค€๋“ค์€ ํฌ๊ฒŒ RDF (๋˜๋Š” RSS 1.*)๊ณผ RSS 2.* ๋กœ ๋‚˜๋‰œ๋‹ค [Yakread](https://texonom.com/yakread-2634fbe44de84f1dba4b663e9135bc39) [Feedly](https://texonom.com/feedly-c68f7d5d3d9e47bd83759abb5afc8395) > [Google Chrome testing RSS-powered 'Follow' button, feed - 9to5Google](https://9to5google.com/2021/05/19/chrome-follow-rss-feed/?utm_source=tldrnewsletter) > [How to rebuild social media on top of RSS](https://tfos.co/p/rebuild-social-media/)
7837c81a825f4125955ad8942d6fb7a2
Feedly
RSS
null
null
null
null
null
> [Feedly - Goodbye information overload](https://feedly.com/)
c68f7d5d3d9e47bd83759abb5afc8395
Yakread
RSS
null
null
null
null
null
> [Yakread](https://yakread.com/)
2634fbe44de84f1dba4b663e9135bc39
App oriented Web
Web Pages
May 9, 2022
Alan Jo
Alan Jo
May 9, 2022
7c2f7d521b9346c4b95d94ccd3741a5e
Content oriented Web
Web Pages
May 9, 2022
Alan Jo
Alan Jo
May 9, 2022
[SSR](https://texonom.com/ssr-2713e4c0c8434566b24e02566960ce5e)
### Content oriented Web Usages |Title| |:-:| ### Best COW example > [web.dev](https://web.dev/)
2f495c0e75fb46c584bf4fd706f541bd
CRP
Web Performance Notion
Mar 26, 2021
Alan Jo
Alan Jo
Jun 7, 2021
## critical rendering path ๊ฐ€์žฅ ์˜ค๋ž˜๊ฑธ๋ฆฌ๋Š” ๋†ˆ
b396ccb48f844fd29b7fbd2a31fd30e4
First Contentful Paint
Web Performance Notion
Mar 21, 2021
Alan Jo
Alan Jo
Jun 7, 2021
9e1c3d6efa134d5190f5874fcf62f6ae
Image Loading
Web Performance Notion
Jan 28, 2022
Alan Jo
Alan Jo
Jan 28, 2022
### Lazy Loading is important > ![](https://www.notion.so/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F5c57ec98-873b-406f-a65e-7da1ab2f60a2%2FUntitled.png?table=block&id=f9358fbb-a6e9-4784-9986-2e80d50f96fc&cache=v2) > ![](https://www.notion.so/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F71373e87-1ca5-45b4-a0d5-3204e7b1edf6%2FUntitled.png?table=block&id=ca4ac4a8-4522-443f-ba90-281545b9451a&cache=v2) - [LQIP-Loader](https://github.com/zouhir/lqip-loader) - [SQIP-Loader](https://github.com/EmilTholin/sqip-loader) [CSS display & visibility](https://texonom.com/css-display-visibility-92d5e1fb455e4cf58f17214d51249e26) content-visibility๋กœ Lazy Loading > [[์Šค์••/๋ฐ์ดํ„ฐ์ฃผ์˜] ์›น ์ตœ์ ํ™” ๋ฐฉ์‹ ๋ชจ์Œ - 3.3 UX ํŠธ๋ฆญ](https://black7375.tistory.com/80)
38fbc42e9ad649f29edeb5d3deedd8ba
Largest Contentful Paint
Web Performance Notion
Mar 21, 2021
Alan Jo
Alan Jo
Jun 7, 2021
77070f52ca274c408c6e9688df9a4a84
Layout Shift
Web Performance Notion
Jun 7, 2021
Alan Jo
Alan Jo
Apr 15, 2022
[CLS](https://texonom.com/cls-c4747702043f47deb22cdaf183b85f7e) set width height with responsive > [Picture perfect images with the modern element](https://stackoverflow.blog/2022/03/28/picture-perfect-images-with-the-modern-element/?ref=sidebar)
110cb27712a44f4899fd5ff62f46f594
Page Reflow
Web Performance Notion
Aug 8, 2023
Alan Jo
Alan Jo
Aug 8, 2023
f272e6b8077644ffa3b9d8ea6f435162
Speed Index
Web Performance Notion
Mar 21, 2021
Alan Jo
Alan Jo
Jun 7, 2021
> [Speed Index](https://web.dev/speed-index/)
087dbe00e0c24c5597a495fc38db5b02
Time to Interactive
Web Performance Notion
Mar 22, 2021
Alan Jo
Alan Jo
Jun 7, 2021
712986cb477c43d3b620fddb90af97be
Total Blocking Time
Web Performance Notion
Mar 22, 2021
Alan Jo
Alan Jo
Jun 7, 2021
2fca2284440448378a5d9fe3f2470cbe
Used Code Coverage
Web Performance Notion
Jun 21, 2021
Alan Jo
Alan Jo
Jun 21, 2021
> [Detect unused CSS or JavaScript in Your Code](https://javascript.plainenglish.io/detect-unused-css-or-javascript-in-your-code-8d200ef07e50)
4ae377ebf2cf422bab1b46dd70af7d28
Web JS Performance
Web Performance Notion
Mar 31, 2022
Alan Jo
Alan Jo
Mar 31, 2022
[Web requestIdleCallback()](https://texonom.com/web-requestidlecallback-e33ef649c56f4a28ba0c2e79e56be882) [](https://texonom.com/a8bc947d3f4d4758976ff8fb6ba956ff)
73cc791b0aed4ab68f9d5c62ffd93eb3
Web Performance Measure
Web Performance Notion
Jan 15, 2022
Alan Jo
Alan Jo
Apr 15, 2022
[Lighthouse](https://texonom.com/lighthouse-342829b9a9c94c969e436abc8332f676) [Chrome Devtools Recorder](https://texonom.com/chrome-devtools-recorder-80b8ea38150146e8a640cf89e49e49a2)
[PageSpeed](https://texonom.com/pagespeed-c7904118a3bd4ad4af104731d63adf94)
b3f2cc17cc66430b8f1c271f81862bd9
Web Render Performance
Web Performance Notion
Jan 15, 2022
Alan Jo
Alan Jo
Mar 2, 2022
[CSS Performance](https://texonom.com/css-performance-0f47d091149f425d8bb90d5e12211102)
![The pixel pipeline](null) ![CSS properties and their initial step in the pixel pipeline](null) ![](https://www.notion.so/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2Fd22593b9-9a9e-45c4-a9ac-54c61c58737a%2FUntitled.png?table=block&id=635eb151-8503-4f54-82c6-e30bb0095b11&cache=v2) ![](https://www.notion.so/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2Fb7757ce9-238d-4fd7-ba18-1c6a6d352f6c%2FIMG_0362.png?table=block&id=21e8dff5-d9f4-40dc-993f-66895ad84a83&cache=v2) > [Web Animation Performance Fundamentals - How to Make Your Pages Look Smooth](https://www.freecodecamp.org/news/web-animation-performance-fundamentals/) > [[์Šค์••/๋ฐ์ดํ„ฐ์ฃผ์˜] ์›น ์ตœ์ ํ™” ๋ฐฉ์‹ ๋ชจ์Œ - 2. ํŒŒ์‹ฑ ๋ฐ ๋ Œ๋”๋ง ํŠธ๋ฆฌ](https://black7375.tistory.com/74)
dc626651cc594aaba80ec8d8b011c016
Web Vital
Web Performance Notion
Jun 28, 2021
Alan Jo
Alan Jo
May 9, 2022
### Web Vitals |Title| |:-:| |[FP](https://texonom.com/fp-1241a3ce05b74f359ada4fca7cd069e0)| |[TTFB](https://texonom.com/ttfb-6cc33560eb6840b88272646ee290300f)| |[LCP](https://texonom.com/lcp-cb959125f97c4c689ba7718a01035226)| |[TTI](https://texonom.com/tti-bfb7a9891f5e47a990766e0265f9e61c)| |[RTT](https://texonom.com/rtt-d66ae4e0d40241e5a2f39883c75a2462)|
511befb62bb048e6984155c8274dd974
CLS
Layout Shift
null
null
null
null
null
## Cumulative Layout Shift > [์ƒˆ๋กœ์šด ์›นํŽ˜์ด์ง€ ์„ฑ๋Šฅ ์ธก์ • ์ง€ํ‘œ CLS(Cumulative Layout Shift) | WIT๋ธ”๋กœ๊ทธ](https://wit.nts-corp.com/2020/12/28/6240)
c4747702043f47deb22cdaf183b85f7e
PageSpeed
Web Performance Measure
null
null
null
null
null
[psi](https://github.com/GoogleChromeLabs/psi) > [PageSpeed Insights](https://pagespeed.web.dev/?hl=ko) ### Github Action > [Page Speed Insights - GitHub Marketplace](https://github.com/marketplace/actions/page-speed-insights)
c7904118a3bd4ad4af104731d63adf94
FP
Web Vitals
Apr 1, 2021
null
null
null
First Paint ํ”ฝ์…€์ด ์ฒ˜์Œ์œผ๋กœ ์‚ฌ์šฉ์ž์—๊ฒŒ ํ‘œ์‹œ๋˜๋Š” ์‹œ์ 
1241a3ce05b74f359ada4fca7cd069e0
LCP
Web Vitals
Mar 21, 2021
null
null
null
### Largest Contentful Paint ๋ทฐํฌํŠธ์—์„œ ๋ณผ ์ˆ˜ ์žˆ๋Š” ๊ฐ€์žฅ ํฐ ์ด๋ฏธ์ง€ ๋˜๋Š” ํ…์ŠคํŠธ ๋ธ”๋ก ์˜ ๋ Œ๋”๋ง ์‹œ๊ฐ„์„๋ณด๊ณ  ![](https://www.notion.so/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F24fb484d-f7bc-40f1-9b45-7f5334f9ad0b%2FUntitled.png?table=block&id=8612760a-d03b-4eb3-a340-e53678fd7f68&cache=v2) > [Largest Contentful Paint (LCP)](https://web.dev/lcp/)
cb959125f97c4c689ba7718a01035226
RTT
Web Vitals
Apr 1, 2021
null
null
null
## Round-trip delay round-trip time time for signal to be sent + the time for acknowledgement of that signal to be received ์™•๋ณต ์ง€์—ฐ ๋˜๋Š” ์™•๋ณต ์‹œ๊ฐ„ ์‹ ํ˜ธ๊ฐ€ ์ „์†ก๋˜๋Š” ๋ฐ ๊ฑธ๋ฆฌ๋Š” ์‹œ๊ฐ„๊ณผ ํ•ด๋‹น ์‹ ํ˜ธ๊ฐ€ ์ˆ˜์‹ ๋˜์—ˆ์Œ์„ ํ™•์ธํ•˜๋Š” ๋ฐ ๊ฑธ๋ฆฌ๋Š” ์‹œ๊ฐ„์„ ๋”ํ•œ ๊ฒƒ > [Round-trip delay - Wikipedia](https://en.wikipedia.org/wiki/Round-trip_delay)
d66ae4e0d40241e5a2f39883c75a2462
TTFB
Web Vitals
Mar 21, 2021
null
null
null
## Time to first byte ์ฒซ ๋ฐ”์ดํŠธ๊นŒ์ง€์˜ ์‹œ๊ฐ„์€ ์›น ์„œ๋ฒ„ ๋˜๋Š” ๋‹ค๋ฅธ ๋„คํŠธ์›Œํฌ ๋ฆฌ์†Œ์Šค์˜ ์‘๋‹ต ์„ฑ์„ ๋‚˜ํƒ€๋‚ด๋Š” ์ธก์ •์œผ๋กœ ์‚ฌ์šฉ
6cc33560eb6840b88272646ee290300f
TTI
Web Vitals
Apr 1, 2021
null
null
null
### Time To Interactive ํŽ˜์ด์ง€๊ฐ€ ์ƒํ˜ธ์ž‘์šฉ ๊ฐ€๋Šฅํ•˜๊ฒŒ ๋  ๋•Œ๊นŒ์ง€์˜ ์‹œ๊ฐ„
bfb7a9891f5e47a990766e0265f9e61c
Critical Path
Web Rendering Notion
Sep 3, 2023
Alan Jo
Alan Jo
Sep 3, 2023
โ€ฃ
f26a47ce649f4451a3f11bffe62cf044
Render Tree
Web Rendering Notion
Apr 21, 2021
Alan Jo
Alan Jo
Mar 13, 2023
![](https://www.notion.so/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F4c42b0a6-393c-4268-bb22-80a93988be1f%2FUntitled.png?table=block&id=85282eb0-d216-40a0-a455-09fe3c63b832&cache=v2) ๋…๋ฆฝ์ ์ธ ๊ฐœ์ฒด์ธ [DOM](https://texonom.com/dom-43e619acce9043cb86494ffd22f1fd7c) ๊ณผ [CSSOM](https://texonom.com/cssom-1ee43dfc70a64cc5b41518c92bbdfb82) ์„ ํ•ฉํ•œ ํ›„ ์ตœ์ข…์ ์œผ๋กœ ๋ธŒ๋ผ์šฐ์ €์— ํ‘œ๊ธฐ๋  ๊ฒƒ๋“ค๋งŒ ๋ Œ๋” ํŠธ๋ฆฌ์— ์„ ๋ณ„ ๋˜์–ด ์ƒ์„ฑ (์‚ญ์ œ ๋˜๋Š” ์ถ”๊ฐ€([CSS pseudo elements](https://texonom.com/css-pseudo-elements-38040afa12ea4c45b82b0fc552f83429) )๊ฐ€ ์ผ์–ด๋‚ ์ˆ˜ ์žˆ๋‹ค) > ๋ Œ๋” ํŠธ๋ฆฌ๋Š” ํ‘œ์‹œ๋˜๋Š” ๊ฐ ์š”์†Œ์˜ ๋ ˆ์ด์•„์›ƒ์„ ๊ณ„์‚ฐํ•˜๋Š” ๋ฐ ์‚ฌ์šฉ๋˜๊ณ  ํ”ฝ์…€์„ ํ™”๋ฉด์— ๋ Œ๋”๋งํ•˜๋Š” ํŽ˜์ธํŠธ ํ”„๋กœ์„ธ์Šค์— ๋Œ€ํ•œ ์ž…๋ ฅ์œผ๋กœ ์ฒ˜๋ฆฌ > ![](https://www.notion.so/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F420625cf-d192-42ee-8697-5431422026f2%2FUntitled.png?table=block&id=b773f651-847c-4c44-a9c9-51b4a113b8b1&cache=v2) ![](https://www.notion.so/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2Fbe56aaf2-f9d2-45af-a359-28c6267f7d20%2FUntitled.png?table=block&id=3567fb79-e94c-49b9-916f-26aeedc9817d&cache=v2) DOM ํŠธ๋ฆฌ์˜ ๋ฃจํŠธ์—์„œ ์‹œ์ž‘ํ•ด์„œ ๋…ธ๋“œ ๊ฐ๊ฐ์„ ์ฝ์œผ๋ฉฐ ํ‘œ์‹œ [CRP](https://texonom.com/crp-b396ccb48f844fd29b7fbd2a31fd30e4) > [๋ Œ๋” ํŠธ๋ฆฌ(Render Tree), CRP(Critical Rendering Path)](https://onlydev.tistory.com/9)
03c769b6adf2440cb7fd4fa2d2e6d61d
Web Rendering Pipeline
Web Rendering Notion
Mar 13, 2023
Alan Jo
Alan Jo
Mar 13, 2023
1. ์š”์ฒญํ•œ html ํŒŒ์ผ ๋ฐ›์•„์˜ค๋ฉด ๋ Œ๋”๋ง ์‹œ์ž‘ (request/response) 2. ๋ฐ›์€ ํŒŒ์ผ ๋กœ๋”ฉ (loading) 3. html ํŒŒ์‹ฑํ•ด์„œ [DOM](https://texonom.com/dom-43e619acce9043cb86494ffd22f1fd7c) ์ƒ์„ฑ (scripting) > link ํƒœ๊ทธ๋ฅผ ๋งŒ๋‚˜ css๋ฅผ ํŒŒ์‹ฑํ•˜์—ฌ [CSSOM](https://texonom.com/cssom-1ee43dfc70a64cc5b41518c92bbdfb82) ํŠธ๋ฆฌ๋ฅผ ์ƒ์„ฑ (scripting) 4. DOM๊ณผ CSSOM์œผ๋กœ ๋ Œ๋”ํŠธ๋ฆฌ๋ฅผ ์ƒ์„ฑ (rendering) **๋ถˆํ•„์š”ํ•œ ํƒœ๊ทธ๋‚˜ ์ฝ˜ํ…์ธ ๊ฐ€ ์žˆ๋Š”์ง€ ํ™•์ธ** ### Operation Part Render Tree๋ฅผ ์ด์šฉํ•ด ๊ตฌ์กฐ ํ˜•์„ฑ ๋ฐ ๋ฐฐ์น˜ ๊ณ„์‚ฐ์„ ํ•˜์—ฌ ํ™”๋ฉด์˜ ํ”ฝ์…€๋กœ ๋ณ€ํ™˜ํ•ฉ๋‹ˆ๋‹ค 5. ๊ฐ ๋…ธ๋“œ์˜ ์œ„์น˜ ๋ฐ ํฌ๊ธฐ ๊ณ„์‚ฐ (layout) 6. ํ™”๋ฉด์˜ ํ”ฝ์…€๋กœ ๋ณ€ํ™˜ (painting) **paint๊ฐ€ ์ž์ฃผ ์ผ์–ด๋‚˜์ง€์•Š๋„๋ก ๋งŒ๋“œ๋Š” ๊ฒƒ์ด ์ค‘์š”** **layout transition์ด ์žฌ๋ฐœ์ƒ๋  ๊ฒฝ์šฐ๋Š” ์ตœ์•…์˜ ์„ฑ๋Šฅ** > ![The pixel pipeline](https://www.notion.so/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F5053ec5b-2a9d-4eef-966a-d7b964e32655%2FUntitled.png?table=block&id=d07e9b06-ef7c-49de-986b-aedfecbb4d0e&cache=v2) > ![CSS properties and their initial step in the pixel pipeline](https://www.notion.so/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F63e6abe6-c4bd-4206-8af9-5a96006d1363%2FUntitled.png?table=block&id=27c6560a-a0fb-4126-b3c3-1ad2d218b30e&cache=v2)
af39192ef2c745f38b43786c604f19b5
Cyberbulling
Internet Usages
May 11, 2023
Alan Jo
Alan Jo
May 19, 2023
[Internet Comment](https://texonom.com/internet-comment-0cd47c3407524da2990af3cc5c24479d) [Human Judgement](https://texonom.com/human-judgement-7347534a69b94552aa1224f9c39eb5f5)
### Cyberbulling Notion |Title| |:-:| |[Cancel Culture](https://texonom.com/cancel-culture-7407e3fe43ba4bef8bec6032607af645)|
55f805085d574eeaaa62fd4aba150f10
Internet Comment
Internet Usages
Sep 27, 2021
Alan Jo
Alan Jo
May 19, 2023
[Human Judgement](https://texonom.com/human-judgement-7347534a69b94552aa1224f9c39eb5f5) [Cyberbulling](https://texonom.com/cyberbulling-55f805085d574eeaaa62fd4aba150f10)
### ์ธ๊ฐ„ ๊ตฐ์ƒ์— ๋Œ€ํ•œ ์ดํ•ด ๋””์ง€ํ„ธ ๋…ผ๋ฆฌ๋Š” ๋‚จ์—๊ฒŒ๋Š” ํ•œ์—†์ด ์—„๊ฒฉํ•˜๊ณ  ๋ฐฐ๋ ค๋‚˜ ์ดํ•ด์‹ฌ์ด ์—†๋‹ค ### Internet Comment Notion |Title| |:-:| |[Political Correctness](https://texonom.com/political-correctness-2809f86c391f45369f07de63c86ae7ba)| |[Agitation](https://texonom.com/agitation-a0109cd9755444398485f3d55694df79)| |[Forgery](https://texonom.com/forgery-bfd5d785a3484d5daf39132261fc202e)| |[Malicious Comments](https://texonom.com/malicious-comments-d14d5c5caf4d486f8342618e6122957d)| |[Anonymous](https://texonom.com/anonymous-a58b89ef8f12488f9dc6e771ab6f7bd5)| ### Internet Comment Usages |Title| |:-:| |[Internet Comment Framework](https://texonom.com/internet-comment-framework-de94b80aea194bf1aa9d337238aba6b7)| |[Fake News](https://texonom.com/fake-news-ff8ec83801f94eeb9ecd0b10b945a5ca)| |[Internet Opinion](https://texonom.com/internet-opinion-6a56ec729aa7447f83f72bf413d5dbdf)| |[Internet Comment Humor](https://texonom.com/internet-comment-humor-d047786cee3c44688174358ff7eeea4e)| |[Hateful Comment Detection](https://texonom.com/hateful-comment-detection-cfe0dd5292664daf8e0e7b8f088655b8)| FOR EVERY SNARKY COMMENT, THERE ARE 10X AS MANY PEOPLE ADMIRING YOUR WORK > [Publishing your work increases your luck](https://github.com/readme/guides/publishing-your-work) ### Nice Guideline > [Hacker News Guidelines](https://news.ycombinator.com/newsguidelines.html#comments)
0cd47c3407524da2990af3cc5c24479d
Internet Data
null
null
null
null
null
null
### Internet Datas |Title| |:-:| |[Internet Archive](https://texonom.com/internet-archive-52066c95377e46918973fed115714d06)| > [Shining a Light on the Digital Dark Age](https://longnow.org/ideas/shining-a-light-on-the-digital-dark-age)
fdc1a09deb0c4468b98d5d35d066b916
Internet Friend
Internet Usages
May 12, 2022
Alan Jo
Alan Jo
May 19, 2023
> [making friends on the internet](https://jon.bo/posts/making-friends-online/)
b3ca054fb49e4ad095df3bb104911f75
Internet Speed
Internet Usages
Feb 4, 2022
Alan Jo
Alan Jo
May 19, 2023
### Speedtest [iperf](https://texonom.com/iperf-8a05bfd883cf46529fa4541223ebfd0b)
faba3ff5f080407788f68d240d22dacd
ISP
Network Infra Usages
Oct 4, 2020
Alan Jo
Alan Jo
Oct 26, 2021
## Internet service provider ### ISP Tiers |Title| |:-:| |[Tier 1 ISP](https://texonom.com/tier-1-isp-15edc92af7264c3097cb8066fc432a36)| |[Tier 2 ISP](https://texonom.com/tier-2-isp-5e4900c5378c4f848c6a21ca050e6ede)| |[Tier 3 ISP](https://texonom.com/tier-3-isp-4ef8466f47bd46f29845f109608e4da7)| ### ISP Rules |Title| |:-:| |[Network Neutrality](https://texonom.com/network-neutrality-d67456f584a1469d873507aa10c06a98)| ### ISPs |Title| |:-:| |[Korea ISP](https://texonom.com/korea-isp-557fd6cedc924300b47396c0cad2abf3)| > [AS Rank: A ranking of the largest Autonomous Systems (AS) in the Internet.](https://asrank.caida.org/)
45298d3874094f82a863297e93000f41
Cancel Culture
Cyberbulling Notion
May 11, 2023
Alan Jo
Alan Jo
May 11, 2023
ํ•œ๊ตญ์ด ์œ ๋… ์‹ฌํ•˜๋‹ค ํ‘œํ˜„์˜ ์ž์œ  ์–ต์•• ์‹ค์ˆ˜์— ๊ด€๋Œ€ํ•œ ์‚ฌํšŒ๊ฐ€ ๋ ๊ฒƒ, ์ฒ˜๋ฒŒ์€ ๋ฒ•์ด ํ• ๊ฒƒ์ด๋‹ค ๊ณต๋™์ฒด์˜ ์‚ฌํšŒ์  ์‚ด์ธ์€ ์ž˜๋ชป๋œ ๋ฌธํ™”์ด๋‹ค
7407e3fe43ba4bef8bec6032607af645
Agitation
Internet Comment Notion
Apr 6, 2022
Alan Jo
Alan Jo
Apr 6, 2022
๊ฐˆ๋“ฑ์„ ์ผ์œผํ‚ค๋ ค๋Š” ๊ฒŒ ๋ชฉ์ ์ธ ์„ธ๋ ฅ ๋˜๋Š” ์ฆ๊ธฐ๋Š” ๊ฐœ์ธ์ด ์žˆ๋‹ค๋Š” ๊ฑธ ์ธ์ง€ํ•˜์ง€ ์•Š์œผ๋ฉด ์˜๋„๋Œ€๋กœ ๋ถ„๋…ธํ•˜๊ฒŒ ๋œ๋‹ค
a0109cd9755444398485f3d55694df79
Anonymous
Internet Comment Notion
Apr 6, 2022
Alan Jo
Alan Jo
Apr 6, 2022
์ต๋ช…์€ ์„œ๋กœ๋ฅผ ๋Œ์–ด๋‚ด๋ฆฌ๋ ค ํ•˜๋Š” ์‚ฌ๋žŒ๋“ค์˜ ์˜ํ–ฅ์„ ํ‚ค์šด๋‹ค
a58b89ef8f12488f9dc6e771ab6f7bd5
Forgery
Internet Comment Notion
Apr 6, 2022
Alan Jo
Alan Jo
Aug 17, 2022
๊ฐˆ๋“ฑ์„ ์ผ์œผํ‚ค๋ ค๋Š” ๊ฒŒ ๋ชฉ์ ์ธ ์„ธ๋ ฅ ๋˜๋Š” ์ฆ๊ธฐ๋Š” ๊ฐœ์ธ์ด ์žˆ๋‹ค๋Š” ๊ฑธ ์ธ์ง€ํ•˜์ง€ ์•Š์œผ๋ฉด ์˜๋„๋Œ€๋กœ ๋ถ„๋…ธํ•˜๊ฒŒ ๋œ๋‹ค ![](https://www.notion.so/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F44879479-ad63-4ab6-b8b2-d38e852710ec%2FUntitled.png?table=block&id=7a5bf8f2-ec9d-470b-8950-fdba0554d2a4&cache=v2)
bfd5d785a3484d5daf39132261fc202e
Malicious Comments
Internet Comment Notion
Apr 6, 2022
Alan Jo
Alan Jo
Apr 6, 2022
**๋ˆ„๊ตฌ๋ฅผ ๊นŒ๋‚ด๋ฆฌ๋ ค๋Š” ์‚ฌ๋žŒ๊ณผ ๊ทธ๋Ÿฐ ๋ˆ„๊ตฌ๋ฅผ ํƒ“ํ•˜๋Š” ์‚ฌ๋žŒ์€ ๋ณธ์งˆ์ ์œผ๋กœ ๊ฐ™๊ณ  ๊ฐ์ •์— ์˜ํ•ด ์›€์ง์ผ ๋ฟ์ด๋‹ค** ๊ฐœ์ธ์ ์ธ ์ฐจ์›์˜ ๊ณต๊ฒฉ์œผ๋กœ ๋ฐ›์•„๋“ค์—ฌ ์ •์‹ ๋ณ‘์— ๊ฑธ๋ฆฌ์ง€ ๋ง๊ณ  ๊ตฐ์ค‘์ด๋ผ๋Š” ํ•˜๋‚˜์˜ ์ธ๊ฒฉ์ด ์›€์ง์ด๊ณ  ์žˆ๋‹ค๊ณ  ์ƒ๊ฐํ•ด์•ผ ์‹ค์ œ๋กœ ๊ฐœ๊ฐœ์ธ๋“ค์ด ์•„๋‹ˆ๋ผ ํ•˜๋‚˜์˜ ๊ตฐ์ค‘์ด๋ผ๋Š” ๊ฐ์ฒด์ฒ˜๋Ÿผ ๋Œ“๊ธ€๋“ค์€ ํ–‰๋™ํ•œ๋‹ค
d14d5c5caf4d486f8342618e6122957d
Political Correctness
Internet Comment Notion
Apr 6, 2022
Alan Jo
Alan Jo
Jun 23, 2022
[Internet Comment](https://texonom.com/internet-comment-0cd47c3407524da2990af3cc5c24479d)
### ์—„๊ฒฉํ•จ์ด ์ •๋‹น์„ฑ์˜ ๋ฐ”ํƒ• > [Tesla CEO Elon Musk believes this is the 'biggest threat' to modern civilisation](https://www.wionews.com/world/tesla-ceo-elon-musk-believes-this-is-the-biggest-threat-to-modern-civilisation-438996)
2809f86c391f45369f07de63c86ae7ba
Fake News
Internet Comment Usages
Apr 6, 2022
Alan Jo
Alan Jo
May 23, 2023
**ํ•ต์‹ฌ์ด ์ง„์‹ค์ด์–ด์„œ ๊ณ๋‹ค๋ฆฌ ๊ฑฐ์ง“์ธ ์ฃผ์žฅ๊นŒ์ง€ ์‚ฌ์‹ค๋กœ ๋ฐ›์•„๋“ค์ด๊ธฐ ์‰ฝ๋‹ค** ์ž˜ ๋งŒ๋“ค์–ด์ง„ ๊ฐ€์งœ๋‰ด์Šค์—๋Š” ๋ˆ„๊ตฌ๋‚˜ ์†์„ ์ˆ˜ ์žˆ๋Š” ์ด์œ  > [AI-Generated Image of Pentagon Explosion Caused Markets to Dip](https://petapixel.com/2023/05/22/ai-generated-image-of-pentagon-explosion-caused-markets-to-dip) > [[CEO ์‹ฌ๋ฆฌํ•™] ๋ง์˜ ํ•ต์‹ฌ์ด ์ง„์‹ค์ด๋ผ๊ณ  ๊ฑฐ์ง“์ธ ์ผ๋ถ€ ์ฃผ์žฅ ๊ฐ„๊ณผํ•ด...`๊ฐ€์งœ๋‰ด์Šค ์žฌ์ƒ์‚ฐ`์˜ ์œ„ํ—˜](https://www.mk.co.kr/news/business/view/2022/04/376342/)
ff8ec83801f94eeb9ecd0b10b945a5ca
Hateful Comment Detection
Internet Comment Usages
Aug 5, 2023
Alan Jo
Alan Jo
Aug 5, 2023
### Hateful Comment Detections |Title| |:-:| โ€ฃ
cfe0dd5292664daf8e0e7b8f088655b8
Internet Comment Framework
Internet Comment Usages
Dec 5, 2021
Alan Jo
Alan Jo
Apr 6, 2022
[Utterances](https://texonom.com/utterances-979f181b77834d999ff828908d9f382b) [Giscus](https://texonom.com/giscus-5e7a536a08f74e67a35336055574a28b) [disqus](https://texonom.com/disqus-2fdad5c770bf41f8b35d051e8bb4d24b) [Facebook Comment](https://texonom.com/facebook-comment-71dc6cec73f74e28a79881523760e56c)
de94b80aea194bf1aa9d337238aba6b7
Internet Comment Humor
Internet Comment Usages
Oct 24, 2022
Alan Jo
Alan Jo
Oct 24, 2022
![](https://www.notion.so/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F345545fd-9497-4bf3-96a5-2ad9c27b40b1%2FUntitled.png?table=block&id=5cb1ca06-6b41-4e7e-8911-a5230c24e70a&cache=v2)
d047786cee3c44688174358ff7eeea4e
Internet Opinion
Internet Comment Usages
Jun 19, 2022
Alan Jo
Alan Jo
Jun 19, 2022
[Political spectrum](https://texonom.com/political-spectrum-dbf8059aed29498c9b26ab10dafef8cc) [Political Correctness](https://texonom.com/political-correctness-2809f86c391f45369f07de63c86ae7ba)
์—ฌ๋ก ์„ ์ธํ„ฐ๋„ท ์˜๊ฒฌ์—์„œ ํŒ๋‹จํ•˜๊ธฐ ์–ด๋ ค์šด๋ฐ, ํ˜„์‹ค์˜๊ฒฌ์€ ๊ทน๋‹จ์œผ๋กœ ๊ฐˆ์ˆ˜๋ก ์ˆ˜๊ฐ€ ์ ์ง€๋งŒ, ์ธํ„ฐ๋„ท ์˜๊ฒฌ์€ ๊ทน๋‹จ์œผ๋กœ ๊ฐˆ์ˆ˜๋ก ์˜๊ฒฌ ์ˆ˜๊ฐ€ ๋งŽ๋‹ค
6a56ec729aa7447f83f72bf413d5dbdf
disqus
Internet Comment Framework
null
null
null
null
null
2fdad5c770bf41f8b35d051e8bb4d24b
Facebook Comment
Internet Comment Framework
null
null
null
null
null
71dc6cec73f74e28a79881523760e56c
Giscus
Internet Comment Framework
null
null
null
null
null
[Github Discussion](https://texonom.com/github-discussion-48bafc1a48ef4a059a90a187fd13dfb1) [giscus](https://github.com/giscus/giscus)
5e7a536a08f74e67a35336055574a28b
Utterances
Internet Comment Framework
null
null
null
null
null
use github issue - bad factor use [Giscus](https://texonom.com/giscus-5e7a536a08f74e67a35336055574a28b) which use github dicsussion
979f181b77834d999ff828908d9f382b
****Internet Archive****
Internet Datas
Sep 4, 2023
Alan Jo
Alan Jo
Sep 4, 2023
> [Internet Archive: Digital Library of Free & Borrowable Books, Movies, Music & Wayback Machine](https://archive.org/)
52066c95377e46918973fed115714d06
iperf
Internet Speed
null
null
null
null
null
```typesudo apt install iperfiperf -c $IP```
8a05bfd883cf46529fa4541223ebfd0b
IXP
ISP Notion
Sep 14, 2023
Alan Jo
Alan Jo
Sep 17, 2023
[BGP](https://texonom.com/bgp-b507706ab6934511a1633fd6047294ee) [Traffic policing](https://texonom.com/traffic-policing-3c2d4c60b3b04fbc994122afcb6b9f79)
### **Internet exchange point** isp ๊ฐ„ ํŠธ๋ž˜ํ”ฝ ์›ํ™œํ•˜๊ฒŒ ํŠธ๋ž˜ํ”ฝ ์–‘ ๋ณด๋ฉด์„œ ์กฐ์ •ํ•˜๋Š” ๊ตํ†ต์ˆœ๊ฒฝ - layer 2 - layer 3 > [์ธํ„ฐ๋„ท ์ต์Šค์ฒด์ธ์ง€ ํฌ์ธํŠธ๋ž€? | IXP ์ž‘๋™ ๋ฐฉ์‹์€? | Cloudflare](https://www.cloudflare.com/ko-kr/learning/cdn/glossary/internet-exchange-point-ixp/) > [Internet exchange point](https://en.wikipedia.org/wiki/Internet_exchange_point)
1232ef858b75402fa92e1b14170ba7d6
MNO
ISP Notion
Sep 14, 2023
Alan Jo
Alan Jo
Sep 14, 2023
### Mobile Network Operator ### MNO Notion |Title| |:-:| |[MVNO](https://texonom.com/mvno-de431600be7d4f13a461e3757dddc2d1)|
0ca263c147f14ce78b9a5bed97123254
Network Neutrality
ISP Rules
Jun 28, 2021
Alan Jo
Alan Jo
Jun 28, 2021
## ๋ง์ค‘๋ฆฝ์„ฑ ํ†ต์‹ ์‚ฌ๋Š” ํŒจํ‚ท์˜ ์ถœ๋ฐœ์ง€๋‚˜ ๋„์ฐฉ์ง€์— ๋”ฐ๋ผ ๊ทธ ์ „์†ก ๊ณผ์ •์ด๋‚˜ ์‚ฌ์šฉ์ž, ๊ทธ๋ฆฌ๊ณ  ์‚ฌ์—…์ž์—๊ฒŒ ์ฐจ๋“ฑ์ด๋‚˜ ์ฐจ๋ณ„์„ ๋‘์–ด์„œ๋Š” ์•ˆ ๋˜๊ณ  ๋ชจ๋“  ํŒจํ‚ท์„ ํ‰๋“ฑํ•˜๊ฒŒ ์ทจ๊ธ‰ํ•ด์•ผ ํ•œ๋‹ค๋Š” ๊ฒƒ ๋ฌธ์ œ๋Š” ์ตœ๊ทผ ๋“ค์–ด, ์ž์œ ์‹œ์žฅ๊ฒฝ์ œ์˜ ์ด๋ฆ„์œผ๋กœ ๋ง์ค‘๋ฆฝ์„ฑ์ด ์ ์ฐจ ์ฒ ํ๋˜๊ณ  ์žˆ๋‹ค๋Š” ์  2014๋…„๋ถ€ํ„ฐ ์˜ค๋ฐ”๋งˆ ํ–‰์ •๋ถ€์˜ ์ธํ„ฐ๋„ท ๋ธŒ๋กœ๋“œ๋ฐด๋“œ ์„œ๋น„์Šค๋ฅผ ์ •๋ณด ์„œ๋น„์Šค๊ฐ€ ์•„๋‹Œ ํ†ต์‹  ์„œ๋น„์Šค๋กœ ์žฌ๋ถ„๋ฅ˜ํ•˜๋Š” ์กฐ์น˜๋กœ ์ธํ•˜์—ฌ, ์ธํ„ฐ๋„ท์ด ํ†ต์‹ ๊ณต๊ณต์žฌ๋กœ ๋ถ„๋ฅ˜๋จ์œผ๋กœ์จ ๋ง ์ค‘๋ฆฝ์„ฑ์ด ๋ฒ•์ ์œผ๋กœ ๋ณด์žฅ ๋Ÿผํ”„๋Š” 2017๋…„ ๋Œ€ํ†ต๋ น์œผ๋กœ ๋‹น์„ ๋˜์ž๋งˆ์ž ์˜ค๋ฐ”๋งˆ ํ–‰์ •๋ถ€ ๋‹น์‹œ์˜ ์กฐ์น˜๋ฅผ ๋’ค์ง‘๊ณ , ์ธํ„ฐ๋„ท ์„œ๋น„์Šค๋ฅผ ๊ณต๊ณต์žฌ๋กœ์„œ ๊ทœ์ œ์˜ ๋Œ€์ƒ์ธ Title II (Common Carrier Service)์—์„œ FCC์˜ ๊ทœ์ œ๋ฅผ ๋ฐ›์ง€ ์•Š๋Š” Title I (Information Service)์œผ๋กœ ์žฌ๋ถ„๋ฅ˜ - Dumb Pipe - Smart Pipe > [์™œ ์ธํ„ฐ๋„ท์€ ๊ทผ๋ณธ๋ถ€ํ„ฐ ๊ธ€๋Ÿฌ๋จน์—ˆ๋Š”๊ฐ€: ์ฝ”๋กœ๋‚˜19์™€ ํ•œ๊ตญ ์ธํ„ฐ๋„ท์˜ ํ•ด์™ธ์ ‘์† ์žฅ์• , ๊ทธ๋ฆฌ๊ณ  ๋„ทํ”Œ๋ฆญ์Šค ์ „์Ÿ์— ๊ด€ํ•œ ์ด์•ผ๊ธฐ](https://blog.unifiedh.com/%EC%99%9C-%EC%9D%B8%ED%84%B0%EB%84%B7%EC%9D%80-%EA%B7%BC%EB%B3%B8%EB%B6%80%ED%84%B0-%EA%B8%80%EB%9F%AC%EB%A8%B9%EC%97%88%EB%8A%94%EA%B0%80-%EC%BD%94%EB%A1%9C%EB%82%9819%EC%99%80-%ED%95%9C%EA%B5%AD-%EC%9D%B8%ED%84%B0%EB%84%B7%EC%9D%98-%ED%95%B4%EC%99%B8%EC%A0%91%EC%86%8D-%EC%9E%A5%EC%95%A0-%EA%B7%B8%EB%A6%AC%EA%B3%A0-%EB%84%B7%ED%94%8C%EB%A6%AD%EC%8A%A4-%EC%A0%84%EC%9F%81%EC%97%90-%EA%B4%80%ED%95%9C-%EC%9D%B4%EC%95%BC%EA%B8%B0-ae27826e7fc8)
d67456f584a1469d873507aa10c06a98
MVNO
MNO Notion
Sep 14, 2023
Alan Jo
Alan Jo
Sep 14, 2023
### Mobile Virtual Network Operator
de431600be7d4f13a461e3757dddc2d1