並び順

ブックマーク数

期間指定

  • から
  • まで

361 - 400 件 / 4380件

新着順 人気順

well doneの検索結果361 - 400 件 / 4380件

  • What’s the best place to host Next.js site? | Kontent.ai

    You’ve built your Next.js site and now you want to put it online for the world to see. Which platform is the best to host it? In this article, I’ll describe Next.js specifics when it comes to deploying and hosting, introduce the four most common steps in publishing a Jamstack website, and use them to compare the four most popular hosting providers. Next.js specifics in deployment Next.js is a Java

      What’s the best place to host Next.js site? | Kontent.ai
    • GitHub - VGraupera/1on1-questions: Mega list of 1 on 1 meeting questions compiled from a variety to sources

      Are there any obstacles I can remove for you? As your manager, what would you like me to stop, start, or continue doing? At what point in the past week were you most frustrated with or discouraged by your work? What can I do to help you manage that? Do you feel you’re getting enough feedback? Why/why not? Do you have any feedback for me? Do you think that you receive enough feedback? Is feedback h

        GitHub - VGraupera/1on1-questions: Mega list of 1 on 1 meeting questions compiled from a variety to sources
      • Taming Floating-Point Sums | orlp.net

        Suppose you have an array of floating-point numbers, and wish to sum them. You might naively think you can simply add them, e.g. in Rust: fn naive_sum(arr: &[f32]) -> f32 { let mut out = 0.0; for x in arr { out += *x; } out } This however can easily result in an arbitrarily large accumulated error. Let’s try it out: naive_sum(&vec![1.0; 1_000_000]) = 1000000.0 naive_sum(&vec![1.0; 10_000_000]) = 1

        • SSR Support for AWS Amplify JavaScript Libraries | Amazon Web Services

          Front-End Web & Mobile SSR Support for AWS Amplify JavaScript Libraries AWS Amplify is a set of tools and services that enable mobile and front-end web developers to build secure, scalable full stack applications powered by AWS. It consists of three main components: a set of open source libraries and UI components for adding cloud-powered functionalities, a CLI toolchain to create and manage cloud

            SSR Support for AWS Amplify JavaScript Libraries | Amazon Web Services
          • Using unwrap() in Rust is Okay - Andrew Gallant's Blog

            One day before Rust 1.0 was released, I published a blog post covering the fundamentals of error handling. A particularly important but small section buried in the middle of the article is named “unwrapping isn’t evil”. That section briefly described that, broadly speaking, using unwrap() is okay if it’s in test/example code or when panicking indicates a bug. I generally still hold that belief tod

            • JavaScript™

              Deliver to: Oracle Corporation 2300 Oracle Way Austin, TX 78741 United States of America You have long ago abandoned the JavaScript trademark, and it is causing widespread, unwarranted confusion and disruption. JavaScript is the world’s most popular programming language, powering websites everywhere. Yet, few of the millions who program in it realize that JavaScript is a trademark you, Oracle, con

                JavaScript™
              • Mixing It Up: Remix Joins Shopify to Push the Web Forward

                Opens in a new windowOpens an external siteOpens an external site in a new window We are very excited to announce that the open-source web framework Remix and its team are joining Shopify. Why? The web is always evolving—and we’re entering a new era. First, we had the document web, and then we sprinkled in richer interactivity. Most recently, we entered the world of single page apps. We’ve learned

                  Mixing It Up: Remix Joins Shopify to Push the Web Forward
                • Linus Torvalds: "I Hope AVX512 Dies A Painful Death" - Phoronix

                  Linus Torvalds: "I Hope AVX512 Dies A Painful Death" Written by Michael Larabel in Intel on 11 July 2020 at 08:39 PM EDT. 116 Comments Linux creator Linus Torvalds had some choice words today on Advanced Vector Extensions 512 (AVX-512) found on select Intel processors. In a mailing list discussion stemming from the Phoronix article this week on the compiler instructions Intel is enabling for Alder

                    Linus Torvalds: "I Hope AVX512 Dies A Painful Death" - Phoronix
                  • Compiling Rust is NP-hard

                    Compiling Rust is NP-hard July 7, 2021 · 11 minute read ...though it's not the flagship borrow checking that's at fault. What I noticed, and would like to share with you today, is that the exhaustiveness checking performed by the Rust compiler on match patterns is a superset of the SAT problem. Exhaustiveness checking Consider the following code (playground): fn update_thing(old_thing: Option<Thin

                      Compiling Rust is NP-hard
                    • A journey into the Linux scheduler

                      Two years ago more or less I started my journey in Linux. I was scared at first and I didn’t know where to start from. But then I decided to buy a book - and what a book! - in order to follow a path. Along the way, I integrated the material with up-to-date documentation from kernel.org and source code. In the meantime, I started to learn C a bit so that I also could have played with what I was lea

                      • Understanding AWS Lambda’s invoke throttling limits | Amazon Web Services

                        AWS Compute Blog Understanding AWS Lambda’s invoke throttling limits This post is written by Archana Srikanta, Principal Engineer, AWS Lambda. When you call AWS Lambda’s Invoke API, a series of throttle limits are evaluated to decide if your call is let through or throttled with a 429 “Too Many Requests” exception. This blog post explains the most common invoke throttle limits and the relationship

                          Understanding AWS Lambda’s invoke throttling limits | Amazon Web Services
                        • Google AI chief Jeff Dean interview: Machine learning trends in 2020

                          Google AI chief Jeff Dean speaks with members of the AI community and press at the I/O developer conference on May 8, 2018. At the Neural Information Processing Systems (NeurIPS) conference this week in Vancouver, Canada, machine learning took center stage as 13,000 researchers explored things like neuroscience, how to interpret neural network outputs, and how AI can help solve big real-world prob

                            Google AI chief Jeff Dean interview: Machine learning trends in 2020
                          • My First Kernel Module: A Debugging Nightmare

                            This is the story of the time I wrote some code, deployed it to production, and ended up bricking the server it was running on by frying the kernel. Beautiful rendition of me frying the kernel This post is about perils of concurrency and race conditions. My code was nearly correct, but ultimately, there were two major synchronization bugs that killed it. This is a really long post that gets into t

                            • mnm open source

                              TMTP: site-centric Internet messaging TMTP is a new Internet protocol combining elements of email and the web. TMTP offers a simple, reliable, free, secure, decentralized method for messaging & correspondence & notification. Online services lack a way to directly message their customers/members. Email (SMTP etc) is unreliable, insecure, and typically transits multiple third-party hosts between sen

                              • Announcing TypeScript 5.0 Beta - TypeScript

                                Today we’re excited to announce our beta release of TypeScript 5.0! This release brings many new features, while aiming to make TypeScript, smaller, simpler, and faster. We’ve implemented the new decorators standard, functionality to better support ESM projects in Node and bundlers, new ways for library authors to control generic inference, expanded our JSDoc functionality, simplified configuratio

                                  Announcing TypeScript 5.0 Beta - TypeScript
                                • Web Performance: 11 Must-Read Tips to Give Your Site a Speed Boost - Shopify

                                  Earn more revenue as a Shopify Partner Grow your Shopify expertise and unlock new ways to earn revenue for your own business with the Shopify Partner Program. Become a Partner We can add more features to our websites and have more tools and technologies at our disposal than ever before. The downside, however, is that our choices can significantly slow down our sites, much to the frustration of cus

                                    Web Performance: 11 Must-Read Tips to Give Your Site a Speed Boost - Shopify
                                  • Z80 Explorer - Baltazar Studios

                                    Z80 Explorer is a Zilog Z80 netlist-level simulator capable of running Z80 machine code and also an educational tool with features that help reverse engineer and understand this chip better. Z80 Explorer is a tool I wished I had a few years ago when I first started looking at the photos of the Z80 chip die and was learning to reverse-engineer its features. The process was slow and painful as it in

                                      Z80 Explorer - Baltazar Studios
                                    • API Tokens: A Tedious Survey

                                      API Tokens: A Tedious Survey Author Name Thomas Ptacek @tqbf @tqbf Image by Annie Ruygt We’re Fly.io. This post isn’t about Fly.io, but you have to hear about us anyways, because my blog, my rules. Our users ship us Docker containers and we transmute them into Firecracker microvms, which we host on our own hardware around the world. With a working Dockerfile, getting up and running will take you l

                                        API Tokens: A Tedious Survey
                                      • 8 best practices for optimizing Lambda functions — Cloudash Blog

                                        Published onMonday, April 18, 20228 best practices for optimizing Lambda functionsAuthorsNameTomasz ŁakomyTwitter@tlakomy AWS Lambda is the backbone of every serverless architecture. While browsing endless serverless patterns, architectures and solutions available online, it's hard to find one without at least a single lambda function. Since its announcement in 2014, AWS Lambda has become a de-fac

                                          8 best practices for optimizing Lambda functions — Cloudash Blog
                                        • Old CSS, new CSS / fuzzy notepad

                                          I first got into web design/development in the late 90s, and only as I type this sentence do I realize how long ago that was. And boy, it was horrendous. I mean, being able to make stuff and put it online where other people could see it was pretty slick, but we did not have very much to work with. I’ve been taking for granted that most folks doing web stuff still remember those days, or at least t

                                          • Taming Go’s Memory Usage, or How We Avoided Rewriting Our Client in Rust — Akita Software

                                            Taming Go’s Memory Usage, or How We Avoided Rewriting Our Client in Rust A couple months ago, we faced a question many young startups face. Should we rewrite our system in Rust? At the time of the decision, we were a Go and Python shop. The tool we’re building passively watches API traffic to provide “one-click,” API-centric visibility, by analyzing the API traffic. Our users run an agent that sen

                                              Taming Go’s Memory Usage, or How We Avoided Rewriting Our Client in Rust — Akita Software
                                            • Video Conferencing, Web Conferencing, Webinars, Screen Sharing

                                              Zoom is the leader in modern enterprise video communications, with an easy, reliable cloud platform for video and audio conferencing, chat, and webinars across mobile, desktop, and room systems. Zoom Rooms is the original software-based conference room solution used around the world in board, conference, huddle, and training rooms, as well as executive offices and classrooms. Founded in 2011, Zoom

                                                Video Conferencing, Web Conferencing, Webinars, Screen Sharing
                                              • The next chapter for Cloudflare Workers: open source

                                                The next chapter for Cloudflare Workers: open source2022-05-09 450,000 developers have used Cloudflare Workers since we launched. When we announced Cloudflare Workers nearly five years ago, we had no idea if we’d ever be in this position. But a lot of care, hard work — not to mention dogfooding — later, we’ve been absolutely blown away by the use cases and applications built on our developer platf

                                                  The next chapter for Cloudflare Workers: open source
                                                • How to Eliminate Render-Blocking Resources: a Deep Dive

                                                  Don't let render-blocking resources block you on the road to good performance. Photo by Tim Wilson on Unsplash You might be here because Lighthouse told you to "eliminate render-blocking resources". Render-blocking resources are a common hurdle to rendering your page faster. They impact your Web Vitals which now impact your SEO. Slow render times also frustrate your users and can cause them to aba

                                                    How to Eliminate Render-Blocking Resources: a Deep Dive
                                                  • Blogged Answers: A (Mostly) Complete Guide to React Rendering Behavior

                                                    Random musings on React, Redux, and more, by Redux maintainer Mark "acemarke" Erikson This is a post in the Blogged Answers series. Details on how React rendering behaves, and how use of Context and React-Redux affect rendering I've seen a lot of ongoing confusion over when, why, and how React will re-render components, and how use of Context and React-Redux will affect the timing and scope of tho

                                                      Blogged Answers: A (Mostly) Complete Guide to React Rendering Behavior
                                                    • Embedded SRE at Mercari | Mercari Engineering

                                                      Author:@deeeeeeet, Engineering manager of Microservices SRE The Microservices SRE team is one of the Developer Productivity Engineering Camp teams. The team provides embedded SRE service to the product team. By working with/inside the product team, we improve the service reliability and share SRE practices with the team so that the team can maintain its reliability without SRE members. We rotate e

                                                        Embedded SRE at Mercari | Mercari Engineering
                                                      • Integrations | Storybook: Frontend workshop for UI development

                                                        A no config Storybook addon that makes Next.js features just work in Storybook Storybook Addon Next ⚠️ DEPRECATED ⚠️ This addon has been deprecated in favor of @storybook/nextjs which is the Storybook official addon for supporting Next.js features in Storybook. It supports everything storybook-addon-next does and much more! I even worked on developing this with them so you should be in good hands.

                                                        • CSRF, CORS, and HTTP Security headers Demystified

                                                          With an increasing number of breaches, intrusions, and data thefts, securing a web application is extremely important. On the other hand, programmers often do not have a strong grasp of how attacks work and how to mitigate them. This post attempts to close that gap a little. CSRF Cross-Site Request Forgery is an attack where a third party forces a user to execute actions against a site where they

                                                          • Amplify Social Network App Workshop

                                                            Privacy | Site Terms | © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. navigation Welcome to Amplify Social Network App(or SNS) Workshop! In this workshop, you will learn about AWS Amplify in hands-on way through the development of twitter-like social media applications. Audience Application developer who wants to develop at explosion speed Server-side engineers who want

                                                            • Optimizing your LLM in production

                                                              Note: This blog post is also available as a documentation page on Transformers. Large Language Models (LLMs) such as GPT3/4, Falcon, and LLama are rapidly advancing in their ability to tackle human-centric tasks, establishing themselves as essential tools in modern knowledge-based industries. Deploying these models in real-world tasks remains challenging, however: To exhibit near-human text unders

                                                                Optimizing your LLM in production
                                                              • Continuous reinvention: A brief history of block storage at AWS

                                                                Continuous reinvention: A brief history of block storage at AWSAugust 22, 2024 • 4802 words Marc Olson has been part of the team shaping Elastic Block Store (EBS) for over a decade. In that time, he’s helped to drive the dramatic evolution of EBS from a simple block storage service relying on shared drives to a massive network storage system that delivers over 140 trillion daily operations. In thi

                                                                  Continuous reinvention: A brief history of block storage at AWS
                                                                • Fluor.js

                                                                  on("click", "button", addClass("wobble", "h1")) on("animationend", "h1", removeClass("wobble")) What is it?Fluor.js is a tiny JavaScript library that provides you with a high-level language to easily add interactions and effects to your websites. It is great for prototypes, UI and UX research and for all websites that do not require the cumbersome machinery of a full-fledged framework. It is inspi

                                                                    Fluor.js
                                                                  • Accidentally Turing-Complete

                                                                    Accidentally Turing-Complete Some things were not supposed to be Turing-complete. This is a collection of such accidents. Stuff which is somehow limited (stack overflows, arbitrary configuration, etc) is still considered Turing complete, since all "physical" Turing machines are resource limited. C++ Templates Although they were initially not supposed to, C++ templates are Turing-complete. For proo

                                                                    • Companies Using RFCs or Design Docs and Examples of These

                                                                      RFCs - requests for comment - or Design Docs are a common tool that engineering teams use to build software faster, by clarifying assumptions and circulating plans earlier. There are some similarities between writing automated tests for your code, and writing RFCs before you start working on a non-trivial project: Software engineers who write tests for their code - and ask for code reviews on it -

                                                                        Companies Using RFCs or Design Docs and Examples of These
                                                                      • 7 Ways to Free Up Storage Space on Google Photos

                                                                        Need to reduce the amount of space you're using in Google Photos? Here are ways to reclaim storage space. Google Photos doesn't offer an unlimited storage tier like it once used to. That's why it's more important than ever to manage your Google Photos library and ensure you don't run out of space. Follow these tips to free up storage space in Google Photos. 1. Convert Photos to Storage Saver Quali

                                                                          7 Ways to Free Up Storage Space on Google Photos
                                                                        • Understanding Rendering in React ♻ ⚛️

                                                                          Hey there! 👋🏼 I'm Mateo Garcia, I co-organize a community in Medellin, Colombia called React Medellin. This year I started a series of posts called 'Coding with Mateo'; My first post was about 6 ways to write a React component. Today I want to share with you what I have researched for a couple of weeks about how rendering works in React. To begin with, I will say that the concept of rendering in

                                                                            Understanding Rendering in React ♻ ⚛️
                                                                          • The truth about CSS selector performance

                                                                            If you’re a web developer, you may have already heard that some CSS selectors are faster than others. And you’re probably hoping to find a list of the better selectors to use in this article. Well, not quite. But bear with me, I promise that by the end, you’ll have learnt something new about CSS selector performance. A quick look behind the scenes The way you write CSS selectors does play a role i

                                                                              The truth about CSS selector performance
                                                                            • Dotfiles Management - mitxela.com

                                                                              19 Dec 2022 Progress: Complete Not much of a project, but this might be useful for some folks. Here's how I am currently keeping track of all the configuration for my laptop. The system I've settled on is copied from other people – tracking dotfiles as a git repo – but taken to its extreme where the entire root filesystem is trackable. Importantly, Any file on the machine can be added to the dotfi

                                                                              • 2023 Web Framework Performance Report | Astro

                                                                                The purpose of this report is to look at real-world data to better understand the relationship between framework choice, performance, and actual user experience on the web. We’ll attempt to shed light on a few key questions: How do modern web frameworks compare in real-world usage & performance? Does framework choice influence a site’s Core Web Vitals? How related is framework choice to JavaScript

                                                                                  2023 Web Framework Performance Report | Astro
                                                                                • Humanity wastes about 500 years per day on CAPTCHAs. It’s time to end this madness

                                                                                  Humanity wastes about 500 years per day on CAPTCHAs. It’s time to end this madness2021-05-13 Select all the buses. Click on bikes. Does this photo have traffic lights? As ridiculous as these questions are, you’re almost guaranteed to have seen one recently. They are a way for online services to separate humans from bots, and they’re called CAPTCHAs. CAPTCHAs strengthen the security of online servi

                                                                                    Humanity wastes about 500 years per day on CAPTCHAs. It’s time to end this madness