내부 FOMO와 싸우기 위해 정적 RSS 리더를 구축하십시오 – Smashing Magazine

내부 FOMO와 싸우기 위해 정적 RSS 리더를 구축하십시오 – Smashing Magazine

Tech와 같은 빠르게 진행되는 산업에서는 중요한 뉴스를 놓치는 것에 대한 두려움을 다루기가 어려울 수 있습니다. 그러나 우리 중 많은 사람들이 알고 있듯이 매일 많은 정보가 나오고 있으며, 스트레스를받지 않더라도 적절한 시간과 균형을 찾는 것은 어려울 수 있습니다. 고전적인 기술과 같은 기술 RSS 피드는 우리 시간의 소유권을 되 찾는 즐거운 방법입니다.. 이 기사에서는 정적 간단한 신디케이트 (RSS) 리더를 만들어 최신 선별 된 뉴스를 한 번만 가져올 것입니다 (예 : 한 번) 하루.

우리는 분명히 프로세스에서 RSS 기술과 함께 일하지만, 우리는 또한 이전에 시도하지 않은 것들과 결합 할 것입니다. 아스트로 (정적 사이트 프레임 워크), TypeScript (JavaScript Goodies의 경우) RSS-Parser (함께 연결을 위해)뿐만 아니라 예약 된 기능 그리고 후크를 빌드하십시오 NetLify가 제공합니다 (이를 수행하는 다른 서비스가 있지만).

나는 정말로이 기술을 정말로 선택했습니다. 더 성능이 뛰어나거나 더 많은 기능을 제공하거나 단순히 더 편안한 다른 솔루션이있을 수 있습니다. 그러한 경우, 원하는대로 교체하는 것이 좋습니다. 가장 중요한 것은 최종 결과를 얻는 것입니다!

계획

이것이 어떻게 될지 여기에 있습니다. Astro는 웹 사이트를 생성합니다. 제작 시간 동안 다른 RSS 피드를 한 번만 가져 오기를 원하기 때문에 정적 사이트를 사용하기로 결정했습니다. 이는 사이트가 “재건”될 때마다 제어 할 수 있고 업데이트로 재배치 할 때마다 제어 할 수있는 것입니다. 그곳에서 Netlify의 예정된 기능이 특정 시간에 자동으로 재건을 트리거 할 수 있도록하는 곳입니다. 업데이트를 수동으로 확인하고 배포 할 필요가 없습니다! CRON 작업은 서버 측 솔루션을 선호하는 경우 쉽게이 작업을 수행 할 수 있습니다.

트리거 된 재건 중에 RSS-Parser 패키지가 그 말을 정확하게 수행하도록합니다. 배열에 포함 된 RSS 피드 목록을 구문 분석하십시오. 또한 패키지를 사용하면 페치 된 결과에 대한 필터를 설정하여 지난 날, 주 등에서 만 필터를 얻을 수 있습니다. 개인적으로, 나는 콘텐츠 과부하를 방지하기 위해 지난 7 일 동안 뉴스를 렌더링합니다. 우리는 거기에 도착할 것입니다!

하지만 먼저…

RSS는 독자 또는 뉴스 어 그리 게이터에 공급할 수있는 웹 피드 기술입니다. RSS는 표준화되므로 피드의 형식에있어서 무엇을 기대 해야하는지 알고 있습니다. 즉, 피드가 제공하는 데이터를 처리 할 때 많은 재미있는 가능성이 있습니다. 대부분의 뉴스 웹 사이트에는 구독 할 수있는 자체 RSS 피드가 있습니다 (이것은 Smashing Magazine의 RSS 피드: RSS 피드는 사이트가 새로운 컨텐츠를 게시 할 때마다 업데이트 할 수 있습니다. 즉, 최신 뉴스의 빠른 소스가 될 수 있지만 해당 빈도도 조정할 수 있습니다.

RSS 피드는 확장 가능한 마크 업 언어 (XML) 형식으로 작성되며 그 안에 사용할 수있는 특정 요소가 있습니다. 여기서 기술에 너무 집중하는 대신 RSS 사양에 대한 링크를 제공하겠습니다. 괜찮아요; 해당 페이지는 지원되는 요소와 대표하는 요소와 같이 필요한 가장 적절한 정보를 찾을 수있을 정도로 스캔 할 수 있어야합니다. 이 튜토리얼의 경우 다음 요소 만 사용하고 있습니다. </code></strong>,,, <strong><code><link/></code></strong>,,, <strong><code><description/></code></strong>,,, <strong><code><item/></code></strong>그리고 <strong><code><pubdate/></code></strong>. 또한 RSS 파서 패키지가 우리를 위해 일부 작업을 수행하도록하겠습니다.</p> <div data-audience="non-subscriber" data-remove="true" class="feature-panel-container"> <aside class="feature-panel"> <div class="feature-panel-right-col"> <div class="feature-panel-image"><picture><source type="image/avif" srcset="https://archive.smashing.media/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/2c669cf1-c6ef-4c87-9901-018b04f7871f/image-optimization-shop-cover-opt.avif"><img loading="lazy" decoding="async" class="feature-panel-image-img" src="https://archive.smashing.media/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/87fd0cfa-692e-459c-b2f3-15209a1f6aa7/image-optimization-shop-cover-opt.png" alt="기능 패널" width="480" height="697"/></source></picture></div> </div> </aside> </div> <h2 id="creating-the-state-site">상태 사이트 생성</h2> <p>우리는 Astro 사이트를 만드는 것으로 시작합니다! 터미널 실행에서 <code>pnpm create astro@latest</code>. 원하는 패키지 관리자를 사용할 수 있습니다. 저는 단순히 PNPM을 직접 시도하고 있습니다.</p> <p>Astro의 채팅 기반 도우미 Houston은 명령을 실행 한 후 몇 가지 설정 질문을 살펴보고 일을 시작합니다.</p> <pre><code class="language-bash"> astro Launch sequence initiated. dir Where should we create your new project? ./rss-buddy tmpl How would you like to start your new project? Include sample files ts Do you plan to write TypeScript? Yes use How strict should TypeScript be? Strict deps Install dependencies? Yes git Initialize a new git repository? Yes </code></pre> <p>Astro의 샘플 파일을 사용하여 빨리 시작할 수 있지만 프로세스에서 약간 정리할 것입니다. 정리합시다 <code>src/pages/index.astro</code> 내부의 모든 것을 제거하여 파일 <code><main/></code> 태그. 그럼 우리는 갈 수 있습니다!</p> <p>거기에서 우리는 달리면 물건을 돌릴 수 있습니다 <code>pnpm start</code>. 터미널에서 사이트를 찾을 수있는 로컬 호스트 주소를 알려줍니다.</p> <p>그만큼 <code>src/pages/index.astro</code> 파일은 우리가 따라하려는 RSS 피드 배열을 만드는 곳입니다. 우리는 Astro의 템플릿 구문을 사용할 것이므로 두 코드 울타리 ( -) 사이에 배열을 만듭니다. <code>feedSources</code> 피드를 추가하십시오. 영감이 필요한 경우 다음을 복사 할 수 있습니다.</p> <pre><code class="language-javascript">const feedSources = [ ' ' // etc. ] </code></pre> <p>이제 프로젝트에 RSS-Parser 패키지를 설치하여 실행하여 <code>pnpm install rss-parser</code>. 이 패키지는 RSS 피드를 JavaScript 객체로 가져 오는 XML을 바꾸는 작은 라이브러리입니다. 이를 통해 RSS 피드를 쉽게 읽고 원하는 방식으로 데이터를 조작 할 수 있습니다.</p> <p>패키지가 설치되면 <code>src/pages/index.astro</code> 파일, 상단에서는 RSS-Parser를 가져 와서 인스턴스화합니다. <code>Partner</code> 수업.</p> <pre><code class="language-javascript">import Parser from 'rss-parser'; const parser = new Parser(); </code></pre> <p>우리는이 파서를 사용하여 RSS 피드를 읽고 (놀라움!) <em>구문 분석</em> JavaScript에. 우리는 여기에서 약속 목록을 다룰 것입니다. 일반적으로 나는 아마도 사용할 것입니다 <code>Promise.all()</code>그러나 문제는 복잡한 경험이되어야한다는 것입니다. 피드 중 하나가 어떤 이유로 작동하지 않으면 단순히 그것을 무시하는 것을 선호합니다.</p> <p>왜? 글쎄, 왜냐하면 <code>Promise.all()</code> 약속 중 하나만 거부하더라도 모든 것을 거부합니다. 그것은 한 피드가 내가 기대하는 방식으로 행동하지 않으면 아침에 뉴스를 읽기 위해 뜨거운 음료를 잡을 때 내 전체 페이지가 비어있을 것입니다. 나는 하루가 오류에 직면 한 것을 시작하고 싶지 않습니다.</p> <p>대신 사용하기로 결정합니다 <code>Promise.allSettled()</code>. 이 방법은 실제로 모든 약속이 실패하더라도 모든 약속을 완료하게합니다. 우리의 경우, 이것은 오류가 무시되는 모든 피드를 의미합니다.</p> <p>이것을 추가합시다 <code>src/pages/index.astro</code> 파일:</p> <div class="break-out"> <pre><code class="language-typescript">interface FeedItem { feed?: string; title?: string; link?: string; date?: Date; } const feedItems: FeedItem[] = []; await Promise.allSettled( feedSources.map(async (source) => { try { const feed = await parser.parseURL(source); feed.items.forEach((item) => { const date = item.pubDate ? new Date(item.pubDate) : undefined; feedItems.push({ feed: feed.title, title: item.title, link: item.link, date, }); }); } catch (error) { console.error(`Error fetching feed from ${source}:`, error); } }) ); </code></pre> </div> <p>이것은 이름이 명명 된 배열 (또는 그 이상)을 만듭니다 <code>feedItems</code>. 각 URL에 대해 <code>feedSources</code> 우리가 이전에 만든 배열, RSS-Parser는 항목을 검색하고 JavaScript로 구문 분석합니다. 그런 다음 원하는 데이터를 반환합니다! 지금은 간단하게 유지하고 다음을 반환 할 것입니다.</p> <ul> <li>피드 제목,</li> <li>피드 항목의 제목,</li> <li>항목에 대한 링크,</li> <li>그리고 항목의 게시 날짜.</li> </ul> <p>다음 단계는 모든 항목이 날짜별로 정렬되도록하여“최신”뉴스를 진정으로 얻는 것입니다. 이 작은 코드를 우리의 작업에 추가하십시오.</p> <div class="break-out"> <pre><code class="language-typescript">const sortedFeedItems = feedItems.sort((a, b) => (b.date ?? new Date()).getTime() - (a.date ?? new Date()).getTime()); </code></pre> </div> <p>아, 그리고… 내가이 RSS 리더가 7 일 이상을 렌더링하는 것을 원하지 않는다고 말했을 때 기억하십니까? 우리가 이미이 코드에 속해 있기 때문에 지금 당장 문제를 해결합시다.</p> <p>우리는 새로운 변수를 호출 할 것입니다 <code>sevenDaysAgo</code> 날짜를 지정하십시오. 그런 다음 그 날짜를 7 일 전에 설정하고 우리가 우리에게 새 항목을 추가하기 전에 그 논리를 사용합니다. <code>feedItems</code> 정렬.</p> <p>이것이 바로 <code>src/pages/index.astro</code> 파일은 이제이 시점에서와 같아야합니다.</p> <div class="break-out"> <pre><code class="language-typescript">--- import Layout from '../layouts/Layout.astro'; import Parser from 'rss-parser'; const parser = new Parser(); const sevenDaysAgo = new Date(); sevenDaysAgo.setDate(sevenDaysAgo.getDate() - 7); const feedSources = [ ' ' ] interface FeedItem { feed?: string; title?: string; link?: string; date?: Date; } const feedItems: FeedItem[] = []; await Promise.allSettled( feedSources.map(async (source) => { try { const feed = await parser.parseURL(source); feed.items.forEach((item) => { const date = item.pubDate ? new Date(item.pubDate) : undefined; if (date && date >= sevenDaysAgo) { feedItems.push({ feed: feed.title, title: item.title, link: item.link, date, }); } }); } catch (error) { console.error(`Error fetching feed from ${source}:`, error); } }) ); const sortedFeedItems = feedItems.sort((a, b) => (b.date ?? new Date()).getTime() - (a.date ?? new Date()).getTime()); --- <layout title="Welcome to Astro."> <main> </main> </layout> </code></pre> </div> <h2 id="rendering-xml-data">XML 데이터 렌더링</h2> <p>Astro 사이트에서 뉴스 기사를 보여줄 시간입니다! 이것을 간단하게 유지하기 위해, 우리는 다른 멋진 레이아웃이 아닌 반대 목록으로 항목을 포맷합니다.</p> <p>우리가해야 할 일은 업데이트됩니다 <code><layout/></code> XML 객체가있는 파일의 요소는 피드 항목의 제목, URL 및 게시 날짜에 뿌려졌습니다.</p> <pre><code class="language-html"><layout title="Welcome to Astro."> <main> {sortedFeedItems.map(item => ( ))} </main> </layout> </code></pre> <p>계속해서 달리십시오 <code>pnpm start</code> 터미널에서. 페이지는 정렬되지 않은 피드 항목 목록을 표시해야합니다. 물론, 모든 것이 현재 스타일이지만 운 좋게도 CSS에서 원하는 것처럼 보이게 만들 수 있습니다!</p> <p>그리고 심지어 있다는 것을 기억하십시오 <strong>각 항목에 대해 XML에서 더 많은 필드를 사용할 수 있습니다</strong> 더 많은 정보를 표시하려면. DevTools 콘솔에서 다음 스 니펫을 실행하면 처분 할 수있는 모든 필드가 표시됩니다.</p> <pre><code class="language-javascript">feed.items.forEach(item => {} </code></pre> <h2 id="scheduling-daily-static-site-builds">매일 정적 사이트 빌드 예약</h2> <p>우리는 거의 끝났습니다! 피드가 가져오고 있으며 Astro 페이지 템플릿에서 사용하기 위해 JavaScript로 데이터를 다시 반환하고 있습니다. 새 콘텐츠가 게시 될 때마다 피드가 업데이트되므로 최신 항목을 가져 오는 방법이 필요합니다.</p> <p>우리는이 일을 수동으로 피하고 싶습니다. 따라서이 사이트를 NetLify에 설정하여 재건축을 유발하는 예정된 기능과 건물을 수행하는 빌드 후크에 액세스 할 수 있습니다. 다시 말하지만, 다른 서비스 가이 작업을 수행하며,이 작업을 다른 공급 업체와 함께 제공 할 수 있습니다. 저는 그곳에서 일하기 때문에 NetLify의 일부입니다. 어쨌든 새 사이트를 설정하기위한 NetLify의 문서를 따를 수 있습니다.</p> <p>사이트가 호스팅되고 라이브가되면 재건을 예약 할 준비가됩니다. 빌드 후크는 새 빌드를 트리거하는 데 사용할 URL을 제공합니다.</p> <pre><code class="language-html"> </code></pre> <p>자정에 매일 빌드를 트리거하자. NetLify의 예정된 기능을 사용하겠습니다. 그것이 제가 NetLify를 사용하여 처음에 이것을 호스팅하는 이유입니다. 서버 작업이 없거나 복잡한 구성이 없기 때문에 호스트를 통해 준비 할 수있게되면 사물을 크게 단순화합니다. 그것을 설정하고 잊어 버리십시오!</p> <p>우리는 설치하겠습니다 <code>@netlify/functions</code> (명령어) 프로젝트에 대한 다음 프로젝트의 루트 디렉토리에서 다음 파일을 만듭니다. <code>netlify/functions/deploy.ts</code>.</p> <p>이것이 우리가 해당 파일에 추가하고 싶은 것입니다.</p> <div class="break-out"> <pre><code class="language-typescript">// netlify/functions/deploy.ts import type { Config } from '@netlify/functions'; const BUILD_HOOK = ''; // replace me! export default async (req: Request) => { await fetch(BUILD_HOOK, { method: 'POST', }) }; export const config: Config = { schedule: '0 0 * * *', }; </code></pre> </div> <p>코드를 커밋하고 푸시하면 사이트가 자동으로 재배치해야합니다. 그 시점부터, 그것은 자정에 매일 사이트를 재건하는 일정을 따릅니다. <em>너</em> 중요하다고 생각하십시오.</p> <div class="signature"><img src="https://www.smashingmagazine.com/images/logo/logo--red.png" alt="스매싱 편집" width="35" height="46" loading="lazy" decoding="async"/><br /> <span>(GG, YK)</span></div> </div> <p><a href="https://smashingmagazine.com/2024/10/build-static-rss-reader-fight-fomo/">출처 참조 </a></p> </div> </div> <div class="spnc-post-content"> </div> </article> <article class="spnc-author-box spnc-author-box-two"> <div class="spnc-author-box-wrapper"> <div> <span class="spnc-author"> <figure> <img alt='' src='https://secure.gravatar.com/avatar/97181e01b7348d04b34a0ce46e3d390b4cba218b81194122d89a6fafcdc68f6c?s=96&d=mm&r=g' class='avatar avatar-96 photo' height='96' width='96' loading='lazy' /> </figure> </span> </div> <div> <div class="spnc-author-socials-wrap"> <span class="spnc-author"> <a href="https://admin.biz.id/author/min-jun"> Min-jun (민준) </a> </span> </div> <p class="spnc-author-desc"> Add your Biographical Information. <a href="">Edit your Profile</a> now. </p> <div class="spnc-author-footer"> <a href="https://admin.biz.id/author/min-jun" class="spnc-author-posts-link">view all posts</a> </div> </div> </div> </article> <article class="spnc-pagination-single paginatn_desgn-1"> <div class="spnc-post-previous"> <div class="spnc-post-content"> <a href="https://admin.biz.id/black-friday-%ec%9d%b4-%ec%98%81%ea%b4%91%ec%8a%a4%eb%9f%ac%ec%9a%b4-govee-string-lights%eb%a5%bc-41-%ed%95%a0%ec%9d%b8.html" title="Previous post">Previous post</a> <h4 class="spnc-entry-title"> <a class="a_effect1" href="https://admin.biz.id/black-friday-%ec%9d%b4-%ec%98%81%ea%b4%91%ec%8a%a4%eb%9f%ac%ec%9a%b4-govee-string-lights%eb%a5%bc-41-%ed%95%a0%ec%9d%b8.html" title="Black Friday :이 영광스러운 Govee String Lights를 41% 할인">Black Friday :이 영광스러운 Govee String Lights를 41% 할인</a> </h4> </div> <a href="https://admin.biz.id/black-friday-%ec%9d%b4-%ec%98%81%ea%b4%91%ec%8a%a4%eb%9f%ac%ec%9a%b4-govee-string-lights%eb%a5%bc-41-%ed%95%a0%ec%9d%b8.html" class="spnc_prvs_arrow" title="Previous post arrow"><i class="fa-solid fa-angle-left"></i></a> </div> <div class="spnc-post-next"> <div class="spnc-post-content"> <a href="https://admin.biz.id/yamaha-tag3-c-review.html" title="Next post">Next post</a> <h4 class="spnc-entry-title"> <a class="a_effect1" href="https://admin.biz.id/yamaha-tag3-c-review.html" title="Yamaha Tag3 C 어쿠스틱 기타 리뷰 : 오래된 외모, 새로운 트릭">Yamaha Tag3 C 어쿠스틱 기타 리뷰 : 오래된 외모, 새로운 트릭</a> </h4> </div> <a href="https://admin.biz.id/yamaha-tag3-c-review.html" class="spnc_nxt_arrow" title="Next post arrow"><i class="fa-solid fa-angle-right"></i></a> </div> </article> <div class="spnc-related-posts spnc-grid"> <div class="spnc-main-wrapper"> <div class="spnc-main-wrapper-heading"> <h3 class="widget-title">Related Posts</h3> </div> </div> <div class="spnc-related-post-wrapper"> <article class="spnc-post"> <figure class="spnc-post-thumbnail i_effect1"> <a href="https://admin.biz.id/apple-tvos-overhaul-change-pointless.html" title="Apple의 TVOS 변화는 불필요하며 오래된 Apple TV에 ​​나쁜 소식입니다."><img post-id="5172" fifu-featured="1" width="1920" height="1094" src="https://i0.wp.com/www.flatpanelshd.com/pictures/wwdc25_2.jpg?w=1920&resize=1920,1094&ssl=1" class="img-fluid sp-thumb-img wp-post-image" alt="Apple의 TVOS 변화는 불필요하며 오래된 Apple TV에 ​​나쁜 소식입니다." title="Apple의 TVOS 변화는 불필요하며 오래된 Apple TV에 ​​나쁜 소식입니다." title="Apple의 TVOS 변화는 불필요하며 오래된 Apple TV에 ​​나쁜 소식입니다." decoding="async" loading="lazy" /></a> </figure> <div class="spnc-post-content"> <div class="spnc-content-wrapper"> <div class="spnc-post-wrapper"> <header class="spnc-entry-header"> <div class="spnc-entry-meta"> <span class="spnc-author"><i class="fa-solid fa-circle-user"></i> <a itemprop="url" href="https://admin.biz.id/author/hyun-woo" title="Posts by Hyun-woo (현우)"> Hyun-woo (현우) </a> </span> <span class="comment-links"><i class="fa-solid fa-message"></i> <a itemprop="url" href="https://admin.biz.id/apple-tvos-overhaul-change-pointless.html" title="Number of Comments"> 0 </a> </span> </div> <h3 class="spnc-entry-title"> <a class="a_effect1" itemprop="url" href="https://admin.biz.id/apple-tvos-overhaul-change-pointless.html" title="Apple의 TVOS 변화는 불필요하며 오래된 Apple TV에 ​​나쁜 소식입니다.">Apple의 TVOS 변화는 불필요하며 오래된 Apple TV에 ​​나쁜 소식입니다.</a> </h3> </header> <div class="spnc-entry-content"> <div class="spnc-footer-meta"> <div class="spnc-entry-meta"> <span class="spnc-date"><i class="fa-solid fa-clock"></i> <a itemprop="url" href="https://admin.biz.id/1970/01" title="date-time"><time itemprop="6월 3, 2025" class="entry-date">6월 3, 2025</time></a> </span> </div> </div> </div> </div> </div> </div> </article> <article class="spnc-post"> <figure class="spnc-post-thumbnail i_effect1"> <a href="https://admin.biz.id/meater-plus-deal-3563388.html" title="거래 : Meater Plus 스마트 온도계는 기록적인 가격으로 떨어집니다."><img post-id="5164" fifu-featured="1" width="1920" height="1920" src="https://i3.wp.com/image.auction.co.kr/itemimage/3c/bf/74/3cbf740696.jpg?w=1920&resize=1920,1920&ssl=1" class="img-fluid sp-thumb-img wp-post-image" alt="거래 : Meater Plus 스마트 온도계는 기록적인 가격으로 떨어집니다." title="거래 : Meater Plus 스마트 온도계는 기록적인 가격으로 떨어집니다." title="거래 : Meater Plus 스마트 온도계는 기록적인 가격으로 떨어집니다." decoding="async" loading="lazy" /></a> </figure> <div class="spnc-post-content"> <div class="spnc-content-wrapper"> <div class="spnc-post-wrapper"> <header class="spnc-entry-header"> <div class="spnc-entry-meta"> <span class="spnc-author"><i class="fa-solid fa-circle-user"></i> <a itemprop="url" href="https://admin.biz.id/author/hyun-woo" title="Posts by Hyun-woo (현우)"> Hyun-woo (현우) </a> </span> <span class="comment-links"><i class="fa-solid fa-message"></i> <a itemprop="url" href="https://admin.biz.id/meater-plus-deal-3563388.html" title="Number of Comments"> 0 </a> </span> </div> <h3 class="spnc-entry-title"> <a class="a_effect1" itemprop="url" href="https://admin.biz.id/meater-plus-deal-3563388.html" title="거래 : Meater Plus 스마트 온도계는 기록적인 가격으로 떨어집니다.">거래 : Meater Plus 스마트 온도계는 기록적인 가격으로 떨어집니다.</a> </h3> </header> <div class="spnc-entry-content"> <div class="spnc-footer-meta"> <div class="spnc-entry-meta"> <span class="spnc-date"><i class="fa-solid fa-clock"></i> <a itemprop="url" href="https://admin.biz.id/1970/01" title="date-time"><time itemprop="6월 3, 2025" class="entry-date">6월 3, 2025</time></a> </span> </div> </div> </div> </div> </div> </div> </article> <article class="spnc-post"> <figure class="spnc-post-thumbnail i_effect1"> <a href="https://admin.biz.id/%eb%8d%9c-%ed%95%a0%ec%9d%b8-%eb%8d%94-%eb%a7%8e%ec%9d%80-%ec%9e%91%ec%97%85-github-copilot%ec%9d%98-%ec%bd%94%eb%94%a9-%ec%97%90%ec%9d%b4%ec%a0%84%ed%8a%b8%ec%99%80-%ec%97%90%ec%9d%b4%ec%a0%84.html" title="덜 할인, 더 많은 작업 : Github Copilot의 코딩 에이전트와 에이전트 모드의 차이"><img post-id="5160" fifu-featured="1" width="1920" height="998" src="https://i0.wp.com/blog.kakaocdn.net/dn/bb3ctI/btsNa9WiF3W/mLpcqKbWoSYdx84NeoLkjK/img.png?w=1920&resize=1920,998&ssl=1" class="img-fluid sp-thumb-img wp-post-image" alt="덜 할인, 더 많은 작업 : Github Copilot의 코딩 에이전트와 에이전트 모드의 차이" title="덜 할인, 더 많은 작업 : Github Copilot의 코딩 에이전트와 에이전트 모드의 차이" title="덜 할인, 더 많은 작업 : Github Copilot의 코딩 에이전트와 에이전트 모드의 차이" decoding="async" loading="lazy" /></a> </figure> <div class="spnc-post-content"> <div class="spnc-content-wrapper"> <div class="spnc-post-wrapper"> <header class="spnc-entry-header"> <div class="spnc-entry-meta"> <span class="spnc-author"><i class="fa-solid fa-circle-user"></i> <a itemprop="url" href="https://admin.biz.id/author/min-jun" title="Posts by Min-jun (민준)"> Min-jun (민준) </a> </span> <span class="comment-links"><i class="fa-solid fa-message"></i> <a itemprop="url" href="https://admin.biz.id/%eb%8d%9c-%ed%95%a0%ec%9d%b8-%eb%8d%94-%eb%a7%8e%ec%9d%80-%ec%9e%91%ec%97%85-github-copilot%ec%9d%98-%ec%bd%94%eb%94%a9-%ec%97%90%ec%9d%b4%ec%a0%84%ed%8a%b8%ec%99%80-%ec%97%90%ec%9d%b4%ec%a0%84.html" title="Number of Comments"> 0 </a> </span> </div> <h3 class="spnc-entry-title"> <a class="a_effect1" itemprop="url" href="https://admin.biz.id/%eb%8d%9c-%ed%95%a0%ec%9d%b8-%eb%8d%94-%eb%a7%8e%ec%9d%80-%ec%9e%91%ec%97%85-github-copilot%ec%9d%98-%ec%bd%94%eb%94%a9-%ec%97%90%ec%9d%b4%ec%a0%84%ed%8a%b8%ec%99%80-%ec%97%90%ec%9d%b4%ec%a0%84.html" title="덜 할인, 더 많은 작업 : Github Copilot의 코딩 에이전트와 에이전트 모드의 차이">덜 할인, 더 많은 작업 : Github Copilot의 코딩 에이전트와 에이전트 모드의 차이</a> </h3> </header> <div class="spnc-entry-content"> <div class="spnc-footer-meta"> <div class="spnc-entry-meta"> <span class="spnc-date"><i class="fa-solid fa-clock"></i> <a itemprop="url" href="https://admin.biz.id/1970/01" title="date-time"><time itemprop="6월 3, 2025" class="entry-date">6월 3, 2025</time></a> </span> </div> </div> </div> </div> </div> </div> </article> </div> </div> <article class="comment-form"> <div id="respond" class="comment-respond"> <div class="spnc-blog-1-wrapper"> <div class="spnc-blog-1-heading"> <h4>Post Comment <small><a rel="nofollow" id="cancel-comment-reply-link" href="/%eb%82%b4%eb%b6%80-fomo%ec%99%80-%ec%8b%b8%ec%9a%b0%ea%b8%b0-%ec%9c%84%ed%95%b4-%ec%a0%95%ec%a0%81-rss-%eb%a6%ac%eb%8d%94%eb%a5%bc-%ea%b5%ac%ec%b6%95%ed%95%98%ec%8b%ad%ec%8b%9c%ec%98%a4-smashing-mag.html#respond" style="display:none;">응답 취소</a></small></h4></div></div><form action="https://admin.biz.id/wp-comments-post.php" method="post" id="commentform" class="comment-form" novalidate><p class="comment-form-comment"> <label for="comment">Comments <textarea id="comment" type="text" name="comment" value="" cols="45" rows="8" aria-required="true" arai-invalid="false"></textarea> </label> </p><p class="comment-form-author"> <label for="author">Name <span class="required"> <input type="text" name="author" value="" size="30" class="blog-form-control" aria-required="true" arai-invalid="false"> </span> </label> </p> <p class="comment-form-email"> <label for="email">Email <span class="required"> <input type="email" name="email" value="" size="30" class="blog-form-control" aria-required="true" arai-invalid="false"> </span> </label> </p> <p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes" /> <label for="wp-comment-cookies-consent">다음 번 댓글 작성을 위해 이 브라우저에 이름, 이메일, 그리고 웹사이트를 저장합니다.</label></p> <p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Post Comment" /> <input type='hidden' name='comment_post_ID' value='1687' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> </p></form> </div><!-- #respond --> </article> </div> </div> <!-- Right Sidebar --> <div class="spnc-col-9 spnc-sticky-sidebar"><div class="spnc-sidebar spnc-main-sidebar"><div class="right-sidebar"><aside id="search-2" data-wow-delay=".6s" class="wow-callback zoomIn widget w-c side-bar-widget sidebar-1 widget_search"><div class="spnc-widget-heading"><h2 class="spnc-widget-title" itemprop="name">찾다</h2></div><form role="search" method="get" class="search-form" action="https://admin.biz.id/"> <label> <span class="screen-reader-text">검색:</span> <input type="search" class="search-field" placeholder="검색 …" value="" name="s" /> </label> <input type="submit" class="search-submit" value="검색" /> </form></aside> <aside id="recent-posts-2" data-wow-delay=".6s" class="wow-callback zoomIn widget w-c side-bar-widget sidebar-1 widget_recent_entries"> <div class="spnc-widget-heading"><h2 class="spnc-widget-title" itemprop="name">최근 게시물</h2></div> <ul> <li> <a href="https://admin.biz.id/apple-tvos-overhaul-change-pointless.html">Apple의 TVOS 변화는 불필요하며 오래된 Apple TV에 ​​나쁜 소식입니다.</a> </li> <li> <a href="https://admin.biz.id/edtech-ixl-learning%ec%9d%80-%ec%98%81%ea%b5%ad%ec%97%90%ec%84%9c-%eb%b0%9c%ec%9e%90%ea%b5%ad%ec%9d%84-%ed%99%95%ec%9e%a5%ed%95%98%ea%b8%b0-%ec%9c%84%ed%95%b4-mytutor%eb%a5%bc-%ec%9d%b8%ec%88%98.html">Edtech IXL Learning은 영국에서 발자국을 확장하기 위해 MyTutor를 인수합니다.</a> </li> <li> <a href="https://admin.biz.id/meater-plus-deal-3563388.html">거래 : Meater Plus 스마트 온도계는 기록적인 가격으로 떨어집니다.</a> </li> <li> <a href="https://admin.biz.id/verge%ea%b0%80-%ec%9b%80%ec%a7%81%ec%9d%b4%eb%8a%94-%eb%8d%b0-%eb%8f%84%ec%9b%80%ec%9d%b4%eb%90%98%eb%8a%94-%eb%8f%84%ea%b5%ac.html">Verge가 움직이는 데 도움이되는 도구</a> </li> <li> <a href="https://admin.biz.id/%eb%8d%9c-%ed%95%a0%ec%9d%b8-%eb%8d%94-%eb%a7%8e%ec%9d%80-%ec%9e%91%ec%97%85-github-copilot%ec%9d%98-%ec%bd%94%eb%94%a9-%ec%97%90%ec%9d%b4%ec%a0%84%ed%8a%b8%ec%99%80-%ec%97%90%ec%9d%b4%ec%a0%84.html">덜 할인, 더 많은 작업 : Github Copilot의 코딩 에이전트와 에이전트 모드의 차이</a> </li> </ul> </aside><aside id="block-4" data-wow-delay=".6s" class="wow-callback zoomIn widget w-c side-bar-widget sidebar-1 widget_block"><div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow"><h2 class="wp-block-heading">최근 댓글</h2><div class="no-comments wp-block-latest-comments">보여줄 댓글 없음.</div></div></div></aside><aside id="block-5" data-wow-delay=".6s" class="wow-callback zoomIn widget w-c side-bar-widget sidebar-1 widget_block"><div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow"><h2 class="wp-block-heading">아카이브</h2><ul class="wp-block-archives-list wp-block-archives"> <li><a href='https://admin.biz.id/2025/06'>2025년 6월</a></li> <li><a href='https://admin.biz.id/2025/05'>2025년 5월</a></li> <li><a href='https://admin.biz.id/2025/04'>2025년 4월</a></li> <li><a href='https://admin.biz.id/2025/03'>2025년 3월</a></li> <li><a href='https://admin.biz.id/2025/02'>2025년 2월</a></li> <li><a href='https://admin.biz.id/2025/01'>2025년 1월</a></li> <li><a href='https://admin.biz.id/2024/12'>2024년 12월</a></li> <li><a href='https://admin.biz.id/2024/11'>2024년 11월</a></li> <li><a href='https://admin.biz.id/2024/10'>2024년 10월</a></li> <li><a href='https://admin.biz.id/2024/09'>2024년 9월</a></li> <li><a href='https://admin.biz.id/2022/02'>2022년 2월</a></li> </ul></div></div></aside><aside id="tag_cloud-2" data-wow-delay=".6s" class="wow-callback zoomIn widget w-c side-bar-widget sidebar-1 widget_tag_cloud"><div class="spnc-widget-heading"><h2 class="spnc-widget-title" itemprop="name">태그</h2></div><div class="tagcloud"><a href="https://admin.biz.id/tag/aws" class="tag-cloud-link tag-link-106 tag-link-position-1" style="font-size: 9.0566037735849pt;" aria-label="AWS (11 아이템)">AWS</a> <a href="https://admin.biz.id/tag/google" class="tag-cloud-link tag-link-19 tag-link-position-2" style="font-size: 17.377358490566pt;" aria-label="Google (50 아이템)">Google</a> <a href="https://admin.biz.id/tag/ieee-%ed%9a%8c%ec%9b%90-%eb%89%b4%ec%8a%a4" class="tag-cloud-link tag-link-835 tag-link-position-3" style="font-size: 8.5283018867925pt;" aria-label="IEEE 회원 뉴스 (10 아이템)">IEEE 회원 뉴스</a> <a href="https://admin.biz.id/tag/openai" class="tag-cloud-link tag-link-670 tag-link-position-4" style="font-size: 11.433962264151pt;" aria-label="Openai (17 아이템)">Openai</a> <a href="https://admin.biz.id/tag/%ea%b0%84%eb%8b%a8%ed%9e%88" class="tag-cloud-link tag-link-721 tag-link-position-5" style="font-size: 8.5283018867925pt;" aria-label="간단히 (10 아이템)">간단히</a> <a href="https://admin.biz.id/tag/%ea%b1%b0%eb%9e%98" class="tag-cloud-link tag-link-543 tag-link-position-6" style="font-size: 11.433962264151pt;" aria-label="거래 (17 아이템)">거래</a> <a href="https://admin.biz.id/tag/%ea%b2%80%ed%86%a0" class="tag-cloud-link tag-link-321 tag-link-position-7" style="font-size: 9.0566037735849pt;" aria-label="검토 (11 아이템)">검토</a> <a href="https://admin.biz.id/tag/%ea%b3%bc%ed%95%99" class="tag-cloud-link tag-link-804 tag-link-position-8" style="font-size: 8.5283018867925pt;" aria-label="과학 (10 아이템)">과학</a> <a href="https://admin.biz.id/tag/%ea%b5%ac%eb%a7%a4-%ea%b0%80%ec%9d%b4%eb%93%9c" class="tag-cloud-link tag-link-273 tag-link-position-9" style="font-size: 13.415094339623pt;" aria-label="구매 가이드 (25 아이템)">구매 가이드</a> <a href="https://admin.biz.id/tag/%ea%b8%b0%ea%b3%84%ec%a0%81-%ec%9d%b8%ec%a1%b0-%ec%9d%b8%ea%b0%84" class="tag-cloud-link tag-link-353 tag-link-position-10" style="font-size: 10.377358490566pt;" aria-label="기계적 인조 인간 (14 아이템)">기계적 인조 인간</a> <a href="https://admin.biz.id/tag/%ea%b8%b0%ea%b3%84-%ed%95%99%ec%8a%b5" class="tag-cloud-link tag-link-358 tag-link-position-11" style="font-size: 10.377358490566pt;" aria-label="기계 학습 (14 아이템)">기계 학습</a> <a href="https://admin.biz.id/tag/%ea%b8%b0%ec%88%a0" class="tag-cloud-link tag-link-611 tag-link-position-12" style="font-size: 19.358490566038pt;" aria-label="기술 (72 아이템)">기술</a> <a href="https://admin.biz.id/tag/%ea%b8%b0%ec%96%b4" class="tag-cloud-link tag-link-24 tag-link-position-13" style="font-size: 15.396226415094pt;" aria-label="기어 (35 아이템)">기어</a> <a href="https://admin.biz.id/tag/%eb%85%b8%eb%a6%84" class="tag-cloud-link tag-link-621 tag-link-position-14" style="font-size: 15.132075471698pt;" aria-label="노름 (34 아이템)">노름</a> <a href="https://admin.biz.id/tag/%eb%8d%b0%ec%9d%b4%ed%84%b0" class="tag-cloud-link tag-link-133 tag-link-position-15" style="font-size: 8.5283018867925pt;" aria-label="데이터 (10 아이템)">데이터</a> <a href="https://admin.biz.id/tag/%eb%8f%84%eb%84%90%eb%93%9c-%ed%8a%b8%eb%9f%bc%ed%94%84" class="tag-cloud-link tag-link-205 tag-link-position-16" style="font-size: 14.075471698113pt;" aria-label="도널드 트럼프 (28 아이템)">도널드 트럼프</a> <a href="https://admin.biz.id/tag/%eb%8f%85%ec%a0%90%ec%a0%81%ec%9d%b8" class="tag-cloud-link tag-link-261 tag-link-position-17" style="font-size: 8pt;" aria-label="독점적인 (9 아이템)">독점적인</a> <a href="https://admin.biz.id/tag/%eb%a1%9c%eb%b4%87-%ea%b3%b5%ed%95%99" class="tag-cloud-link tag-link-784 tag-link-position-18" style="font-size: 11.698113207547pt;" aria-label="로봇 공학 (18 아이템)">로봇 공학</a> <a href="https://admin.biz.id/tag/%eb%a6%ac%eb%b7%b0" class="tag-cloud-link tag-link-647 tag-link-position-19" style="font-size: 9.4528301886792pt;" aria-label="리뷰 (12 아이템)">리뷰</a> <a href="https://admin.biz.id/tag/%eb%a7%88%ec%9d%b4%ed%81%ac%eb%a1%9c-%ec%86%8c%ed%94%84%ed%8a%b8" class="tag-cloud-link tag-link-600 tag-link-position-20" style="font-size: 8pt;" aria-label="마이크로 소프트 (9 아이템)">마이크로 소프트</a> <a href="https://admin.biz.id/tag/%eb%a9%94%ed%83%80" class="tag-cloud-link tag-link-9 tag-link-position-21" style="font-size: 9.9811320754717pt;" aria-label="메타 (13 아이템)">메타</a> <a href="https://admin.biz.id/tag/%eb%b3%b4%ec%95%88" class="tag-cloud-link tag-link-108 tag-link-position-22" style="font-size: 9.0566037735849pt;" aria-label="보안 (11 아이템)">보안</a> <a href="https://admin.biz.id/tag/%ec%82%ac%ea%b3%bc" class="tag-cloud-link tag-link-240 tag-link-position-23" style="font-size: 16.584905660377pt;" aria-label="사과 (44 아이템)">사과</a> <a href="https://admin.biz.id/tag/%ec%82%ac%ec%9d%b4%eb%b2%84-%eb%b3%b4%ec%95%88" class="tag-cloud-link tag-link-965 tag-link-position-24" style="font-size: 9.9811320754717pt;" aria-label="사이버 보안 (13 아이템)">사이버 보안</a> <a href="https://admin.biz.id/tag/%ec%82%bc%ec%84%b1" class="tag-cloud-link tag-link-662 tag-link-position-25" style="font-size: 12.490566037736pt;" aria-label="삼성 (21 아이템)">삼성</a> <a href="https://admin.biz.id/tag/%ec%86%8c%ec%85%9c-%eb%af%b8%eb%94%94%ec%96%b4" class="tag-cloud-link tag-link-10 tag-link-position-26" style="font-size: 9.0566037735849pt;" aria-label="소셜 미디어 (11 아이템)">소셜 미디어</a> <a href="https://admin.biz.id/tag/%ec%86%8c%ec%8b%9d" class="tag-cloud-link tag-link-23 tag-link-position-27" style="font-size: 22pt;" aria-label="소식 (115 아이템)">소식</a> <a href="https://admin.biz.id/tag/%ec%87%bc%ed%95%91" class="tag-cloud-link tag-link-270 tag-link-position-28" style="font-size: 18.962264150943pt;" aria-label="쇼핑 (66 아이템)">쇼핑</a> <a href="https://admin.biz.id/tag/%ec%8a%a4%ed%8a%b8%eb%a6%ac%eb%b0%8d" class="tag-cloud-link tag-link-927 tag-link-position-29" style="font-size: 9.4528301886792pt;" aria-label="스트리밍 (12 아이템)">스트리밍</a> <a href="https://admin.biz.id/tag/%ec%95%84%eb%a7%88%ec%a1%b4" class="tag-cloud-link tag-link-846 tag-link-position-30" style="font-size: 9.4528301886792pt;" aria-label="아마존 (12 아이템)">아마존</a> <a href="https://admin.biz.id/tag/%ec%95%b1" class="tag-cloud-link tag-link-15 tag-link-position-31" style="font-size: 9.9811320754717pt;" aria-label="앱 (13 아이템)">앱</a> <a href="https://admin.biz.id/tag/%ec%97%98%eb%a1%a0-%eb%a8%b8%ec%8a%a4%ed%81%ac" class="tag-cloud-link tag-link-104 tag-link-position-32" style="font-size: 14.735849056604pt;" aria-label="엘론 머스크 (31 아이템)">엘론 머스크</a> <a href="https://admin.biz.id/tag/%ec%98%a4%eb%9d%bd" class="tag-cloud-link tag-link-389 tag-link-position-33" style="font-size: 15.132075471698pt;" aria-label="오락 (34 아이템)">오락</a> <a href="https://admin.biz.id/tag/%ec%9c%a0%ed%98%95-ti" class="tag-cloud-link tag-link-656 tag-link-position-34" style="font-size: 12.754716981132pt;" aria-label="유형 : TI (22 아이템)">유형 : TI</a> <a href="https://admin.biz.id/tag/%ec%9d%b8%ea%b3%b5-%ec%a7%80%eb%8a%a5" class="tag-cloud-link tag-link-731 tag-link-position-35" style="font-size: 13.415094339623pt;" aria-label="인공 지능 (25 아이템)">인공 지능</a> <a href="https://admin.biz.id/tag/%ec%9d%bc%ea%b0%81%ec%88%98" class="tag-cloud-link tag-link-134 tag-link-position-36" style="font-size: 9.9811320754717pt;" aria-label="일각수 (13 아이템)">일각수</a> <a href="https://admin.biz.id/tag/%ec%9d%bc%ec%b2%b4-%ed%8f%ac%ed%95%a8" class="tag-cloud-link tag-link-4 tag-link-position-37" style="font-size: 18.301886792453pt;" aria-label="일체 포함 (59 아이템)">일체 포함</a> <a href="https://admin.biz.id/tag/%ec%a0%84%ea%b8%b0-%ec%9e%90%eb%8f%99%ec%b0%a8" class="tag-cloud-link tag-link-339 tag-link-position-38" style="font-size: 9.4528301886792pt;" aria-label="전기 자동차 (12 아이템)">전기 자동차</a> <a href="https://admin.biz.id/tag/%ec%a0%95%eb%b6%80" class="tag-cloud-link tag-link-676 tag-link-position-39" style="font-size: 14.471698113208pt;" aria-label="정부 (30 아이템)">정부</a> <a href="https://admin.biz.id/tag/%ec%a0%95%ec%b1%85" class="tag-cloud-link tag-link-675 tag-link-position-40" style="font-size: 10.377358490566pt;" aria-label="정책 (14 아이템)">정책</a> <a href="https://admin.biz.id/tag/%ec%a0%95%ec%b9%98" class="tag-cloud-link tag-link-117 tag-link-position-41" style="font-size: 15.924528301887pt;" aria-label="정치 (39 아이템)">정치</a> <a href="https://admin.biz.id/tag/%ec%a4%91%ea%b5%ad" class="tag-cloud-link tag-link-115 tag-link-position-42" style="font-size: 8pt;" aria-label="중국 (9 아이템)">중국</a> <a href="https://admin.biz.id/tag/%ec%b4%9d%eb%8f%85" class="tag-cloud-link tag-link-703 tag-link-position-43" style="font-size: 12.490566037736pt;" aria-label="총독 (21 아이템)">총독</a> <a href="https://admin.biz.id/tag/%ec%bf%a0%ed%8f%b0" class="tag-cloud-link tag-link-874 tag-link-position-44" style="font-size: 11.433962264151pt;" aria-label="쿠폰 (17 아이템)">쿠폰</a> <a href="https://admin.biz.id/tag/%ed%9c%b4%eb%a8%b8%eb%85%b8%ec%9d%b4%eb%93%9c-%eb%a1%9c%eb%b4%87" class="tag-cloud-link tag-link-1016 tag-link-position-45" style="font-size: 9.0566037735849pt;" aria-label="휴머노이드 로봇 (11 아이템)">휴머노이드 로봇</a></div> </aside><aside id="custom_html-2" data-wow-delay=".6s" class="widget_text wow-callback zoomIn widget w-c side-bar-widget sidebar-1 widget_custom_html"><div class="textwidget custom-html-widget"><!-- Histats.com START (aync)--> <script type="text/javascript">var _Hasync= _Hasync|| []; _Hasync.push(['Histats.start', '1,4941385,4,0,0,0,00010000']); _Hasync.push(['Histats.fasi', '1']); _Hasync.push(['Histats.track_hits', '']); (function() { var hs = document.createElement('script'); hs.type = 'text/javascript'; hs.async = true; hs.src = ('//s10.histats.com/js15_as.js'); (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(hs); })();</script> <noscript><a href="/" target="_blank"><img src="//sstatic1.histats.com/0.gif?4941385&101" alt="" border="0"></a></noscript> <!-- Histats.com END --> </div></aside></div></div></div> </div> </section> <section class="spnc-page-section-space spnc-missed-section spncmc-1 spncmc-selective"> <div class="spnc-container"> <div class="spnc-row"> <div class="spnc-col-1"> <div class="spnc-missedcarousel spnc-common-widget-area"> <div class="spnc-main-wrapper"> <div class="spnc-main-wrapper-heading"> <h2 class="widget-title spncmc-head">당신은 놓쳤을 수도 있습니다</h2> </div> </div> <!--main carousel element--> <div id="spnc-missedcarousel" class="owl-carousel spnc-missed-wrap"> <div class="spnc-missed-post post-1158"> <article class="spnc-post"> <div class="spnc-missed-overlay"> <figure class="spnc-post-thumbnail i_effect1"> <img post-id="5172" fifu-featured="1" width="300" height="300" src="https://i0.wp.com/www.flatpanelshd.com/pictures/wwdc25_2.jpg?w=300&resize=300,300&ssl=1" class="attachment-medium size-medium wp-post-image" alt="Apple의 TVOS 변화는 불필요하며 오래된 Apple TV에 ​​나쁜 소식입니다." title="Apple의 TVOS 변화는 불필요하며 오래된 Apple TV에 ​​나쁜 소식입니다." title="Apple의 TVOS 변화는 불필요하며 오래된 Apple TV에 ​​나쁜 소식입니다." decoding="async" loading="lazy" /> </figure> <div class="spnc-entry-meta"> <span class="spnc-cat-links"> <a href="https://admin.biz.id/category/%ec%86%8c%ec%8b%9d/it-%ea%b0%9c%eb%b0%9c%ec%9e%90-%eb%89%b4%ec%8a%a4" class="newscrunch_category_592" title="IT 개발자 뉴스">IT 개발자 뉴스</a> <a href="https://admin.biz.id/category/%eb%89%b4%ec%8a%a4%ed%85%8c%ed%81%ac%eb%85%b8%ec%9d%b8%ed%8f%ac/%ea%b0%80%ec%a0%af%ea%b3%bc-%eb%a6%ac%eb%b7%b0" class="newscrunch_category_1" title="가젯과 리뷰">가젯과 리뷰</a> <a href="https://admin.biz.id/category/%ec%86%8c%ec%8b%9d/%eb%89%b4%ec%8a%a4-%ec%bb%b4%ed%93%a8%ed%84%b0" class="newscrunch_category_591" title="뉴스 컴퓨터">뉴스 컴퓨터</a> </span> </div> </div> <div class="spnc-post-content"> <header class="entry-header"> <h4 class="spnc-entry-title"> <a class="ancher_effact_1" href="https://admin.biz.id/apple-tvos-overhaul-change-pointless.html" title="Apple의 TVOS 변화는 불필요하며 오래된 Apple TV에 ​​나쁜 소식입니다.">Apple의 TVOS 변화는 불필요하며 오래된 Apple TV에 ​​나쁜 소식입니다.</a> </h4> </header> <div class="spnc-entry-content"> <div class="spnc-footer-meta spnc-entry-meta"> <span class="spnc-date"> <a itemprop="url" href="https://admin.biz.id/1970/01" title="date-time"><time itemprop="6월 3, 2025" class="entry-date">6월 3, 2025</time></a></span> <span class="spnc-author"><a href="https://admin.biz.id/author/hyun-woo" title="Posts by Hyun-woo (현우)"> Hyun-woo (현우)</a></span> </div> </div> </div> </article> </div> <div class="spnc-missed-post post-1158"> <article class="spnc-post"> <div class="spnc-missed-overlay"> <figure class="spnc-post-thumbnail i_effect1"> <img post-id="5164" fifu-featured="1" width="300" height="300" src="https://i3.wp.com/image.auction.co.kr/itemimage/3c/bf/74/3cbf740696.jpg?w=300&resize=300,300&ssl=1" class="attachment-medium size-medium wp-post-image" alt="거래 : Meater Plus 스마트 온도계는 기록적인 가격으로 떨어집니다." title="거래 : Meater Plus 스마트 온도계는 기록적인 가격으로 떨어집니다." title="거래 : Meater Plus 스마트 온도계는 기록적인 가격으로 떨어집니다." decoding="async" loading="lazy" /> </figure> <div class="spnc-entry-meta"> <span class="spnc-cat-links"> <a href="https://admin.biz.id/category/%ec%86%8c%ec%8b%9d/it-%ea%b0%9c%eb%b0%9c%ec%9e%90-%eb%89%b4%ec%8a%a4" class="newscrunch_category_592" title="IT 개발자 뉴스">IT 개발자 뉴스</a> <a href="https://admin.biz.id/category/%eb%89%b4%ec%8a%a4%ed%85%8c%ed%81%ac%eb%85%b8%ec%9d%b8%ed%8f%ac/%ea%b0%80%ec%a0%af%ea%b3%bc-%eb%a6%ac%eb%b7%b0" class="newscrunch_category_1" title="가젯과 리뷰">가젯과 리뷰</a> <a href="https://admin.biz.id/category/%ec%86%8c%ec%8b%9d/%eb%89%b4%ec%8a%a4-%ec%bb%b4%ed%93%a8%ed%84%b0" class="newscrunch_category_591" title="뉴스 컴퓨터">뉴스 컴퓨터</a> </span> </div> </div> <div class="spnc-post-content"> <header class="entry-header"> <h4 class="spnc-entry-title"> <a class="ancher_effact_1" href="https://admin.biz.id/meater-plus-deal-3563388.html" title="거래 : Meater Plus 스마트 온도계는 기록적인 가격으로 떨어집니다.">거래 : Meater Plus 스마트 온도계는 기록적인 가격으로 떨어집니다.</a> </h4> </header> <div class="spnc-entry-content"> <div class="spnc-footer-meta spnc-entry-meta"> <span class="spnc-date"> <a itemprop="url" href="https://admin.biz.id/1970/01" title="date-time"><time itemprop="6월 3, 2025" class="entry-date">6월 3, 2025</time></a></span> <span class="spnc-author"><a href="https://admin.biz.id/author/hyun-woo" title="Posts by Hyun-woo (현우)"> Hyun-woo (현우)</a></span> </div> </div> </div> </article> </div> <div class="spnc-missed-post post-1158"> <article class="spnc-post"> <div class="spnc-missed-overlay"> <figure class="spnc-post-thumbnail i_effect1"> <img post-id="5162" fifu-featured="1" width="300" height="300" src="https://i0.wp.com/massive.io/wp-content/uploads/2022/08/Izotope-neutron-4.jpg?w=300&resize=300,300&ssl=1" class="attachment-medium size-medium wp-post-image" alt="Verge가 움직이는 데 도움이되는 도구" title="Verge가 움직이는 데 도움이되는 도구" title="Verge가 움직이는 데 도움이되는 도구" decoding="async" loading="lazy" /> </figure> <div class="spnc-entry-meta"> <span class="spnc-cat-links"> <a href="https://admin.biz.id/category/%ec%86%8c%ec%8b%9d/it-%ea%b0%9c%eb%b0%9c%ec%9e%90-%eb%89%b4%ec%8a%a4" class="newscrunch_category_592" title="IT 개발자 뉴스">IT 개발자 뉴스</a> <a href="https://admin.biz.id/category/%eb%89%b4%ec%8a%a4%ed%85%8c%ed%81%ac%eb%85%b8%ec%9d%b8%ed%8f%ac/%ec%9d%bc%eb%b0%98-%ea%b8%b0%ec%88%a0-%eb%89%b4%ec%8a%a4" class="newscrunch_category_7" title="일반 기술 뉴스">일반 기술 뉴스</a> <a href="https://admin.biz.id/category/%ec%86%8c%ec%8b%9d/%ed%85%8c%ed%81%ac%eb%85%b8%ec%97%90-%eb%8c%80%ed%95%9c-%eb%aa%a8%eb%93%a0-%ea%b2%83" class="newscrunch_category_588" title="테크노에 대한 모든 것">테크노에 대한 모든 것</a> </span> </div> </div> <div class="spnc-post-content"> <header class="entry-header"> <h4 class="spnc-entry-title"> <a class="ancher_effact_1" href="https://admin.biz.id/verge%ea%b0%80-%ec%9b%80%ec%a7%81%ec%9d%b4%eb%8a%94-%eb%8d%b0-%eb%8f%84%ec%9b%80%ec%9d%b4%eb%90%98%eb%8a%94-%eb%8f%84%ea%b5%ac.html" title="Verge가 움직이는 데 도움이되는 도구">Verge가 움직이는 데 도움이되는 도구</a> </h4> </header> <div class="spnc-entry-content"> <div class="spnc-footer-meta spnc-entry-meta"> <span class="spnc-date"> <a itemprop="url" href="https://admin.biz.id/1970/01" title="date-time"><time itemprop="6월 3, 2025" class="entry-date">6월 3, 2025</time></a></span> <span class="spnc-author"><a href="https://admin.biz.id/author/ji-ho" title="Posts by Ji-ho (지호)"> Ji-ho (지호)</a></span> </div> </div> </div> </article> </div> <div class="spnc-missed-post post-1158"> <article class="spnc-post"> <div class="spnc-missed-overlay"> <figure class="spnc-post-thumbnail i_effect1"> <img post-id="5158" fifu-featured="1" width="300" height="300" src="https://i0.wp.com/cdn.imweb.me/upload/S201907170bf9d71adb953/3ae2bfa0582d9.png?w=300&resize=300,300&ssl=1" class="attachment-medium size-medium wp-post-image" alt="수용성 플라스틱이 3D 인쇄물의 더 나은 재활용에 대한 답이 될 수 있습니까?" title="수용성 플라스틱이 3D 인쇄물의 더 나은 재활용에 대한 답이 될 수 있습니까?" title="수용성 플라스틱이 3D 인쇄물의 더 나은 재활용에 대한 답이 될 수 있습니까?" decoding="async" loading="lazy" /> </figure> <div class="spnc-entry-meta"> <span class="spnc-cat-links"> <a href="https://admin.biz.id/category/%ec%86%8c%ec%8b%9d/it-%ea%b0%9c%eb%b0%9c%ec%9e%90-%eb%89%b4%ec%8a%a4" class="newscrunch_category_592" title="IT 개발자 뉴스">IT 개발자 뉴스</a> <a href="https://admin.biz.id/category/%eb%89%b4%ec%8a%a4%ed%85%8c%ed%81%ac%eb%85%b8%ec%9d%b8%ed%8f%ac/%ea%b0%80%ec%a0%af%ea%b3%bc-%eb%a6%ac%eb%b7%b0" class="newscrunch_category_1" title="가젯과 리뷰">가젯과 리뷰</a> <a href="https://admin.biz.id/category/%ec%86%8c%ec%8b%9d/%eb%89%b4%ec%8a%a4-%ec%bb%b4%ed%93%a8%ed%84%b0" class="newscrunch_category_591" title="뉴스 컴퓨터">뉴스 컴퓨터</a> </span> </div> </div> <div class="spnc-post-content"> <header class="entry-header"> <h4 class="spnc-entry-title"> <a class="ancher_effact_1" href="https://admin.biz.id/could-water-soluble-plastic-be-the-answer-to-better-recycling-of-3d-prints.html" title="수용성 플라스틱이 3D 인쇄물의 더 나은 재활용에 대한 답이 될 수 있습니까?">수용성 플라스틱이 3D 인쇄물의 더 나은 재활용에 대한 답이 될 수 있습니까?</a> </h4> </header> <div class="spnc-entry-content"> <div class="spnc-footer-meta spnc-entry-meta"> <span class="spnc-date"> <a itemprop="url" href="https://admin.biz.id/1970/01" title="date-time"><time itemprop="6월 3, 2025" class="entry-date">6월 3, 2025</time></a></span> <span class="spnc-author"><a href="https://admin.biz.id/author/hyun-woo" title="Posts by Hyun-woo (현우)"> Hyun-woo (현우)</a></span> </div> </div> </div> </article> </div> <div class="spnc-missed-post post-1158"> <article class="spnc-post"> <div class="spnc-missed-overlay"> <figure class="spnc-post-thumbnail i_effect1"> <img post-id="5154" fifu-featured="1" width="300" height="300" src="https://i2.wp.com/static.bundle.app/news/pc-d0381a173b5340c40aacef7578ea7eb7.jpg?w=300&resize=300,300&ssl=1" class="attachment-medium size-medium wp-post-image" alt="TechCrunch Mobility : Uber에게 승차하는 개척자, Tesla는 더 많은 땅을 잃고 텍사스의 개 같은 배달 로봇 토지" title="TechCrunch Mobility : Uber에게 승차하는 개척자, Tesla는 더 많은 땅을 잃고 텍사스의 개 같은 배달 로봇 토지" title="TechCrunch Mobility : Uber에게 승차하는 개척자, Tesla는 더 많은 땅을 잃고 텍사스의 개 같은 배달 로봇 토지" decoding="async" loading="lazy" /> </figure> <div class="spnc-entry-meta"> <span class="spnc-cat-links"> <a href="https://admin.biz.id/category/%ec%86%8c%ec%8b%9d/it-%ea%b0%9c%eb%b0%9c%ec%9e%90-%eb%89%b4%ec%8a%a4" class="newscrunch_category_592" title="IT 개발자 뉴스">IT 개발자 뉴스</a> <a href="https://admin.biz.id/category/%eb%89%b4%ec%8a%a4%ed%85%8c%ed%81%ac%eb%85%b8%ec%9d%b8%ed%8f%ac/%ec%9d%bc%eb%b0%98-%ea%b8%b0%ec%88%a0-%eb%89%b4%ec%8a%a4" class="newscrunch_category_7" title="일반 기술 뉴스">일반 기술 뉴스</a> <a href="https://admin.biz.id/category/%ec%86%8c%ec%8b%9d/%ed%85%8c%ed%81%ac%eb%85%b8%ec%97%90-%eb%8c%80%ed%95%9c-%eb%aa%a8%eb%93%a0-%ea%b2%83" class="newscrunch_category_588" title="테크노에 대한 모든 것">테크노에 대한 모든 것</a> </span> </div> </div> <div class="spnc-post-content"> <header class="entry-header"> <h4 class="spnc-entry-title"> <a class="ancher_effact_1" href="https://admin.biz.id/techcrunch-mobility-uber%ec%97%90%ea%b2%8c-%ec%8a%b9%ec%b0%a8%ed%95%98%eb%8a%94-%ea%b0%9c%ec%b2%99%ec%9e%90-tesla%eb%8a%94-%eb%8d%94-%eb%a7%8e%ec%9d%80-%eb%95%85%ec%9d%84-%ec%9e%83%ea%b3%a0.html" title="TechCrunch Mobility : Uber에게 승차하는 개척자, Tesla는 더 많은 땅을 잃고 텍사스의 개 같은 배달 로봇 토지">TechCrunch Mobility : Uber에게 승차하는 개척자, Tesla는 더 많은 땅을 잃고 텍사스의 개 같은 배달 로봇 토지</a> </h4> </header> <div class="spnc-entry-content"> <div class="spnc-footer-meta spnc-entry-meta"> <span class="spnc-date"> <a itemprop="url" href="https://admin.biz.id/1970/01" title="date-time"><time itemprop="6월 2, 2025" class="entry-date">6월 2, 2025</time></a></span> <span class="spnc-author"><a href="https://admin.biz.id/author/ji-ho" title="Posts by Ji-ho (지호)"> Ji-ho (지호)</a></span> </div> </div> </div> </article> </div> <div class="spnc-missed-post post-1158"> <article class="spnc-post"> <div class="spnc-missed-overlay"> <figure class="spnc-post-thumbnail i_effect1"> <img post-id="5152" fifu-featured="1" width="300" height="300" src="https://i3.wp.com/c.ndtvimg.com/2024-09/k3r3ivu_laura-loomer-_625x300_13_September_24.jpeg?w=300&resize=300,300&ssl=1" class="attachment-medium size-medium wp-post-image" alt="트럼프 월드는 Laura Loomer에 지쳤습니다. 그들은 대통령도 있기를 바랍니다" title="트럼프 월드는 Laura Loomer에 지쳤습니다. 그들은 대통령도 있기를 바랍니다" title="트럼프 월드는 Laura Loomer에 지쳤습니다. 그들은 대통령도 있기를 바랍니다" decoding="async" loading="lazy" /> </figure> <div class="spnc-entry-meta"> <span class="spnc-cat-links"> <a href="https://admin.biz.id/category/%ec%86%8c%ec%8b%9d/it-%ea%b0%9c%eb%b0%9c%ec%9e%90-%eb%89%b4%ec%8a%a4" class="newscrunch_category_592" title="IT 개발자 뉴스">IT 개발자 뉴스</a> <a href="https://admin.biz.id/category/%eb%89%b4%ec%8a%a4%ed%85%8c%ed%81%ac%eb%85%b8%ec%9d%b8%ed%8f%ac/%ea%b0%80%ec%a0%af%ea%b3%bc-%eb%a6%ac%eb%b7%b0" class="newscrunch_category_1" title="가젯과 리뷰">가젯과 리뷰</a> <a href="https://admin.biz.id/category/%ec%86%8c%ec%8b%9d/%eb%89%b4%ec%8a%a4-%ec%bb%b4%ed%93%a8%ed%84%b0" class="newscrunch_category_591" title="뉴스 컴퓨터">뉴스 컴퓨터</a> </span> </div> </div> <div class="spnc-post-content"> <header class="entry-header"> <h4 class="spnc-entry-title"> <a class="ancher_effact_1" href="https://admin.biz.id/trumpworld-tired-of-laura-loomer.html" title="트럼프 월드는 Laura Loomer에 지쳤습니다. 그들은 대통령도 있기를 바랍니다">트럼프 월드는 Laura Loomer에 지쳤습니다. 그들은 대통령도 있기를 바랍니다</a> </h4> </header> <div class="spnc-entry-content"> <div class="spnc-footer-meta spnc-entry-meta"> <span class="spnc-date"> <a itemprop="url" href="https://admin.biz.id/1970/01" title="date-time"><time itemprop="6월 2, 2025" class="entry-date">6월 2, 2025</time></a></span> <span class="spnc-author"><a href="https://admin.biz.id/author/hyun-woo" title="Posts by Hyun-woo (현우)"> Hyun-woo (현우)</a></span> </div> </div> </div> </article> </div> <div class="spnc-missed-post post-1158"> <article class="spnc-post"> <div class="spnc-missed-overlay"> <figure class="spnc-post-thumbnail i_effect1"> <img post-id="5146" fifu-featured="1" src="https://i.redd.it/58msj23zpe2c1.jpg" class="attachment-medium size-medium wp-post-image" alt="과소 평가 된 Android Auto Apps를 다운로드하지 않았다면 가스를 치지 마십시오." title="과소 평가 된 Android Auto Apps를 다운로드하지 않았다면 가스를 치지 마십시오." title="과소 평가 된 Android Auto Apps를 다운로드하지 않았다면 가스를 치지 마십시오." decoding="async" /> </figure> <div class="spnc-entry-meta"> <span class="spnc-cat-links"> <a href="https://admin.biz.id/category/%ec%86%8c%ec%8b%9d/it-%ea%b0%9c%eb%b0%9c%ec%9e%90-%eb%89%b4%ec%8a%a4" class="newscrunch_category_592" title="IT 개발자 뉴스">IT 개발자 뉴스</a> <a href="https://admin.biz.id/category/%eb%89%b4%ec%8a%a4%ed%85%8c%ed%81%ac%eb%85%b8%ec%9d%b8%ed%8f%ac/%ea%b0%80%ec%a0%af%ea%b3%bc-%eb%a6%ac%eb%b7%b0" class="newscrunch_category_1" title="가젯과 리뷰">가젯과 리뷰</a> <a href="https://admin.biz.id/category/%ec%86%8c%ec%8b%9d/%eb%89%b4%ec%8a%a4-%ec%bb%b4%ed%93%a8%ed%84%b0" class="newscrunch_category_591" title="뉴스 컴퓨터">뉴스 컴퓨터</a> </span> </div> </div> <div class="spnc-post-content"> <header class="entry-header"> <h4 class="spnc-entry-title"> <a class="ancher_effact_1" href="https://admin.biz.id/travel-android-auto-apps.html" title="과소 평가 된 Android Auto Apps를 다운로드하지 않았다면 가스를 치지 마십시오.">과소 평가 된 Android Auto Apps를 다운로드하지 않았다면 가스를 치지 마십시오.</a> </h4> </header> <div class="spnc-entry-content"> <div class="spnc-footer-meta spnc-entry-meta"> <span class="spnc-date"> <a itemprop="url" href="https://admin.biz.id/1970/01" title="date-time"><time itemprop="6월 2, 2025" class="entry-date">6월 2, 2025</time></a></span> <span class="spnc-author"><a href="https://admin.biz.id/author/hyun-woo" title="Posts by Hyun-woo (현우)"> Hyun-woo (현우)</a></span> </div> </div> </div> </article> </div> <div class="spnc-missed-post post-1158"> <article class="spnc-post"> <div class="spnc-missed-overlay"> <figure class="spnc-post-thumbnail i_effect1"> <img post-id="5144" fifu-featured="1" width="300" height="300" src="https://i1.wp.com/rk-img-news.s3.us-west-2.amazonaws.com/2025/05/29/475022/1.jpg?w=300&resize=300,300&ssl=1" class="attachment-medium size-medium wp-post-image" alt="독일은 미국 기술 거인에 대한 10 %의 디지털 서비스 세를 고려하고 있습니다." title="독일은 미국 기술 거인에 대한 10 %의 디지털 서비스 세를 고려하고 있습니다." title="독일은 미국 기술 거인에 대한 10 %의 디지털 서비스 세를 고려하고 있습니다." decoding="async" loading="lazy" /> </figure> <div class="spnc-entry-meta"> <span class="spnc-cat-links"> <a href="https://admin.biz.id/category/%ec%86%8c%ec%8b%9d/it-%ea%b0%9c%eb%b0%9c%ec%9e%90-%eb%89%b4%ec%8a%a4" class="newscrunch_category_592" title="IT 개발자 뉴스">IT 개발자 뉴스</a> <a href="https://admin.biz.id/category/%eb%89%b4%ec%8a%a4%ed%85%8c%ed%81%ac%eb%85%b8%ec%9d%b8%ed%8f%ac/%ec%9d%bc%eb%b0%98-%ea%b8%b0%ec%88%a0-%eb%89%b4%ec%8a%a4" class="newscrunch_category_7" title="일반 기술 뉴스">일반 기술 뉴스</a> <a href="https://admin.biz.id/category/%ec%86%8c%ec%8b%9d/%ed%85%8c%ed%81%ac%eb%85%b8%ec%97%90-%eb%8c%80%ed%95%9c-%eb%aa%a8%eb%93%a0-%ea%b2%83" class="newscrunch_category_588" title="테크노에 대한 모든 것">테크노에 대한 모든 것</a> </span> </div> </div> <div class="spnc-post-content"> <header class="entry-header"> <h4 class="spnc-entry-title"> <a class="ancher_effact_1" href="https://admin.biz.id/%eb%8f%85%ec%9d%bc%ec%9d%80-%eb%af%b8%ea%b5%ad-%ea%b8%b0%ec%88%a0-%ea%b1%b0%ec%9d%b8%ec%97%90-%eb%8c%80%ed%95%9c-10-%ec%9d%98-%eb%94%94%ec%a7%80%ed%84%b8-%ec%84%9c%eb%b9%84%ec%8a%a4-%ec%84%b8%eb%a5%bc.html" title="독일은 미국 기술 거인에 대한 10 %의 디지털 서비스 세를 고려하고 있습니다.">독일은 미국 기술 거인에 대한 10 %의 디지털 서비스 세를 고려하고 있습니다.</a> </h4> </header> <div class="spnc-entry-content"> <div class="spnc-footer-meta spnc-entry-meta"> <span class="spnc-date"> <a itemprop="url" href="https://admin.biz.id/1970/01" title="date-time"><time itemprop="6월 2, 2025" class="entry-date">6월 2, 2025</time></a></span> <span class="spnc-author"><a href="https://admin.biz.id/author/ji-ho" title="Posts by Ji-ho (지호)"> Ji-ho (지호)</a></span> </div> </div> </div> </article> </div> <div class="spnc-missed-post post-1158"> <article class="spnc-post"> <div class="spnc-missed-overlay"> <figure class="spnc-post-thumbnail i_effect1"> <img post-id="5138" fifu-featured="1" width="300" height="300" src="https://i3.wp.com/i.pinimg.com/736x/c4/7c/1b/c47c1bf22a96912af3b0669cb588f1df.jpg?w=300&resize=300,300&ssl=1" class="attachment-medium size-medium wp-post-image" alt="다음은 제가 가장 좋아하는 Google 픽셀 월페이퍼 중 15 개입니다." title="다음은 제가 가장 좋아하는 Google 픽셀 월페이퍼 중 15 개입니다." title="다음은 제가 가장 좋아하는 Google 픽셀 월페이퍼 중 15 개입니다." decoding="async" loading="lazy" /> </figure> <div class="spnc-entry-meta"> <span class="spnc-cat-links"> <a href="https://admin.biz.id/category/%ec%86%8c%ec%8b%9d/it-%ea%b0%9c%eb%b0%9c%ec%9e%90-%eb%89%b4%ec%8a%a4" class="newscrunch_category_592" title="IT 개발자 뉴스">IT 개발자 뉴스</a> <a href="https://admin.biz.id/category/%eb%89%b4%ec%8a%a4%ed%85%8c%ed%81%ac%eb%85%b8%ec%9d%b8%ed%8f%ac/%ea%b0%80%ec%a0%af%ea%b3%bc-%eb%a6%ac%eb%b7%b0" class="newscrunch_category_1" title="가젯과 리뷰">가젯과 리뷰</a> <a href="https://admin.biz.id/category/%ec%86%8c%ec%8b%9d/%eb%89%b4%ec%8a%a4-%ec%bb%b4%ed%93%a8%ed%84%b0" class="newscrunch_category_591" title="뉴스 컴퓨터">뉴스 컴퓨터</a> </span> </div> </div> <div class="spnc-post-content"> <header class="entry-header"> <h4 class="spnc-entry-title"> <a class="ancher_effact_1" href="https://admin.biz.id/favorite-google-pixel-wallpapers-3561457.html" title="다음은 제가 가장 좋아하는 Google 픽셀 월페이퍼 중 15 개입니다.">다음은 제가 가장 좋아하는 Google 픽셀 월페이퍼 중 15 개입니다.</a> </h4> </header> <div class="spnc-entry-content"> <div class="spnc-footer-meta spnc-entry-meta"> <span class="spnc-date"> <a itemprop="url" href="https://admin.biz.id/1970/01" title="date-time"><time itemprop="6월 2, 2025" class="entry-date">6월 2, 2025</time></a></span> <span class="spnc-author"><a href="https://admin.biz.id/author/hyun-woo" title="Posts by Hyun-woo (현우)"> Hyun-woo (현우)</a></span> </div> </div> </div> </article> </div> <div class="spnc-missed-post post-1158"> <article class="spnc-post"> <div class="spnc-missed-overlay"> <figure class="spnc-post-thumbnail i_effect1"> <img post-id="5136" fifu-featured="1" width="300" height="300" src="https://i2.wp.com/cdn.irobotnews.com/news/photo/202004/20475_46259_2549.jpg?w=300&resize=300,300&ssl=1" class="attachment-medium size-medium wp-post-image" alt="로봇 비디오 : 전장 심사, 소방 드론 등" title="로봇 비디오 : 전장 심사, 소방 드론 등" title="로봇 비디오 : 전장 심사, 소방 드론 등" decoding="async" loading="lazy" /> </figure> <div class="spnc-entry-meta"> <span class="spnc-cat-links"> <a href="https://admin.biz.id/category/%ec%86%8c%ec%8b%9d/it-%ea%b0%9c%eb%b0%9c%ec%9e%90-%eb%89%b4%ec%8a%a4" class="newscrunch_category_592" title="IT 개발자 뉴스">IT 개발자 뉴스</a> <a href="https://admin.biz.id/category/%eb%89%b4%ec%8a%a4%ed%85%8c%ed%81%ac%eb%85%b8%ec%9d%b8%ed%8f%ac/%ec%9d%bc%eb%b0%98-%ea%b8%b0%ec%88%a0-%eb%89%b4%ec%8a%a4" class="newscrunch_category_7" title="일반 기술 뉴스">일반 기술 뉴스</a> <a href="https://admin.biz.id/category/%ec%86%8c%ec%8b%9d/%ed%85%8c%ed%81%ac%eb%85%b8%ec%97%90-%eb%8c%80%ed%95%9c-%eb%aa%a8%eb%93%a0-%ea%b2%83" class="newscrunch_category_588" title="테크노에 대한 모든 것">테크노에 대한 모든 것</a> </span> </div> </div> <div class="spnc-post-content"> <header class="entry-header"> <h4 class="spnc-entry-title"> <a class="ancher_effact_1" href="https://admin.biz.id/%eb%a1%9c%eb%b4%87-%eb%b9%84%eb%94%94%ec%98%a4-%ec%a0%84%ec%9e%a5-%ec%8b%ac%ec%82%ac-%ec%86%8c%eb%b0%a9-%eb%93%9c%eb%a1%a0-%eb%93%b1.html" title="로봇 비디오 : 전장 심사, 소방 드론 등">로봇 비디오 : 전장 심사, 소방 드론 등</a> </h4> </header> <div class="spnc-entry-content"> <div class="spnc-footer-meta spnc-entry-meta"> <span class="spnc-date"> <a itemprop="url" href="https://admin.biz.id/1970/01" title="date-time"><time itemprop="6월 2, 2025" class="entry-date">6월 2, 2025</time></a></span> <span class="spnc-author"><a href="https://admin.biz.id/author/ji-ho" title="Posts by Ji-ho (지호)"> Ji-ho (지호)</a></span> </div> </div> </div> </article> </div> </div> <!--element to hold filtered out items--> <div id="spnc-blog-hidden" class="hide"></div> </div> </div> </div> </div> </section><section class="before-footer-ads"></section> <footer itemscope itemtype="http://schema.org/WPFooter" class="site-footer bg-default bg-footer-lite spnc-footer-ribbon-1" > <div class="overlay" style="background-color: rgb(15,11,31,0.9);"></div> <div class="spnc-container"> </div> <div class="site-info"> <div data-wow-delay=".5s" class="wow-callback slideInLeft spnc-container"> <div class="spnc-row"> <div class="spnc-col-1 spnc-right"> </div> <div class="spnc-col-1 spnc-left"> <p class="copyright-section"> NewsBlogger - Magazine & Blog <a href="https://wordpress.org">WordPress</a> Theme 2025 | Powered By <a href="https://spicethemes.com/" rel="nofollow"> SpiceThemes</a> </p> </div> </div> </div> </div> </footer> <div class="scroll-up custom right"><a href="#totop" title="Back to Top"><i class="fa fa-arrow-up"></i></a></div> <style type="text/css"> .scroll-up { right: 3.75rem; } .scroll-up.left { right: auto; } .scroll-up.custom a { border-radius: 3px; } </style> <style type="text/css"> .scroll-up.custom a { background: #; color: #fff; } .scroll-up.custom a:hover { background: #; color: #fff; } </style> </div> <script> let spncStore = 'spnc-theme'; var spncp_skin_mode = 'spnc_light'; let spncGetColor = function () { if (localStorage.getItem(spncStore)) { return localStorage.getItem(spncStore) } else { if(spncp_skin_mode == 'spnc_light') { return window.matchMedia('(spnc-color-scheme: spnc_dark)').matches ? 'spnc_dark' : 'spnc_light'; } else { return window.matchMedia('(spnc-color-scheme: spnc_dark)').matches ? 'spnc_light' : 'spnc_dark'; } } } let theme = { value: spncGetColor() }; let setPreference = function () { localStorage.setItem(spncStore, theme.value); reflectPreference(); } if(jQuery('.custom-logo')[0] ){ var img1 = document.querySelector('.custom-logo').src; var img2 = document.querySelector('.dark-custom-logo').src; } let reflectPreference = function () { document.firstElementChild.setAttribute("data-theme", theme.value); document.querySelector("#spnc-layout-icon")?.setAttribute("aria-label", theme.value); document.querySelector("#spnc-layout-icon-2")?.setAttribute("aria-label", theme.value); if(jQuery('.custom-logo')[0] ){ let logoImageUrl = document.querySelector('img.custom-logo'); let logoImageUrl1 = document.querySelector('#spnc-menu-open img.custom-logo'); logoImageUrl.src = theme.value === 'spnc_light' ? img1 : img2; logoImageUrl.srcset=theme.value === 'spnc_light' ? img1 : img2; logoImageUrl1.src = theme.value === 'spnc_light' ? img1 : img2; logoImageUrl1.srcset=theme.value === 'spnc_light' ? img1 : img2; } let toggleBtn1 = document.querySelector("#spnc-layout-icon"); let iconCode = toggleBtn1.querySelector(".fa-solid"); iconCode.className = theme.value === 'spnc_light' ? 'fa-solid fa-moon' : 'fa-solid fa-sun'; } // set early so no page flashes / CSS is made aware reflectPreference(); window.addEventListener('load', function () { reflectPreference(); let toggleBtn = document.querySelector("#spnc-layout-icon"); if (toggleBtn) { toggleBtn.addEventListener("click", function (event) { event.preventDefault(); if(spncp_skin_mode == 'spnc_light') { theme.value = theme.value === 'spnc_light' ? 'spnc_dark' : 'spnc_light'; } else { theme.value = theme.value === 'spnc_dark' ? 'spnc_light' : 'spnc_dark'; } setPreference(); }); } let toggleBtn2 = document.querySelector("#spnc-layout-icon-2"); if (toggleBtn2) { toggleBtn2.addEventListener("click", function () { event.preventDefault(); if(spncp_skin_mode == 'spnc_light') { theme.value = theme.value === 'spnc_light' ? 'spnc_dark' : 'spnc_light'; } else { theme.value = theme.value === 'spnc_dark' ? 'spnc_light' : 'spnc_dark'; } setPreference(); }); } }); // sync with system changes window.matchMedia('(spnc-color-scheme: spnc_light)') .addEventListener('change', ({matches: isDark}) => { theme.value = isDark ? 'spnc_light' : 'spnc_dark'; setPreference(); }); </script> <script> // search const search_elm = document.getElementById('searchbar_fullscreen'); search_elm.addEventListener('focusout', (event) => { if(search_elm.contains(event.relatedTarget)==false){ jQuery("#searchbar_fullscreen").removeClass('open'); } }); </script> <script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/newsblogger\/*","\/wp-content\/themes\/newscrunch\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <script type="text/javascript" src="https://admin.biz.id/wp-content/themes/newsblogger/assets/js/missed-custom.js?ver=6.8.1" id="newsblogger-custom-js"></script> <script type="text/javascript" src="https://admin.biz.id/wp-content/themes/newscrunch/assets/js/owl.carousel.min.js?ver=6.8.1" id="owl-carousel-js"></script> <script type="text/javascript" src="https://admin.biz.id/wp-content/themes/newscrunch/assets/js/custom.js?ver=6.8.1" id="newscrunch-custom-js"></script> <script type="text/javascript" src="https://admin.biz.id/wp-content/themes/newscrunch/assets/js/menu/menu.js?ver=6.8.1" id="newscrunch-menu-js"></script> <script type="text/javascript" src="https://admin.biz.id/wp-content/themes/newscrunch/assets/js/main.js?ver=6.8.1" id="newscrunch-main-js"></script> <script type="text/javascript" src="https://admin.biz.id/wp-content/themes/newscrunch/assets/js/magnific-popup.min.js?ver=6.8.1" id="magnific-popup-js"></script> <script type="text/javascript" src="https://admin.biz.id/wp-content/themes/newscrunch/assets/js/sticky-sidebar.min.js?ver=6.8.1" id="newscrunch-sticky-sidebar-js"></script> <script type="text/javascript" src="https://admin.biz.id/wp-includes/js/comment-reply.min.js?ver=6.8.1" id="comment-reply-js" async="async" data-wp-strategy="async"></script> <script type="text/javascript" id="newscrunch-missed-js-extra"> /* <![CDATA[ */ var newscrunch_missed_settings = {"loop":"1"}; /* ]]> */ </script> <script type="text/javascript" src="https://admin.biz.id/wp-content/themes/newscrunch/assets/js/missed.js?ver=6.8.1" id="newscrunch-missed-js"></script> <script type="text/javascript" id="fifu-json-ld-js-extra"> /* <![CDATA[ */ var fifuJsonLd = {"url":"https:\/\/i3.wp.com\/cdn.ibos.kr\/design\/upload_file\/__HTMLEDITOR__\/sowonshin\/9f951fad8335c177fab0682dc1589bc3_41817_6.jpg?ssl=1"}; /* ]]> */ </script> <script type="text/javascript" src="https://admin.biz.id/wp-content/plugins/featured-image-from-url/includes/html/js/json-ld.js?ver=4.9.7" id="fifu-json-ld-js"></script> <script> /(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1); </script> </body> </html>