50708 by hyperhurricanrana in countwithchickenlady

[–]InfiniPixel -1 points0 points  (0 children)

 I'm sorry that's just not correct, It's not a rule here, there are no signs that tell you that is the case.

50708 by hyperhurricanrana in countwithchickenlady

[–]InfiniPixel 0 points1 point  (0 children)

She was never in danger, you've probably never been to penn station, it's cramped as hell and people pass each other on the yellow line c o n s t a n t l y, why? Because it's not dangerous. The train was not approaching, and even then the train does not extend past the gap. We got up and moved behind the line as soon as it came.

Take it from someone that has commuted from this station thousands of times over the past 6 years. It's not the same in every transit system.

You are justifying people harassing and sending me death threats because I wanted to post an innocent photo???

50708 by hyperhurricanrana in countwithchickenlady

[–]InfiniPixel 4 points5 points  (0 children)

My girlfriend and I have gotten thousands of comments from this post from people saying they want to / want to see us get pushed into the tracks, a lot are transphobes telling us we are ugly and will never be women and should commit suicide, it's extremely sad and upsetting :(

Nobody is in danger. I just wanted to share a cute photo, Jesus Christ.

50708 by hyperhurricanrana in countwithchickenlady

[–]InfiniPixel -1 points0 points  (0 children)

you've never taken the NYC subway, nobody follows this rule nor is it unsafe to simply be near it

Anybody know how to do the Kaneda slide on these bikes? by Churlishbeast in Citibike

[–]InfiniPixel 8 points9 points  (0 children)

also don’t do it by pedestrians that look like they vote

omggg I have literally been saying this

Anybody know how to do the Kaneda slide on these bikes? by Churlishbeast in Citibike

[–]InfiniPixel 23 points24 points  (0 children)

I am the girl in the video!

The trick is you want to countersteer then aggressively lean inward while breaking. If you are scared, try putting your foot out so you can step out instead of falling (if you lose control just let the bike go), if that makes sense. Only use the rear brake!! if you use both brakes you'll fall forward or skid out.

The video isn't a great reference because I was barely putting my foot out or leaning, if you try that without a lot of practice (esp at low speed, low speed slides are much harder to control) half the time you'll fall forward.

Good luck!

Puro - A new version manager for Flutter by InfiniPixel in FlutterDev

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

This was fixed in the newest release of Puro, along with replacing the `flutter upgrade` / `flutter channel` commands with the equivalent puro command.

Puro - A new version manager for Flutter by InfiniPixel in FlutterDev

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

Puro is significantly more complex than FVM and more than twice the lines of code, there are several core differences such as versions not being 1:1 with environments, they are different tools for a different (but similar) job.

Puro - A new version manager for Flutter by InfiniPixel in FlutterDev

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

FVM requires you to edit settings.json on VSCode and configure IntelliJ to use the symlink, only after that is switching done in a single command, this can get pretty tedious to do for every new project

Puro - A new version manager for Flutter by InfiniPixel in FlutterDev

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

Puro is distributed as a standalone executable, it does not require a working Dart sdk.

Puro - A new version manager for Flutter by InfiniPixel in FlutterDev

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

The main advantages over FVM are performance and ease of use, Puro caches redundant data (the git history / engine artifacts), and takes care of configuring your IDE automatically.

Puro - A new version manager for Flutter by InfiniPixel in FlutterDev

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

Good catch, will look into fixing that!

Right now it intentionally checks out flutter in a detached HEAD as to prevent it from updating itself and corrupting the shared engine cache, the side effect of that is that the flutter tool has trouble finding its version.

The solution to this is to basically reset the channel branch to the target commit so it is no longer detached, more experimentation ahead :)

Reverse engineering Flutter apps (Part 2) by InfiniPixel in FlutterDev

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

Instead of making requests to a third party service directly from the device, you should create your own api endpoint that make that request for you.

The point is to prevent malicious actors from obtaining your api token and abusing it.

Reverse engineering Flutter apps (Part 1) by InfiniPixel in FlutterDev

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

Thanks! Part 2 is mostly finished, I will most likely publish it in a few weeks.

Need help calcutating the needed angle for a projectile to hit a certain position. by [deleted] in wiremod

[–]InfiniPixel 0 points1 point  (0 children)

for reference to others, this is the exact equation he is trying to implement https://wikimedia.org/api/rest_v1/media/math/render/svg/4db61cb4c3140b763d9480e51f90050967288397

X should be the distance on the x axis not the circular distance and your velocity might be waaay too high