HackerTrans
TopNewTrendsCommentsPastAskShowJobs

richsu-ca

no profile record

comments

richsu-ca
·3 ปีที่แล้ว·discuss
The language, the object model, and the IDE combine for a fun, highly productive programming environment.
richsu-ca
·3 ปีที่แล้ว·discuss
looking at the before/after of the scenes, looks like it went from action movie to a tourist brochure
richsu-ca
·3 ปีที่แล้ว·discuss
Loved the article. Thank you.

I went from VB6 to C#, and lived through the drama surrounding the end of VB6. Everyone one had something to say, but here are some words from Bruce McKinney https://classicvb.net/hardweb/mckinney.htm
richsu-ca
·3 ปีที่แล้ว·discuss
I was just in Qatar Airways flights that had “Super Wi-Fi”. It was barely enough for WhatsApp and Messages. Got 3.0 Kbps using fast.com
richsu-ca
·4 ปีที่แล้ว·discuss
"before" :)
richsu-ca
·4 ปีที่แล้ว·discuss
Something different. I have been using Markdown Footnotes extension [1] and found its syntax to be natural to Markdown.

Here's the same sample as OP in Markdown Footnotes syntax. There is a link to the rendered page [2].

https://gist.githubusercontent.com/richsuca/f5a14ed9cb76e7ad...

[1] https://python-markdown.github.io/extensions/footnotes/ [2] https://gist.github.com/richsuca/f5a14ed9cb76e7ad2f4f6b11361...
richsu-ca
·4 ปีที่แล้ว·discuss
#1 Card matching game

Browser based game where you try to pick two matches cards. When the pandemic started, I played this a lot with my kids (they were better every time). Got tired of shuffling cards and laying it out and I wanted to learn Javascript, so.

https://github.com/richsuca/memorygame

#2 Grade 2 Spelling Practise

My daughter had to learn spelling of a few words every week in Grade 2. To help her test it, I wrote a Windows desktop app that would say the word and she had to spell it.

https://github.com/richsuca/SpellWell

#3 Bulk Tag Remover from Pinboard

I had too many tags that it became useless so I had to retag all my links in Pinboard, the website doesn't let you do it in bulk so I made a Windows desktop app (also wanted to try out XAML).

https://github.com/richsuca/Retag
richsu-ca
·4 ปีที่แล้ว·discuss
Thanks. I have used Vultr's $3.5/month before but this is even cheaper at $2/month, over a long period, the difference will get me a pizza.

Are they good?
richsu-ca
·6 ปีที่แล้ว·discuss
The TLDR is right at the end when I have already read the whole thing! :)

By the way, I recently migrated a weblog from Wordpress to Hugo on Netlifly. It was easy! Just add a post in GitHub and it automatically triggers a build in Netlifly and the post is live in seconds! You can also have your own custom domain for free.

Don’t have recent experience with Jekyll but can’t imagine it being that painful with the build/customization.