Cloudflare Open Sources Its Low Level RUST HTTP Framework, Pingora | Prime Reacts

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ก.พ. 2025

ความคิดเห็น • 212

  • @jeremybuckets
    @jeremybuckets 11 หลายเดือนก่อน +87

    Prime: There's just not enough time for me to play around with this stuff
    Also Prime: *reads articles for 3 hours every day*

  • @user-lg4le8xr4s
    @user-lg4le8xr4s 11 หลายเดือนก่อน +353

    I know it's "Engine X" but in my head it will always be "n-jinx"

    • @joshuachan6317
      @joshuachan6317 11 หลายเดือนก่อน +10

      In my head: /ŋɪŋs/ (IPA lmao)

    • @sunsetguys
      @sunsetguys 11 หลายเดือนก่อน

      God dammit another n-jinx 😂

    • @jeremykothe2847
      @jeremykothe2847 11 หลายเดือนก่อน +23

      for me it's "en-ginks". (g like gif)

    • @niciusb
      @niciusb 11 หลายเดือนก่อน +4

      I got laughed at on my first job for calling it like that since I had never heard anyone pronounce it. Turns out some people do actually call it like that so I wasn’t that wrong

    • @Storya-tq5gy
      @Storya-tq5gy 11 หลายเดือนก่อน

      Nuh-ginks

  • @aligutmann392
    @aligutmann392 11 หลายเดือนก่อน +268

    Cloudflair. Nice

    • @ShadowKestrel
      @ShadowKestrel 11 หลายเดือนก่อน +23

      i cant believe theHumanagen would make a spelling mistake 😔 the nerve he has to be anything short of perfect in every way smh

    • @luca4479
      @luca4479 11 หลายเดือนก่อน +43

      @@ShadowKestrelTheDyslexiagen

    • @bansh3ee
      @bansh3ee 11 หลายเดือนก่อน +1

      also, reading "services" in the title, brain telling the mouth to say "interfaces". can we get some stats whether colored hair made it worse or better?

    • @Kane0123
      @Kane0123 11 หลายเดือนก่อน +1

      For those in the future - it’s was Cloudflair in the original title. DAMN IT FLIP!

    • @jongeduard
      @jongeduard 11 หลายเดือนก่อน

      Oh actually, I thought it could be intentional. Sometimes literally mentioning trademarks by their exact name can cause problems as you can be blamed for promoting those.

  • @XxZeldaxXXxLinkxX
    @XxZeldaxXXxLinkxX 11 หลายเดือนก่อน +83

    If someone makes a DSL parser that makes pingora be a drop in replacement for nginx (Making it capable of reading nginx config files), nginx is toasted

    • @volovodov
      @volovodov 11 หลายเดือนก่อน +13

      Tom could probably do that.

  • @remboldt03
    @remboldt03 11 หลายเดือนก่อน +110

    I love how there is a underlying plot throughout his videos. You need to watch the older videos to get references like
    "Tom is a genius" or "LUA, brazil mentioned"

    • @NotAFanMan88
      @NotAFanMan88 11 หลายเดือนก่อน +11

      Porque maria!

    • @Lucs-ku5cb
      @Lucs-ku5cb 11 หลายเดือนก่อน +8

      Haskell mentioned?

    • @earthling_parth
      @earthling_parth 11 หลายเดือนก่อน +11

      I know the Tom is genius video is from the JDSL video. Where is the porque Maria and Lua, Brasil references from?

    • @SJCOFFIClAL
      @SJCOFFIClAL 11 หลายเดือนก่อน +1

      lol Tom is a genius tho for real.

    • @rodrigolj
      @rodrigolj 11 หลายเดือนก่อน +2

      ​@@earthling_parthporque Maria is from a soap opera. Lua was invented in Brazil.

  • @EwanMarshall
    @EwanMarshall 11 หลายเดือนก่อน +46

    post quantum crypto is very much not eliptical curve stuff. It is a new suite of assymetric algorithms for key establishment and signing. ML-KEM, ML-DSA and SLH-DSA are the NIST chosen ones (these are the NIST acronym names just as AES is the NIST name for Rijndael), FIPS standards for these 3 (203, 204 and 205) had public release for comment back in August.
    There are more coming most likely. This is all relatively new styles of cryptographic algorithms.

    • @SandraWantsCoke
      @SandraWantsCoke 11 หลายเดือนก่อน +6

      it's all gibberish to me :D, but I know how to generate a pair of SSH keys :D

    • @EwanMarshall
      @EwanMarshall 11 หลายเดือนก่อน

      @@SandraWantsCokeAnd I can pretty much guarantee they are broken by a quantum computer running Shor's algorithm, we've known of the issue for 20 years, we have an algorithm to run on quantum computer but no quantum computers to run it on. RSA, Diffie-Hellman, and Elliptic Curve Diffie-Hellmen are all known to be breakable by this one algorithm. We also have Lenstra elliptic-curve factorization and by applying the quantum search algorithm Grover's algorithm to also breaks these algorithms in theory even easier that Shor's algorithm. Your SSH keys are probably the third, though a decade ago would have been the 1st potentially.
      Put simply most assymetric cryptography in use today (seperate public and private keys) is known to be vulnerable via an algorithm that we know solves the hard mathematics problem they are based on (factorization of the product of two large primes and similar problems that can be reformulated as this problem) given a computer capable of running the algorithm. The industry has been hard at work coming up with new algorithms to fix this and these are just starting to be implemented now in 2024.

    • @Omnifarious0
      @Omnifarious0 11 หลายเดือนก่อน +3

      Are they also known as CRYSTALS-KYBER and CRYSTALS-DILITHIUM (much like AES is also known as Rijndael)? Mostly I want to make sure my information here is good.

    • @EwanMarshall
      @EwanMarshall 11 หลายเดือนก่อน +3

      @@Omnifarious0Yeah, and SLH-DSA is SPHINCS before the standardisation, that said, like AES I expect the NIST names are the ones we'll come to know hence why I specified that is the NIST naming.

    • @Omnifarious0
      @Omnifarious0 11 หลายเดือนก่อน +1

      @@EwanMarshall - I got the names I used from the NIST website for the contest. I'm sad the page I looked at wasn't really explicit about the NIST names because I think you're right.

  • @leolegendary3275
    @leolegendary3275 11 หลายเดือนก่อน +5

    12:50 That's the presentation recipe that everybody learns in University, that is why you see it everywhere.
    Introduction - Tell them what you are going to talk about.
    Body - Talk about it.
    Conclusion - Tell them what you talked about.
    It is silly but it works and people just follow it to a T.

    • @ChrisCox-wv7oo
      @ChrisCox-wv7oo 11 หลายเดือนก่อน

      This, very toastmasters style.
      Seat their brain with a key points coming up.
      Give them the information.
      Anchor that information by giving them all the key points again at the end.

  • @alex45872000
    @alex45872000 11 หลายเดือนก่อน +63

    US GOV MENTIONED! LET'S GO!!!!

    • @SandraWantsCoke
      @SandraWantsCoke 11 หลายเดือนก่อน +4

      They mentioned Go? Or what do you mean let's Go?

    • @VanillaSixtySix
      @VanillaSixtySix 11 หลายเดือนก่อน +11

      @@SandraWantsCoke GO MENTION LETS GO

    • @pluto8404
      @pluto8404 11 หลายเดือนก่อน +3

      @SandraWantsCoke "let's go" means "let us go". I think he is imprisoned or something. I dont know who exactly he refers to as "us", but I for one think they should be let free. He is clearly in distress.

    • @shroomer3867
      @shroomer3867 11 หลายเดือนก่อน

      He wants us to Go program the Us Go V.

  • @thomasscharler6745
    @thomasscharler6745 11 หลายเดือนก่อน +68

    There is a safe c++ program ... yeah, and I saw a herd of unicorns in my backyard.

    • @rj7250a
      @rj7250a 11 หลายเดือนก่อน +4

      It only uses the c subset of the language and is compiled with a formal verification tool.

    • @lucass8119
      @lucass8119 11 หลายเดือนก่อน

      Its trivial to create a verifiably safe C++ program. Allocate no dynamic memory or allocate it all at start (btw, OOM crashes rust too). No need to use references counters if you don't want, just bump allocate everything and bind every dynamic objects lifetime to the lifetime of the program. Bonus points: wrap every pointer in a new smart ptr which will check bounds before dereferencing. Bonus bonus points: make your smart pointer address reference a vector index, so you can grow your memory space independent of refs. Now its safe to hold arbitrary pointers or references. To be clear, this is just the trivial way. Another way is only using smart_ptr or unique_ptr, ever, but this will raise the complexity. Some languages (like Swift) operate that way and that's how they achieve memory safety. In essence a reference counter IS a garbage collector.

  • @Euphorya
    @Euphorya 11 หลายเดือนก่อน +9

    I felt the real pain in that last 30 seconds.

  • @Omnifarious0
    @Omnifarious0 11 หลายเดือนก่อน +7

    2:15 - ECC (Elliptic Curve) algorithms are most definitely _not_ post-quantum. They are easily broken by very similar quantum algorithms to those that can break RSA. Post-quantum refers to public key algorithms that are not broken by quantum computers. There was a NIST contest recently, and there were some interesting entries. They chose winners in 2022. The two winning algorithms were CRYSTALS-Kyber for key exchange (sort of a replacement for Diffie-Hellman) and CRYSTALS-DILITHIUM for digital signatures (sort of a replacement for RSA). There were other digital signature algorithms that were considered good enough to be used.
    These algorithms cannot be efficiently broken by any known algorithm, including algorithms implemented on quantum computers.
    These names are also the names given to the algorithms by their authors. NIST gives much more pedestrian and bureaucratic names to them. Much like the authors of AES call it Rijndael.

    • @MikkoRantalainen
      @MikkoRantalainen 11 หลายเดือนก่อน

      Are there any post-quantum encryption methods that do not require really have handshake? Something like x25519 require transmitting 32 bytes but every post-quantum encryption I know about requires a lot of data which doesn't scale well for any TLS-like protocol.

    • @Omnifarious0
      @Omnifarious0 11 หลายเดือนก่อน +1

      @@MikkoRantalainen - About the only thing I can think of here is actual quantum encryption. But that requires specialized hardware all the way along the path between you and the person you're communicating with.
      Any kind of public key algorithm is going to require a handshake.

    • @MikkoRantalainen
      @MikkoRantalainen 11 หลายเดือนก่อน

      @@Omnifarious0 I totally agree that handshake is required. The question is can to create a quantum safe protocol that can run on regular computers and require less than 1 KB for the handshake instead of multiple megabytes that quantum safe algorithms seem to typically have.
      The whole point of the handshake is to come up with a random 256 bit (32 byte) shared secret on both ends because AES-256 will be safe even with quantum computers.

    • @Omnifarious0
      @Omnifarious0 11 หลายเดือนก่อน +1

      @@MikkoRantalainen - Unfortunately, I don't know enough about exactly how they work to be able to give you an answer. One thought I have is that it might be possible to distribute the keys separately from engaging in the handshake. And since a given key is likely to be re-used many times, that should do a lot to reduce the total bandwidth used.
      But, it's possible that there really isn't a way to get around a massive information exchange at the beginning of the conversation. :-/

  • @k98killer
    @k98killer 11 หลายเดือนก่อน +7

    Post-quantum crypto is lattice cryptography. Elliptic curves are theoretically vulnerable to quantum computers.

  • @nicholasbicholas
    @nicholasbicholas 11 หลายเดือนก่อน +1

    I'd been waiting for this since last year!

  • @bernardcrnkovic3769
    @bernardcrnkovic3769 11 หลายเดือนก่อน +6

    postquantum crypto are not elliptic curves, they are also vulnerable to quantum computers. postquantum is completely different approach (learning with errors)

  • @ndorphine12
    @ndorphine12 11 หลายเดือนก่อน +8

    "I hate your build systems" 🤣I feel your pain!

  • @autohmae
    @autohmae 11 หลายเดือนก่อน +1

    Good to see him be interested in proxies.

  • @daze8410
    @daze8410 11 หลายเดือนก่อน +1

    Hey I have a Pliny the Elder work crew from Russian River! I don't drink anymore but that was (is?) a great brewery!

  • @chigozie123
    @chigozie123 11 หลายเดือนก่อน +27

    Cloudflare saving face. Nice.

    • @raffimolero64
      @raffimolero64 11 หลายเดือนก่อน +2

      could i get some context? i'm a bit out of the loop here.

    • @chigozie123
      @chigozie123 11 หลายเดือนก่อน +1

      @raffimolero64 I'm just referring to their recent viral momemt after firing one of their employees

  • @Zekian
    @Zekian 11 หลายเดือนก่อน

    2:09 It is my understanding that elliptic curve cryptography is not post-quantum computer safe, since the discrete log problem can be solved by Shor's algorithm

  • @bitfluent
    @bitfluent 11 หลายเดือนก่อน +19

    "conclusion" should be renamed "tldr"

  • @oribennett6520
    @oribennett6520 11 หลายเดือนก่อน

    That was one of the best outros yet!

  • @thatmg
    @thatmg 11 หลายเดือนก่อน +19

    "Joe Biden is a Rustacean..."
    Prime, He doesn't even know he's alive.

  • @roganl
    @roganl 11 หลายเดือนก่อน +3

    Flair! Makes it blazing fast!

  • @gariklaw
    @gariklaw 10 หลายเดือนก่อน

    Hands down the best sign off 💰14:43

  • @martintimo1045
    @martintimo1045 11 หลายเดือนก่อน +6

    it's Cloudflare duuuuuuuuuuuuuuuude

  • @Zekian
    @Zekian 11 หลายเดือนก่อน +1

    Pingora makes me think of envoy, but written in rust, and not configured with yaml.

  • @procrastinatingrn3936
    @procrastinatingrn3936 11 หลายเดือนก่อน +1

    I get these types of videos and have no ideas what this even means

  • @kiddkai
    @kiddkai 9 หลายเดือนก่อน

    pretty good, actually looks like openresty

  • @stevezelaznik5872
    @stevezelaznik5872 11 หลายเดือนก่อน +2

    Genuine question: what reasons do so many of you hate nginx? I’ve never had to deal with nginx, outside of some minor tweaks to its config.

    • @oleksiistri8429
      @oleksiistri8429 11 หลายเดือนก่อน +1

      I work with it almost everyday, writing configs and I love it! Cannot say the same about apache/caddy/lightspeed though. I also do net get why people can hate nginx

  • @autohmae
    @autohmae 11 หลายเดือนก่อน +1

    k9s is already exists, pretty cool tool

  • @lmao4982
    @lmao4982 11 หลายเดือนก่อน +3

    i thought there was a company called 'Cloudflair', that would be an insane abuse of trademark

  • @cooltune
    @cooltune 11 หลายเดือนก่อน

    Always read and yell it out as "ninx!".... and this is AFTER their website taught me how to actually say it, they just not gonna stop me!

  • @hotscriptgg
    @hotscriptgg 11 หลายเดือนก่อน

    Teams wanting to use TS over Go... I mean if you subtract Node build times from you working hours. It's like 2h of actual work per day. Maybe that is the way.

  • @sideone3581
    @sideone3581 11 หลายเดือนก่อน +1

    is this the beginning of the future
    moving from :
    c/c++ ---> rust
    java ---> go
    css ---> Tailwind
    Intel ---> amd
    stackOverflow ---> ChatBots
    VsCode ---> might be Zed
    and NewsPlatforms ---> X
    New Rulers in the market : OpenAI and Nvidia

  • @atlantisf
    @atlantisf 11 หลายเดือนก่อน

    Fifteen sweaty nerds coming up with YAF (YetAnotherFramework)

  • @complexity5545
    @complexity5545 11 หลายเดือนก่อน

    Somebody make a lxc or containerd of this thing.
    I hate cloudflare, but they have some really skilled and serious engineers from top to down. If pingora has a graceful restart, then I'll give it a go (over nginx or ha-proxy or whatever).

  • @RedPlayer_1
    @RedPlayer_1 11 หลายเดือนก่อน +1

    But is it BLAZINGLY FAST?

  • @Speykious
    @Speykious 11 หลายเดือนก่อน

    The Primeagen gotta know what he's doing when he's capitalizing "RUST" for maximum rage bait lmao.

  • @brymstoner
    @brymstoner 11 หลายเดือนก่อน

    when you do build your load balancer / proxy, team up with hussein nasser from youtube

  • @Lemon-lp1qb
    @Lemon-lp1qb 11 หลายเดือนก่อน

    I like saying pingora. I like the way prime say pingora. Just put some more "rrrrrrr" into it.

  • @AndersonPEM
    @AndersonPEM 11 หลายเดือนก่อน

    🇧🇷 mentioned 😊

  • @rainerwahnsinn2150
    @rainerwahnsinn2150 11 หลายเดือนก่อน +3

    Imagine making the most awesome Rust Code, and then having to integrate OpenSSL, and *then* calling security the top priority.

    • @oleksiistri8429
      @oleksiistri8429 11 หลายเดือนก่อน

      what's wrong with openssl? Afaik openssl is used in everything related to ssl/tls

    • @DenshinIshin
      @DenshinIshin 11 หลายเดือนก่อน

      @@oleksiistri8429 You never heard of heartbleed and how it caused a lot of vulnerabilities issues 10y ago, allowing attackers to "bleed" infos from the server? Yes, it was patched, and yes, it's used a lot and considered almost a defacto standard, but there are alternatives, that got a lot more popular since that huge vulnerability discovery back then. You should take a look at rustls.

    • @jorgelinares1944
      @jorgelinares1944 11 หลายเดือนก่อน

      @@oleksiistri8429 OpenSSL isn't unsafe by itself, but the C OpenSSL API - Rust HTTP integration sounds like a pain when trying to be secure.

  • @acrodrigues1
    @acrodrigues1 11 หลายเดือนก่อน

    Could have the made pinGOra in GO?

  • @kiddkai
    @kiddkai 9 หลายเดือนก่อน

    openresty is fun to use.

  • @brunorcabral
    @brunorcabral 11 หลายเดือนก่อน

    Brazil mentioned 🇧🇷

  • @ahmedanwer6899
    @ahmedanwer6899 11 หลายเดือนก่อน

    quadrillion is a number i'm not used to hearing in day-to-day life

  • @AndrewRoberts11
    @AndrewRoberts11 11 หลายเดือนก่อน

    If you follow the links in the Apache licence, the foundations, 1995, HTTPD offering can do all the above, as can the 2004, BSD licensed, Nginx, as can numerous commercial offerings. They're all supported, and have install bases in the millions, to ensure they'll be supported for decades to come, no personal effort required. So why reinvent the proxy / reverse proxy, let alone rope yourself into supporting a bespoke one, for decades.

  • @sumansaha295
    @sumansaha295 11 หลายเดือนก่อน

    optimal prime can you make video on ebpf

  • @hamn_n1483
    @hamn_n1483 11 หลายเดือนก่อน +1

    Spanish speakers "Pingo-ra" 👀

  • @ravenoftime5368
    @ravenoftime5368 11 หลายเดือนก่อน

    some people just want to read the conclusion!

  • @uuu12343
    @uuu12343 11 หลายเดือนก่อน +1

    Rust mentioned

  • @laughingvampire7555
    @laughingvampire7555 11 หลายเดือนก่อน +2

    pingora sounds like naughty in Spanish, but in a very bad way

    • @Y-JA
      @Y-JA 11 หลายเดือนก่อน +1

      The Pingora peak is a mountain in Wyoming i believe and there's also "ping" in there which hints at i/o and communications.
      The higher level proxy/balancer that will be built on top of Pingora is called River (a river originates from a mountain)
      I feel like the naming is clever.

  • @mailman2097
    @mailman2097 11 หลายเดือนก่อน

    whats ur list?

  • @konstantinzverev3587
    @konstantinzverev3587 11 หลายเดือนก่อน +2

    RIP varnish

  • @GamblingAndGolf
    @GamblingAndGolf 11 หลายเดือนก่อน

    Sounds like prime is 🤏 close to streaming ft so he can do what he wants. 👏

  • @matheus_MVPMB
    @matheus_MVPMB 11 หลายเดือนก่อน

    Brazil mentioned. Sorry for being late.
    So, Pingola needs us, uh?

  • @abaan404
    @abaan404 11 หลายเดือนก่อน

    cloudflare got that ✨flair ✨

  • @Alberto_Cavalcante
    @Alberto_Cavalcante 11 หลายเดือนก่อน

    BRAZIL MENTIONED!!!!

  • @SamualN
    @SamualN 11 หลายเดือนก่อน +3

    I love build systems

  • @Arma5666
    @Arma5666 11 หลายเดือนก่อน +16

    Please enjoy your Government Mandated Memory Safe Language. You are being rescued. Please don’t resist

    • @IronJmo
      @IronJmo 11 หลายเดือนก่อน +2

      This comment is the best

  • @xWe2s
    @xWe2s 11 หลายเดือนก่อน

    I bet lopolo just wanted to say that, sure CF is cool and the thing will be perfect, but the fact that much of the Internet depends directly and solely on CF.. is frustrating and disturbing. It's "too big to fail". And that's down bad.

  • @71Jay17
    @71Jay17 11 หลายเดือนก่อน

    Node is just cancer, doing the lords work prime

  • @kevinkkirimii
    @kevinkkirimii 11 หลายเดือนก่อน

    fearful concurrency

  • @soumiksarkar4161
    @soumiksarkar4161 11 หลายเดือนก่อน

    Elliptical curve is not post quantum.

  • @UliTroyo
    @UliTroyo 11 หลายเดือนก่อน +2

    FYI “pinga” means 🍆 in Cuban Spanish, so Pingora is a very funny name. Sounds like 🍆🍆🍆

    • @UliTroyo
      @UliTroyo 11 หลายเดือนก่อน

      “I bet he wants this Pingora”

    • @Kane0123
      @Kane0123 11 หลายเดือนก่อน

      Pingora, hardening your network since 2024.

    • @griof
      @griof 11 หลายเดือนก่อน

      Debería llamarse Pingota. Sería la risa

  • @edhahaz
    @edhahaz 11 หลายเดือนก่อน

    First they came for HTTPS, now they come for the servers

  • @neonmidnight6264
    @neonmidnight6264 11 หลายเดือนก่อน

    This is kind of like YARP in C#.

  • @Nadzap
    @Nadzap 11 หลายเดือนก่อน +2

    cLoUdFLaiR

  • @threefour1598
    @threefour1598 11 หลายเดือนก่อน

    5:08 that's so me!

  • @hugodsa89
    @hugodsa89 6 หลายเดือนก่อน

    @ThePrimeTime btw th-cam.com/video/qh9UxIX5MIM/w-d-xo.html no need for that build step apparently :)

  • @Crespire
    @Crespire 11 หลายเดือนก่อน

    How did they get away with using the crab? Rust Foundation didn't aggro?

    • @joelfrancisco4345
      @joelfrancisco4345 11 หลายเดือนก่อน +1

      It's because Ferris(the crab) was not created by the Rust Foundation

  • @ゾカリクゾ
    @ゾカリクゾ 11 หลายเดือนก่อน

    a GAZILLION WEB REQUESTS?!

  • @patrickfeeney4180
    @patrickfeeney4180 11 หลายเดือนก่อน

    green?

  • @I_am_who_I_am_who_I_am
    @I_am_who_I_am_who_I_am 10 หลายเดือนก่อน

    Elliptic curve is not quantum safe. 🤓 (infosec nerd here)

  • @mitulp236
    @mitulp236 11 หลายเดือนก่อน

    Proxy as a framework 🫢🫢🫢

  • @mfc1190
    @mfc1190 11 หลายเดือนก่อน

    I don’t know rust but I want to use this

  • @japrogramer
    @japrogramer 11 หลายเดือนก่อน

    Neat.

  • @colinmaharaj
    @colinmaharaj 11 หลายเดือนก่อน

    is there a C++ version of Pingora?

    • @redrevyol
      @redrevyol 11 หลายเดือนก่อน

      There are libraries out there, but they're not mainstream. The degree program I am in does cover it I think.

  • @Mempler
    @Mempler 11 หลายเดือนก่อน

    I trust cloudflare a lot more than Microsoft or Google

  • @eafadeev
    @eafadeev 11 หลายเดือนก่อน +1

    Joe Biden is a senior Rust developer.

  • @k98killer
    @k98killer 11 หลายเดือนก่อน +1

    The next version of the "owned with facts and logic" meme is "you're Ben Shapiro and I'm a random liberal arts college student".

  • @Skayllan_
    @Skayllan_ 11 หลายเดือนก่อน +2

    We Brazilians will love this name, "Pingora".

  • @minerscale
    @minerscale 11 หลายเดือนก่อน

    That k8s joke was the worst joke I think I i have ever heard in my life. Franky it wraps around to being the funniest thing I've ever heard

  • @fueledbycoffee583
    @fueledbycoffee583 11 หลายเดือนก่อน

    hahaha. in my countrie's spanish slang this name would translate more or less to "dickery"

  • @donerlil3903
    @donerlil3903 11 หลายเดือนก่อน +3

    what if i call nginx "ngeenks"

    • @abyansetia
      @abyansetia 11 หลายเดือนก่อน +1

      that's what I did back then lol

    • @zebraforceone
      @zebraforceone 11 หลายเดือนก่อน +1

      Then you are even more of a genius than Tom himself

    • @senor_m6673
      @senor_m6673 11 หลายเดือนก่อน +1

      yeah, did that too, because if you read it in german, thats how you would pronounce it😅

  • @baguettedad
    @baguettedad 11 หลายเดือนก่อน +7

    Brazil mentioned

  • @Mempler
    @Mempler 11 หลายเดือนก่อน

    Nice.

  • @Iceman259
    @Iceman259 11 หลายเดือนก่อน +4

    I have been conditioned by programming TH-camrs to be very concerned when I see "Rust", "async", and "multithreaded" in the same sentence.

    • @Y-JA
      @Y-JA 11 หลายเดือนก่อน +4

      You shouldn't. Unless you have an advanced usecase, it's trivial.

    • @Kane0123
      @Kane0123 11 หลายเดือนก่อน

      Just go serverless and spin up one instance per transaction… serverless!

  • @bitsplit
    @bitsplit 11 หลายเดือนก่อน

    Someone nds to give programming framework namers a course in multi-lingual vulgar terms. That name... it's... wow.

  • @Flattyflaf
    @Flattyflaf 11 หลายเดือนก่อน

    Cloudflare* 😂 nice overview apart from that

  • @PixPMusic
    @PixPMusic 11 หลายเดือนก่อน +1

    That’s not how you spell Cloudflare

  • @surajmandal_567
    @surajmandal_567 9 หลายเดือนก่อน

    Rust is difficult to learn 😢.

  • @antonhelsgaun
    @antonhelsgaun 11 หลายเดือนก่อน +4

    Cloudflair

  • @DavidAlsh
    @DavidAlsh 11 หลายเดือนก่อน

    How fkn good is Rust? Amirite

  • @nullbeyondo
    @nullbeyondo 11 หลายเดือนก่อน

    Cloudflare*

  • @carloslaotrujillo
    @carloslaotrujillo 11 หลายเดือนก่อน

    clearly no cubans work at Cloudlflare LMAO!!!

  • @husanaaulia4717
    @husanaaulia4717 11 หลายเดือนก่อน

    I pronouce it ngings

    • @oleksiistri8429
      @oleksiistri8429 11 หลายเดือนก่อน

      you're a weirdo😊

  • @drxyd
    @drxyd 11 หลายเดือนก่อน

    "I tell ya folks... rust!" - Joe Biden

  • @AbhinavKulshreshtha
    @AbhinavKulshreshtha 11 หลายเดือนก่อน

    So, is it like tokio, or something else.

    • @ParanoicoBR
      @ParanoicoBR 11 หลายเดือนก่อน

      No, it is framework to build http proxy servers, like nginx. It probably uses tokio as the async runtime thou

  • @aphluent
    @aphluent 11 หลายเดือนก่อน +1

    You have no idea what the code is doing, do ya.