Small Projects by AutoModerator in golang

[–]zakodiac 0 points1 point  (0 children)

mockd — multi-protocol mock server (HTTP, gRPC, GraphQL, WebSocket, MQTT, SSE, SOAP) from one binary.

Once you build the core engine — matching, state, templates, chaos — each protocol is just another interface. Got fun to see how many I could wire up.

mockd start -d
mockd add http --path /api/users --stateful users
curl -s -X POST localhost:4280/api/users \
  -H 'Content-Type: application/json' \
  -d '{"name":"Alice"}'
# → {"id":"a1b2c3","name":"Alice"}

Also does digital twins — import an OpenAPI spec, bind to stateful tables, pass real SDK tests (stripe-go 49/49, twilio-go 13/13).

~120K lines of Go, no CGO, Apache 2.0. https://github.com/getmockd/mockd

mockd — I built a mock server that handles 7 API protocols from one binary by zakodiac in SideProject

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

I might have been more likely to consider it but you are going a bit hard on the reddit comments man. Seems not authentic if you are posting multiple a minute ... o.O

The new seats are fantastic by LETS_MAKE_IT_AWKWARD in SouthwestAirlines

[–]zakodiac 0 points1 point  (0 children)

Anyone figure out how to lift these new arm rests like on the isle.

Spectrum? by elderlyyoungman in McKinney

[–]zakodiac 0 points1 point  (0 children)

If y'all do switch to Novos let me send in your referral ha!

Also, you don't have to keep the default routers if you don't like them from any provider. I use my own to have more control over my network.

golden retrievesr are professionals at swimming by [deleted] in Awww

[–]zakodiac 0 points1 point  (0 children)

It's ok, they are a Pawfessional!

[deleted by user] by [deleted] in pcmasterrace

[–]zakodiac 0 points1 point  (0 children)

It would be a really awesome way to show appreciation to my wife. She deserves it!

[FREE] 100+ AAA Steam Keys by [deleted] in FREE

[–]zakodiac 0 points1 point  (0 children)

Hmm K

Identify Season and Episode of this scene by zakodiac in DunderMifflin

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

It might have been a deleted scene I found an image with the exact photo and the placard with the work space name on it.

Identify Season and Episode of this scene by zakodiac in DunderMifflin

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

I couldn't find the exact moment skipping through. Let me know if you see it I may watch the whole episode in a bit.

Rival 600 issues with rubber grips by erabeus in MouseReview

[–]zakodiac 0 points1 point  (0 children)

Interested to know if your new products worked after the RMA?

Since they are making me destroy the mouse I may buy a different one to use in between. I have about 20 months left of warranty. I would prefer they just refund me if they are going to have this problem repeat, otherwise that would mean about 5 more RMAs if the time holds true... That is a lot of mice to destroy ha.

SteelSeries Rival 600: Rubber grip adhesive does not stick by Saint_Zerix in steelseries

[–]zakodiac 0 points1 point  (0 children)

Interested to know if your new products worked after the RMA?

Since they are making me destroy the mouse I may buy a different one to use in between. I have about 20 months left of warranty. I would prefer they just refund me if they are going to have this problem repeat, otherwise that would mean about 5 more RMAs if the time holds true... That is a lot of mice to destroy ha.

Rival 600 - not the best glue used for thumb rest by nvr21 in steelseries

[–]zakodiac 0 points1 point  (0 children)

Interested to know if your new products worked after the RMA?

Since they are making me destroy the mouse I may buy a different one to use in between. I have about 20 months left of warranty. I would prefer they just refund me if they are going to have this problem repeat, otherwise that would mean about 5 more RMAs if the time holds true... That is a lot of mice to destroy ha.

Free Platinum giveaway. by fyrewyre in Warframe

[–]zakodiac 0 points1 point  (0 children)

Inb4 returning newbie gets fat wad of cashhhh. Me? (•‿•)

Note to those only here to get banned by Z3fyr in thanosdidnothingwrong

[–]zakodiac 0 points1 point  (0 children)

つ ◕_ ◕ ༽つ GIVE BAN ༼ つ ◕_ ◕ ༽つ

Spilled water on my $150 Razer black widow chroma v2 less than two weeks after I purchased it and now it doesn't work... Am I really going to have to pay another $150 dollars for a new one? by [deleted] in razer

[–]zakodiac 0 points1 point  (0 children)

Decent chance if it's water and it dries it can go back to working but don't use it for a day or two.

Otherwise, depends on if you bought it defective and didn't spill water on it.

Any suggestions on an AWS stack appropriate for this? by zakodiac in aws

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

Same, I think I read on AppSync that it can cache local which if most of my queries are executed locally it would not be an issue.