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
> 
> 
- [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)
|




> [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
๋ทฐํฌํธ์์ ๋ณผ ์ ์๋ ๊ฐ์ฅ ํฐ ์ด๋ฏธ์ง ๋๋ ํ
์คํธ ๋ธ๋ก ์ ๋ ๋๋ง ์๊ฐ์๋ณด๊ณ

> [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
|

๋
๋ฆฝ์ ์ธ ๊ฐ์ฒด์ธ [DOM](https://texonom.com/dom-43e619acce9043cb86494ffd22f1fd7c) ๊ณผ [CSSOM](https://texonom.com/cssom-1ee43dfc70a64cc5b41518c92bbdfb82) ์ ํฉํ ํ ์ต์ข
์ ์ผ๋ก ๋ธ๋ผ์ฐ์ ์ ํ๊ธฐ๋ ๊ฒ๋ค๋ง ๋ ๋ ํธ๋ฆฌ์ ์ ๋ณ ๋์ด ์์ฑ
(์ญ์ ๋๋ ์ถ๊ฐ([CSS pseudo elements](https://texonom.com/css-pseudo-elements-38040afa12ea4c45b82b0fc552f83429) )๊ฐ ์ผ์ด๋ ์ ์๋ค)
> ๋ ๋ ํธ๋ฆฌ๋ ํ์๋๋ ๊ฐ ์์์ ๋ ์ด์์์ ๊ณ์ฐํ๋ ๋ฐ ์ฌ์ฉ๋๊ณ ํฝ์
์ ํ๋ฉด์ ๋ ๋๋งํ๋ ํ์ธํธ ํ๋ก์ธ์ค์ ๋ํ ์
๋ ฅ์ผ๋ก ์ฒ๋ฆฌ
> 

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์ด ์ฌ๋ฐ์๋ ๊ฒฝ์ฐ๋ ์ต์
์ ์ฑ๋ฅ**
> 
> 
|
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
|
๊ฐ๋ฑ์ ์ผ์ผํค๋ ค๋ ๊ฒ ๋ชฉ์ ์ธ ์ธ๋ ฅ ๋๋ ์ฆ๊ธฐ๋ ๊ฐ์ธ์ด ์๋ค๋ ๊ฑธ ์ธ์งํ์ง ์์ผ๋ฉด ์๋๋๋ก ๋ถ๋
ธํ๊ฒ ๋๋ค

|
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
|

|
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
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.