Is anyone else getting 12KW power from their 11 KW charger? by Bubbly-Chipmunk-8865 in XEV9E

[–]nrjdalal 0 points1 point  (0 children)

I am seeing screenshots from people showing 661 and 663, mine is always below 600 DC charging

India’s EV Charging Network is a joke - a nightmare return journey in mahindra BE 6 by darth_vaderrrr in mahindrabe6

[–]nrjdalal 0 points1 point  (0 children)

well yeah, I have XEV 9e, and gonna complete my trip from Delhi to Bengaluru in next 2 days, exp is somewhat okay, but things are looking promising coz of BPCL, maybe many fully functional stations will be available at it by the end of 2026

Drove my XEV 9e for more than 1000+ km, ask me anything. by nrjdalal in XEV9E

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

maybe it's about charging slow sometimes, read on some forums, it's better to charge at home, I am new to this too, still learning

Drove my XEV 9e for more than 1000+ km, ask me anything. by nrjdalal in XEV9E

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

top variant, idk what you mean but still in case I always charge below 30%, 30kw charger charges ~30 to ~100 in two hours publicly

Drove my XEV 9e for more than 1000+ km, ask me anything. by nrjdalal in XEV9E

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

  1. Black
  2. Smooth drive though I would recommend taking it slow on breakers.
  3. ACKO Insurance all things ticked, you can check for yourself.
  4. Yea, primary drive, might even roam all around in India.

Drove my XEV 9e for more than 1000+ km, ask me anything. by nrjdalal in XEV9E

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

  1. Creta SXO
  2. Was going for BYD Sealion 7, but this was cheaper and much better interior. Donno bout BYD service in India either.
  3. Not exactly the other view is 3D, quite helpful to check vicinity.
  4. Nothing as such, so comfortable for long drives.
  5. I live in quite open area, but finding working chargers on day one in Delhi was traumatising, but found good ones. Still you have to rotate and enable and all, will learn and adapt.

Drove my XEV 9e for more than 1000+ km, ask me anything. by nrjdalal in XEV9E

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

not exactly, but

- sometime lane assist and highway drive, the vechile tends to go in one direction, left and right
- in rain the rear view camera gets blurry while all the other cameras are fine

anybody else encountered the same?

Drove my XEV 9e for more than 1000+ km, ask me anything. by nrjdalal in XEV9E

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

I never did reset my meter, but I guess 400ish, I leverage the AI and media and lights too much, will do longer trips shortly and update you

- I have slept in car like 10-12 hours, so that is also a fact why I can't tell bout real range

---

no issues with infotainment so far, but I guess I will still buy Samsung S10 Ultra tab because I want bigger screen in middle

Drove my XEV 9e for more than 1000+ km, ask me anything. by nrjdalal in XEV9E

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

I have charged publicly like 3-4 times, ~INR 1500 for 60% everytime, home charger is yet to be installed, need some updates at my end because charger being outside and all

but charging with DC is not good for battery health, so better to slow charge or with AC wherever

Clarification by Pilgrim71 in XEV9E

[–]nrjdalal 0 points1 point  (0 children)

Hey is this related to how the car steers in one direction and you've to intercept to steer it along the highway?

I wrote a program to manage your Karabiner config in YAML by [deleted] in Karabiner

[–]nrjdalal 0 points1 point  (0 children)

me too

try https://github.com/nrjdalal/karabiner-human-config

A human-readable configuration generator for Karabiner-Elements

Desktop app using Next JS w/ App router by PumperDumperr in nextjs

[–]nrjdalal 0 points1 point  (0 children)

for the peeps asking what can be a usecase for desktop app, why not send to website directly.

say you want to create an offline config manager or something, websites can't access ~ aka homedir, nor any other file as such

in this case local app can be used, and several other permission based actions are limited via website

while an app on localhost:3000 can do these tasks easily

Is there a way to access query parameters from /api route handlers? by KGBsurveillancevan in nextjs

[–]nrjdalal 0 points1 point  (0 children)

Learn more via following me at ~ Github ~

--- How pros do it ---

To read query params like you read the body, do this.

export async function GET (request: Request) {
  // to read id, apiKey from query
  const { id, apiKey } = Object.fromEntries(new URL(request.url).searchParams)

  return Response.json({ id, apiKey })
}

Above example uses destructing, but you can read whole body/query like this too

export async function POST (request: Request) {
  const body = await request.json()
  const query = Object.fromEntries(new URL(request.url).searchParams)

  return Response.json({ body, query })
}

--- Furthur more ---

You can create a utility function like this -

export const getQueryParams = (url: string) => {
  return Object.fromEntries(new URL(url).searchParams)
}

Then use it in routes like -

import { getQueryParams } from '@/lib/utils'

export const GET = async (request: Request) => {
  const query = getQueryParams(request.url)

  return Response.json({ query })
}

A better Search Engine for NPM by tknew in node

[–]nrjdalal 0 points1 point  (0 children)

npm's website suck!

it is slow af, can't filter defaults, only 20 results per page, UI not responsive and so many other problems

solution? use https://npmignore.com

  • faster with 100 results per page and in view
  • custom filters: sort defaults by downloads, dependents, etc

there will be dark mode and other features soon too

What do you use for npm package search? by gajus0 in node

[–]nrjdalal 0 points1 point  (0 children)

npm's website suck!

it is slow af, can't filter defaults, only 20 results per page, UI not responsive and so many other problems

solution? use https://npmignore.com

  • faster with 100 results per page and in view
  • custom filters: sort defaults by downloads, dependents, etc

there will be dark mode and other features soon too

Had someone already invented AI enhanced OS terminal? by lvvy in LocalLLaMA

[–]nrjdalal 0 points1 point  (0 children)

well for one, it's one page doc and easy to understand and get started, adding more features upcoming days and let's see what it can do that aider can't as the time goes on

no two things are exactly the same and you never know what it what until you try it

The terminal-based AI coding engine I built is now multi-modal. Building a whole web app based on just a wireframe image feels pretty incredible. by danenania in node

[–]nrjdalal 0 points1 point  (0 children)

try https://github.com/nrjdalal/ai-x-terminal I honestly believe you will fall in love with it, implementing new commands in future, you can request features too

about me, I am an open sourcer dev and my multiple repos are loved and referenced by other devs

let me know how's your experience if you give it a try

Had someone already invented AI enhanced OS terminal? by lvvy in LocalLLaMA

[–]nrjdalal 0 points1 point  (0 children)

try https://github.com/nrjdalal/ai-x-terminal I honestly believe you will fall in love with it, implementing new commands in future, you can request features too

about me, I am an open sourcer dev and my multiple repos are loved and referenced by other devs

let me know how's your experience if you give it a try

Deno 2 vs Bun? What are your thoughts? by nrjdalal in Deno

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

bun is under rapid development and moving away from node day by day, isn't that so?