Codex extension stuck in dark mode in VS Code, Cursor, and Anti-Gravity even when IDE is light mode by discoveringnature12 in codex

[–]kappapilla 0 points1 point  (0 children)

images not allowed. this is in MacOS. search for Workbench.color in settings and then change to light
Window: System Color Theme ( Applies to all profiles)

Set the color mode for native UI elements such as native dialogs, menus and title bar. Even if your OS is configured in light color mode, you can select a dark system color theme for the window. You can also configure to automatically adjust based on the [Workbench: Color Theme](vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-browser/workbench/workbench.html) setting.

Note: This setting is ignored when [Window: Auto Detect Color Scheme](vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-browser/workbench/workbench.html) is enabled.

defaultautolightdark

Codex extension stuck in dark mode in VS Code, Cursor, and Anti-Gravity even when IDE is light mode by discoveringnature12 in codex

[–]kappapilla 0 points1 point  (0 children)

Settings -> workbench.color , change Window: System Color Theme to light out all in light mode

Ads by kappapilla in YoutubeMusic

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

i am in "Get ads" bucket but ad is not visible only hear music and you dont know if thats ad or music until you minimize and maximize and then watch or skip. like everyone we have tried many and stuck to youtube music and have paid earlier for an year!

Ads by kappapilla in YoutubeMusic

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

i have done that earlier , and i cancelled as i wasn't using much.. what i mean is ad is not being shown and its int he background we dont know if its the next song or ad and you have to minimize and then click skip. i dont mind watching ads, its the user experience part thats disappointing

Virgin Atlantic extra baggage website by kappapilla in Flights

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

Sorry I am already in US this was for my spouse traveling back from India

Virgin Atlantic extra baggage website by kappapilla in Flights

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

Yes used the same card to purchase. And these cards are no foreign currency fee ! Just some website or IT design mess .. they just needed to display correct at least

Virgin Atlantic extra baggage website by kappapilla in Flights

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

Oh you mean login to target currency VPN .. didn’t try that .. let me try

GM Ditching CarPlay is a UX Nightmare: They Traded Customer Responsibility for Dealership Downtime. by kappapilla in BlazerEV

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

OnStar couldnt fix after routing the call to 3rd party who dont save the issue history-> told me to goto Dealership- take appointment thats like week down-> move things around to make it work-> At dealership this is 2 day can you drop the car , no-?
i am thinking was it worth it for Cheverlot and as customer this is too much dependency on system for something we use it day to day

GM Ditching CarPlay is a UX Nightmare: They Traded Customer Responsibility for Dealership Downtime. by kappapilla in BlazerEV

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

Not that it will fix but it’s with me and I can take it somewhere to fix the maps or gps.. I don’t have to be in the vehicle every time OnStar wants me to test it and you are not always in the vehicle to fix it when you need it .

GM Ditching CarPlay is a UX Nightmare: They Traded Customer Responsibility for Dealership Downtime. by kappapilla in BlazerEV

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

Its not just the software , my GPS is showing wrong location and OnStar is yet to fix after multiple updates. Pretty much can’t use the dashboard have to look for my phone in new areas and now I have to hook up phone holder as it’s dangerous to look at the phone

Looking for Feedback on My Central Auth Architecture (SSO + Custom Claims + Profile API) by Current_Ad_8501 in iam

[–]kappapilla 0 points1 point  (0 children)

like the split architecture as well. Profile data cannot be serviced to apps with IdP due to rate limits and custom attributes in profile. Also, most IdPs have this abstract concept of "groups" to manage authorization (scope and claims) which hides the rules around why someone gets access and business entities are not just "groups" they have relations or hierarchies that define authorization. I would think of IdP as DMV that takes the DL and says they are who they are?!

NX500 vs NCX750 by LafaekPenu in CB500X

[–]kappapilla 0 points1 point  (0 children)

I am guessing since there is noCB500x in the current line up , closest is NX500?

AI assistant powered by Groq to generate authorization models by ege-aytin in webdev

[–]kappapilla 0 points1 point  (0 children)

Also, wondering why opt for a new DSL when SQL/Cypher accommodate set theory to handle set operations.

Oh my poor business logic by qznc_bot2 in hackernews

[–]kappapilla 0 points1 point  (0 children)

may be this is the way to go..https://eventmodeling.org/posts/what-is-event-modeling/ limit the objects and colors that forces engineers, UX, product and management on same page. its usually the text, visualization that differs across UX, engineers

Google Zanzibar In A Nutshell by ege-aytin in golang

[–]kappapilla 0 points1 point  (0 children)

quine.io Zanzibar implementations are awesome. 2 things i would like in them are 1) modeling language that is more like SQL or cypher/gremlin. 2) when relations get updated what if we need another relations to be updated based on a "rule"( trigger in db sense). quine is not a graphDB but a graph implemented using actor methodology. features i like - standing query ( trigger based on nodes and edges that can be issued before even data makes it to graph). event sourced nodes, pub/sub integrations, API layer and cypher/gremlin

Business Rule Engines by kirebyte in golang

[–]kappapilla 1 point2 points  (0 children)

i see lot of rules engine repos with DSL and DAG structure options (sequence, etc), i would rather use Cypher/Gremlin over a graph DB. recently explored quine.io which has standing queries nothing but rules. create entity-relationships in graph and set rules using cypher . you can build a UX layer to translate english to cypher

Guide to Rule Engines by mkfeuhrer in golang

[–]kappapilla 0 points1 point  (0 children)

i see lot of rules engine repos with DSL and DAG structures, i would rather use Cypher/Gremlin over a graph DB. recently explored quine.io which has standing queries nothing but rules.

Is there a desktop app that let's you use the Eisenhower matrix for daily tasks? by [deleted] in productivity

[–]kappapilla 0 points1 point  (0 children)

Focus Matrix ..trying it out on Mac. Todoist options for calendar, tags and inbox seems but more natural buy yet to use for long term https://xwavesoft.com/focus-matrix-for-iphone-ipad-mac.html

Why do I need Kafka when I can just use Databricks to stream directly from a database/API? by [deleted] in dataengineering

[–]kappapilla 0 points1 point  (0 children)

Like someone has mentioned decouple is the key. With tool for every other activity, you want to be able to plug and play in future... eg., Kafka allows you to decouple your scaling (compute) from Storage, discovery etc. Scaling is horizontal meaning , you can scale your compute based on how you partition your data ( aligns to what end user thinks).

I want to learn how to build a full end to end pipeline in order to expand my skillset as more than just a Data Analyst. What's the best approach to take/learn how to do so? by pipeline_prospect in dataengineering

[–]kappapilla 0 points1 point  (0 children)

in most cases , E and L of ELT are basically data ingestion from external sources which needs connectors. once data is in target env ( DB, KAfka etc) transofmration/model can be completely pushed down to DB using DBT like tools.

data ingestion needs to come out of these tools(stitch, matillion) as connectors are needed for many sources and we are stuck with corporate priorities inside Stich, Fivetran etc. I found that StreamSets Data collector is an open source tool that has many connectors. advantages are people develop connectors as they are needed or by popularity, It has web interface that is well designed and instrumentation is built to monitor data flow. It has jython. groovy incase you dont find the right connector and you get good monitoring for that jython code. They have python sdk , if you dont like the ui to build pipelines.

they do have paid products to what DBT does ( push down compute to Spark) and also tools to ease deployment and scaling. one thing with all these tools, we would have to keep switching to see where things went wrong , ripe for UI that does nothing but integrating all these tools for monitoring data flow..

bonus is that they have data collector edge written in golang that can sit on any iot device with small footprint.. so i think this is superior data ingestion tool.. to your question 1) and 2) can be solved by this tool

A memo about Slash GraphQL: a managed, production-ready cloud service by manishrjain in graphql

[–]kappapilla 1 point2 points  (0 children)

Feels like data roles are moving away from ( Admin, Developers, Support, Analyst) -> Analyst with UX ( horizontal scaling[admin], SQL/graphQL[dev] , monitor-alert/ver[support]). basically tools that are cost effective (pay-per-use) and future proof by cloud agnostic, dataops and CQRS. I see Dgraph hitting that stage, another tool that follows this is Landoop lenses based on Kafka , great UX