user1272047formusicetcmusicetc.hashnode.dev·Nov 7, 2024Simple remix or mashup by reducing the volumeTo overlap the last 10 seconds of dream.v.0.9.r.9.mp3 with the first 10 seconds of dream.v.1.5.r.9.a.mp3, you can use the following ffmpeg script: # Go to the directory cd /media/backup_005_3/music.mp3.etc.no.video.ws/music.mp3.etc/dream/remix.meshap...Discussmushup
Benjamin Templebenjamintemple.hashnode.dev·Oct 23, 2024Next.js Server Components and the "use" Hook: Is It Like a Remix Loader?The web development landscape is constantly evolving, and frameworks like Next.js and Remix are leading the charge with new ways to fetch data on the server. Recently, with the introduction of React Server Components (RSC) and the use hook, Next.js h...DiscussNext.js
Idris OlubisiforAxelar Developer Blogblog.axelar.dev·Oct 9, 2024Multichain RWA Lending with Axelar GMPToday, we see many different networks, each with its own strengths and limitations. This has created significant challenges, leading to scattered liquidity and complicated user experiences, especially in Real World Asset (RWA) lending. To tackle thes...Discuss·11 likes·335 readsaxelar
Kishan Kumarkishanhitk.hashnode.dev·Oct 5, 2024Making Sense of Prefetch Options in Remix: When and How to Use ThemPrefetching a link is one of the simplest ways to make your website feel faster. Prefetching means the browser will fetch the data for a page even before you click the link to navigate to that page. Remix, like most other modern web frameworks allows...DiscussRemix
Mannuel Ferreiramanny.hashnode.dev·Sep 25, 2024Fun with Remix, React and Discogs APII'd like to share and hopefully inspire some of you to do more side projects. This is how I thought about building a vinyl list web app, the process of building it, including "some" not all technical details. First some context. I had a "need" and ...DiscussReact
Davis Gdavisg.me·Sep 20, 2024Effortless Client Server Communication with Remix and ZodI recently started using Remix for a few projects and I’ve been impressed with the client server model. I enjoy the clear boundaries between server and client and find it easier to reason about compared to NextJS. If you’re not familiar with Remix I’...DiscussRemix
Grenish raigrenishrai.hashnode.dev·Sep 12, 2024OpenAI's o1 : The Next Game Changer in Reasoning and AI Evolution?OpenAI just recently released their next model, o1 (previously codenamed Strawberry). OpenAI stated that o1 is their new model that will be more reasonable while answering to user's questions. We've developed a new series of AI models designed to sp...Discusschatgpt
venkata ravindra pvravindrapv.hashnode.dev·Sep 7, 2024Remix jsRemix.js Overview Remix.js is a robust web framework designed to simplify the development of modern web applications. It offers a flexible and efficient approach to building interactive user interfaces. Remix.js prioritizes performance, developer exp...Discuss·1 like·117 readsJavaScript
Opeyemi Ojoopyjo2.hashnode.dev·Sep 6, 2024Why OpenAI Moved from Next.js to Remix: A Detailed AnalysisIn the fast-paced world of web development, the choice of frameworks plays a pivotal role in determining performance, scalability, and developer experience. Recently, OpenAI made the decision to switch from Next.js to Remix for their web applications...Discuss·64 readsJavaScript