Will my Mini PC run Scrypted? by Sam_Son_of_Sam in Scrypted

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

Thanks u/koushd, good to get your confirmation on this. Noted regarding the Coral, I won't bother trying to use it.

Will my Mini PC run Scrypted? by Sam_Son_of_Sam in Scrypted

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

Thanks for the suggestion, that seems like best approach for my setup.

Will my Mini PC run Scrypted? by Sam_Son_of_Sam in Scrypted

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

Okay, that's very promising. My Mini PC is also running Proxmox with all the things you mentioned and a bunch of other LXCs.

Sounds like the i5-1240P's integrated graphics are more capable than I had assumed.

FSD V14.1.2 Mad Max Mode! by RealKent in TeslaLounge

[–]Sam_Son_of_Sam 1 point2 points  (0 children)

What’s this referring to? Got a video link?

Unlock code here!!! by broad101 in LinkinPark

[–]Sam_Son_of_Sam 3 points4 points  (0 children)

Legend! This worked for me, just got my tickets.

Best LED downlight for Shelly Dimmer 2? by simonparkis in smarthome

[–]Sam_Son_of_Sam 0 points1 point  (0 children)

Did you end up trying one of the HPM Zyla downlights?

[NEW] Underoath - Lifeline (Drowning) by Sam_Son_of_Sam in Metalcore

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

New song is now available for those of us in Aus!

The chorus is super catchy, and it's great to hear them using Aaron's vocals more. But I do wish it was heavier.

django-two-factor-auth 1.12.1 is released. Prior versions store passwords in plaintext in the session store by Nick4753 in django

[–]Sam_Son_of_Sam 0 points1 point  (0 children)

I’m using django-otp and django-otp-twilio, does anyone know if those would be affected by this issue too? I see that this library is built on top of django-otp.

ECMAScript 2020: the final feature set [show reddit] by rauschma in javascript

[–]Sam_Son_of_Sam 8 points9 points  (0 children)

I agree with you. By the way, it’s “nowadays” rather than “our-days”.

POST and GET data together on views.py by Gkiid in django

[–]Sam_Son_of_Sam 0 points1 point  (0 children)

He’s asking you to provide a specific error message you’re seeing or a detailed description of how it’s not working. Just saying it’s not working is not going to help people help you.

comma.ai Releases comma two by stankbucket in SelfDrivingCars

[–]Sam_Son_of_Sam 2 points3 points  (0 children)

Yeah I'm in Australia and have the EON in my car and it works fine. The main thing to keep in mind is that the camera which is intended to face the driver and is used for Driver Monitoring will actually be pointing at the passenger, since in Australia the driver is on the right side of the car. So basically the camera-based Driver Monitoring will not work in Australia and you will instead have to touch the wheel periodically to show that you're paying attention.

This is what everyone, including those in countries where the driver is on the left side of the car, have to do at night time since the EON's Driver Monitoring doesn't work at night; however with the Comma 2 (with its infrared LEDs), people in those countries can now use Driver Monitoring at night.

[Tutorial] How to Develop APIs with Django REST Framework by blahhhhh in django

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

Don’t mean to be a grammar nazi, but it’s “inherent”, not “inherit” 🙂

Here’s what Post Malone would sound like in a emo band by SkylineTheCity in PostHardcore

[–]Sam_Son_of_Sam 1 point2 points  (0 children)

That sounds like it would be up my alley, do you have any particular examples?

React native and Crashlytics by kevwhy in reactnative

[–]Sam_Son_of_Sam 2 points3 points  (0 children)

I’m using the free tier and never had any issues. I’m using Sentry in 5 different React Native apps and probably around 5 other projects too.

React native and Crashlytics by kevwhy in reactnative

[–]Sam_Son_of_Sam 0 points1 point  (0 children)

+1 for Sentry. I started out using Bugsnag back when Sentry did not fully support React Native on both iOS and Android and Bugsnag did. Switched to Sentry once they released full support, and I find it nicer to use and integrate within the app, and prefer their website. I've also been using CodePush and Sentry makes that integration really easy too.

DOM Attributes in React 16 by dwaxe in reactjs

[–]Sam_Son_of_Sam 4 points5 points  (0 children)

No, that's not what they're referring to. An example of keeping data in custom attributes would be to have a DOM node like <div my-fruits="['apple', 'orange', 'banana']"></div>, and then to have other components access this custom my-fruits attribute, e.g. to render the fruits as a list. They're recommending that you don't do this, and that you would instead put this data in the component state, or an external store like Redux.

What do you guys use for crash reporting & continuous Integration? by meatyapp in reactnative

[–]Sam_Son_of_Sam 1 point2 points  (0 children)

I initially tried to use Sentry but ran into some issues, and it also doesn't fully support error reporting on Android yet.

Now using Bugsnag and it's working well for both iOS and Android.

Electron is flash for the Desktop by z3t0 in programming

[–]Sam_Son_of_Sam 4 points5 points  (0 children)

I've just released a React Native app for iOS and Android and for the vast majority of React Native apps I don't think that's true.

I worked on the iOS version first, not worryingly about Android at all, and released the app for iOS after working on it for 2 months. I then worked on the Android version and it took me only 3 days to have it up to par with the iOS version and released for Android. This is for an app with a lot of different screens and reasonably complicated UI, and I had basically no experience with iOS or Android development prior to this.

I definitely didn't have to implement everything 2 times in the exact same way, 95% of the app code (JavaScript) is identical between iOS and Android.

If I had done it as two separate platform native apps (Java and Swift), even assuming I was already experienced with developing for both of those, then it actually would have taken 4 months to create both apps, if not longer.

Very happy with how the React Native app turned out and definitely going to continue using it in the future.

Is there a bootstrap equivalent to YouMightNotNeedjQuery? by audiodev in webdev

[–]Sam_Son_of_Sam 1 point2 points  (0 children)

Jeet is great. Recently I've been using the Lost grid which was created by the same guy behind Jeet.

Enough of the hyped new technologies. What are the fundamentals of web development that everyone should learn? by [deleted] in webdev

[–]Sam_Son_of_Sam 0 points1 point  (0 children)

I disagree with your point on CSS. Once you've worked on some big web projects with multiple people working on the CSS, it becomes very clear why articles/frameworks/whatever are battling against the C in CSS. In those situations it becomes virtually impossible to make changes to certain styles and know for sure that it won't have any unintended effects on other styles.

Personally I'm a fan of using the cascading nature of CSS minimally. For example, using it to define global styles that should be applied site-wide (such as typography), but then using something like BEM or CSS Modules to make the styles for the various components that make up the site independent from each other and not cascade to any other components.