IT최신정보

IT최신정보 - 왜 그렇게 많은 기술 정리해고가 발생하며, 우리가 걱정해야 하는 이유는 무엇입니까?

산삼인생 2023. 4. 16. 16:35
728x90

목차

     

    개요

     

    소프트웨어 개발 및 IT 최신 정보 (왜 그렇게 많은 기술 정리해고가 발생하며, 우리가 걱정해야 하는 이유는 무엇입니까?)

     

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

     

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

     

    먼 이웃 나라인 미국에서는 테크기업들의 정리해고가 많이 일어나고 있습니다.

    그에 관련되어서 어느 학자가 얘기한 내용을 시작으로 몇가지 글들을 공유하고자 합니다.

     

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

     

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

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

     

    1. 왜 그렇게 많은 기술 정리해고가 발생하며, 우리가 걱정해야 하는 이유는 무엇인가?

    원본출처 : https://news.stanford.edu/2022/12/05/explains-recent-tech-layoffs-worried/

     

    What explains recent tech layoffs, and why should we be worried? | Stanford News

    As layoffs in the tech sector mount, Stanford Graduate School of Business Professor Jeffrey Pfeffer is worried. Research – by him, and others – has shown that the stress layoffs create takes a devastating toll on behavioral and physical health and incr

    news.stanford.edu

     

    2. 메타 LLaMA 모델을 C/C++ 언어로 포팅한 오픈소스

    오픈소스 : https://github.com/ggerganov/llama.cpp

     

    GitHub - ggerganov/llama.cpp: Port of Facebook's LLaMA model in C/C++

    Port of Facebook's LLaMA model in C/C++. Contribute to ggerganov/llama.cpp development by creating an account on GitHub.

    github.com

     

    3. 스크럼, 10년간의 Easy Money의 부산물이었다.

    스크럼 방법론에 대한 또다른 시각의 이야기 입니다.

    원본출처 : https://blog.bennett.ink/agile-is-the-spoiled-child-of-a-decade-of-easy-money-7c94bfc1ddf2 

     

    Scrum is the Byproduct of a Decade of Easy Money

    When I joined my first Scrum team as an engineer, I thought it was a very good idea. For some parts of it, I still think that. The idea…

    blog.bennett.ink

     

    4. 프로그램 설계 방법, 제2판. 무료 오픈소스 저서

    공식홈페이지 : https://htdp.org/2023-3-6/Book/index.html

     

    How to Design Programs, Second Edition

    Please send reports about mistakes to authors @ htdp.org

    htdp.org

     

    5. 데이터브릭스, 오픈소스 소형 언어모델 '돌리 2.0' 출시

    원본출처 : https://www.aitimes.com/news/articleView.html?idxno=150518 

     

    데이터브릭스, 오픈소스 소형 언어모델 ‘돌리 2.0’ 출시 - AI타임스

    기업이 상업적 목적으로 사용할 수 있는 오픈소스 언어 모델이 나왔다.빅데이터 기업 데이터브릭스는 2주 전에 출시한 챗GPT급 기업용 언어 모델 ‘돌리(Dolly)’의 후속 버전인 ‘돌리 2.0’을 출

    www.aitimes.com

     

    6. 마이크로소프트, 모든 업무 생산성 도구에 초거대AI 결합

    원본출처 : https://news.microsoft.com/ko-kr/2023/03/17/introducing-microsoft-365-copilot/

     

    마이크로소프트, 모든 업무 생산성 도구에 초거대AI 결합

    워드, 엑셀, 파워포인트, 아웃룩, 팀즈, 파워플랫폼 등 M365 앱에 AI 시스템 ‘코파일럿’ 내장 AI, M365 앱, 비즈니스 데이터 결합해 이전에 없던 생산성 도구로 탄생한 ‘비즈니스챗’ 공개 간단한

    news.microsoft.com

     

    7. Meta, 2023년 20가지 트렌드 보고서 공개

    원본출처 : https://www.facebook.com/business/news/insights/culture-rising-2023-trends-report

     

    새롭게 떠오르는 문화: 2023년 트렌드 보고서

    이제까지 무슨 일이 있었고, 다음에는 어떤 일이 일어날까요? 변화하는 문화를 이해하기 위한 미래 통찰 기반의 프레임워크를 살펴보세요.

    ko-kr.facebook.com

     

    8. WEB LLM, 대규모 언어 모델 & 채팅을 웹 브라우저에서

    오픈소스 : https://github.com/mlc-ai/web-llm

     

    GitHub - mlc-ai/web-llm: Bringing large-language models and chat to web browsers. Everything runs inside the browser with no ser

    Bringing large-language models and chat to web browsers. Everything runs inside the browser with no server support. - GitHub - mlc-ai/web-llm: Bringing large-language models and chat to web browser...

    github.com

    9. 오픈 소스 LLM이 C++ 코드의 버그를 감지할 수는 없었다.

    C++ 정적 분석이 가능한지 개인적으로 시험을 했고,

    오픈소스 LLM의 결과는 처참했습니다.

    GPT3.5, GPT4는 놀라운 결과를 내놓았습니다.

    원본출처 : https://catid.io/posts/llm_bugs/

     

    Can open-source LLMs detect bugs in C++ code?

    The answer may surprise you.

    catid.io

    오픈소스 : https://github.com/catid/supercharger/tree/main/airate

     

    GitHub - catid/supercharger: Supercharge Open-Source AI Models

    Supercharge Open-Source AI Models. Contribute to catid/supercharger development by creating an account on GitHub.

    github.com

     

    10. 67개의 프로그래밍 언어를 무료로 배울수 있다면?

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

     

    Exercism

    Learn, practice and get world-class mentoring in over 50 languages. 100% free.

    exercism.org

     

    11. Chocolate, 오픈소스 미디어 매니저

    오픈소스 : https://github.com/ChocolateApp/Chocolate

     

    GitHub - ChocolateApp/Chocolate: The future of media manager

    The future of media manager. Contribute to ChocolateApp/Chocolate development by creating an account on GitHub.

    github.com

     

    12. 오픈소스 프로젝트 찾는 방법

    원본출처 : https://itspp.hashnode.dev/how-to-find-open-source-projects

     

    How to find Open Source projects?

    you can start by searching for projects on GitHub, exploring Open Source communities, checking out Open Source organizations

    itspp.hashnode.dev

    13. 엘론 머스크, X.AI라는 새로운 AI 회사 설립

    원본출처 : https://www.theverge.com/2023/4/14/23684005/elon-musk-new-ai-company-x

     

    Elon Musk founds new AI company called X.AI

    He is currently the only director.

    www.theverge.com

    14. 트위터 오픈소스 추천 알고리즘

    원본출처 : https://www.infoq.com/news/2023/04/twitter-algorithm/?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=global 

     

    Twitter Open-Sources Recommendation Algorithm

    Twitter recently open-sourced several components of their system for recommending tweets for a user's Twitter timeline. The release includes the code for several of the services and jobs that run the algorithm, as well as code for training machine learning

    www.infoq.com

    15. 일상 업무를 도와주는 AI 도구 모음

    원본출처 : https://shubhsharma19.hashnode.dev/ai-tools-to-help-you-with-daily-work

     

    AI Tools to help you with daily work

    Introduction In this article, I have shared various amazing AI tools that will definitely help you in your daily work. I am sure these tools will be very helpful for students, professionals and developers as well. Magiceraser Magiceraser by the magi...

    shubhsharma19.hashnode.dev

    16. Auto-GPT, 자율적인 GPT-4실험

    오픈소스 : https://github.com/Significant-Gravitas/Auto-GPT

     

    GitHub - Significant-Gravitas/Auto-GPT: An experimental open-source attempt to make GPT-4 fully autonomous.

    An experimental open-source attempt to make GPT-4 fully autonomous. - GitHub - Significant-Gravitas/Auto-GPT: An experimental open-source attempt to make GPT-4 fully autonomous.

    github.com

    17. ReaPer, React 애플리케이션 성능을 분석하는 오픈 소스 개발 도구

    원본출처 : https://medium.com/@annako/reaper-an-open-source-dev-tool-to-analyze-react-application-performance-786f1d40f6de

     

    ReaPer : An open-source dev tool to analyze React application performance

    In a technology-driven world that demands that products show up at our finger tips in the blink of the eye, the bar for speed and…

    medium.com

    오픈소스 : https://github.com/oslabs-beta/ReaPer

     

    GitHub - oslabs-beta/ReaPer

    Contribute to oslabs-beta/ReaPer development by creating an account on GitHub.

    github.com