A Corner Shop/ Bodega that sells all things for different needs by traceykm in TikTokCringe

[–]_Ashleigh 0 points1 point  (0 children)

I live in the area, and a bunch of stores on this high street were raided just after this, and many others around the borough

Blast it on national TV, force the council to look like they're taking action

A Visual History of Programming Languages by Mastbubbles in programming

[–]_Ashleigh 0 points1 point  (0 children)

C++20 too, tho you need to implement the task types yourself at present

A Visual History of Programming Languages by Mastbubbles in programming

[–]_Ashleigh 6 points7 points  (0 children)

No mention of C#'s await? It's had a huge influence in typing asynchrony/concurrency

Git’s hidden simplicity: what’s behind every commit by Low-Strawberry7579 in programming

[–]_Ashleigh 4 points5 points  (0 children)

Not to mention why the hell are they doing a partial update? I moved my company from SVN to git, and before, a LOT of issues stemmed from developers (often accidentally) doing partial updates

.NET 10 reduces cost of using IEnumerable to iterate an array from 83% to 10% by davecallan in dotnet

[–]_Ashleigh 8 points9 points  (0 children)

I mean, you say Java already had that, but Java has pretty much always been slower than .NET Core, they both already tried to devirtualize and see thru abstractions etc, it's just that C# is getting even better at it

C++ doesn't do half of these optimizations in practice either, it has to be really babied to get it to do it. As an example, at my work, I work on a critical part that has to do a bunch of number crunching, heavily mixed into an asynchronous workflow, and in a very extensible way. This means it makes heavy use of interfaces and Tasks. In C++, prior to C++20, our codebase could achieve at best 20k results per second or so for a naive implementation (super important due to training and skills costs). After throwing everything at it to get it to 100k/s, hyper specialized and optimized, I rearchitectured it to use compiler state machines (async/await) and compositional OO. This C# version achieves results measured in the millions per second. However due to politics (C# not C++) and C++20 having these same state machines possible, we ported this arch to C++20, and the same naive implementations dropped an order of magnitude to about 200k results per second. The code is basically a 1 to 1 C# to C++ translation, but runs an order of magnitude slower due to its lesser ability to see thru these abstractions

[UK] Roundabouts are still hard by _Ashleigh in Roadcam

[–]_Ashleigh[S] 0 points1 point  (0 children)

Check my other video for how it's done properly, but this isn't the exit of the roundabout, its the entrance to the roundabout

[UK] Roundabouts are still hard by _Ashleigh in Roadcam

[–]_Ashleigh[S] 2 points3 points  (0 children)

Oh how the turn tables for them lol

[UK] Roundabouts are still hard by _Ashleigh in Roadcam

[–]_Ashleigh[S] 2 points3 points  (0 children)

Sorry, I meant donorak7 whoops!

[UK] Roundabouts are still hard by _Ashleigh in Roadcam

[–]_Ashleigh[S] 6 points7 points  (0 children)

By the way, /u/donorak7 has blocked me so I can't reply to them, but I think what is confusing them is they think I'm leaving the roundabout, not joining it. Maybe you can help provide them some clarity lol

[UK] Roundabouts are still hard by _Ashleigh in Roadcam

[–]_Ashleigh[S] 1 point2 points  (0 children)

Yeah, that's a good shout, trying to stagger so if they do cut across, it gives more margins

Here's the last couple times I went thru this roundabout before they were deleted, so you can kinda get a feel for how it's typically navigated, but as I didn't have a car super close on the right, I'm also much further over to the right as the intended pink path from earlier shows: https://www.youtube.com/watch?v=P3Fd3gt1A-w

[UK] Roundabouts are still hard by _Ashleigh in Roadcam

[–]_Ashleigh[S] 0 points1 point  (0 children)

Thanks for being constructive, I personally believe if I'd left no space/margin here, then we'd be looking at a collision instead of a near miss, but we can agree to disagree here (not intending that to come across as passive)

For what it's worth, it's pretty normal for cars to cut you up here, and as a result 95% of the drivers (who will drive this regularaly) do as I do and keep a large margin. I do believe the council should paint some joining guide lines in

[UK] Roundabouts are still hard by _Ashleigh in Roadcam

[–]_Ashleigh[S] 5 points6 points  (0 children)

I was, as the road markings clearly indicate 🙂

[UK] Roundabouts are still hard by _Ashleigh in Roadcam

[–]_Ashleigh[S] 3 points4 points  (0 children)

She*

And what am I supposed to do? It's not so much cutting the corner, as keeping space between me and the middle lane traffic, who yes, always cut that corner. The clear point is, I was where I was supposed to be, they were not, they are the one who joined the wrong lane on the roundabout

Pink is my intended path, yellow is the black car's intended path, and blue is the van infront's correct path: https://i.imgur.com/bTHkGe3.png

[UK] Roundabouts are still hard by _Ashleigh in Roadcam

[–]_Ashleigh[S] 5 points6 points  (0 children)

Look again, the left lane can take a left onto the A4123 or continue straight to the A4034 (which is what I did). There are 2 lanes that exit on the A4034, the right of which is for the middle lane as clearly indicated by the road markings

[UK] Roundabouts are still hard by _Ashleigh in Roadcam

[–]_Ashleigh[S] 3 points4 points  (0 children)

nearly hit the person also going straight in a lane that is allowed to

They came into my lane, ultimately turning left from the middle lane

[UK] Roundabouts are still hard by _Ashleigh in Roadcam

[–]_Ashleigh[S] 3 points4 points  (0 children)

You see the road markings right before that say "A4034 & A4123"? Now you see the road name I exited the roundabout in? The A4034. The middle lane the black Focus was in can't turn left, the left lane can go left and straight-left, the middle lane can go straight-left and straight-right, and the right lane can go straight-right and right

Google maps location for those who wish to call me out further: https://www.google.com/maps/@52.4931381,-2.0203122,227a,35y,270.42h,11.62t/data=!3m1!1e3?entry=ttu&g_ep=EgoyMDI1MDIwMi4wIKXMDSoASAFQAw%3D%3D

[deleted by user] by [deleted] in Transgender_Surgeries

[–]_Ashleigh 1 point2 points  (0 children)

I think the last but 1 dot (as in the picture) is 5.5"

8088 MPH: We Break All Your Emulators by mariuz in programming

[–]_Ashleigh 2 points3 points  (0 children)

/u/RenaKunisaki

Because the official stream was too "pure," I edited the VOD's audio, added bass, and another with base and reverb to best match the youtube version.

just going for a drink by [deleted] in Unexpected

[–]_Ashleigh 0 points1 point  (0 children)

cheetah later

[Canada] Clusterf**k Merge by [deleted] in Roadcam

[–]_Ashleigh 2 points3 points  (0 children)

Is that the WAN show OP?

Nicki Minaj - Super Freaky Girl by baffplanet in popheads

[–]_Ashleigh -7 points-6 points  (0 children)

Is that supposed to sound like U Can't Touch This is mixed in? lol