You are fine with it. But may be rest of the world is not. Anyway, to compare performance/benchmark, we need metrics and this is one of the basic metric to measure.
According to your analogy. Certified pilot = Certified driving license holder. Its not like Tesla is advertising non driving license or in eligible person can drive using Autopilot. I wonder how can you even justify your statement
Autopilot is part of a private pilots license and systems are approved by the FAA. Tesla autopilot isn't part of a driving license, nor did it undergo review by the NHTSA prior to launch because Elon considered it "legal by default".
No. You don't need to know the autopilot to get your PPL. You do however need to know how to follow the POH (pilot operating handbook, which may include manufacturer guidelines for the autopilot) and perform basic instrument flying in an emergency. I don't recall any significant expectations of autopilot usage at the PPL level though.
> if you do it in an aircraft equipped with autopilot
There's also a (stupid, imo) tendency for APs to conveniently become inop right before a checkride. It's not accurate to say that all pilots, or even all pilots that have taken an IR ride, are "pilots who understand the capabilities and limits of aviation autopilot technology."
For the PPL specifically, the focus is on basic airmanship in VFR conditions, and that means eyeballing the six pack (or digital equivalent) and looking out of the window. The instrument flying expectations is primarily for emergencies and preparation for future instrument rating.
I'm not sure it's been codified, but I was told I would need to understand how to use the VOR and autopilot if the plane I was in had one.
In the fleet at the school I was learning in (Cessna 162) only one plane had an autopilot, which meant nobody practiced with it, so they never scheduled this plane for a check ride.
Every enterprise team (at least who are in B2B business) needs this. The number of security clearances (zero trust boundary), security compliance is must. May be in B2C space where you might not need that depending upon how secure you wanna be based on what data you hold
Yeah I was trying to give the post a serious consider, but the author just flatly dismissed network policies as not needed, suggesting that we just make new overlay networks for every set of containers that need to communicate. This post really doesn't resonate with me, even though I am on a small team using k8s in a small company.
Try using Zoom client with screen sharing. Doesn't work and so on many applications limited by functionality. People say its year of Linux 2026 and xorg is dead. But its not even close to make it work for basic functionality. You can blame on vendors but as long as user functionality is not working, its never a working solution
Yes, it now works in Zoom, but not in Webex, unfortunately. That's been a big obstacle for me. I'd need to be able to share individual windows with audio.
This is outright stupid to believe. I have been working for past 15yrs and worked across startups to Top 5(FAANG), and never seen or gone through this.
Happens in consulting more often than you think. Product firms run different or at least that's what I assume. I haven't worked in FAANG but have worked in the Big4s, and a couple of Fortune 50 manufacturing firms. The experience I talk of has to do with the Big4.
In all seriousness they mentioned India not mango fango. That said, my xp has been the same as you. Only time top performers get nixed is if a whole arm gets nixed and they get caught in the crossfire.
OP said "do well", not top performer. Thinking you're a top performer isn't the same as the company thinking you're a top performer. I've never seen someone put on a PIP that didn't deserve, even if they thought differently.
Most people struggle just to keep their head above water nonetheless come up with elaborate conspiracies of sabotaging other peoples careers. No one is thinking about you that much.
I suspect the root of the problem is an unwillingness to take ownership for their action (or inaction). I've never been on a PIP. Even when I've given my employers reason to give me a verbal warning, their response has been: "that's not like you, don't let it happen again," and it hasn't happened again. I suspect that is true for most of those who have never been on a PIP.
Now I'm on the flip side, in a place where I may have to put someone on a PIP. What can be done has been done. There is only so much support and positive guidance that can be offered before you have to provide them with a plan backed with consequences for not following through. It is an employee that I don't want to lose because of their contributions, but it is also an employee that I can't afford to keep because (without changes) they are a liability. Unfortunately, previous interactions suggest that I will have to cut my losses. Yet the ball lies entirely in their court at this point because they are the one who has to take ownership for the issues they create.
Yeah, that slows down typing a lot. Luckily people on a laptop can use the touchpad which lies just below the space bar. I have a laptop with physical keys around the touchpad so I even have a button to paste. No need to tap, double tap, etc. I think that I never used a mouse in the last 20 years.
You can cut/paste within your editor just fine. The subject at hand is window-system level clipboard/selection interaction, and in particular the presence of standard key bindings for them in various environments. While some terminal and editor apps do have keyboard bindings that interact with the OS clipboard, none are standard.
Basically, yeah: you had to use the mouse to select it in the first place. Using the mouse to paste it is easier, not harder.
Look at how fanatic the compatibility actually is. Building Postgres or MySQL is conceivable but probably will require some changes. (SQLite compiles and runs with zero changes right now.)
SQLite runs about 5 times faster compiled with GCC (13.3.0) than it does when compiled with FIL-C. And the resulting compiled binary from GCC is 13 times smaller.
Interesting! I guess that's from your standard benchmark setup. Please note that Fil-C makes no secret of having a performance penalty. It's definitely a pre-1.0 toolchain and only recently starting to pick up some momentum. The author is eager to keep improving it, and seems to think that there's still plenty of low hanging and medium hanging fruit to pick.
It does (or did, at some point) pass the thorough SQLite test suite, so at least it's probably correct! The famous SQLite test coverage and general proven quality might make SQLite itself less interesting to harden, but in order to run less comprehensively verified software that links with SQLite, we have to build SQLite with Fil-C too.
If you run Nix (whether on NixOS or elsewhere) you can do `cachix use filc` and `nix run github:mbrock/filnix#sqlite` and it should drop you into a Fil-C SQLite after downloading the runtime dependencies from my binary cache (no warranty)!
reply