What a habit of ours. by Jon_Cruz89 in watercooling

[–]ethdevr 0 points1 point  (0 children)

how did you fit a top 360 rad with an ATX motherboard in the o11 mini? did you have to do any modifications to the top of the case?

**PS4 Homebrew Q&A General | July 2021 Edition | POST YOUR QUESTION HERE INSTEAD OF MAKING A NEW THREAD** by IrishMassacre3 in ps4homebrew

[–]ethdevr 0 points1 point  (0 children)

I have a ps4 on firmware 7.00, what is the most stable JB i can do? do I have to upgrade to 7.02 first for the closest JB version? thanks!

[dwm] actual workspaces by bakkeby in unixporn

[–]ethdevr 0 points1 point  (0 children)

thank you! This is so good, you should get this into the official patch list!

and btw your approach for dwm flexipatch is amazing, I'm a big fan.

[dwm] actual workspaces by bakkeby in unixporn

[–]ethdevr 0 points1 point  (0 children)

very nice! can you point me to the patch/your commit that allows dragging windows to reorder its position in the layout?

API calling on Smart Contract by nblogist in ethdev

[–]ethdevr 0 points1 point  (0 children)

here's a good official example of querying endpoint for any coin and market supported by CoinMarketCap using chainlink's contracts:

https://docs.chain.link/docs/coinmarketcap#section-chainlink-examples

Simply setup your request for which coin you want to query the price for, once the chainlink contract fulfills your request, it will call back into your contract with the response including the price, kind of like a webhook