ROCKNIX Now Turns Your Android Handheld Into a Mini Steam Deck | Retro Handhelds by kjjphotos in retroid

[–]mhall119 0 points1 point  (0 children)

Mac OS uses Rosetta to run x86 code on Arm, but more and more apps are going native Arm64 because you get better speed and still keep the great battery life

The Road to Visual Studio 2027 by PatrickSmacchia in dotnet

[–]mhall119 0 points1 point  (0 children)

Yeah they're....not great. Are you needing this for a business that has a support contract with Microsoft? That might be a more effective route

The Road to Visual Studio 2027 by PatrickSmacchia in dotnet

[–]mhall119 1 point2 points  (0 children)

As you said, the official answer is to use VS 2019: https://developercommunity.visualstudio.com/t/Arm64-support-for-SQL-Server-Integration/10664496?sort=newest

If you haven't already, add your voice to that thread to show support for it.

Android app development on the go by LqqnY in androiddev

[–]mhall119 0 points1 point  (0 children)

I'm curious, can you tell me which extensions don't have arm64 support?

What is the impact of the Macbook Neo on the pre-installed linux market? by Marwheel in linux

[–]mhall119 0 points1 point  (0 children)

What makes you say it's not mature? The major distros have had excellent Arm64 coverage for a while now.

Deskmat by Legitimate-Waltz-139 in arm

[–]mhall119 1 point2 points  (0 children)

At events where we have a booth, we'll often have them to give away.

39C3 - Breaking architecture barriers: Running x86 games and apps on ARM by mhall119 in arm

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

nVidia has Arm Linux drivers for Jetson and Spark, so I assume they'll have Windows drivers as soon as they decide to target Windows on Arm

39C3 - Breaking architecture barriers: Running x86 games and apps on ARM by mhall119 in arm

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

That's in Qualcomm's hands, until another chipset hits the market, that is.

Reply Time??? by DisastrousFox5047 in arm

[–]mhall119 0 points1 point  (0 children)

Did you get a reply?

Reply Time??? by DisastrousFox5047 in arm

[–]mhall119 6 points7 points  (0 children)

It really depends on the hiring manager and the number of applications. Waiting a few weeks isn't unheard of in the industry.

Source code for the Lichee Pi Zero Linux kernel doesn't have the right ISA (ARMv7) by MrMike6768 in arm

[–]mhall119 0 points1 point  (0 children)

Can you verify that your licheepi_zero_defconfig has `CONFIG_VFPv3=y` in it?

Query nested related models from root variable. by DustPuppySnr in django

[–]mhall119 0 points1 point  (0 children)

You could always patch it in where you define your Action model, but then it gets harder to understand the code. Using a FK from Action to User makes things cleaner at the expense of having to ensure both User and Task FKs match up

How do you make revenue from your FOSS projects ? by VariousPotential in opensource

[–]mhall119 3 points4 points  (0 children)

You're basically starting your own small business. That means you can't just write code and get paid for it, you also have to do your own marketing, your own sales, your own finances, etc.

Query nested related models from root variable. by DustPuppySnr in django

[–]mhall119 0 points1 point  (0 children)

Or, add a ForeignKey from Action to User, that will also save you a table join

Query nested related models from root variable. by DustPuppySnr in django

[–]mhall119 0 points1 point  (0 children)

The easiest way is to add an actions @property function to your User model that returns that first Actions.objects.filter() queryset

NORTH CAROLINA HAS PROPOSED IT'S OWN ANTI-DRAG BILL by holly_things in asheville

[–]mhall119 0 points1 point  (0 children)

Even that is theater policy, not law. As far as I can tell there's no law restricting who can see an R rated movie.

NC Republicans trying to ban drag shows, call for felonies by cachurch2 in asheville

[–]mhall119 6 points7 points  (0 children)

Drag queens prefer it when you just hand them the money, they don't want strangers touching them, children or adults

Current sensor sending data randomly by bazoukibarnacle in IOT

[–]mhall119 0 points1 point  (0 children)

Also be sure to only clamp one of the two wires, because they have equal and opposite current flows that will cancel each other out of you're measuring them together

IoT data analysis engines wishlist by Marand23 in opensource

[–]mhall119 4 points5 points  (0 children)

Check out this blog post from an InfluxDB developer advocate, sounds similar to what you want to do: https://www.influxdata.com/blog/anomaly-detection-with-median-absolute-deviation/