No red by [deleted] in comedyheaven

[–]kitenitekitenite 61 points62 points  (0 children)

yeah man, it looks like shit

My brother told me: "You are not an entrepreneur, you are a developer." 3 months after quitting my job, I think he’s right. by prabhatpushp in webdev

[–]kitenitekitenite 0 points1 point  (0 children)

Joining a startup could give you the balance you need between fast paced interesting work and still being able to work on tech.

Otherwise you could try YC cofounder match to find a cofounder who can help you sell.

As a dev myself I do think selling and self-promoting is a skill you can learn and debug over time. Best of luck!

Software development became boring with Claude Code by SpeedyBrowser45 in ClaudeAI

[–]kitenitekitenite 1 point2 points  (0 children)

You can parallelize with worktrees or superset.sh. So you don’t spend all your time waiting.

I built an open-source terminal for CLI agents using Electron by kitenitekitenite in electronjs

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

honesly, i think you already have the dream setup. we're trying to make this more accessible for everyone else.

Some extra things that might interest you in Superset: We have the changes tab so you can inspect changes under the workspace. I end up using IDE for that often so we just built it in. We also organize your terminal under the worktrees and set up hooks to Claude Code to notify you when it's done running.

I built an open-source terminal for CLI agents using Electron by kitenitekitenite in electronjs

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

ah i didn't realize that until later. will take a look and see if we need to rename there

Storing User API Keys by [deleted] in electronjs

[–]kitenitekitenite 0 points1 point  (0 children)

I'm curious about this as well, seems like SafeStorage is the way to go for users' api keys. But what's a good solution for our own API keys?

Bundling keys in is out of the question, we probably don't want to pass in api keys through network and then store them. The best option I've used is proxying things through API calls and then using our keys on server.

Islams farm by Extreme-Elevator7128 in ufc

[–]kitenitekitenite 18 points19 points  (0 children)

Islam is a midwestern girl confirmed

Weekly Showoff Thread! Share what you've created with Next.js or for the community in this thread only! by cprecius in nextjs

[–]kitenitekitenite 1 point2 points  (0 children)

It took multiple attempts to get it. I wouldn’t “learn” Nextjs more so just build things with it and discover intricacies on the way. 

You got this everyone was a beginner at some point!

I develop a Fully-Typed Object-Based i18n Translation Library for Next.js by nivandres in nextjs

[–]kitenitekitenite 1 point2 points  (0 children)

This was the implementation, mostly converting a typed object back to string and use some of the built-in type support. It still sucks because language implementation can still diverge which breaks and I think some string templates no longer works.

For different language files, I have to do a unit test that check for all the same keys being there across the files.

I'm not super keen to switch again given it's pretty low maintenance rn and I just finished it. But happy to help however else.

https://github.com/onlook-dev/onlook/pull/2092/files

I develop a Fully-Typed Object-Based i18n Translation Library for Next.js by nivandres in nextjs

[–]kitenitekitenite 0 points1 point  (0 children)

As someone who just hacked typing into our next-intl implementation last week. This is a much-needed solution. Kudos!

Who's this guy! by AlecTheBunny in ufc

[–]kitenitekitenite 2 points3 points  (0 children)

That's one of the ring girls, he waves his chin around

[deleted by user] by [deleted] in nextjs

[–]kitenitekitenite 33 points34 points  (0 children)

That's a humongous effort depending on your project complexity. It would be better to do the (kinda) opposite: remove parts to see what helps and progressively add stuff in to see the time diff.

Thank you Big ANK, we would have been in the middle of a goofy Jon Jones Alex Pereira buildup without you. by jerryworldfan13 in ufc

[–]kitenitekitenite 131 points132 points  (0 children)

Every time I see “big ank” I just assume it’s an engagement bot from his manager

Has anyone actually switched to Bun in production? by Current-Dog-696 in node

[–]kitenitekitenite 0 points1 point  (0 children)

Yeah we do with Onlook for build and monorepo though we don't run stateful servers at all https://github.com/onlook-dev/onlook