HackerTrans
TopNewTrendsCommentsPastAskShowJobs

colbyhub

no profile record

comments

colbyhub
·hace 4 años·discuss
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
·hace 4 años·discuss
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
colbyhub
·hace 4 años·discuss
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
·hace 4 años·discuss
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
·hace 4 años·discuss
Using the following helped me join: ssh devzat.hackclub.com -p 443

... to get around my firewall!
colbyhub
·hace 4 años·discuss
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
·hace 4 años·discuss
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
·hace 4 años·discuss
I have a few devices so I store the passwords as a git repo and periodically push/pull between them -- super seamless.
colbyhub
·hace 4 años·discuss
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!
colbyhub
·hace 4 años·discuss
I've been wanting to enter the game space for some time now. Is this what you do full-time? If so, how did you transition from web dev to game dev?
colbyhub
·hace 5 años·discuss
I freaking love his guides, I'm currently reading through his C guide: https://beej.us/guide/bgc/

It's very entertaining to read though which holds my attention well, and is well suited to people with existing programming experience. I've tried to read K&R but I keep coming back to Beej's.
colbyhub
·hace 5 años·discuss
Wow Pirsch looks incredible, will definitely use them for my blog and projects.
colbyhub
·hace 5 años·discuss
I love the idea behind this, a "support local" spin on digital products.

Myself and others would appreciate one for Canada! Perhaps I should build it.
colbyhub
·hace 5 años·discuss
I've had good success on my side-business with Piku: https://piku.github.io It's essentially a lightweight PaaS that you can run on your own hardware (even ARM)
colbyhub
·hace 5 años·discuss
This looks verrryy similar to https://www.vim.so
colbyhub
·hace 5 años·discuss
asking for a friend
colbyhub
·hace 5 años·discuss
Another one to consider is https://www.django-unicorn.com if you want that LiveView feeling for Django.

For my latest project[1], I've opted for https://unpoly.com instead of Alipine+htmx as Unpoly allows me to write 100% server-side code and sprinkle some progressive enhancement where desirable. As a result, I can offer a no-JS experience (minus the Stripe Checkout) for those who may want/need it. Additionally, it forces me to focus solely on the server-side, and I write more idiomatic Django code as a result.

[1]: https://heraldsms.com
colbyhub
·hace 5 años·discuss
This is fantastic, especially as we see trends around owning your data. Tools like this allow us to migrate away from proprietary solutions like Airtable or Google Sheets.

On the other hand, I could also see this being used as somewhat as an "Admin UI" for SaaS software administrators.
colbyhub
·hace 5 años·discuss
I love this -- I would use this if there was Linux support!

Until then, I'll have to get by with SQLime or DBeaver :(
colbyhub
·hace 5 años·discuss
I feel the same way, I don't fully trust hosted solutions but don't completely trust myself to host my own -- which is where E2E encryption comes into play, but a malicious host would still have access to loads of metadata (timestamps, IPs, etc.).

Blockchain-based solutions like Status.im appear to do away with these sorts of issues through decentralization -- but you still have to put trust into their network.

Solutions like TLS & OMEMO over Tor for XMPP seem to be a very strong privacy-centered solution outside of blockchain-based applications.