목차
개요
소프트웨어 개발 및 IT 최신 정보 (트위터(Twitter) 추천 알고리즘 오픈 소스 공개)
오늘 이슈가 되는 소프트웨어 개발 및 IT 관련 최신 정보를 정리하였습니다.
매일 수많은 소프트웨어 개발 및 IT 관련 정보들이 업데이트 되고 있습니다.
모든 정보를 확인할 수는 없지만
개인적으로 중요하다고 생각하거나,
개발에 도움이 되는 내용 위주로 링크를 모았습니다.
전세계 IT의 흐름을 알게 된다면
새로운 비즈니스 또는 개발 업무에서 통찰을 얻게 되지 않을까 생각합니다.
Reddit, AllTop, Techradar, The Register, Coding World News, Daily.dev, Hacker News, Lobsters에서 발취를 하였습니다.
IT 최신 정보를 정리하였습니다.
목차
- 1. 트위터(Twitter) 추천 알고리즘 오픈 소스 공개
- 2. 프로그래머 중단(Interrupt) : 중단 및 컨텍스트 전환 실제 비용
- 3. Nim, 프로그래밍 언어 2.0.0 RC2 출시
- 4. 개인 정보 보호 문제로 이탈리아에서 ChatGPT 금지
- 5. 신경망의 자동 인코더(AutoEncoders) 종합 안내서
- 6. C/C++ 언어에서 Facebook의 LLaMA 모델 포팅
- 7. PonyDos, 리얼모드 OS(운영체제)
- 8. OpenAI의 GPT-3 언어 모델 기술 개요
- 9. Duolingo 는 엔지니어가 GitHub Copilot, Codespaces 를 통해 전문 지식을 강화할 수 있도록 지원
- 10. 프로그래밍의 끝이 임박했습니다.
- 11. ChatGPT vs Bing vs Bard vs Claude : 최고의 응답을 생성하는 AI 챗봇은?
- 12. 대규모 성능 엔지니어링을 달성하기 위한 5가지 팁
- 13. ChatGPT로 소설 빨리 쓰는 방법
- 14. 개발 프로세스의 유지 관리성, 재사용성, 팀 자율성을 크게 향상시킬수 있는 '컴포넌트 중심 개발방법론'
- 15. Astro 2.1 출시, 웹사이트 구축 도구
- 16. GitHub는 Twitter의 소스 코드가 포함된 저장소를 제거합니다.
- 17. Elon Musk 긴급 경고, AI 연구 중단 요구
- 18. 알리바바 공동 창업자 'Jack Ma' 돌아옴
- 19. Phygital+, 크리에이터, 개발자 및 기술 애호가를 위한 인공지능 콘텐츠 제작 도구
- 20. 소프트웨어 프로젝트 체크리스트
- 21. Phoenix 1.7.2 출시
1. 트위터(Twitter) 추천 알고리즘 오픈 소스 공개
오픈소스 : https://github.com/twitter/the-algorithm
GitHub - twitter/the-algorithm: Source code for Twitter's Recommendation Algorithm
Source code for Twitter's Recommendation Algorithm - GitHub - twitter/the-algorithm: Source code for Twitter's Recommendation Algorithm
github.com
공식 블로그 : https://blog.twitter.com/engineering/en_us/topics/open-source/2023/twitter-recommendation-algorithm
Twitter's Recommendation Algorithm
Twitter Apache Thrift is an open-source, standalone, lightweight, data encoding library. In this blog post, we share the library we built so iOS developers outside Twitter can start using Thrift data.
blog.twitter.com
권한 알고리즘 분석 : https://tomaszs2.medium.com/twitter-algorithm-for-humans-part-1-authority-d7540c15c218
🐦 Twitter Algorithm For Humans Part 1: Authority
Twitter released its algorithm. It means we can now browse the source code and learn why a lot of things happen on that platform…
tomaszs2.medium.com
2. 프로그래머 중단(Interrupt) : 중단 및 컨텍스트 전환 실제 비용
개발자 생산성에 영향을 끼치는 중요한 요소입니다. 인터럽트, 컨텍스트 전환(업무 전환)
원본출처 : https://contextkeeper.io/blog/the-real-cost-of-an-interruption-and-context-switching/
Programmer Interrupted: The Real Cost of Interruption and Context Switching
Interruptions and context switching are the two most costly factors that directly impact a programmer's daily productivity. Although there is no permanent way to avoid them, there are some interesting strategies to minimize their impact. The Cost of an Int
contextkeeper.io
3. Nim, 프로그래밍 언어 2.0.0 RC2 출시
원본출처 : https://nim-lang.org/blog/2023/03/31/version-20-rc2.html
Version 2.0.0 RC2
The second release candidate (RC2) for Nim version 2.0 is ready for testing.
nim-lang.org
4. 개인 정보 보호 문제로 이탈리아에서 ChatGPT 금지
원본출처 : https://vocal.media/01/chat-gpt-banned-in-italy-over-privacy-concerns
ChatGPT banned in Italy over privacy concerns
Italy curbs ChatGPT, starts probe over privacy concerns
vocal.media
5. 신경망의 자동 인코더(AutoEncoders) 종합 안내서
원본출처 : https://anothertechs.com/programming/neural-network/auto-encoders/
A Comprehensive Guide to Auto-Encoders in Neural Networks
A Comprehensive Guide to Auto-Encoders in Neural Networks" In our last section we have seen what is ResNet and how to implement it. In this article we will look at AutoEncoders and how to implement it in PyTorch. Introduction Auto-encoders are a type of ne
anothertechs.com
6. C/C++ 언어에서 Facebook의 LLaMA 모델 포팅
오픈소스 : 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
7. PonyDos, 리얼모드 OS(운영체제)
원본출처 : https://ahti.space/git/offtopia/ponydos
ponydos
A real-mode OS for everypony
ahti.space
8. OpenAI의 GPT-3 언어 모델 기술 개요
원본출처 : https://lambdalabs.com/blog/demystifying-gpt-3
OpenAI's GPT-3 Language Model: A Technical Overview
Chuan Li, PhD reviews GPT-3, the new NLP model from OpenAI. This paper empirically shows that language model performance scales as a power-law with model size, datataset size, and the amount of computation.
lambdalabs.com
9. Duolingo 는 엔지니어가 GitHub Copilot, Codespaces 를 통해 전문 지식을 강화할 수 있도록 지원
원본출처 : https://github.com/customer-stories/duolingo
How Duolingo uses GitHub
Duolingo empowers its engineers to be force multipliers for expertise with GitHub Copilot, Codespaces.
github.com
10. 프로그래밍의 끝이 임박했습니다.
원본출처 : https://thenewstack.io/the-end-of-programming-is-nigh/
The End of Programming Is Nigh
Matt Welsh shares his perspectives about the future of computer science, distributed computing, and if ChatGPT and GitHub Copilot represent the beginning of the end of programming.
thenewstack.io
11. ChatGPT vs Bing vs Bard vs Claude : 최고의 응답을 생성하는 AI 챗봇은?
원본출처 : https://www.searchenginejournal.com/ai-chatbot-comparison/483091/
ChatGPT, Bing, Bard, Or Claude: Which AI Chatbot Generates The Best Responses?
See how generative AI chatbots - ChatGPT, Bing AI, Google Bard, and Claude - respond to prompts on SEO, website coding, and content generation.
www.searchenginejournal.com
12. 대규모 성능 엔지니어링을 달성하기 위한 5가지 팁
원본출처 : https://thenewstack.io/5-tips-to-achieve-performance-engineering-at-scale/
5 Tips to Achieve Performance Engineering at Scale
The expertise needed to tackle an enterprise’s performance engineering is not always readily available. Here's how organizations can leverage technology to help.
thenewstack.io
13. ChatGPT로 소설 빨리 쓰는 방법
원본출처 : https://pub.towardsai.net/watch-gpt-4-write-a-story-from-a-midjourney-picture-b3dc162a1ca5
Watch GPT-4 Write a Story From a Midjourney Picture
Put a picture in, and get a story out. Mind blown.
pub.towardsai.net
14. 개발 프로세스의 유지 관리성, 재사용성, 팀 자율성을 크게 향상시킬수 있는 '컴포넌트 중심 개발방법론'
Mastering Component-Driven Development: Improving Maintainability and Collaborative Efficiency
Or: How to define the boundaries of an independent Bit Component in your distributed codebase
blog.bitsrc.io
15. Astro 2.1 출시, 웹사이트 구축 도구
원본출처 : https://astro.build/blog/astro-210/
Astro 2.1 | Astro
Introducing built-in image support • Markdoc integration • Watch mode for astro check • New TypeScript helpers and more!
astro.build
오픈소스 : https://github.com/withastro/astro
GitHub - withastro/astro: The all-in-one web framework designed for speed. ⭐️ Star to support our work!
The all-in-one web framework designed for speed. ⭐️ Star to support our work! - GitHub - withastro/astro: The all-in-one web framework designed for speed. ⭐️ Star to support our work!
github.com
16. GitHub는 Twitter의 소스 코드가 포함된 저장소를 제거합니다.
원본출처 : https://techcrunch.com/2023/03/27/github-takes-down-repository-containing-twitters-source-code/
GitHub takes down repository containing Twitter's source code
GitHub has taken down a repository that contained proprietary Twitter source code after the social network filed a DCMA takedown request.
techcrunch.com
17. Elon Musk 긴급 경고, AI 연구 중단 요구
원본출처 : https://www.analyticsvidhya.com/blog/2023/04/elon-musks-urgent-warning-demands-pause-on-ai-research/
Elon Musk's Urgent Warning, Demands Pause on AI Research
Let's look at Elon Musk's open letter to pause further development on AI tools like OpenAI's GPT-4 as they are risky to society and humanity.
www.analyticsvidhya.com
18. 알리바바 공동 창업자 'Jack Ma' 돌아옴
원본출처 : https://www.theregister.com/2023/03/28/alibaba_ceo_jack_ma_returns/
Alibaba CEO Jack Ma is back
Offering wisdom on AI signals the Alibaba boss is in Beijing's good books again
www.theregister.com
19. Phygital+, 크리에이터, 개발자 및 기술 애호가를 위한 인공지능 콘텐츠 제작 도구
원본출처 : https://80.lv/articles/phygital-a-cutting-edge-ai-tool-for-creatives-and-game-developers/
Phygital+: A Cutting-Edge AI Tool for Creatives and Game Developers
Phygital+'s CEO Oleg Yusupov told us about the company's innovative approach to AI which combines neural networks in a user-friendly way, spoke about their products and how they help game developers save content creation costs, and discussed game studios'
80.lv
20. 소프트웨어 프로젝트 체크리스트
원본출처 : https://dev.to/hixdev/software-project-checklist-4chb
Software Project Checklist
Introduction If you are about to start a new software project or wish to improve the...
dev.to
21. Phoenix 1.7.2 출시
공식홈페이지 : https://elixirforum.com/t/phoenix-1-7-2-released/54700
Phoenix 1.7.2 released
Announcement post dup’d here for convenience: Phoenix 1.7.2 is out! This minor release includes a couple features worth talking about. Let’s get to it! Easier Tailwind opt-out Phoenix 1.7 included tailwindcss by default along with a new form component-
elixirforum.com
'IT최신정보' 카테고리의 다른 글
IT최신정보 - TurboPilot, 개인 로컬 PC에서 동작하는 GitHub Copilot 대체를 위한 오픈소스 프로젝트 (0) | 2023.04.12 |
---|---|
IT최신정보 - 프로그래머를 위한 진정한 필수 도구 (0) | 2023.04.06 |
IT최신정보 - BingGPT, Bing의 AI 기반 채팅의 데스크톱 애플리케이션 (0) | 2023.03.31 |
IT최신정보 - GPT4all, LLaMa기반 챗봇 (0) | 2023.03.29 |
IT최신정보 - 영국 주 4일 파일럿 결과 전체 보고서 배포 (0) | 2023.03.28 |