아카이브

저장해두면 좋을 것들

studylida 2023. 1. 2. 01:18

'다시, 어떻게 읽을 것인가'라는 책에 대한 추천 트윗.

트위터에서 즐기는 Journey

“무엇으로 어떻게 읽는 게 좋을까. 숨가쁘게 진행되는 디지털 다매체 시대를 맞아 독서를 포함한 우리의 읽기에 대한 고정관념에 질문을 던지고 관련 연구들을 차분히 살펴본 끝에 보다 나은

twitter.com

 

무엇으로 어떻게 읽는 게 좋을까. 숨가쁘게 진행되는 디지털 다매체 시대를 맞아 독서를 포함한 우리의 읽기에 대한 고정관념에 질문을 던지고 관련 연구들을 차분히 살펴본 끝에 보다 나은 읽기의 방법을 제시하는 책입니다. 학생 교사 학부모 교육/정책 분야에서 일하시는 분들께 꼭 권하고 싶습니다 - @atmostbeautiful

 


연말에 공부할 거리를 찾는 백엔드 엔지니어를 위한 트윗.
박상민(@sm_park)님께서 스터디 때 사용하셨던 것을 공유하신 듯 하다.

2022-Systems Design Study Plan

Systems Design 4-month Study Plan Week Topic Papers / Contents Presenter (spreadsheet) Week 1 12/16 Introduction 1. The kick off presentation 2. Grokking the template (https://docs.google.com/presentation/d/1ZEbIc7JNyejPfzGaAmOo92wvFIb2pWf9-kWjzRmZR0k/) Sa

docs.google.com

트위터에서 즐기는 박상민 / Sang-Min Park

“백엔드 엔지니어인데 연말에 공부할 거리 찾는다면 좋은 리스트. 여기 분산시스템, DB 논문 잘 이해하면 오래오래 써먹습니다. https://t.co/uCn1bn1PPu”

twitter.com



The state of HTTP in 2022

  • HTTP에 대한 간단한 소개. HTTP는 웹의 기반으로 사용되고 있는 프로토콜로 30년이 지났지만 현재까지도 인터넷에서 가장 인기 있는 프로토콜 중 하나이다.
  • HTTP가 이렇게 성공적일 수 있었던 이유들 from Building Protocols with HTTP "( HTTP Working Group 
  • HTTP 커뮤니티는 성공의 원인 중 하나
  • 2022년 HTTP와 관련하여 있었던 가장 큰 일은 HTTP/3 등장. 2022년 6월 6일, IETF RFC 9114로 표준화되었음.
  • HTTP/3가 등장하기 이전을 소개하고 있음. 과거 HTTP/0.9와 HTTP/1.0은 각각의 요청에 대해 새롭게? 처음부터? TCP 연결을 함. 이는 굉장히 비효율적이었기에 HTTP/1.1에서는 연결이 유지되도록?하는 것을 도입했음. 물론 충분한 해결책은 아니었음. 때문에 2015년 HTTP/2를 통해 해결
  • 하지만 TCP를 사용하는 경우 HTTP에서 head-of-line 차단을 제거하면 같은 문제가 한 계층 아래에서 드러나게 된다는 문제가 있었음. 때문에 문제를 해결하고자 TCP를 대체하고자 함. QUIC version 1 was published as that replacement in 2021. 
  • HTTP/3 is the version of HTTP that uses QUIC.
  • 다른 이벤트 중 하나는 core document의 게시. 
    • HTTP Semantics - things like methods, headers, status codes, and the message format
    • HTTP Caching - how HTTP caches work
    • HTTP/1.1 - mapping semantics to the wire, using the format everyone knows and loves.
    • Additionally, HTTP/2 was republished to properly integrate with the Semantics document, and to fix a few outstanding issues.
  • until 2022, HTTP/2 included server push. Cloudflare rolled out server push in anticipation of big performance wins. Unfortunately, it turned out that's harder than it looks. when the seveer gets it wrong, the pushed requests directly compete with the real requests. As a result, Chrome removed HTTP/2 server push in 2022. Other browsers and servers might still support it, but the community seems to agree that it's only suitable for specialised uses currently. That doesn't mean that we're giving up, however.
  • For many, the most exciting HTTP protocol extensions in 2022 focused on intermediation—the ability to insert proxies, gateways, and similar components into the protocol to achieve specific goals, often focused on improving privacy.
  • MASQUE, Oblivious HTTP(OHTTP)
  • Protocol security
  • What about 2023?


곱슬고양이

트위터에서 즐기는 Cat 🎄

“https://t.co/Kkkr7hYpnh”

twitter.com






동시성, 병렬, 비동기, 논블럭킹과 컨셉들

동시성, 병렬, 비동기, 논블럭킹과 컨셉들

위 용어들은 모두 빠르게 실행하거나, 빠르게 느끼도록 만들때 주로 사용하는 용어들이다. 많은 사람들이 이미 적어놨으나 저도 한번 동참해보겠습니다. 차이가 있다면 되도록 이미지를 많이

black7375.tistory.com


Default Alive vs Default Dead

레트로 게임 개발 바이블

레트로 게임 개발 바이블

실기에서 돌아가는 진정한 레트로 게임 개발, 어른이 된 지금이라면 만들 수 있다. 추억 속의 MSX 게임을 오늘날의 개발 툴로 제작하는 방법을 파헤친다. C 언어와 비주얼 스튜디오 등 현세대 도

www.aladin.co.kr

Worok hackers gide new malware in PNGs using steganography

Worok hackers hide new malware in PNGs using steganography

A threat group tracked as 'Worok' hides malware within PNG images to infect victims' machines with information-stealing malware without raising alarms.

www.bleepingcomputer.com

Google destroys AI genrated content rankings

Google destroys AI generated content rankings

Plus: how AI is already putting interior designers out of business

medium.com

Process vs Thread


Building a Distributed Job Scheduler for Microservices

Building a Distributed Job Scheduler for Microservices

JOB Schedulers will help you automate your jobs in a standard fashion that you can configure. It can also trigger your jobs in various ways…

medium.com

4년간의 Rust 사용 후기

4년간의 Rust 사용 후기

2018년 중순부터 4년간 Rust를 사용해보았고, 최근 1년 반 가량은 병역특례를 하면서 프로덕션에서도 사용을 해 보았다. 연말이기도 하니, 그 동안 내가 Rust를 하면서 어떤 인상을 받았는지를 중점

blog.cro.sh

Rust 비동기 프로그래밍(Redistributable)

프로그래머 이력서와 코딩 과제, 검토자는 무얼볼까?

프로그래머 이력서와 코딩 과제, 검토자는 무얼볼까?

인덴트와 좋은 프로그래머와 더 많이 인연이 닿기를 바라는 마음으로 서류 전형과 코딩 과제 전형 합격 비기를 알려드립니다.

blog.indentcorp.com

Why hasn’t technology disrupted higher education already?

Why hasn’t technology disrupted higher education already?

The key question about AI and school is about the past

www.slowboring.com

Understanding API endpoints.

트위터에서 즐기는 RapidAPI

“Understanding API endpoints. Thread 🧵👇”

twitter.com

고양이와 함께 하는 제텔카스텐

고양이와 함께 하는 제텔카스텐

제텔카스텐 사용방법과 서랍 구조의 장점 | 그동안 제텔카스텐에 대한 구름 잡는 어려운 이야기 많이 했으니, 이번에는 제텔카스텐을 직접 어떻게 만들고 배치하는지 보자. 여기서 설명하는 배

brunch.co.kr

Choosing a good chart

Choosing a good chart

Here's something we came up with to help you consider which chart to use. It was inspired by the table in Gene Zelazny's classic work Saying It With Charts (p. 27 in the 4th. ed) January 14, 2015 update: Check...

extremepresentation.typepad.com

의무를 다하는 것이 기분을 관리하는 최고의 방법이다.

의무를 다하는 것이 기분을 관리하는 최고의 방법이다.

기분이 안좋을 때는 보통 홧김비용을 쓰거나 스트레스를 풀기 위해 일탈을 하는 경우가 많다.  하지만...

blog.naver.com

마약을 하면 뇌는 어떻게 망가질까?

[논설위원의 단도직입] “마약 환자 뇌 손상 어릴수록 심각…금단현상은 지옥의 고통”

마약중독을 전문적으로 치료하는 국내 소수 전문의 중 한 명이다. 원광대 의대에서 정신과 수련...

m.khan.co.kr

마담 프루스트의 비밀정원

트위터에서 즐기는 𝙔𝙀𝙇𝙇𝙊𝙒

“이 영화 보고 정말 많이 울었다...”

twitter.com

SSHGuard - Brute-force 공격방어 도구

SSHGuard - Brute-force 공격방어 도구 | GeekNews

SSH부터 다양한 서비스들에 대한 무차별 대입 공격을 방어시스템 로그 취합 및 모니터링 : syslog, cockpit, macOS log,..다양한 서비스에 대한 공격 감지 : OpenSSH, Sendmail, ftpd, Dovecot,..방화벽을 통한 블로

news.hada.io

정보가 넘쳐날수록 정보격차는 심해지는 이유

트위터에서 즐기는 Moomini

“정보가 넘쳐날수록 정보격차는 심해지는 이유 : 예전에는, 어떤 노하우를 아는 사람과 모르는 사람으로 단순히 나뉘었지만, 지금은, 의지가 넘치는 사람은 ‘찾고 습득하는’ 속도가 점점 가

twitter.com

19 valuable GitHub repositories for beginner developers

트위터에서 즐기는 Madza 👨‍💻⚡

“19 valuable GitHub repositories for beginner developers (bookmark them):”

twitter.com

Some advice from Jeff Bezos

Some advice from Jeff Bezos

Jeff Bezos stopped by our office yesterday and spent about 90 minutes with us talking product strategy. Before he left, he spent about 45 minutes taking general Q&A from everyone at the office. During one of his answers, he shared an enlightened observatio

signalvnoise.com

https://github.com/Kyome22/RunCat_for_windows/releases

Releases · Kyome22/RunCat_for_windows

A cute running cat animation on your windows taskbar. - Kyome22/RunCat_for_windows

github.com

기술의 발전과 부의 양극화

트위터에서 즐기는 Sam Altman

“AI is going to change a lot of things. The world is going to get phenomenally wealthy. I wrote about what I think will happen, and an idea for how we could change our economic system in light of it: https://t.co/UjH6IFa1AW”

twitter.com

Axios Login : Musk's "hardcore" myth

Axios Login

Get our smart take on technology from Silicon Valley and DC

www.axios.com

LINE Engineering

LINE Timeline의 새로운 도전 3편 - Discover 추천 모델

들어가며 LINE Timeline에 필요한 머신 러닝과 추천 모델을 만들고 있는 Data Science Dev의 조영인입니다. 1편과 2편에 이어 이번 3편에서는 Discover에 진입한 사용자에게 보여줄 콘텐츠를 어떻게 선정하

engineering.linecorp.com

Twitter Architecture 2022 vs 2012. What's changed over the past 10 years?

트위터에서 즐기는 Alex Xu

“Twitter Architecture 2022 vs. 2012. What’s changed over the past 10 years? Thank you, @elonmusk for the transparency. {1/2}”

twitter.com

박테리아에서 바흐까지, 그리고 다시 박테리아로

박테리아에서 바흐까지, 그리고 다시 박테리아로

우리 시대 최고의 마음 연구가 대니얼 데닛이 반세기에 걸친 마음 연구를 종합해 인간 마음을 둘러싼 미스터리를 해체하고 자신과 타인의 마음 그리고 생명계를 보는 새로운 시각을 제안한다.

www.aladin.co.kr

Yoann Bourgeois Hourvari

트위터에서 즐기는 웃는개

“트위터에서 알게 된 요안 부르주아의 다른 작품을 웨이보에서 봤다. 사랑에 빠질 때의 느낌이라는 코멘트가 달려 있었다. 상대 무용수는 Marie Vaudin (작품명은 Houvari라는데 검색해도 안 나옴👀

twitter.com


Stable Diffusion에 대해

트위터에서 즐기는 ansubin.eth 🦇🔊| HASHED

“1/ [Stable Diffusion에 대해] 모델이 생각보다 단순했지만 생각해보면 이 모델에 적용된 여러 테크닉은 지금까지 AI 기술의 다양한 집합체가 아닌가 싶다. 딥러닝알못 비전공자를 위한 Stable Diffusion

twitter.com

The pleasure, the pain and the politics of a digital detox

The pleasure, the pain and the politics of a digital detox | Psyche Ideas

Studying why and how people take digital-media breaks can reveal what individuals and societies value in unmediated spaces

psyche.co

문해력과 반지성주의, 그리고 소비지상주의

트위터에서 즐기는 yejinsoul

“문해력과 반지성주의가 ‘소비지상주의’와 연관이 있다는 이동진의 얘기에 적극 공감하게 된다.”

twitter.com


자유와 불안

트위터에서 즐기는 Journey

“현대인은 거의 모든 것을 선택하고 결정해야 하는 자유를 누리는 처지에 놓였다. 그로 인한 불확실과 불안의 강박 속에서 끊임없이 의지할 곳을 찾는다. 바로 이 지점에서 숨은 알고리즘은 사

twitter.com

만독불침 백설공주

트위터에서 즐기는 솔개솔 (DogSound)

“백설공주는 어려서 처음엔 한가지 그다음엔 세가지 그다음엔 마흔아홉가지 독이 스민 독사과를 먹어가며 나이 열다섯에는 백독불침을 열일곱에는 만독불침을 이루고 숲속의 칠괴에게 검, 도

twitter.com

Implementing a disaster recovery strategy with Amazon RDS

Implementing a disaster recovery strategy with Amazon RDS | Amazon Web Services

  This post was updated 2/1/2021 to fix a statement about how to share automated snapshots between AWS Accounts. Amazon RDS (Relational Database Service) is a managed service that makes it easier to set up, operate, and scale a relational database. Based

aws.amazon.com

실수는 예방하는 것이 아니라 관리하는 것이다.

실수는 예방하는 것이 아니라 관리하는 것이다.

agile.egloos.com

숫자는 어떻게 진실을 말하는가

트위터에서 즐기는 dxdp ~ nh

“<숫자는 어떻게 진실을 말하는가> (바츨라프 스밀 지음, 강주헌 옮김, 김영사2021) 에너지나 환경쪽에서 인용되는 스밀의 책. 빌 게이츠도 자주 인용하는 학자. 사람, 국가, 기계설비, 연료, 운송

twitter.com

'아카이브' 카테고리의 다른 글

앞으로 공부할 때 참고할 것들  (0) 2023.03.18
유용한 링크, 흥미로운 링크 모음  (0) 2023.01.31
프로세스 식별자  (0) 2022.12.17
The Transistor at 75  (0) 2022.12.13
자율주행 레벨 3의 서막 ‘ISO 5083’  (0) 2022.12.12