개요
매일 매일 끊임없이 소프트웨어 개발 및 IT 관련 정보들이 업데이트 되고 있습니다.
모든 정보를 확인할 수는 없지만
개인적으로 정말 중요하다고 생각하거나,
개발자분들이 읽으면 좋을 내용들로 모았습니다.
전세계 IT의 흐름을 알게 된다면 미리 준비하거나,
새로운 비즈니스에 대한 통찰을 얻게 되지 않을까 생각합니다.
개발에 조금이나마 도움이 되시길 희망합니다.
IT 최신 정보 (오픈소스, 인공지능, 네트워크) - 2023년 2월 10일 금요일
오늘 이슈가 되는 따끈따끈한 소프트웨어 개발 및 IT 관련 최신 정보를 정리하였습니다.
Reddit, Techradar, The Register, Coding World News, Daily.dev, Hacker News, Lobsters에서 발취를 하였습니다.
오픈소스, 인공지능, 네트워크 등의 IT 관련 주제를 다루고 있습니다.
IT 최신 정보 - 2023년 2월 10일 금요일
목차
2. 번개처럼 빠르고 강력한 최신 오픈소스 코드 편집기 'Lapce'
4. 전문가를 위한 취업 사이트 'Levels.fyi' 처음에는 구글 스프레드시트로 시작하다
5. 효율적인 메모리 관리를 위해 설계된 c-string 래퍼 라이브러리
7. JBIG1 데이터 압축 표준(ITU-T T.82) 소프트웨어 구현 'JBIG-KIT'
9. 웹용 절차적 3D 그래픽 편집기 'threegn'
10. Magic-Sand는 증강현실 샌드박스를 작동하기 위한 오픈소스 소프트웨어
11. NumPy 60줄의 GPT-2기반의 picoGPT 만들기
12. 웹페이지 품질 개선을 위한 오픈 소스 자동화 도구 'Lighthouse v10' 출시
15. OpenAI 텍스트 분류기 : ChatGPT 자체 AI 탐지 리뷰
16. ChatGPT가 외부 사이트에 액세스하고 최신 이벤트를 가져올 수 있도록 브라우저 확장 프로그램 개발기
18. 구글은 AI로 만든 모든 페이지를 스팸으로 차단하지 않는다
19. GitHub Copilot과 같은 종류의 코드 생성 플랫폼 개발 스타트업 매직(Magic) 시리즈 A 펀딩 '2,300만 달러' (290억?)
20. 구글 챗봇 'Bard' 데모 현장에서 오답으로 인해 구글 주가 7.7% 하락
21. 개발 생산성 향상, 코딩 경험을 즐겁게 해줄 VSCode 확장 기능 10가지
22. ChatGPT, GPT3, GPT2를 감지하기 위한 5가지 무료 도구
23. 오픈 소스가 Udemy 과정 중독에서 나를 구한 방법
24. 고성능 오픈 소스 벡터 검색 엔진 'Qdrant'
27. Docker 대안으로 떠오르는 가장 인기 있는 3가지 'Podman, Containerd, LXD'
28. 일반 스크린샷을 고품질 그래픽 자동 생성 'Screentab'
30. sabre/dav는 가장 널리 사용되는 PHP용 WebDAV 프레임워크
32. 터보 네이티브 앱을 만들기 위한 iOS 프레임워크 'Turbo iOS'
본문
1. GitLab 팀 규모를 7% 줄이다.
안타까운 소식입니다.
글로벌 IT 기업들이 인원 감축을 진행하고 있습니다.
GitLab에서도 팀규모를 줄이게 되었습니다.
GitHub와 GitLab는 소스 코드 관리를 해주는 무료 서비스 입니다.
GitHub는 무료 버전의 경우 소스코드 공개를 해야하지만
GitLab은 무료 버전의 경우도 소스코드 공개를 안해도 됩니다.
이 글은 GitLab의 CEO가 팀 규모 축소에 대해서 공지를 한 글인데요.
'내일 부터 나오지 마세요' 라고 말하지 않습니다.
따뜻한 말 한마디와 보상 조치에 대한 글인데요.
헤어지는 것을 잘해야 한다는 생각을 떠오르게 하는 글입니다.
회사에서 열심히 일해온 사람들에게 안타깝지만 끝까지 지원해주는 GitLab은 참 따뜻한 기업인것 같습니다.
원본출처 : https://about.gitlab.com/blog/2023/02/09/gitlab-news/
An announcement from GitLab CEO Sid Sijbrandij
Earlier today, GitLab CEO Sid Sijbrandij sent the following note to GitLab team members.
about.gitlab.com
2. 번개처럼 빠르고 강력한 최신 오픈소스 코드 편집기 'Lapce'
코드 편집기로 Visual Studio Code를 많이 사용하실겁니다.
저 또한 Visual Studio Code를 사용하고 있습니다.
Rust언어로 개발한 오픈소스 코드 편집기 'Lapce'입니다.
리눅스, 윈도우, 맥용으로 다운로드 가능합니다.
Rust언어가 지금 핫 이슈로 떠오르고 있습니다.
C/C++을 대체할 가장 안전한 언어로 떠오르고 있으며, Linux, Android에도 점점 도입이 되고 있습니다.
원본출처 : https://lapce.dev/
Lapce
Batteries included Code syntax highlighting using Tree-sitter, much faster and better than regex based highlighting. Also with built-in LSP support, to give you code intelligence like code completion, diagnostics and code actions etc.
lapce.dev
소스코드 : https://github.com/lapce/lapce
GitHub - lapce/lapce: Lightning-fast and Powerful Code Editor written in Rust
Lightning-fast and Powerful Code Editor written in Rust - GitHub - lapce/lapce: Lightning-fast and Powerful Code Editor written in Rust
github.com
3. GODOT v4.0 RC 1 프리 릴리즈 출시
게임 개발자라면 오픈소스 GODOT엔진을 아시리라 생각이 듭니다.
벌써 버전 v4.0이 출시가 되네요.
2014년에 출시후에 지속적으로 업데이트를 하고 있는 장수하는 오픈소스 게임엔진입니다.
원본출처 : https://godotengine.org/article/release-candidate-godot-4-0-rc-1/
Release candidate: Godot 4.0 RC 1
Free and open source 2D and 3D game engine
godotengine.org
소스코드 : https://github.com/godotengine
Godot Engine
Godot is a popular Free and Open Source game development engine and toolset. - Godot Engine
github.com
4. 전문가를 위한 취업 사이트 'Levels.fyi' 처음에는 구글 스프레드시트로 시작하다
좀 재미있는 내용입니다.
이렇게 라도 할 수 있겠구나 생각이 드는 내용입니다.
웹사이트를 구축해서 시작하는 것 보다 구글 스프레드시트로 시작하는 방법도 있다니 ㅎㅎㅎ
백엔드가 없이 비즈니스를 시작하는 방법~~
원본출처 : https://www.levels.fyi/blog/scaling-to-millions-with-google-sheets.html
How Levels.fyi scaled to millions of users with Google Sheets as a backend
Our philosophy to scaling is simple, avoid premature optimization
www.levels.fyi
5. 효율적인 메모리 관리를 위해 설계된 c-string 래퍼 라이브러리
C언어의 취약점의 70%이상이 메모리 관련이라고 합니다.
원본출처 : https://github.com/Ratstail91/refstring
GitHub - Ratstail91/refstring: A c-string wrapper library designed for efficient memory management
A c-string wrapper library designed for efficient memory management - GitHub - Ratstail91/refstring: A c-string wrapper library designed for efficient memory management
github.com
6. Google, 테크니컬 라이팅 과정
영어라서 아쉬운~^^
원본출처 : https://developers.google.com/tech-writing/overview
Overview of technical writing courses | Technical Writing | Google Developers
Send feedback Overview of technical writing courses Stay organized with collections Save and categorize content based on your preferences. The following table summarizes the technical writing courses: The pre-class components introduce topics; the in-class
developers.google.com
7. JBIG1 데이터 압축 표준(ITU-T T.82) 소프트웨어 구현 'JBIG-KIT'
스캔 문서와 같은 bi-level 이미지 데이터용으로 설계되었습니다.
팩스 제품, 프린터 펌웨어, 프린터 드라이버, 문서 관리 시스템, 이미징 소프트웨어에 사용된다고 합니다.
원본출처 : https://www.cl.cam.ac.uk/~mgk25/jbigkit/
JBIG-KIT lossless image compression library
JBIG-KIT by Markus Kuhn JBIG-KIT is a software implementation of the JBIG1 data compression standard (ITU-T T.82), which was designed for bi-level image data, such as scanned documents. This library is available in portable C code. It is widely used in fax
www.cl.cam.ac.uk
8. Rust 언어 v1.67.1 버전 출시
원본출처 : https://blog.rust-lang.org/2023/02/09/Rust-1.67.1.html
Announcing Rust 1.67.1 | Rust Blog
Empowering everyone to build reliable and efficient software.
blog.rust-lang.org
9. 웹용 절차적 3D 그래픽 편집기 'threegn'
원본출처 : https://github.com/roman01la/threegn
GitHub - roman01la/threegn: Procedural 3D graphics editor for the web
Procedural 3D graphics editor for the web. Contribute to roman01la/threegn development by creating an account on GitHub.
github.com
10. Magic-Sand는 증강현실 샌드박스를 작동하기 위한 오픈소스 소프트웨어
아이들을 데리고 박물관, 체험관에 가면 모래 놀이가 있는데,
이걸 이렇게 구현하는 것이었네요~^^
오픈소스 입니다.
원본출처 : https://github.com/thomwolf/Magic-Sand
GitHub - thomwolf/Magic-Sand: Magic-Sand is a software for operating an augmented reality sandbox
Magic-Sand is a software for operating an augmented reality sandbox - GitHub - thomwolf/Magic-Sand: Magic-Sand is a software for operating an augmented reality sandbox
github.com
11. NumPy 60줄의 GPT-2기반의 picoGPT 만들기
원본출처 : https://jaykmody.com/blog/gpt-from-scratch/
GPT in 60 Lines of NumPy | Jay Mody
Implementing a GPT model from scratch in NumPy.
jaykmody.com
오픈소스 : https://github.com/jaymody/picoGPT
GitHub - jaymody/picoGPT: An unnecessarily tiny and minimal implementation of GPT-2 in NumPy.
An unnecessarily tiny and minimal implementation of GPT-2 in NumPy. - GitHub - jaymody/picoGPT: An unnecessarily tiny and minimal implementation of GPT-2 in NumPy.
github.com
12. 웹페이지 품질 개선을 위한 오픈 소스 자동화 도구 'Lighthouse v10' 출시
원본출처 : https://developer.chrome.com/en/blog/lighthouse-10-0/
What's new in Lighthouse 10 - Chrome Developers
Lighthouse 10 is here with a new scoring and audits.
developer.chrome.com
소스코드 : https://github.com/GoogleChrome/lighthouse
GitHub - GoogleChrome/lighthouse: Automated auditing, performance metrics, and best practices for the web.
Automated auditing, performance metrics, and best practices for the web. - GitHub - GoogleChrome/lighthouse: Automated auditing, performance metrics, and best practices for the web.
github.com
13. ChatGPT는 웹의 흐릿한 JPEG이다
OpenAI 챗봇이 연일 이슈가 되고 있습니다.
원본출처 : https://www.newyorker.com/tech/annals-of-technology/chatgpt-is-a-blurry-jpeg-of-the-web
ChatGPT Is a Blurry JPEG of the Web
OpenAI’s chatbot offers paraphrases, whereas Google offers quotes. Which do we prefer?
www.newyorker.com
14. AI 개인화와 개발자 문서의 미래
원본출처 : https://www.inngest.com/blog/ai-personalization-and-the-future-of-developer-docs
AI Personalization and the Future of Developer Docs - Inngest Blog
Providing developer-specific examples to help developers learn how to use the Inngest SDK. The beginning of AI-personalized learning flows for users.
www.inngest.com
15. OpenAI 텍스트 분류기 : ChatGPT 자체 AI 탐지 리뷰
ChatGPT로 작성한 텍스트를 확인 가능한 'OpenAI Text Classifier'를 직접 사용해보고 리뷰를 쓴 내용입니다.
원본출처 : https://originality.ai/openai-text-classifier-review/
OpenAI Text Classifier: ChatGPT’s Own AI Detection Review - Originality.AI
You may already know that AI content writing tools enable people to produce engaging and informative content quickly. However, since AI is not perfect, there are often quality issues and the potential for plagiarism. This is when AI detection tools come in
originality.ai
16. ChatGPT가 외부 사이트에 액세스하고 최신 이벤트를 가져올 수 있도록 브라우저 확장 프로그램 개발기
I made a browser extension that allows ChatGPT to access external sites and get current events
Using Tampermonkey and CORS Anywhere, ChatGPT can do anything.
medium.com
17. 구글 렌즈 새로운 기능 '화면 검색'
New Google Lens feature will let Android users (literally) search their screen
‘If you can see it, you can search it’
www.techradar.com
18. 구글은 AI로 만든 모든 페이지를 스팸으로 차단하지 않는다
원본출처 : https://www.theregister.com/2023/02/09/google_reverses_ai_page_spam/
Google will assess AI-made pages on quality, not assume spam
Plus: Microsoft's nu-Bing can't answer question on exoplanets correctly either
www.theregister.com
19. GitHub Copilot과 같은 종류의 코드 생성 플랫폼 개발 스타트업 매직(Magic) 시리즈 A 펀딩 '2,300만 달러' (290억?)
원본출처 : https://www.codingworldnews.com/news/articleView.html?idxno=15178
코드 생성 플랫폼 '매직', 벤처 캐피털 투자금 2300만 달러 조달...진정한 'AI 동료 프로그래머' 제
깃허브(GitHub)의 코파일럿(Copilot)과 같은 유형의 코드 생성 플랫폼 개발 스타트업 매직(Magic)이 시리즈 A 펀딩 라운드에서 투자금 2,300만 달러를 조달했다.미국 테크 전문 매체 테크크런치는 매직
www.codingworldnews.com
20. 구글 챗봇 'Bard' 데모 현장에서 오답으로 인해 구글 주가 7.7% 하락
원본출처 : https://www.codingworldnews.com/news/articleView.html?idxno=15167
챗GPT 라이벌 선언한 AI ‘바드’, 오답으로 망신…구글 주가 폭락 견인 - 코딩월드뉴스
2월 8일(현지 시각), 파이낸셜 타임스, BBC, 가디언 등 복수 외신 보도에 따르면, 구글의 인공지능(AI) 바드(Bard)가 사용자의 질문에 오답을 내놓았다.바드의 오답 논란은 프로모션 현장에서 발견됐
www.codingworldnews.com
21. 개발 생산성 향상, 코딩 경험을 즐겁게 해줄 VSCode 확장 기능 10가지
원본출처 : https://dev.to/gaelgthomas/step-up-your-vscode-game-with-these-10-must-have-extensions-1ik5
Step up Your VSCode Game With These 10 Must-Have Extensions
Are you looking to take your VSCode game to the next level? Look no further! In this article, we will...
dev.to
22. ChatGPT, GPT3, GPT2를 감지하기 위한 5가지 무료 도구
AI가 만든 논문, 과제, 문서 등 컨텐츠를 감지하기 위한 무료도구입니다.
5 Free Tools For Detecting ChatGPT, GPT3, and GPT2 - KDnuggets
Top free tools to check research papers, thesis, assignments, documentation, and draft for AI content detection.
www.kdnuggets.com
23. 오픈 소스가 Udemy 과정 중독에서 나를 구한 방법
저도 Class101에 중독이 된듯~~^^
원본출처 : https://jakepage.io/how-open-source-saved-me-from-my-udemy-course-addiction
How Open Source saved me from my Udemy course addiction
I often hear people claim that they can hear one or two opinions a person has and from that they pretty much have them all figured out. I don’t know how reliable that ability really is, I would like to think that expressing some of my opinions doesn’..
jakepage.io
24. 고성능 오픈 소스 벡터 검색 엔진 'Qdrant'
Qdrant: Open-Source Vector Search Engine with Managed Cloud Platform - KDnuggets
Qdrant open-source vector similarity search engine is now available in the cloud. The cloud platform for Qdrant offers business users cost-efficient, fully managed service in addition to powerful features of their open-source vector search database.
www.kdnuggets.com
25. 멋진 오픈 소스 프로젝트를 찾는 방법
원본출처 : https://www.codemotion.com/magazine/dev-life/how-to-find-cool-open-source-projects/
How to Find Cool Open Source Projects
If you're looking to find interesting open source projects to join and learn from, this is your starting place. Read on to discover more!
www.codemotion.com
26. 무료 AI 코드 제안 서비스 'Codeium'
Visual Studio Code에 확장 기능으로 사용가능합니다.
원본출처 : https://www.codeium.com/
Codeium
Codeium is the modern coding superpower, a free AI-powered code completion tool. It supports over 20+ languages and integrates with your favorite IDEs, with lightning fast speeds and state-of-the-art suggestion quality.
www.codeium.com
27. Docker 대안으로 떠오르는 가장 인기 있는 3가지 'Podman, Containerd, LXD'
원본출처 : https://dzone.com/articles/top-three-docker-alternatives-to-consider
Top 3 Docker Alternatives to Consider in 2023 - BuildPiper
Here, we’ll discuss the top three docker alternatives being commonly used in the market today: Podman, Containerd and LXD.
www.buildpiper.io
28. 일반 스크린샷을 고품질 그래픽 자동 생성 'Screentab'
원본출처 : https://www.screenstab.com/editor/
Screenstab
www.screenstab.com
29. 어느 개인의 홈 네트워크 설정기
원본출처 : https://giuliomagnifico.blog/networking/2023/01/05/home-network_v4.html
My network home setup - v4.0
A new update of my network home setup, to both hardware and software.
giuliomagnifico.blog
30. sabre/dav는 가장 널리 사용되는 PHP용 WebDAV 프레임워크
원본출처 : https://sabre.io/
sabre/dav
The open source CardDAV, CalDAV and WebDAV server. Install Or learn more...
sabre.io
31. 인디 개발자로서 Unity 게임 현지화
원본출처 : https://www.bjmalicoat.com/projects/localizingunitygames
Localizing Unity Games As An Indie Dev | BJ Malicoat
Localizing Unity Games As An Indie Dev The source files discussed here are located on the Bird Cartel GitHub. I released Pine Tar Poker in English at the end of 2022. I’d never localized a personal project before, but I had experience localizing games an
www.bjmalicoat.com
32. 터보 네이티브 앱을 만들기 위한 iOS 프레임워크 'Turbo iOS'
원본출처 : https://masilotti.com/progressively-enhanced-turbo-native-apps-in-the-app-store/
Progressively enhanced Turbo Native apps in the App Store | Masilotti.com
Solopreneur and Turbo Native expert. February 9, 2023
masilotti.com
소스코드 : https://github.com/hotwired/turbo-ios
GitHub - hotwired/turbo-ios: iOS framework for making Turbo native apps
iOS framework for making Turbo native apps. Contribute to hotwired/turbo-ios development by creating an account on GitHub.
github.com
33. 100줄 미만의 코드 모음
#100LinesOfCode 미만으로 개발된 모든 응용 프로그램, 확장 기능, 애드온, 디자인, 테마 및 기타 모든 것이 포함되어 있습니다.
원본출처 : https://github.com/josharsh/100LinesOfCode
GitHub - josharsh/100LinesOfCode: Let's build something productive in less than 100 Lines of Code.
Let's build something productive in less than 100 Lines of Code. - GitHub - josharsh/100LinesOfCode: Let's build something productive in less than 100 Lines of Code.
github.com
여전히 ChatGPT 관련 기사가 쏟아지고 있습니다.
개발자로 살아가기 위해서는 인공지능 구현이나 활용에 대해서는 지속적으로 학습을 해야 될 것 같습니다.
'IT최신정보' 카테고리의 다른 글
IT 최신 정보 (오픈소스, 프레임워크, 모니터링, 프로그래밍, 프로토콜) (2) | 2023.02.24 |
---|---|
IT 최신 정보 - 오픈소스, 인공지능, 자바스크립트, 창업, 프로그래밍 (0) | 2023.02.11 |
IT 최신 정보 (프로그래밍 언어, ChatGPT, Node.js) - 2023년 2월 9일 목요일 (0) | 2023.02.09 |
IT 최신 정보 (오픈소스, 아키텍처, ChatGPT, 인공지능, 검색 엔진) - 2023년 2월 8일 수요일 (0) | 2023.02.08 |
IT 최신 정보 (Mastodon, Asciidoc, GIT Cheat Sheet) - 2023년 2월 7일 화요일 (0) | 2023.02.07 |