並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 36 件 / 36件

新着順 人気順

blockingの検索結果1 - 36 件 / 36件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

blockingに関するエントリは36件あります。 performancesecuritynetwork などが関連タグです。 人気エントリには 『China is now blocking all encrypted HTTPS traffic that uses TLS 1.3 and ESNI』などがあります。
  • China is now blocking all encrypted HTTPS traffic that uses TLS 1.3 and ESNI

    How the top VPNs compare: Plus, should you try a free VPN? We tested the best VPN services -- focusing on the number of servers, ability to unlock streaming services, and more -- to determine a No. 1 overall. Plus, we tell you whether free VPNs are worth trying. Read now The Chinese government has deployed an update to its national censorship tool, known as the Great Firewall (GFW), to block encry

      China is now blocking all encrypted HTTPS traffic that uses TLS 1.3 and ESNI
    • Full Third-Party Cookie Blocking and More

      This blog post covers several enhancements to Intelligent Tracking Prevention (ITP) in iOS and iPadOS 13.4 and Safari 13.1 on macOS to address our latest discoveries in the industry around tracking. Cookies for cross-site resources are now blocked by default across the board. This is a significant improvement for privacy since it removes any sense of exceptions or “a little bit of cross-site track

      • GitHub - alewin/useWorker: ⚛️ useWorker() - A React Hook for Blocking-Free Background Tasks

        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

          GitHub - alewin/useWorker: ⚛️ useWorker() - A React Hook for Blocking-Free Background Tasks
        • 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
          • Firebase Authenticationのバリデーション等を新機能「blocking functions」を用いて拡張する - Flatt Security Blog

            こんにちは。 セキュリティエンジニアの@okazu-dm です。 この記事は、Firebase Authenticationに2022年7月ごろに追加されたblocking functions という機能についての紹介です。 詳細は後述しますが、blocking functionsはFirebase Authenticationの登録、サインイン処理を拡張するための機能で、この記事では、blocking functionsの概要やリリースされた経緯を紹介し、実際のユースケースも一部サンプルコードと共に例示します。 また、Flatt SecurityではFirebaseで構築されたサーバーレスなアプリケーションへの効果的な脆弱性診断メニューを提供しています。 ご興味のある方はぜひ事例インタビューをご覧ください。 blocking functionsについての概要 blocking funct

              Firebase Authenticationのバリデーション等を新機能「blocking functions」を用いて拡張する - Flatt Security Blog
            • Head-of-Line Blocking in QUIC and HTTP/3: The Details

              Robin Marx is a Web Performance and network protocol researcher at Hasselt University, Belgium. He is mainly looking into HTTP/3 and QUIC performance, and develops the qlog and qvis tools to make this easier. In a previous life he was a multiplayer game programmer and co-founder of LuGus Studios. YouTube videos of Robin are either humoristic technical talks or him hitting other people with longswo

                Head-of-Line Blocking in QUIC and HTTP/3: The Details
              • GitHub - cloudwego/netpoll: A high-performance non-blocking I/O networking framework focusing on RPC scenarios.

                Netpoll is a high-performance non-blocking I/O networking framework, which focused on RPC scenarios, developed by ByteDance. RPC is usually heavy on processing logic and therefore cannot handle I/O serially. But Go's standard library net is designed for blocking I/O APIs, so that the RPC framework can only follow the One Conn One Goroutine design. It will waste a lot of cost for context switching,

                  GitHub - cloudwego/netpoll: A high-performance non-blocking I/O networking framework focusing on RPC scenarios.
                • Blocking Visual Studio Code embedded reverse shell before it's too late

                  Visual studio code tunnel Introduction Since July 2023, Microsoft is offering the perfect reverse shell, embedded inside Visual Studio Code, a widely used development tool. With just a few clicks, any user with a github account can share their visual studio desktop on the web. VS code tunnel is almost considered a lolbin (Living Of the Land Binary). I am so glad that my users now have the ability

                    Blocking Visual Studio Code embedded reverse shell before it's too late
                  • American lawyer, 77, busted in Panama after gunning down two eco-protesters blocking highway in shocking video

                    An elderly American has been arrested after a gunman was caught on camera walking up to environmental protesters blocking a Panamanian highway Tuesday and blasting two of them to death. Disturbing footage showed a man with gray hair and glasses casually approaching the blockade on the Pan-American Highway and waving his finger while arguing with the demonstrators — before pulling out a gun and ope

                      American lawyer, 77, busted in Panama after gunning down two eco-protesters blocking highway in shocking video
                    • Blocking Kiwifarms

                      This post is also available in 简体中文, 日本語, Deutsch, Français, Español. We have blocked Kiwifarms. Visitors to any of the Kiwifarms sites that use any of Cloudflare's services will see a Cloudflare block page and a link to this post. Kiwifarms may move their sites to other providers and, in doing so, come back online, but we have taken steps to block their content from being accessed through our inf

                        Blocking Kiwifarms
                      • Practical Guide To Not Blocking The Event Loop

                        JavaScript runs in a single-threaded environment with an event loop, an architecture that is very easy to reason about. It’s a continuous loop executing incoming work. Said work can schedule more of it for the future. while (hasWorkToDo) { /* Run timers, I/O callbacks, check for incoming connections, and so on... */ doWork(); } Synchronous work runs immediately; asynchronous work runs when there i

                          Practical Guide To Not Blocking The Event Loop
                        • 300ms Faster: Reducing Wikipedia's Total Blocking Time

                          Have you ever been frustrated from interacting with a website that was slow to respond to your clicks or had jerky scrolling? Performance flaws like these can lead to the following: Rage clicking Increased bounce rates and decreased conversion rates Lower search engine ranking For more than three years, Wikipedia's mobile site suffered from a piece of JavaScript that could take over 600ms to execu

                            300ms Faster: Reducing Wikipedia's Total Blocking Time
                          • Investigating TLS blocking in India

                            Simone Basso (OONI), Gurshabad Grover and Kushagra Singh (Centre for Internet and Society, India) 2020-07-08 This report investigates Transport Layer Security (TLS)-based blocking in India. Previous research by the Centre for Internet & Society, India (CIS) has already exposed TLS blocking based on the value of the SNI field. OONI has also implemented and started testing SNI-based TLS blocking mea

                              Investigating TLS blocking in India
                            • GitHub - mitchellh/libxev: libxev is a cross-platform, high-performance event loop that provides abstractions for non-blocking IO, timers, events, and more and works on Linux (io_uring or epoll), macOS (kqueue), and Wasm + WASI. Available as both a Zig an

                              libxev is a cross-platform event loop. libxev provides a unified event loop abstraction for non-blocking IO, timers, signals, events, and more that works on macOS, Windows, Linux, and WebAssembly (browser and WASI). It is written in Zig but exports a C-compatible API (which further makes it compatible with any language out there that can communicate with C APIs). Project Status: 🐲 Unstable, alpha

                                GitHub - mitchellh/libxev: libxev is a cross-platform, high-performance event loop that provides abstractions for non-blocking IO, timers, events, and more and works on Linux (io_uring or epoll), macOS (kqueue), and Wasm + WASI. Available as both a Zig an
                              • Akiflow | Time-Blocking Digital Planner & Calendar

                                Your day is out of control. Every personal to-do, every work task and those surprise meetings. Beautifully organised in your calendar! TodayAdd taskFeb 2023W7TodayCETCESTMon31Tue1Wed2Thu309:0021:0010:0022:0011:0023:0012:0000:0013:0001:0014:0002:0015:0003:00Financial check09:00 - 11:00Dev Call14:00 - 15:00Lunch13:00 - 13:30Lunch13:00 - 13:30Lunch13:00 - 13:30Lunch13:00 - 13:30

                                  Akiflow | Time-Blocking Digital Planner & Calendar
                                • Pi-holeの紹介 ~自宅LAN全部まとめてAd Blocking~

                                  Pi-holeでなにができるかDNSフィルタリング機能を備えたDNSサーバソフトウェア、「Pi-hole」を簡単に紹介します。 Pi-holeでなにができるか。自宅LANでこれを動かしておくと、自宅LANの中にスマホやPCなどのインターネット端末が、OSを問わず多数あるとしても、それらのDNSの正引きをPi-holeでまとめてフィルタリングできます。つまりは各端末から、広告等を配信しているインターネット上のサーバ (ドメイン) へのアクセスを発生させないようにできます。 このようなネットワークレベルでの「Ad Blocking」の利点のひとつとして、子どもが使うChromebook (モバイルノート) やiPad (タブレット端末) それ自体には特殊な設定等をしなくても、端末の画面には大半のインターネット広告が表示されなくなるので、親としては比較的穏やかな気持ちで、安心して子どもの端末操作

                                    Pi-holeの紹介 ~自宅LAN全部まとめてAd Blocking~
                                  • GitHub - jeremycw/httpserver.h: Single header library for writing non-blocking HTTP servers in C

                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                      GitHub - jeremycw/httpserver.h: Single header library for writing non-blocking HTTP servers in C
                                    • Basic non-blocking IO using epoll in Rust - zupzup

                                      Basic non-blocking IO using epoll in Rust I’ve been using async, or non-blocking IO systems for years in multiple languages such as JavaScript (Node.js), Java/Kotlin and Rust. I couldn’t, however, explain very well how it works under the hood and while I heard about poll, select, epoll, event queues and the like before, I wouldn’t have been confident explaining how non-blocking IO actually works t

                                      • Removing the Linux /dev/random blocking pool [LWN.net]

                                        LWN.net needs you!Without subscribers, LWN would simply not exist. Please consider signing up for a subscription and helping to keep LWN publishing The random-number generation facilities in the kernel have been reworked some over the past few months—but problems in that subsystem have been addressed over an even longer time frame. The most recent changes were made to stop the getrandom() system c

                                        • Node.js — Overview of Blocking vs Non-Blocking

                                          Overview of Blocking vs Non-Blocking This overview covers the difference between blocking and non-blocking calls in Node.js. This overview will refer to the event loop and libuv but no prior knowledge of those topics is required. Readers are assumed to have a basic understanding of the JavaScript language and Node.js callback pattern. "I/O" refers primarily to interaction with the system's disk an

                                            Node.js — Overview of Blocking vs Non-Blocking
                                          • async-std - Stop worrying about blocking: the new async-std runtime, inspired by Go

                                            Note: This blog post describes a proposed scheduler for async-std that did not end up being merged for several reasons. We still believe that the concept holds important insight and may circle back to it in the future, so we keep it online as it. async-std is a mature and stable port of the Rust standard library to its new async/await world, designed to make async programming easy, efficient, worr

                                            • #Fedipact - The instances blocking Zuckerberg's Threads.net

                                              An interactive list to see which ActivityPub (Matodon, Lemmy, FireFish, etc) instances are federating with Threads.net

                                                #Fedipact - The instances blocking Zuckerberg's Threads.net
                                              • NSDI '14 - VPN Gate: A Volunteer-Organized Public VPN Relay System with Blocking Resistance for...

                                                VPN Gate: A Volunteer-Organized Public VPN Relay System with Blocking Resistance for Bypassing Government Censorship Firewalls Daiyuu Nobori and Yasushi Shinjo, University of Tsukuba VPN Gate is a public VPN relay service designed to achieve blocking resistance to censorship firewalls such as the Great Firewall (GFW) of China. To achieve such resistance, we organize many volunteers to provide a

                                                  NSDI '14 - VPN Gate: A Volunteer-Organized Public VPN Relay System with Blocking Resistance for...
                                                • Twitter is blocking links to Mastodon

                                                  Twitter is blocking links to Mastodon / Trying to tweet links to many Mastodon servers results in a message that the site is ‘potentially harmful’ By Jay Peters, a news editor who writes about technology, video games, and virtual worlds. He’s submitted several accepted emoji proposals to the Unicode Consortium.

                                                    Twitter is blocking links to Mastodon
                                                  • Total Blocking Time (TBT)  |  Articles  |  web.dev

                                                    How does TBT relate to TTI? TBT is measured over a time period. For some lab tools that traditionally measure page loads, including Lighthouse, TBT has been measured up until TTI because it helps quantify the severity of how non-interactive a page is prior it to becoming reliably interactive. However, TBT could also continue to be measured after page load and so beyond TTI, for example in Lighthou

                                                    • blocking=render: Why would you do that?! – CSS Wizardry

                                                      WebKit have recently announced their intent to implement the blocking=render attribute for <script> and <style> elements, bringing them in line with support already available in Blink and generally positive sentiment in Firefox. The blocking=render attribute allows developers to explicitly mark a resource as render blocking, but… why on earth would you want to do that?! The short answer is: genera

                                                        blocking=render: Why would you do that?! – CSS Wizardry
                                                      • Non-Blocking Spring Boot with Kotlin Coroutines | Baeldung on Kotlin

                                                        Full Archive The high level overview of all the articles on the site.

                                                          Non-Blocking Spring Boot with Kotlin Coroutines | Baeldung on Kotlin
                                                        • The 7 Best Time Blocking Apps to Supercharge Your Productivity

                                                          Time blocking is a fantastic technique that you can use to supercharge your productivity and gain more control over your schedule. Essentially, you divide your day into blocks, each dedicated to a specific task. This way, instead of looking at your never-ending to-do list, you can break down each task and see how you can fit it into your schedule. The best part is that there are a number of apps t

                                                            The 7 Best Time Blocking Apps to Supercharge Your Productivity
                                                          • Total Blocking Time  |  Lighthouse  |  Chrome for Developers

                                                            Total Blocking Time (TBT) is one of the metrics tracked in the Performance section of the Lighthouse report. Each metric captures some aspect of page load speed. The Lighthouse report displays TBT in milliseconds: What TBT measures TBT measures the total amount of time that a page is blocked from responding to user input, such as mouse clicks, screen taps, or keyboard presses. The sum is calculate

                                                            • Scunthorpe Sans 🗯🚫 profanity-blocking font

                                                              A s*** font that f***ing censors bad language automatically Try it out It’s able to detect the words f***, s***, p***, t***, w***, c*** and dozens more, but with a special exemption for “Scunthorpe”; that town has suffered enough.

                                                                Scunthorpe Sans 🗯🚫 profanity-blocking font
                                                              • Blocking HTTPS Endpoints — Deployment Planning and Configuration

                                                                Blocking HTTPS Endpoints¶ The product make web calls to support and perform certain features. If you disable the feature, the calls aren’t made. For example, disabling services and upsell removes the possibility that the product would use those endpoints. In locked down environments, URLs may need to be explicitly allowed so that communication can occur across a firewall. Note the following: Endpo

                                                                • GitHub - reactor/BlockHound: Java agent to detect blocking calls from non-blocking threads.

                                                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                    GitHub - reactor/BlockHound: Java agent to detect blocking calls from non-blocking threads.
                                                                  • Windows 10: HOSTS file blocking telemetry is now flagged as a risk

                                                                    ""@dreaper "Doing all that stuff just doesn't seem worth it to make 10 work the way I want it to. This is why I went to Linux." I love linux and unix in general. And with Wayland getting better all the time, the Linux GUI is getting very responsive and in many ways is better than the bloatware and spyware known as Windows 10. What you have said about windows updates is very true. Microsoft's shodd

                                                                      Windows 10: HOSTS file blocking telemetry is now flagged as a risk
                                                                    • GitHub - Allenxuxu/gev: 🚀Gev is a lightweight, fast non-blocking TCP network library / websocket server based on Reactor mode. Support custom protocols to quickly and easily build high-performance servers.

                                                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                        GitHub - Allenxuxu/gev: 🚀Gev is a lightweight, fast non-blocking TCP network library / websocket server based on Reactor mode. Support custom protocols to quickly and easily build high-performance servers.
                                                                      • GitHub - panjf2000/gnet: 🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go.

                                                                        gnet is an event-driven networking framework that is ultra-fast and lightweight. It is built from scratch by exploiting epoll and kqueue and it can achieve much higher performance with lower memory consumption than Go net in many specific scenarios. gnet and net don't share the same philosophy about network programming. Thus, building network applications with gnet can be significantly different f

                                                                          GitHub - panjf2000/gnet: 🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go.
                                                                        • Microsoft claims Sony pays for “blocking rights” to keep games off Xbox Game Pass

                                                                          Microsoft has claimed Sony pays for “blocking rights” to stop developers from adding their content to Xbox Game Pass. The explosive claims are part of documents (Word doc) filed with Brazil’s national competition regulator and part of a review of Microsoft’s acquisition of Activision Blizzard. “Microsoft’s ability to continue expanding Game Pass has been hampered by Sony’s desire to inhibit such g

                                                                            Microsoft claims Sony pays for “blocking rights” to keep games off Xbox Game Pass
                                                                          1

                                                                          新着記事