IT최신정보

IT최신정보 - GitHub Copilot X: AI 기반 개발자 경험

산삼인생 2023. 3. 23. 10:01
728x90

 

개요

 

소프트웨어 개발 및 IT 최신 정보 (GitHub Copilot X: AI 기반 개발자 경험)

 

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

 

매일 수많은 소프트웨어 개발 및 IT 관련 정보들이 업데이트 되고 있습니다.

 

모든 정보를 확인할 수는 없지만

개인적으로 중요하다고 생각하는 것

개발에 도움이 되는 내용 위주로 링크를 모았습니다.

전세계 IT의 흐름을 알게 된다면

새로운 비즈니스 또는 개발 업무에서 통찰을 얻게 되지 않을까 생각합니다.

 

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

 

개발에 조금이나마 도움이 되시길 희망합니다.

 

 

 

목차

1. GitHub Copilot X: AI 기반 개발자 경험

2. 로컬 우선 프런트엔드 기술: 스토리지, 동기화, 충돌

3. designr, CSS 스타일 검사하고 웹 구성 요소 및 디자인의 스냅샷을 저장하는 크롬 확장 프로그램

4. LLaMA와 대화

5. Google Bard 챗봇의 리버스 엔지니어링

6. 구글이 만든 인공지능 챗봇 Bard를 사용해보고 피드백을 공유하세요

7. Ballyregan, 매우 빠른 프록시 가져오기 프로그램

8. Python GUI 개발:Vue3, Vite, Eel

9. FauxPilot, 오픈 소스 GitHub Copilot 서버

10. Text2Room: 2D 텍스트 - 이미지  모델에서 텍스처 3D 메시 추출

11. Mozilla.ai 소개: 신뢰할 수 있는 AI에 대한 투자

12. Elixir에서 전체 텍스트 검색 엔진 구축

13. 이제 미래형 Office 문서로 Notion 경쟁자인 Microsoft Loop를 사용해 볼 수 있습니다.

14. Bit 구성 요소로 개발자 웹사이트 만들기

15. Weeknotes: AI는 속도를 늦추지 않을 것입니다. AI 뉴스 모음. 주간 흐름을 알수 있습니다.

16. 꼭 알아야 할 10가지 iptables 기능

17. JavaScript 파일을 업로드 하는 방법

 

1. GitHub Copilot X: AI 기반 개발자 경험

원본출처 : https://github.blog/2023-03-22-github-copilot-x-the-ai-powered-developer-experience/

 

GitHub Copilot X: The AI-powered developer experience | The GitHub Blog

GitHub Copilot is evolving to bring chat and voice interfaces, support pull requests, answer questions, and adopt OpenAI's GPT-4.

github.blog

2. 로컬 우선 프런트엔드 기술: 스토리지, 동기화, 충돌

인터넷이 끊어져도 상관없는 로컬 우선 프론트엔드 기술. Cool~~하다

원본출처 : https://evilmartians.com/chronicles/cool-front-end-arts-of-local-first-storage-sync-and-conflicts

 

Cool frontend arts of local-first: storage, sync, conflicts—Martian Chronicles, Evil Martians’ team blog

Web applications often require an internet connection, but a fair chunk can also work offline. We show frontend engineers how to gracefully implement the big 3 local-first solutions: storage, synchronization, and conflict resolutions.

evilmartians.com

3. designr, CSS 스타일 검사하고 웹 구성 요소 및 디자인의 스냅샷을 저장하는 크롬 확장 프로그램

오픈소스 : https://github.com/ANG13T/designr

 

GitHub - ANG13T/designr: A chrome extension that inspects CSS styles and saves snapshots of web components and designs 🎨✨

A chrome extension that inspects CSS styles and saves snapshots of web components and designs 🎨✨📸 - GitHub - ANG13T/designr: A chrome extension that inspects CSS styles and saves snapshots of web ...

github.com

4. LLaMA와 대화

원본출처 : https://github.com/neuml/txtchat/tree/master/examples/llama

 

GitHub - neuml/txtchat: 💭 Conversational search and workflows for all

💭 Conversational search and workflows for all. Contribute to neuml/txtchat development by creating an account on GitHub.

github.com

5. Google Bard 챗봇의 리버스 엔지니어링

원본출처 : https://github.com/acheong08/Bard

 

GitHub - acheong08/Bard: Reverse engineering of Google's Bard chatbot

Reverse engineering of Google's Bard chatbot. Contribute to acheong08/Bard development by creating an account on GitHub.

github.com

6. 구글이 만든 인공지능 챗봇 Bard를 사용해보고 피드백을 공유하세요

원본출처 : https://blog.google/technology/ai/try-bard/

 

Try Bard and share your feedback

Bard is an early experiment from Google that lets you collaborate with generative AI. If you’re in the U.S. and U.K., you can sign up to try it.

blog.google

Bard 공식 홈페이지 : https://bard.google.com/

 

Bard

Bard is your creative and helpful collaborator to supercharge your information, boost productivity, and bring ideas to life.

bard.google.com

7. Ballyregan, 매우 빠른 프록시 가져오기 프로그램

오픈소스 원본출처 : https://github.com/idandaniel/ballyregan

 

GitHub - idandaniel/ballyregan: Find fetch & validate free proxies fast.

Find fetch & validate free proxies fast. Contribute to idandaniel/ballyregan development by creating an account on GitHub.

github.com

8. Python GUI 개발:Vue3, Vite, Eel

보통 파이썬으로 GUI 개발 할 때 Tkinter, PyQT가 많이 사용됩니다. eel.py으로 완전한 HTML GUI 개발이 가능해집니다.

원본출처 : https://itnext.io/an-awesome-python-gui-vue3-vite-and-eel-ce95fa17878e

 

Build an awesome python GUI: Vue3, Vite, and Eel

When you are building a GUI in python, Tkinter and PyQt are popular options, but neither of them has the full freedom and power of…

itnext.io

9. FauxPilot, 오픈 소스 GitHub Copilot 서버

GitHub Copilot의 로컬 호스팅 버전 빌드 가능하도록 개발하는 오픈소스 프로젝트

오픈소스 : https://github.com/fauxpilot/fauxpilot

 

GitHub - fauxpilot/fauxpilot: FauxPilot - an open-source GitHub Copilot server

FauxPilot - an open-source GitHub Copilot server. Contribute to fauxpilot/fauxpilot development by creating an account on GitHub.

github.com

10. Text2Room: 2D 텍스트 - 이미지  모델에서 텍스처 3D 메시 추출

원본출처 : https://lukashoel.github.io/text-to-room/

 

Text2Room: Extracting Textured 3D Meshes from 2D Text-to-Image Models

We present Text2Room, a method for generating room-scale textured 3D meshes from a given text prompt as input. To this end, we leverage pre-trained 2D text-to-image models to synthesize a sequence of images from different poses. In order to lift these outp

lukashoel.github.io

11. Mozilla.ai 소개: 신뢰할 수 있는 AI에 대한 투자

Mozilla로 AI 버스에 올라탔습니다.

원본출처 : https://blog.mozilla.org/en/mozilla/introducing-mozilla-ai-investing-in-trustworthy-ai/

 

Introducing Mozilla.ai: Investing in trustworthy AI | The Mozilla Blog

We’re committing $30M to build Mozilla.ai: A startup — and a community — building a trustworthy, independent, and open-source AI ecosystem. We’re o

blog.mozilla.org

12. Elixir에서 전체 텍스트 검색 엔진 구축

원본출처 : https://culttt.com/2023/03/22/building-a-full-text-search-engine-in-elixir

 

Building a full-text search engine in Elixir | Culttt

This tutorial shows how to build an inverted index search engine in Elixir.

culttt.com

13. 이제 미래형 Office 문서로 Notion 경쟁자인 Microsoft Loop를 사용해 볼 수 있습니다.

노션 경쟁자가 나타났습니다. 마이크로소프트에서 Loop를 내놓았습니다.

원본출처 : https://www.theverge.com/2023/3/22/23651487/microsoft-loop-public-preview-notion-competitor

 

You can now try Microsoft Loop, a Notion competitor with futuristic Office documents

Loop components really could be the future of Office documents.

www.theverge.com

공식홈페이지 : https://loop.microsoft.com/learn

 

Microsoft Loop

 

loop.microsoft.com

14. Bit 구성 요소로 개발자 웹사이트 만들기

원본출처 : https://blog.bitsrc.io/creating-a-developer-website-with-bit-components-3f4083a7f050

 

Creating a Developer Website with Bit components

How I built my portfolio using independent React components.

blog.bitsrc.io

bit 공식 홈페이지 : https://bit.dev/

 

Bit - Component driven development

Bit is the leading toolchain for component-driven development. Forget monolithic apps and distribute to component-driven software. Build like the world’s best teams.

bit.dev

15. Weeknotes: AI는 속도를 늦추지 않을 것입니다. AI 뉴스 모음. 주간 흐름을 알수 있습니다.

원본출처 : https://simonwillison.net/2023/Mar/22/weeknotes/

 

Weeknotes: AI won’t slow down, a new newsletter and a huge Datasette refactor

I’m a few weeks behind on my weeknotes, but it’s not through lack of attention to my blog. AI just keeps getting weirder and more interesting. I’m beginning to expect …

simonwillison.net

16. 꼭 알아야 할 10가지 iptables 기능

원본출처 : https://faun.pub/10-iptables-features-you-must-know-4839dde46d1

 

10 iptables features you must know

Any firewall has many functions you probably don’t know about. They are very useful not only for network engineers, but for any IT…

faun.pub

17. JavaScript 로 파일을 업로드 하는 방법

원본출처 : https://hackernoon.com/how-to-upload-files-with-javascript?source=rss 

 

How to Upload Files With JavaScript | HackerNoon

This is the second post in a series about uploading files for the web. In this post, we use JavaScript to create the file upload request.

hackernoon.com

 

 

이상으로 마치도록 하겠습니다.

오늘도 행복한 하루되세요~^^