본문 바로가기

분류 전체보기

(102)
해외 IT 회사 연봉을 파악할 수 있는 사이트 https://www.levels.fyi/?compare=Zalando,Bosch%20Global,HelloFresh&track=Software%20Engineer Levels.fyi | Salaries & Tools to Level Up Your CareerSearch 300k+ salaries for different companies, job titles, career levels, and locations. Explore our tools to help you get paid more!www.levels.fyi 대략적으로 회사들의 연봉을 파악할 수 있는 사이트다. 지금 다니고 있는 회사의 정보를 보았을 때, 그래도 얼추 맞춘 것 같다. 나중에 내가 참고할라고 스크랩해둔다..
미적분학/해석학 자료 모음집 Calculushttps://github.com/bookyue/my_books/blob/master/mathematics/calculus/stewart_calculus/Calculus%20Early%20Transcendentals%209th%20Edition%20Metric%20Edition%20by%20James%20Stewart%2C%20Daniel%20Clegg%2C%20Saleem%20Watson.pdf my_books/mathematics/calculus/stewart_calculus/Calculus Early Transcendentals 9th Edition Metric Edition by James Stewart, DanieContribute to bookyue/my_books develop..
[Leetcode/Python] 1. Two Sum 📝 DescriptionGiven an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.You may assume that each input would have exactly one solution, and you may not use the same element twice.You can return the answer in any order. Example 1:Input: nums = [2,7,11,15], target = 9Output: [0,1]Explanation: Because nums[0] + nums[1] == 9, we return [..
자연어처리 바이블 https://nlpbible.github.io 자연어처리 바이블: ChatGPT 핵심기술NLP BIBLEnlpbible.github.io
[선형대수학] 행렬 계산기 선형대수학을 공부하다보면, 내가 행렬 계산을 맞게 했는지 헷갈릴 때가 있다. 그때 사용하기에 유용한 사이트를 발견해서 기록해둔다. 나는 현재 선형대수학만 공부 중이라, 행렬 계산 기능밖에 쓰지 않았는데 보니까 다른 유용한 기능도 많은 것 같다. 요새 공부하면서 챗지피티를 유용하게 사용하고 있는데, 요 녀석은 틀릴 때도 많다. (심지어 돈을 주고 사용하는데도...) 아무튼 제법 괜찮은 사이트다. symbolab이라고 한다. 이미지 밑에 링크를 걸어두었다.  https://ko.symbolab.com/solver/linear-algebra-calculator 선형 대수 계산기자유 선형 대수 계산기 - 행렬 및 벡터 연산을 단계별로 해결합니다ko.symbolab.com
TIL :: 240124 슬기롭고 싶은 나의 회사 생활.. 아직은 부족한 게 너무 많고, 한국과는 다른 문화에 온전히 적응하지 못한 것 같다. 그 중에서 가장 힘든 것은, 내가 나서서 일을 달라고 해야한다는 것과 억양이 강한 나라에서 온 동료들의 경우에 그들의 영어를 내가 못알아듣겠다는 것... * 물론 모든 외국 회사가 이러지는 않을 것이다. 그래서 조금씩 회사에서 익히는 것들을 적어두고자 한다. 물론 내 동료들만 쓰는 표현일 수 있음 주의. 영어권 국가(영어가 첫번째 공용어인 나라) 사람들이 아녜요..ㅎ 1. align with 나 뭐하면 되냐는 질문에 종종 align with 00 이란 말을 듣는다. 맥락 상 누구랑 같이 일해라인듯.. gpt는 "Align with" 뒤에 사람의 이름이 오는 경우, 이 표현은 그 사람의 의..
MacOS Python Poetry 설치하는 방법 https://python-poetry.org/ Poetry - Python dependency management and packaging made easy Dependency resolver Poetry comes with an exhaustive dependency resolver, which will always find a solution if it exists. And get a detailed explanation if no solution exists. Isolation Poetry either uses your configured virtualenvs or creates its own to al python-poetry.org 이 페이지의 installation으로 가면 된다. 참고로 나..
MacOS Homebrew 설치하는 방법 (삭제, 버전 확인까지) 처음 세팅하는 게 항상 어려운 것 같다. 다음을 위해 기록해둔다. 사용하고 있는 것은 Apple M2 기반 맥북 에어이다. 우선 Homebrew 사이트에 들어가서, 명령어를 복사한 뒤, 터미널에 그대로 복붙한다. https://brew.sh/ Homebrew The Missing Package Manager for macOS (or Linux). brew.sh 계속해서 맥북 패스워드를 입력하다보면, 그 다음 단계는, Run these two commands in your terminal to add Homebrew to your PATH 이었는데, 개인적으로 그래서 이 명령어 뭐를 입력하라는거지? 싶었다. 그래서 일단 복붙하긴 했는데, 맞는지 모르겠다...ㅎ Homebrew가 잘 설치되었는지 확인 혹은 ..