카테고리 없음

IT최신정보 - 개발자의 83%가 번아웃에 시달림

산삼인생 2023. 3. 16. 15:44
728x90

Adobe Stock

목차

     

    개요

     

    소프트웨어 개발 및 IT 최신 정보 (개발자의 83%가 번아웃에 시달림)

     

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

     

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

     

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

    개인적으로 중요하다고 생각하거나,

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

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

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

     

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

     

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

    IT 최신 정보를 정리하였습니다.

     

    목차

    1. 개발자의 83%가 번아웃에 시달림

    2.Docker가 오픈소스 조직을 삭제하고 있음

    3.Potatis, MOS-6502 과 NES 에뮬레이터 러스트 언어로 개발한 오픈소스

    4.GPT-4를 사용해서 프로그래밍 언어를 설계

    5.ChatLLaMA, 오픈소스 프로젝트

    6.MoonRay, DreamWorks의 오픈소스 최신 프로덕션 MCRT 렌더러

    7.FASTGPT, Fortran언어로 작성된 빠른 GPT-2 추론 모델

    8.정적 프로그램 분석

    9.GPT-4 알아야 할 모든 것

    10.Docker 무료 팀 구독 일몰, 또다른 오픈 소스 프로젝트

     

    1. 개발자의 83%가 번아웃에 시달림

    원본출처 : https://vocal.media/01/83-of-developers-suffer-from-burnout-4chh0hhe

     

    83% of Developers Suffer from Burnout

    According to a study by Haystack Analytics

    vocal.media

    2. Docker가 오픈소스 조직을 삭제하고 있음

    원본출처 : https://blog.alexellis.io/docker-is-deleting-open-source-images/

     

    Docker is deleting Open Source organisations - what you need to know

    This controversial decision coupled with poor messaging has created anxiety the Open Source community. Learn what's happening and how we can move forward.

    blog.alexellis.io

    3. Potatis, MOS-6502 과 NES 에뮬레이터 러스트 언어로 개발한 오픈소스

    오픈소스 : https://github.com/henrikpersson/potatis#nes-cloud

     

    GitHub - henrikpersson/potatis: 🥔 MOS-6502 and NES emulator in Rust (SDL/WebAssembly/Android/Embedded/Cloud)

    🥔 MOS-6502 and NES emulator in Rust (SDL/WebAssembly/Android/Embedded/Cloud) - GitHub - henrikpersson/potatis: 🥔 MOS-6502 and NES emulator in Rust (SDL/WebAssembly/Android/Embedded/Cloud)

    github.com

     

    4. GPT-4를 사용해서 프로그래밍 언어를 설계

    원본출처 : https://lukebechtel.com/blog/gpt4-generating-code

     

    GPT-4 Designed a Programming Language

    When the machines make machines, we're in a new world.

    lukebechtel.com

     

    5. ChatLLaMA, 오픈소스 프로젝트

    원본출처 : https://www.nebuly.com/blog/chatllama-0-0-2-release-notes

     

    ChatLLaMA 0.0.2 Release Notes

    ChatLLaMA is an opensource library that allows you to create hyper-personalized ChatGPT-like assistants using your own data and the least amount of compute possible.

    www.nebuly.com

    오픈소스 : https://github.com/nebuly-ai/nebullvm/tree/main/apps/accelerate/chatllama

     

    GitHub - nebuly-ai/nebullvm: Plug and play modules to optimize the performances of your AI systems 🚀

    Plug and play modules to optimize the performances of your AI systems 🚀 - GitHub - nebuly-ai/nebullvm: Plug and play modules to optimize the performances of your AI systems 🚀

    github.com

    6. MoonRay, DreamWorks의 오픈소스 최신 프로덕션 MCRT 렌더러

    공식홈페이지 : https://openmoonray.org/

     

    MoonRay Production Renderer

    Welcome MoonRay is DreamWorks’ open-source, award-winning, state-of-the-art production MCRT renderer, which has been used on feature films such as How to Train Your Dragon: The Hidden World, Trolls World Tour, The Bad Guys, the upcoming Puss In Boots: Th

    openmoonray.org

    오픈소스 : https://github.com/dreamworksanimation/openmoonray

     

    GitHub - dreamworksanimation/openmoonray

    Contribute to dreamworksanimation/openmoonray development by creating an account on GitHub.

    github.com

     

    7.  FASTGPT, Fortran언어로 작성된 빠른 GPT-2 추론 모델

    원본출처 : https://ondrejcertik.com/blog/2023/03/fastgpt-faster-than-pytorch-in-300-lines-of-fortran/

     

    fastGPT: Faster than PyTorch in 300 lines of Fortran

    Scientist at Los Alamos National Laboratory

    ondrejcertik.com

    오픈소스 : https://github.com/certik/fastGPT/

     

    GitHub - certik/fastGPT: Fast GPT-2 inference written in Fortran

    Fast GPT-2 inference written in Fortran. Contribute to certik/fastGPT development by creating an account on GitHub.

    github.com

     

     

     

    8. 정적 프로그램 분석

    원본출처 : https://cs.au.dk/~amoeller/spa/

     

    Static Program Analysis

    Welcome to the web site for the lecture notes on Static Program Analysis Anders Møller and Michael I. Schwartzbach Department of Computer Science, Aarhus University Last revision: November 2022  PDF BibTeX Static program analysis is the art of reasoning

    cs.au.dk

    오픈소스 : https://github.com/cs-au-dk/TIP/

     

    GitHub - cs-au-dk/TIP: Static program analysis for TIP

    Static program analysis for TIP. Contribute to cs-au-dk/TIP development by creating an account on GitHub.

    github.com

     

    9. GPT-4 알아야 할 모든 것

    원본출처 : https://www.kdnuggets.com/2023/03/gpt4-everything-need-know.html?utm_source=rss&utm_medium=rss&utm_campaign=gpt-4-everything-you-need-to-know 

     

    GPT-4: Everything You Need To Know - KDnuggets

    A new model by OpenAI with improved natural language generation and understanding capabilities.

    www.kdnuggets.com

     

    10. Docker 무료 팀 구독 일몰, 또다른 오픈 소스 프로젝트

    원본출처 : https://www.infoworld.com/article/3690890/docker-sunsets-free-team-subscriptions-roiling-open-source-projects.html#tk.rss_all

     

    Docker sunsets Free Team subscriptions, roiling open source projects

    Docker users with a legacy Free Team organization subscription have been told they have one month to convert to a paid tier or risk losing access to their data.

    www.infoworld.com

    Docker 후원 오픈소스프로그램 : https://www.docker.com/community/open-source/application/

     

    Apply Today - Docker-Sponsored Open Source Program

    The Docker-Sponsored Open Source Program offers non-commercial, open source developers the tools they need to push their projects forward. Apply today!

    www.docker.com

     

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