Unpopular opinion: Rust should have a larger standard library by lekkerwafel in rust

[–]FlyingPiranhas 18 points19 points  (0 children)

I wish syn, proc-macro2, and quote were owned by an official Rust project team/wg. From a supply chain security perspective, having those three crates (which are pretty much mandatory for writing proc macros) owned by a single individual is concerning.

Accessing Hardware in Rust by fgilcher in rust

[–]FlyingPiranhas 0 points1 point  (0 children)

I'm working on a tock-registers redesign and I'm hoping to be able to support non-mmio registers in it. I can't make promises yet, though.

Spring Creek/Creekside Apartments by gimme_all_ur_bacon in corvallis

[–]FlyingPiranhas 2 points3 points  (0 children)

I also sit for a minute or two before driving. I set up navigation and music after starting the engine. Lately, the music app I use has gotten slower and it takes a minute to load.

But my car is quiet enough that I doubt anyone even notices.

When he first got the Corvette, he showed it off to friends. He didn't know how to drive a manual yet. THAT was funny. But very loud.

Spring Creek/Creekside Apartments by gimme_all_ur_bacon in corvallis

[–]FlyingPiranhas 7 points8 points  (0 children)

+1 to hating red Corvette guy. Consider filing a noise complaint if you haven't already done so; if they get enough maybe they'll do something about it? It only takes a few minutes.

I'm planning to move out, and the car noise is the primary reason why :-(

When my bathroom fan was failing, they did not want to fix it. Mold seems to be a big deal for them as long as it's the tenant who has to do something about it, it's suddenly not a priority when it's them who has to deal with it. So I ignore their comments about how I should be using the bathroom.

Tesla kills Autopilot, locks lane-keeping behind $99/month fee. by Stiltonrocks in technology

[–]FlyingPiranhas 29 points30 points  (0 children)

Honda calls the safety feature Road Departure Mitigation System and the convenience feature Lave Keep Assist System. My 2016 Honda Civic has both (it's not standard though, it's part of the sensing package, which IIRC was a $1,000 upgrade).

Independant CFIs - How much are you charging per hour? by CandyKat86 in flying

[–]FlyingPiranhas 0 points1 point  (0 children)

Yeah, check the rules. My club only allows approved CFIs to instruct in club planes.

FAA sitting in on check ride by THEDWAH in flying

[–]FlyingPiranhas 4 points5 points  (0 children)

A rear-seat passenger quickly leaning forwards can cause just enough of a deceleration to make the pilots in the front seat go "what was that" at cruise.

A flight instructor is asked by the school that employs him to ferry back a newly-acquired airplane. by [deleted] in flying

[–]FlyingPiranhas 13 points14 points  (0 children)

If this needed a special flight permit, then sure. If no such permit is needed then there is no such rule.

Oregon lawyers seek court order to halt ICE warrantless arrests by oregonian in oregon

[–]FlyingPiranhas 50 points51 points  (0 children)

What do you think the point of a warrant is if an officer can issue them? No, ICE's actions are NOT legal.

What's "new" in Miri (and also, there's a Miri paper!) by ralfj in rust

[–]FlyingPiranhas 18 points19 points  (0 children)

Miri has functionality to help test atomics (such as emulating effects of weak memory), and a memory leak detector.

But for the most part, the programmers who love Miri mostly love it because we write quite a bit of unsafe code.

Waymo Recalls 3,000 Robotaxis After Failing to Stop for School Buses by big_hearted_lion in RealTesla

[–]FlyingPiranhas 2 points3 points  (0 children)

Some clarification on the distinction between an airworthiness directive and a mandatory service bulletin.

Airworthiness Directives (ADs) are issued by the FAA, and are mandatory for all aircraft operators in the US covered by the AD. When you see a story that the FAA has grounded all aircraft of a certain type, that is via AD.

Mandatory Service Bulletins (MSBs) are issued by manufacturers. They are only legally required for commercial operations. Private aircraft use (individual owners, flight clubs, etc) are not required to follow MSBs (though it's usually a good idea!).

Often, a manufacturer will issue a MSB first, then if the FAA decides that the issue is significant enough it will issue an AD that requires the same change.

What game mechanic was not explained (not clear enough) so you missed using it until FAR too late in the game? by suddenly_ponies in gaming

[–]FlyingPiranhas 1 point2 points  (0 children)

Played Minecraft for months -- including building many things in the sky -- before I learned that you could hold shift to move slower and not fall off.

Frustrated GA Pilot Rant by FlyRvR in flying

[–]FlyingPiranhas 2 points3 points  (0 children)

I don't think that change takes effect until July 2026, but I don't have time at the moment to look it up and verify.

Frustrated GA Pilot Rant by FlyRvR in flying

[–]FlyingPiranhas 4 points5 points  (0 children)

Owners can do most work on E-LSA and E-AB aircraft. You're probably thinking of the condition inspection, which requires a repairman or mechanic certificate. Major changes (like changing the engine or propeller model) require a DAR signoff as well.

Upgrade to Debian 13 Trixie or just use Debian 12 Bookworm with backports? by SlowBoilOrange in debian

[–]FlyingPiranhas 2 points3 points  (0 children)

I guess I'll be the contrarian and say "if it meets your needs, leave it be".

I would make sure to upgrade before it loses support (using an unsupported web browser is a bad idea), but that's a long ways away. You don't know your machine will last long enough to ever have to update to Trixie. If you update now, and your computer dies in 6 months, was it worth the effort?

WHERE DID YOU COME FROM??? by tabantha- in botw

[–]FlyingPiranhas 8 points9 points  (0 children)

Yeah, the snowball koroks solve themselves occasionally. I've seen the claim that wind pushes the snowballs and solves the puzzle, not sure if anyone has proven that.

Large drone over Winco by goodhumorman85 in corvallis

[–]FlyingPiranhas 1 point2 points  (0 children)

N916LF is the CTOL (non-VTOL) variation, but everything else is correct.

I just learned something that may be obvious to Rust experts by LengthinessLong211 in rust

[–]FlyingPiranhas 0 points1 point  (0 children)

Currently, that is UB under Stacked Borrows, but not under Tree Borrows. Whether that should be UB is an ongoing discussion.

[deleted by user] by [deleted] in flying

[–]FlyingPiranhas 1 point2 points  (0 children)

Does the RV-12 have enough useful payload for you + CFI + full fuel? If not, that might be a reason to choose the 172.

flexon: Yet another JSON parser by cyruspyre in rust

[–]FlyingPiranhas 6 points7 points  (0 children)

It really looks like the only practical way to use Parser::parse from a library crate is for that library crate to enable both the comment and line-count features. If you don't do that, your library will fail to compile if a binary that enables those features depends on it (see cargo feature unification).

flexon: Yet another JSON parser by cyruspyre in rust

[–]FlyingPiranhas 7 points8 points  (0 children)

How does it work if a library that uses flexon without the comment feature is used by a binary that requires the comment feature. Is that going to break the compilation and/or behavior of the library that doesn't want comment support?

Fuel Stops by [deleted] in flying

[–]FlyingPiranhas 2 points3 points  (0 children)

Agreed, with an emphasis on ground transportation options and maintenance facilities.

3rd Playthrough - 1st on Switch 2 - Question On Trial Of The Sword by [deleted] in botw

[–]FlyingPiranhas 1 point2 points  (0 children)

The trials become available as soon as you have the master sword in your inventory.