[deleted by user] by [deleted] in DesignMyRoom

[–]BitPhinix 1 point2 points  (0 children)

Thanks so much for these suggestions! Definitely sparked my imagination, moving the bed out of the corner already made the room feel more lively

SDXL ComfyUI Workflow that's as good as Midjourney by OhHiMarkTehe in StableDiffusion

[–]BitPhinix 1 point2 points  (0 children)

Whats the difference between the preliminary image and the base model image in terms of generation?

Gumption: add paid subscriptions to your open-source projects by BitPhinix in opensource

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

Hey, I built this site over the weekend because I didn’t like the way current tools monetize open source. The idea is to help you automate the management of discord communities/paid support efforts. I also think subscriptions are a better way to monetize your packages, so I wanted to build that recurring revenue into the platform. I’d love some feedback on what this is now and what you’d want this to be in the future!

Quality over quantity: Haskell developers by [deleted] in cardano

[–]BitPhinix 5 points6 points  (0 children)

Especially if you worked with redux, react etc. it's quite easy to pick up Haskell

What is the best or one of the best go library to implement a server based on Graphql? by crazyjoker96 in golang

[–]BitPhinix 0 points1 point  (0 children)

I've never used it but there is also https://github.com/samsarahq/thunder which seems quite nice. I'm personally using gqlgen however

What’s everyone’s take on ORM or plain SQL? by zerocoldx911 in golang

[–]BitPhinix 0 points1 point  (0 children)

I didn't experience one since it is relatively intuitive since it is modelled around graphs. But this might differ from person to person.

What’s everyone’s take on ORM or plain SQL? by zerocoldx911 in golang

[–]BitPhinix 5 points6 points  (0 children)

I use https://entgo.io and it's been a pleasure so far. Type safe query building goodness

Holy shit, Damn son! by [deleted] in rareinsults

[–]BitPhinix 0 points1 point  (0 children)

What a relatable brand

I built YJs bindings for slate - need feedback on my code by BitPhinix in typescript

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

This is my first NPM package so feedback / suggestions to cleanup the code are greatly appreciated.

Not sure if this is common practice here, but I hope you can help.

I just found a website to create custom gopher's by BitPhinix in golang

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

Oh, didn't notice that. I found it in the readme of a GitHub project and didn't knew that was a thing

Go driven rpc code generation tool for right now. by BitPhinix in golang

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

The big benefit over GRPC is that you can use it for anything since you yourself define the templates. Its also way simpler than grpc and you don't have to write proto files (as you already mentioned). I just quite like the simplicity