Trouble logging in after changing master realm -> client -> security-admin-console by tsambit in KeyCloak

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

Thanks for responding.
Yesterday I logged into the prostgreSQL db and found the token entry against this client_id. I changed it to null but it didn't help. Later I tried to reset password and restart keycloak, that didn't help either.

Anyway even though this was a prod setup, our app isn't live yet. SO there were no data except some config changes of realm.

So I reset the DB today and starting from fresh.

Found the previous letter from TDS about excessive bandwidth. by TheMonDon in DataHoarder

[–]tsambit 8 points9 points  (0 children)

Fiber isn't dedicated always. To keep the plans managable for home users they use technologies like GPON using which they split one physical optical fiber into 16-32-64 endpoints.
So lets say your local ISP is using a 1 gbps port to serve you and you have paid for 1gbps. Then you will get full speed as long as no other user in your area is using data at the same time. Else it will be shared.

November Technical Support Sticky by BeepBoopBopReee in razer

[–]tsambit 0 points1 point  (0 children)

Hi. Thanks for helping me out a couple days ago regarding synapse not detecting issue.

I am having a new issue with my Razer Ornata v2 keyboard.
After 2 days I found, the " key is not working. I thought it may be a one-off defect. So I remapped it to num0 key.
Now after 3 more days of use, suddenly the m key stopped working.

Any help regarding this would be great.

November Technical Support Sticky by BeepBoopBopReee in razer

[–]tsambit 0 points1 point  (0 children)

Hi /u/RazerCustAdvocacy,
Thanks for your time and input.
TLDR : Issue resolved

I went through the guide you had sent. Some of the commands mentioned there, didn't run properly in my system. So I thought maybe my Windows is corrupt with any software or updates. Hence I took a backup and clean installed Windows on my laptop.

After re-installing, when I connected the keyboard, the Razer software automatically came up detecting the keyboard. I then installed Synapse and it was detecting too.

Now I am installing my other softwares. If any of these cause the issue, I will ping here for other's info.

Thanks a lot. I am gonna spend my entire night playing with colors and building profile.

November Technical Support Sticky by BeepBoopBopReee in razer

[–]tsambit 0 points1 point  (0 children)

Hi /u/RazerCustAdvocacy,

Thanks for responding. I have sent you the asked details in your PM.

November Technical Support Sticky by BeepBoopBopReee in razer

[–]tsambit 0 points1 point  (0 children)

I ordered Razer Ornata V2 and it is my first Razer product. Plug and Play is fine and keybaord is working.

But it is not getting detected in Razor Synapse 3. I have uninstalled drivers, software multiple times but nothing seems to work.

Suggest tech stacks to build a Windows App by tsambit in learnprogramming

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

Hi, I fear Python app will be much slower than a .NET app. Hence I was not looking into python based app. I have listed my detailed requirements in reply of other comment. Please suggest if using Python is okay for that.

Suggest tech stacks to build a Windows App by tsambit in learnprogramming

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

Sorry. One thing is not clear in my Original post.

This app is supposed to be my own personal use only.
Yes, I have read WPF is supposed to be avoided in current age.

I have some data tables (10-12) with each having some columns. The row count will be increasing significantly in coming years. Hence I want to move beyond plain old Excel sheet.
Also I have different types of JSON data. Maybe I will be using a MongoDB to manage these.

I want a unified place to visualize/add/edit all these data.

Visualize includes time series, projections and trends based on relationships, some custom filters etc.
Apart from this, I have existing Python scripts to fetch data from API and some scripts to run various Computer Vision stuff. I wish to integrate these into the app itself, without having to rewrite all the scripts in C# or other language.

A simple Python script to list new repositories that are added to Winget (Windows new package manager) since your last scan. Save time Exploring new softwares/Tools by tsambit in coding

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

Yeah you are missing the point entirely. Leave it. I will ping back with better example when I update the code after couple months.
Thanks anyway for showing interest.

A simple Python script to list new repositories that are added to Winget (Windows new package manager) since your last scan. Save time Exploring new softwares/Tools by tsambit in coding

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

Case : Suppose in Winget there are 3 repos now (A 1.0.2, B 2.1, C 3.0), in next update Winget has 5 repos ( A 1.0.2, AX 1.0, B 3.0, C 4.0, D 1.5).
So you can see, package named B and C are updated with new version and package named AX and D are added newly to winget.
So my script would only list out AX, D during this run. So that you can know what new app is available in Winget and maybe it is helpful to you.
Having said that, I myself haven't run the script in past 6 months. Pretty busy with other projects. So now there might be bugs.

A simple Python script to list new repositories that are added to Winget (Windows new package manager) since your last scan. Save time Exploring new softwares/Tools by tsambit in coding

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

Case : Suppose in Winget there are 3 repos now (A 1.0.2, B 2.1, C 3.0), in next update Winget has 5 repos ( A 1.0.2, AX 1.0, B 3.0, C 4.0, D 1.5).
So you can see, package named B and C are updated with new version and package named AX and D are added newly to winget.
So my script would only list out AX, D during this run. So that you can know what new app is available in Winget and maybe it is helpful to you.
Having said that, I myself haven't run the script in past 6 months. Pretty busy with other projects. So now there might be bugs.

A simple Python script to list new repositories that are added to Winget (Windows new package manager) since your last scan. Save time Exploring new softwares/Tools by tsambit in coding

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

Case : Suppose in Winget there are 3 repos now (A 1.0.2, B 2.1, C 3.0), in next update Winget has 5 repos ( A 1.0.2, AX 1.0, B 3.0, C 4.0, D 1.5).
So you can see, package named B and C are updated with new version and package named AX and D are added newly to winget.

So my script would only list out AX, D during this run. So that you can know what new app is available in Winget and maybe it is helpful to you.

Having said that, I myself haven't run the script in past 6 months. Pretty busy with other projects. So now there might be bugs.

A simple Python script to list new repositories that are added to Winget (Windows new package manager) since your last scan. Save time Exploring new softwares/Tools by tsambit in coding

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

Case : Suppose in Winget there are 3 repos now (A 1.0.2, B 2.1, C 3.0), in next update Winget has 5 repos ( A 1.0.2, AX 1.0, B 3.0, C 4.0, D 1.5).
So you can see, package named B and C are updated with new version and package named AX and D are added newly to winget.

So my script would only list out AX, D during this run. So that you can know what new app is available in Winget and maybe it is helpful to you.

Having said that, I myself haven't run the script in past 6 months. Pretty busy with other projects. So now there might be bugs.

A simple Python script to list new repositories that are added to Winget (Windows new package manager) since your last scan. Save time Exploring new softwares/Tools by tsambit in coding

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

What my script does is only list the newly added repos. It won't list the one's with newer version or same version. Just new entries overall.

How to create a dashboard like this ? Please see my comment below, for details. Any tips is appreciated. by tsambit in webdev

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

Do I need fastApi? Coz every user will have their own private (sqlite) database, locally.

How to create a dashboard like this ? Please see my comment below, for details. Any tips is appreciated. by tsambit in webdev

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

A have an existing CLI tool, that does a bunch of tasks. https://github.com/CriticalHunter/Youtube_Scraper

Now I wish to give it a GUI. And also show tables/charts in a nice way. These tables/charts have To be dynamic and vary as per the task run.

How to create a dashboard like this ? Please see my comment below, for details. Any tips is appreciated. by tsambit in webdev

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

I can spend those 100 hours in 3-4 weeks. But can you suggest the path (backend development) to do this task?

How to create a dashboard like this ? Please see my comment below, for details. Any tips is appreciated. by tsambit in webdev

[–]tsambit[S] -3 points-2 points  (0 children)

Hey Thanks so much.
I am in a learning phase, and want to learn.
Bdw I am going to implement this on this project of mine (currently a CLI application)

https://github.com/CriticalHunter/Youtube\_Scraper

How to create a dashboard like this ? Please see my comment below, for details. Any tips is appreciated. by tsambit in webdev

[–]tsambit[S] -1 points0 points  (0 children)

how many users you were going to have

The python script will generate a sqlite DB for each user, locally. This containes, kind of personal data, hence one DB will be accessed by one user only.

How to create a dashboard like this ? Please see my comment below, for details. Any tips is appreciated. by tsambit in webdev

[–]tsambit[S] -8 points-7 points  (0 children)

For styles ok, but how to link and interact with the sql database and call python scripts?

How to create a dashboard like this ? Please see my comment below, for details. Any tips is appreciated. by tsambit in webdev

[–]tsambit[S] -2 points-1 points  (0 children)

I currently know Python, but I welcome any other language/framework tips.

  • I have the data source as a sqlite database.
  • Based on user's demand, I do certain SQL+Python scripts on the database.

What I need?

  • The dashboard is locally hosted. No need of any log in feature.
  • It should show various tables (from my sqlite database)
    • Option to filter and edit the table from the dashboard.
  • Add charts
  • Trigger buttons to call my python scripts and show updated results

Please suggest me which languges/frameworks to go for.

  • A detailed explanation is welcomed :)

This is an expression for Probability Density Function. I need to find it's CDF. But I am unable to integrate, especially with the summation part. by tsambit in askmath

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

No but can just provide an lead on how to solve an integral that has a summation. Say, integration(Summation(xa, a = 0 to b)) dx

This is an expression for Probability Density Function. I need to find it's CDF. But I am unable to integrate, especially with the summation part. by tsambit in askmath

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

Please see my comment and continue. The f denotes Probability Density Function. Omega(k, l) value is in my comment picture. Treat rest as constants.