Readit News logoReadit News
colbyhub commented on Crypto dominoes fall in the wake of FTX's collapse   axios.com/2022/11/17/cryp... · Posted by u/rurp
jpm_sd · 3 years ago
The incomparable Molly White has put together a contagion flow chart, which she is updating regularly:

https://www.mollywhite.net/etc/ftx-contagion

See also her explanatory newsletter

https://newsletter.mollywhite.net/

colbyhub · 3 years ago
She also runs https://web3isgoinggreat.com which is helpful for staying just-enough up to date with all the crazy things going on in the crypto space if you don't want to sign up for her newsletter!
colbyhub commented on Ask HN: Where to buy old computers and consoles?    · Posted by u/ibobev
colbyhub · 3 years ago
If you're looking for old computers, CRTs, and all sorts of periphery, there's a fantastic little online shop that ships out of Vancouver, Canada: http://woodgrain.tv

Deleted Comment

colbyhub commented on The data-oriented design process for game development   computer.org/csdl/magazin... · Posted by u/ibobev
colbyhub · 3 years ago
Lately, I've been wanting to explore the DOD pattern in the world of full-stack web development to see if there would be similar benefits. Might put together a proof-of-concept this weekend!

Has anyone else explored this?

colbyhub commented on Ask HN: Is there a pure SMS based UI?    · Posted by u/joshcramer
colbyhub · 3 years ago
For what it's worth, I built a service that allows you to use Google Maps and a dictionary over SMS: https://gistsms.com

I've stopped working on the project but would be curious to hear if there's still interest!

colbyhub commented on Show HN: I made Devzat – It's like Discord but in the terminal, over SSH    · Posted by u/quackduck
makeworld · 3 years ago
I just get "Permission denied (publickey)". The README says to just run ssh-keygen, but I already have an RSA key. Does this server only support ed25519 or something?
colbyhub · 3 years ago
Using the following helped me join: ssh devzat.hackclub.com -p 443

... to get around my firewall!

colbyhub commented on How to Learn Physics/Math?    · Posted by u/ecodogmoo
colbyhub · 4 years ago
For what it's worth, I've heard people have good success with: https://brilliant.org/ (not affiliated)

It's highly interactive and engaging, which helps it feel less dry!

colbyhub commented on Is Grammarly a keylogger? What can you do about it?   kolide.com/blog/is-gramma... · Posted by u/terracatta
colbyhub · 4 years ago
I've seen people promote Language Tool as an alternative: https://languagetool.org It appears to be open source and you can host your own server!
colbyhub commented on Ask HN: Why should I trust password managers?    · Posted by u/acadapter
nickjj · 4 years ago
This is the only one I use. I've used it for like 5 years and have hundreds of passwords stored. Everything is offline and encrypted with GPG along with being command line driven. It's the ultimate tool for someone who primarily uses a workstation or laptop.
colbyhub · 4 years ago
I have a few devices so I store the passwords as a git repo and periodically push/pull between them -- super seamless.
colbyhub commented on The harsh truth of video games programming   new.pythonforengineers.co... · Posted by u/shantnutiwari
steve_coral · 4 years ago
Could you possibly post a pseudo-code example of how the above would work with ECS? How do you attach the components to the rock object if not inheritance? Would you just have them be functions that you call to include within the rock via a header file or something? Or a separate code module you import, if using Python?
colbyhub · 4 years ago
I'm currently building a game engine using flecs as my ECS: https://github.com/SanderMertens/flecs

There's lots of great example code in the docs and within the repo itself, for what it's worth!

u/colbyhub

KarmaCake day99December 15, 2020
About
Blog and projects: colbyhub.com
View Original