IT최신정보

IT 최신 정보 (오픈소스, 프레임워크, 모니터링, 프로그래밍, 프로토콜)

산삼인생 2023. 2. 24. 12:16
728x90

개요

 

소프트웨어 개발 및 IT 최신 정보 (오픈소스, 프레임워크, 모니터링, 프로그래밍, 프로토콜) - 2023년 2월 24일 금요일

 

오늘 이슈가 되는 따끈 따끈한 소프트웨어 개발 및 IT 관련 최신 정보를 정리하였습니다.

 

Reddit, Techradar, The Register, Coding World News, Daily.dev, Hacker News, Lobsters에서 발취를 하였습니다.

 

오픈소스, 프레임워크, 모니터링, 프로그래밍, 프로토콜 등의 IT 관련 주제를 다루고 있습니다.

 

IT 최신 정보 - 2023년 2월 24일 금요일

 

목차

1. 오픈소스 제약조건 기반 레코드 및 기능 언어 KCL

2. Python 마이크로서비스를 위한 보안 중심 앱 프레임워크 오픈소스 'Vertebrae'

3. 오픈소스 멀티플레이어 게임 엔진 'Ambient'

4. 라즈베리 파이의 새로운 디버그 프로브 테스트

5. 오픈소스 풀스택 모니터링 플랫폼 'Highlight.io'

6. 결함 주입을 통한 분산 시스템 검증을 위한 오픈소스 프레임워크 'Jepsen'

7. 프로그래밍 방식으로 복잡한 아이디어 시각화 오픈소스 'Motion Canvas'

8. 클라우드 네이티브 워크로드를 위한 오픈 소스 하이퍼스케일 소프트웨어 로드 밸런서 'loxilb'

9. 10,000시간의 프로그래밍에 대한 고찰

10. 나만의 파이썬 웹 프레임워크

11. 인터넷 통신 프로토콜

12. G-3PO: Ghidra용 프로토콜 드로이드

13. 경쟁 우위를 위한 기술적 부채 관리

 

 

1. 오픈소스 제약조건 기반 레코드 및 기능 언어 KCL

원본출처 : https://github.com/KusionStack/KCLVM

 

GitHub - KusionStack/KCLVM: A constraint-based record & functional language mainly used in configuration and policy scenarios.

A constraint-based record & functional language mainly used in configuration and policy scenarios. - GitHub - KusionStack/KCLVM: A constraint-based record & functional language mainly used ...

github.com

 

2. Python 마이크로서비스를 위한 보안 중심 앱 프레임워크 오픈소스 'Vertebrae'

원본출처 : https://github.com/preludeorg/vertebrae

 

GitHub - preludeorg/vertebrae: A security-focused app framework for Python micro services

A security-focused app framework for Python micro services - GitHub - preludeorg/vertebrae: A security-focused app framework for Python micro services

github.com

 

3. 오픈소스 멀티플레이어 게임 엔진 'Ambient'

원본출처 : https://www.ambient.run/

 

Ambient

Ambient is a runtime for building high-performance multiplayer games and 3D applications, powered by WebAssembly, Rust and WebGPU.

www.ambient.run

소스코드 : https://github.com/AmbientRun/Ambient

 

GitHub - AmbientRun/Ambient: The multiplayer game engine

The multiplayer game engine. Contribute to AmbientRun/Ambient development by creating an account on GitHub.

github.com

 

4. 라즈베리 파이의 새로운 디버그 프로브 테스트

원본출처 : https://www.jeffgeerling.com/blog/2023/testing-raspberry-pis-new-debug-probe

 

Testing Raspberry Pi's new Debug Probe | Jeff Geerling

Testing Raspberry Pi's new Debug Probe

www.jeffgeerling.com

 

5. 오픈소스 풀스택 모니터링 플랫폼 'Highlight.io'

원본출처 : https://github.com/highlight/highlight

 

GitHub - highlight/highlight: highlight.io: The open source, full-stack monitoring platform. Error monitoring, session replay, l

highlight.io: The open source, full-stack monitoring platform. Error monitoring, session replay, logging and more. - GitHub - highlight/highlight: highlight.io: The open source, full-stack monitori...

github.com

 

6. 결함 주입을 통한 분산 시스템 검증을 위한 오픈소스 프레임워크 'Jepsen'

원본출처 : https://github.com/jepsen-io/jepsen

 

GitHub - jepsen-io/jepsen: A framework for distributed systems verification, with fault injection

A framework for distributed systems verification, with fault injection - GitHub - jepsen-io/jepsen: A framework for distributed systems verification, with fault injection

github.com

 

7. 프로그래밍 방식으로 복잡한 아이디어 시각화 오픈소스 'Motion Canvas'

원본출처 : https://github.com/motion-canvas/motion-canvas

 

GitHub - motion-canvas/motion-canvas: Visualize Complex Ideas Programmatically

Visualize Complex Ideas Programmatically. Contribute to motion-canvas/motion-canvas development by creating an account on GitHub.

github.com

 

8. 클라우드 네이티브 워크로드를 위한 오픈 소스 하이퍼스케일 소프트웨어 로드 밸런서 'loxilb'

원본출처 : https://github.com/loxilb-io/loxilb

 

GitHub - loxilb-io/loxilb: eBPF based cloud-native service load-balancer. Powering K8s|Edge|5G|IoT|XaaS Apps.

eBPF based cloud-native service load-balancer. Powering K8s|Edge|5G|IoT|XaaS Apps. - GitHub - loxilb-io/loxilb: eBPF based cloud-native service load-balancer. Powering K8s|Edge|5G|IoT|XaaS Apps.

github.com

 

9. 10,000시간의 프로그래밍에 대한 고찰

원본출처 : https://matt-rickard.com/reflections-on-10-000-hours-of-programming

 

Matt Rickard

Essays about startups, engineering, and interesting things.

matt-rickard.com

 

10. 나만의 파이썬 웹 프레임워크

원본출처 : https://healeycodes.com/my-own-python-web-framework

 

My Own Python Web Framework

Using Vercel's Build Output API to explore some framework ideas.

healeycodes.com

 

11. 인터넷 통신 프로토콜

원본출처 : https://explained-from-first-principles.com/internet/#preface

 

The Internet explained from first principles

Learn more about this critical infrastructure, which you likely use for hours every day.

explained-from-first-principles.com

 

12. G-3PO: Ghidra용 프로토콜 드로이드

원본출처 : https://medium.com/tenable-techblog/g-3po-a-protocol-droid-for-ghidra-4b46fa72f1ff

소스코드 : https://github.com/tenable/ghidra_tools/tree/main/g3po

 

GitHub - tenable/ghidra_tools: A collection of Ghidra scripts, including the GPT-3 powered code analyser and annotator, G-3PO.

A collection of Ghidra scripts, including the GPT-3 powered code analyser and annotator, G-3PO. - GitHub - tenable/ghidra_tools: A collection of Ghidra scripts, including the GPT-3 powered code ana...

github.com

 

13. 경쟁 우위를 위한 기술적 부채 관리

원본출처 : https://stayrelevant.globant.com/en/technology/process-optimization/how-to-manage-technical-debt/

 

How to manage technical debt | Globant Blog

Learn the best practices for managing technical debt and engage stakeholders. Discover techniques to strategize and plan for technical debt.

stayrelevant.globant.com