IT최신정보

IT최신정보 - NASA 이미지 압축 알고리즘 구현(C언어)

산삼인생 2023. 3. 26. 20:12
728x90

목차

     

    개요

     

    소프트웨어 개발 및 IT 최신 정보 (NASA 이미지 압축 알고리즘 구현(C언어))

     

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

     

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

     

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

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

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

     

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

     

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

     

    목차

    1. NASA 이미지 압축 알고리즘 구현(C언어)

    2. Rust 1.68.1 출시

    3. 컴파일러 과정을 수강하는 이유?

    4. audioFlux, 오디오 및 음악 분석, 특징 추출을 위한 라이브러리

    5. Pawxel, 무료 오픈 소스 스크린샷 도구

    6. puppeteer, node.js를 사용하여 헤드리스 브라우저로 스크레이퍼를 만드는 방법

    7. envio, 환경 변수 관리를 위한 최신 보안 CLI 도구

    8. GitHub API  및 ChatGPT를 사용하는 스탠드업 생성기

    9. ANE(Apple Neural Engine) 트랜스포머

    10. Butler, 가상 운영 체제

    11. 소프트웨어 개발에 대한 신뢰

    12. 업그레이드 가능한 랩톱 Framework

    13. 화상 회의를 위한 최고의 무료 앱 모음

    14. ChatGPT 플러그인 출시

     

     

    1. NASA 이미지 압축 알고리즘 구현(C언어)

    오픈소스 : https://github.com/TheRealOrange/icer_compression

     

    GitHub - TheRealOrange/icer_compression: Progressive, error tolerant, wavelet-based image compression algorithm

    Progressive, error tolerant, wavelet-based image compression algorithm - GitHub - TheRealOrange/icer_compression: Progressive, error tolerant, wavelet-based image compression algorithm

    github.com

    2. Rust 1.68.1 출시

    요즘 가장 핫한 언어 Rust 버전 업그레이드 되었습니다.

    원본출처 : https://blog.rust-lang.org/2023/03/23/Rust-1.68.1.html

     

    Announcing Rust 1.68.1 | Rust Blog

    Empowering everyone to build reliable and efficient software.

    blog.rust-lang.org

    3. 컴파일러 과정을 수강하는 이유?

    원본출처 : https://blog.regehr.org/archives/169

     

    Why Take a Compiler Course? – Embedded in Academia

    [Also see why take an OS course and why take an embedded systems course.] All good computer science departments offer a compilers course, but relatively few make it a required part of the undergraduate curriculum. This post answers the question: Why should

    blog.regehr.org

    4. audioFlux, 오디오 및 음악 분석, 특징 추출을 위한 라이브러리

    원본출처 : https://audioflux.top/

     

    AudioFlux — AudioFlux 0.1.3 documentation

    © Copyright 2023, AudioFluxLib.

    audioflux.top

    5. Pawxel, 무료 오픈 소스 스크린샷 도구

    오픈소스 : https://github.com/yeahitsjan/pawxel

     

    GitHub - yeahitsjan/pawxel: The last screenshot tool you will ever use - I promise :cat2:

    The last screenshot tool you will ever use - I promise :cat2: - GitHub - yeahitsjan/pawxel: The last screenshot tool you will ever use - I promise :cat2:

    github.com

    6. puppeteer, node.js를 사용하여 헤드리스 브라우저로 스크레이퍼를 만드는 방법

    원본출처 : https://noiselesstech.net/2023/03/09/how-to-create-a-scraper-with-a-headless-browser-using-puppeteer-and-node-js/

     

    How to create a scraper with a  headless browser using puppeteer and node.js - NoiseLessTech

    At some point we need to collect data from some websites, the normal process is to talk with the owners of companies because you would like to buy a

    noiselesstech.net

    7. envio, 환경 변수 관리를 위한 최신 보안 CLI 도구

    오픈소스 : https://github.com/humblepenguinn/envio

     

    GitHub - humblepenguinn/envio: Envio is a command-line tool that simplifies the management of environment variables across multi

    Envio is a command-line tool that simplifies the management of environment variables across multiple profiles. It allows users to easily switch between different configurations and apply them to th...

    github.com

    8. GitHub API  및 ChatGPT를 사용하는 스탠드업 생성기

    오픈소스 : https://github.com/kadekillary/GM

     

    GitHub - kadekillary/GM: 🧸 standup generator w/ GitHub API & ChatGPT

    🧸 standup generator w/ GitHub API & ChatGPT. Contribute to kadekillary/GM development by creating an account on GitHub.

    github.com

    9. ANE(Apple Neural Engine) 트랜스포머

    오픈소스 : https://github.com/apple/ml-ane-transformers

     

    GitHub - apple/ml-ane-transformers: Reference implementation of the Transformer architecture optimized for Apple Neural Engine (

    Reference implementation of the Transformer architecture optimized for Apple Neural Engine (ANE) - GitHub - apple/ml-ane-transformers: Reference implementation of the Transformer architecture optim...

    github.com

    10. Butler, 가상 운영 체제

    원본출처 : https://tristancacqueray.github.io/blog/introducing-butler

     

    Introducing Butler Virtual Operating System

    This post introduces haskell-butler, a virtual operating system that runs multi-players applications on the web. In two parts, I present:

    tristancacqueray.github.io

     

    11. 소프트웨어 개발에 대한 신뢰

    원본출처 : https://blog.ploeh.dk/2023/03/20/on-trust-in-software-development/

     

    On trust in software development

    Can you trust your colleagues to write good code? Can you trust yourself? I've recently noticed a trend among some agile thought leaders. They talk about trust and gatekeeping. It goes something like this: Why put up barriers to prevent people from committ

    blog.ploeh.dk

    12. 업그레이드 가능한 랩톱 Framework

    원본출처 : https://www.youtube.com/watch?v=ccpsyRipHlk&ab_channel=Framework 

    13. 화상 회의를 위한 최고의 무료 앱 모음

    원본출처 : https://www.theverge.com/21286781/best-video-call-apps-free

     

    The best free apps for video meetings

    Meet your friends online via a free videoconferencing app.

    www.theverge.com

    14. ChatGPT 플러그인 출시

    원본출처 : https://openai.com/blog/chatgpt-plugins

     

    ChatGPT plugins

    We’ve implemented initial support for plugins in ChatGPT. Plugins are tools designed specifically for language models with safety as a core principle, and help ChatGPT access up-to-date information, run computations, or use third-party services.

    openai.com

     

    IT최신정보 이상으로 마치도록 하겠습니다.

     

    행복한 한주 되세요~^^