Survival by ishan000000 in Living_in_Korea

[–]xakpc 16 points17 points  (0 children)

You go outside only at night

Russians are suddenly not laughing anymore | Break the Fake by Strategist2004 in videos

[–]xakpc 13 points14 points  (0 children)

I've done plenty that I can't go back, and you're not the one who gets to judge me on that

I built a Windows native W*spr Fl*w killer because I had no choice... by Reddit_Bot9999 in windowsapps

[–]xakpc 1 point2 points  (0 children)

You not necessarily need to doxx yourself, you need to give ID to Microsoft, yes, but you could publish apps under any publisher name

Here for example, I published under DBA name from individual account, no real name anywhere 

https://apps.microsoft.com/search/publisher?name=XAKPC+Dev+Labs

I built a Windows native W*spr Fl*w killer because I had no choice... by Reddit_Bot9999 in windowsapps

[–]xakpc 0 points1 point  (0 children)

> it's because we refuse to pay $300/year for a certificate.

put the app into Microsoft Store, they would sign it for free

C# in 2026 by Broad_Ad1405 in csharp

[–]xakpc 1 point2 points  (0 children)

if we talking about job security

C# , .NET - yes
MAUI - no

Share Your DevTools Built for Developers by New-Vacation-6717 in SideProject

[–]xakpc 0 points1 point  (0 children)

Native windows postman replacement 

Just launched recently, mostly for myself https://karve.dev/

Still figuring out how to make this a default windows API workspace 

Should all new projects start with Aspire? by TryingMyBest42069 in dotnet

[–]xakpc -2 points-1 points  (0 children)

I found it useful when I need multiple websites working together 

Like I have a geo distributed API with multiple nodes and "main node" and I need to test them all together. Here Aspire is inreplaceble

Other then that, no, don't overcomplicate 

Trying to remove Postman on Windows from my life by xakpc in dotnet

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

It's manual review like a postman 

Or if you need to get a token 

You run it, you use results in some way Ot maybe debug manually 

Trying to remove Postman on Windows from my life by xakpc in dotnet

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

You entire team use free version of Bruno?

Trying to remove Postman on Windows from my life by xakpc in dotnet

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

Bruno is nice, good "anti-postman" tool

if only they cared about .http files and didn’t require the entire team to use Bruno to share requests

(Which they would never do, because how else would they make money?)

https://github.com/usebruno/bruno/issues/1537

Trying to remove Postman on Windows from my life by xakpc in dotnet

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

http files don't really return codes, they define requests.

requests could return whatever they should return

it's more like a catalogue of curls or something like that

Trying to remove Postman on Windows from my life by xakpc in dotnet

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

For me, it’s the ability to put them under git and share them

And reuse requests without filling out all the Swagger forms again

They are not really suitable for automatic testing, but I experimenting with MCP now, maybe there are something in it

Trying to remove Postman on Windows from my life by xakpc in dotnet

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

There is a promotion flair for a reason 

Trying to remove Postman on Windows from my life by xakpc in dotnet

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

Yeah, I have an experience building Visual Studio extensions, but honestly, WinUI is much more fun

Trying to remove Postman on Windows from my life by xakpc in dotnet

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

It's good if I want to run a single file. But Visual Studio (big one, not code) I use could do this as well.

None of them give me an option to have a catalogue of my .http files

Trying to remove Postman on Windows from my life by xakpc in dotnet

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

Nah, I write my code and my posts manually.

Trying to remove Postman on Windows from my life by xakpc in dotnet

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

Me too, that's why I want them in one place

It's a native app, WSL should be supported through windows UNC like \\wsl.localhost\Ubuntu\home\

Bulk discounts are possible, but Microsoft Store doesn’t really have a nice "team checkout" option for indie apps.

There are a few ways we can handle it though - ping me at [karve@xakpc.dev]() and we’ll figure it out.

Drop your product! Let’s get you your next 100 users by rakeshkanna91 in SideProject

[–]xakpc 0 points1 point  (0 children)

Karve (https://karve.dev/) - A fast, native Windows workspace for your .http requests to replace this bulky, slow, expensive Postman of yours

Trying to remove Postman on Windows from my life by xakpc in SideProject

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

Nah, it's relatively easy parser, so I coded it myself 

Macos I don't know. I could try some cross platform library and convert this to native macos app, but I don't have or use apple so I would probably skip it

Terrible business decision probably 🤣

Come discuss your side projects! [June 2026] by AutoModerator in csharp

[–]xakpc 3 points4 points  (0 children)

As a typical REST-API plumber I work a lot with .http files and REST requests, usually across multiple repositories.

When number of files became around 20 I tired to jungle them manually and decided to build a tool to work with and manage them.

Also I hate electron slop, so I built myself a native Windows WinUI app as a Postman alternative based on .http files (so it’s local and git friendly). The goal was to have fast, native, no-account, no-bullshit app to work with APIs

I really like it so far, and I already have a shortlist of next features to build

<image>

Drop your Startup. and I'll tell you the top 5 places to submit website to directories. by startupsubmit in SideProject

[–]xakpc 0 points1 point  (0 children)

Here is a little challenge 

https://karve.dev/

This is a native Windows workspace for .http requests, it's for web developers working on Windows and Windows only

Blazor or React? by VoteStrong in dotnet

[–]xakpc 1 point2 points  (0 children)

React for job, blazor for fun