並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 6 件 / 6件

新着順 人気順

"Bonus Round"の検索結果1 - 6 件 / 6件

  • Your API Shouldn't Redirect HTTP to HTTPS

    TL;DR: Instead of redirecting API calls from HTTP to HTTPS, make the failure visible. Either disable the HTTP interface altogether, or return a clear HTTP error response and revoke API keys sent over the unencrypted connection. Unfortunately, many well-known API providers don't currently do so. Updated 2024-05-24: Added the Google Bug Hunter Team response to the report that the VirusTotal API resp

      Your API Shouldn't Redirect HTTP to HTTPS
    • Python is a Compiled Language

      This blog post hopes to convince you that Python is a compiled language. And by “Python”, I don’t mean alternate versions of Python like PyPy, Mypyc, Numba, Cinder, or even Python-like programming languages like Cython, Codon, Mojo1—I mean the regular Python: CPython! The Python that is probably installed on your computer right now. The Python that you got when you searched “python” on Google and

      • We migrated 50,000 lines of code to React Server Components

        Published on July 19, 2023 (9 months ago) Everything I wish I knew before moving 50,000 lines of code to React Server Components React Server Components are a lot. We recently rethought our docs and rebranded Mux and, while we were at it, moved all of mux.com and docs.mux.com over to Server Components. So… believe me. I know. I also know that it’s possible and not that scary and probably worth it.

          We migrated 50,000 lines of code to React Server Components
        • Speeding up the JavaScript ecosystem - eslint

          We've talked quite a bit about linting in the past two posts of this series, so I thought it's time to give eslint the proper limelight it deserves. Overall eslint is so flexible, that you can even swap out the parser for a completely different one. That's not a rare scenario either as with the rise of JSX and TypeScript that is frequently done. Enriched by a healthy ecosystem of plugins and prese

            Speeding up the JavaScript ecosystem - eslint
          • Downloadable Slot Games For Mac

            Visiteurs depuis le 25/01/2019 : 4423 Connectés : 1 Record de connectés : 14 It's easy to enjoy the slots at Free Slots 4U. There's no software to download or install required. Along with, no need to register or sign up and no login required to start playing our totally free slots games! Although, if you do create a free account you can take part in. If you're still not ready to create an account.

              Downloadable Slot Games For Mac
            • A byte string library for Rust - Andrew Gallant's Blog

              bstr is a byte string library for Rust and its 1.0 version has just been released! It provides string oriented operations on arbitrary sequences of bytes, but is most useful when those bytes are UTF-8. In other words, it provides a string type that is UTF-8 by convention, where as Rust’s built-in string types are guaranteed to be UTF-8. This blog will briefly describe the API, do a deep dive on th

              1