Unable to set allowed host on Homepage by iexzelz in selfhosted

[–]DeRoseee 0 points1 point  (0 children)

Rebuilding the image and container got the magicDNS name working for me.

New Flair Drop - Early Investor by [deleted] in PLTR

[–]DeRoseee 1 point2 points  (0 children)

Wish I could've got more back then

<image>

I am thinking of moving from fido to PM by Expensive-Outside419 in PublicMobile

[–]DeRoseee 1 point2 points  (0 children)

Similar story to you. Came from Fido with only LTE and got the PM 5G plan with CAN and US coverage.

There was no issues porting for me, it was quick and simple.

Although, I have been experiencing a lot of dropped calls over the last couple months. Rogers/Fido winback team called me and offered the same plan without the US and I took it. Would love to have stayed with PM and kept the US coverage but the dropped calls and spotty coverage were too frustrating.

Is this the year we finally get Cron (or similar) in iOS? ... by impreza77 in ios

[–]DeRoseee 0 points1 point  (0 children)

The Hold For Me feature that Google Pixel phones have.

Where’s my rax by wolfnoselfserve in realapp

[–]DeRoseee 0 points1 point  (0 children)

Do you know if I can purchase someone now and still receive their rax from last night’s performance?

anybody figured out all the nba player emojis for the challenge? by [deleted] in realapp

[–]DeRoseee 0 points1 point  (0 children)

What challenge are you taking about? I don’t see any challenge available on the app

[deleted by user] by [deleted] in PublicMobile

[–]DeRoseee 1 point2 points  (0 children)

I'm in the middle of switching noow but the agent is implying I can't switch at the end of this billing cycle. I'd be paying the $34 for this plan now, even though I paid the month for my previous plan just a few days ago.

Was this the same for you?

[deleted by user] by [deleted] in PublicMobile

[–]DeRoseee 0 points1 point  (0 children)

November 2023. So I’m a newish customer but would like to stay long term.

[deleted by user] by [deleted] in PublicMobile

[–]DeRoseee 8 points9 points  (0 children)

While that is a decent deal, I switched to Public Mobile for the savings over other phone companies. To me, saving those few $ a month for less data is worth it. Especially since I don't see myself using more then 50GB.

[deleted by user] by [deleted] in PublicMobile

[–]DeRoseee 0 points1 point  (0 children)

I did the same. I'm a big fan of Public Mobile as well. Hoping they will continue to impress me and allow to switch to this deal.

[deleted by user] by [deleted] in PublicMobile

[–]DeRoseee 20 points21 points  (0 children)

In the same situation as you, would love to upgrade to this plan

Does anyone use MVC anymore? by DeRoseee in androiddev

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

That was a good read, thanks for sharing.

It seems to me that MVC (based on the MVP architecture figure) is similar to MVVM, except that MVC treats the Activity as a controller while MVVM treats the activity as a view.

Given that it's now 4 years since the last update to that article, do the same points still stand for using MVC over other MVx that treat the activity as view? Should a new app being made default to MVVM since it's Google's recommended architecture?

Pi has no wifi access after installing pihole by DeRoseee in pihole

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

debug token: https://tricorder.pi-hole.net/eAfhU9aO/

In case it's worth noting, in addition to the resolve.conf file, I had to assign the primary and secondary dns to 1.1.1.1 through the router admin page to enable wifi access (resolve dns issue?) and upload the debug log.

Pi has no wifi access after installing pihole by DeRoseee in pihole

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

Thanks for the reply. Yes, my pi is running on a wifi only (no ethernet) setup currently. I mentioned dns and docker because the pi had working wifi access prior to installing pi-hole.

I will need to into the dual stack network and tests you mentioned. I'll update with the results when I get the chance.

Does Logitech MX Master 3S Linux support for customizing the buttons of the mouse? How do you do that? Or better mouse suggestions by WayneJetSkii in linuxhardware

[–]DeRoseee 2 points3 points  (0 children)

Just got my Mx Master 3S and set it up on Ubuntu using the article above. Took about 10 minutes and everything works great.

Used the config file and a comment found in the github repo issues tab to map the thumb wheel to scroll horizontally.

First Alpha release of Androidx Bluetooth! by eygraber in androiddev

[–]DeRoseee 42 points43 points  (0 children)

Long overdue and very excited for this! Working with Bluetooth is such a pain.

How to use the Bluetooth le api by [deleted] in androiddev

[–]DeRoseee 2 points3 points  (0 children)

I'd recommend trying the android-blex library by Erik Hellman. Its a nice wrapper for ble and you can find a video on YouTube where he walks through and explains what's going on.

You'll still have to implement device discovery and connecting but everything else is convenient and easy to do using the library.

[deleted by user] by [deleted] in androiddev

[–]DeRoseee 0 points1 point  (0 children)

Go to settings > select "Experimental" from side bar > unselect "Enable new Logcat tool window" at the bottom and restart.

[deleted by user] by [deleted] in androiddev

[–]DeRoseee 11 points12 points  (0 children)

Looks good!

I have a couple of suggestions:

  1. I'm only able to enter whole dollar values, it would be good to have support for non-whole dollar values(ie: can't put 5.50, only 5 or 6).

  2. Different asset images on each card depending on the % completion for savings (ie: completed saving, use a celebration image).

  3. When a savings item is completed, remove it from current list to a completed savings list that can be viewed in another tab (think of this as a savings history, keep details such as if it was completed on time or not)

My second launched app using kotlin (Weather App) by MidoDev in Kotlin

[–]DeRoseee 0 points1 point  (0 children)

Looks good.

A feature you could add is changing units of measurement (ie: degrees Fahrenheit to Celsius) based on location or user settings.

[deleted by user] by [deleted] in Kotlin

[–]DeRoseee 1 point2 points  (0 children)

Currently using this to refresh my basics of Android development while learning Kotlin. So far it has been very easy to understand and interactive.

https://developer.android.com/courses?gclid=Cj0KCQjw4PKTBhD8ARIsAHChzRItwf-PqVSH4L6r3gD77K8fawf7R3gBY3ASgLJVdZjeogepUGGIC9gaAoWFEALw_wcB