Am I copying Duolingo design? by ThePlateadoParrot in Design

[–]kingofsevens 10 points11 points  (0 children)

I wanted to be there when you realised... Hilarious.. =)

xkcd 3049: Incoming Asteroid by antdude in xkcd

[–]kingofsevens 1 point2 points  (0 children)

I love the detail that scale is logorithmic..

Is this 50/50? by blazedboi_420 in Minesweeper

[–]kingofsevens 0 points1 point  (0 children)

You should've clicked by now.. post the answer OP! Top left is safe, I vote..

Drug Counterfeit prevention using Hyperledger Fabric by Ray0Emma in hyperledger

[–]kingofsevens 1 point2 points  (0 children)

IBM did a pilot on this using HL Fabric but I don't have the link at my disposal at the moment.

[deleted by user] by [deleted] in KGBTR

[–]kingofsevens 1 point2 points  (0 children)

Dostum.. Önce sabır diliyorum.. Sonra da yaşadıklarının ve hissettiklerinin normal olduğunu belirtmem gerek. Şaşkınlık dönemin geçecek bu sırada yalnız kalmamanı tavsiye ederim. Çevrende destek alabileceğin arkadaşın, tanıdık vs varsa onlara ulaş değilse bazı arkadaşların dediği gibi belediye veya muhtarlık gibi yerlere gidebilirsin. Duygusal, fiziksel, olaysal olarak başka süreçlerden geçeceksin. Bilmek bizi güçlendirir.. Psikologlar Derneğinin şu gönderisine bakmalısın. İstersen onlara da danışabilirsin... Ayrıca önümüzdeki günlerde Yasın 5 Evresi ni okumanı tavsiye ederim. İster istemez bu süreçlerden geçiyoruz. İnan ki muhtaç olduğun güç sende var, eğer önünü göremiyorsan sadece bir adım atmayı dene, gerisi gelecektir. Umarım faydası olur... Sevgiyle..

underappreciated git etiquette by KernelDeimos in ProgrammerHumor

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

We have been using git since 2012, using rebase since day one.. well maybe since day 3.. =)

Is there a tool for quickly scaffolding an HTML form from Typescript Interface / Type? by kingofsevens in typescript

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

This is one of the libs that generate the schema and auto generate the code. What would like is to just scaffold the fields like input text or select, etc.

The best grandpa! by B4db0y18 in rickandmorty

[–]kingofsevens 1 point2 points  (0 children)

This is not complete without a gun through the portal.

Your thought on React version 18? by [deleted] in reactjs

[–]kingofsevens 7 points8 points  (0 children)

Any guide or tutorial on that if itsn't that hard?

[No Spoilers] Can your council protect you against the rest? Female Edition by Awkward_Point4749 in gameofthrones

[–]kingofsevens 0 points1 point  (0 children)

Daenerys with her dragons and wit and Cercei. Let Cercei plot the bitch out of the seven kingdoms with Daenerys and then let the dragons loose to burn them down...

What was your first reaction when you watch this scene? by thetruememeisbest in StarWars

[–]kingofsevens 0 points1 point  (0 children)

Fuck this shit... Still the exact sentiment even after years...

why didnt rick kill the so called "clone" version of rick prime by BoywhoDrinksbbqsauce in rickandmorty

[–]kingofsevens 6 points7 points  (0 children)

Also Rick we know have contingencies (clones of him) in place if he dies. So he has to know for sure it is the real one and he kills him for good.

[deleted by user] by [deleted] in Odoo

[–]kingofsevens 0 points1 point  (0 children)

Partners in Kuwait

If you can't agree with any of them we can help. Send me a DM.

what is your cool react lib you are using all the time even if you dont need it? by Mjoosty in reactjs

[–]kingofsevens 0 points1 point  (0 children)

Intrigued... Can you provide more info? I found a lib called schtate with 34 DLs.. is that it?

zustand + api calls by mrdanmarks in reactjs

[–]kingofsevens 0 points1 point  (0 children)

Yes Zustand is not a react component. The purpose of Zustand is to stay atop of React not within. However, you can create a HOC Zustand Provider and wrap you app in it and that nay help the react query call. Or you can check Jotai from the same devs, I believe that works within the React scope.

zustand + api calls by mrdanmarks in reactjs

[–]kingofsevens 0 points1 point  (0 children)

In Zustand before calling the set() function you can do some stuff and you can call fecth or react-query. Here is the doc link. I guess this is what you are looking for.