Live data from Hacker News

Ask HN: What is your blog and why should I read it?

news.ycombinator.com

551–560 of 675 posts

Re: Ask HN: What is your blog and why should I read it?

#551

http://gabrielgambetta.com Not a blog, and you probably shouldn't read it. I have a few article series that have become relatively popular: - The multiplayer architecture articles, about Client Side Prediction, Server Reconciliation, and Entity Interpolation: https://gabrielgambetta.com/client-server-game-architecture.... - The A* articles, going over graph search in general and deriving A* in a natural way: https://…

I have read your articles over and over and just keep getting back to them whenever I'm in need of inspiration. They are really well written, have the right pace to follow up and are well illustrated! The one on client-server game architecture motivated me to start https://github.com/halftheopposite/tosios (still a WIP and a very naive implementation, but working on it). Thank you for your work!

Thanks for your kind words, I'm glad that you've found my articles useful :)

Re: Ask HN: What is your blog and why should I read it?

#553
https://annihilatormodule.com

I'm a grad student, I just started this blog last week so there is not much content here yet. I plan on writing mostly about my current research and other random topics. Topics I have in my drafts folder mostly pertain to the intersection between cryptography, cybercrime, and smart contracts.

Re: Ask HN: What is your blog and why should I read it?

#554
https://bartoszkrajka.com/

Professional communication in IT is my thing and it's particularly important now, during the pandemic / social distancing / remote work turmoil. Here is one good article to start, it covers the communication topic top-down:

https://bartoszkrajka.com/2019/04/17/how-to-communicate-in-i...

Re: Ask HN: What is your blog and why should I read it?

#555
https://www.taniarascia.com

I’ve been blogging about 5-6 years now on a regular basis - just all sorts of tutorials on web development, frameworks, cs, devops, whatever I’m learning at the time. I’ve also written for a bunch of publications like DigitalOcean and make a lot of open source side projects, so there’s plenty of quality content. But it’s pretty much all JavaScript/Typescript/Node.

Re: Ask HN: What is your blog and why should I read it?

#556
https://govtjobsguide.in/ This is one of the finest govt jobs sites in India. It provides all the latest govt jobs notifications with all the necessary informations. Some of the pages are https://govtjobsguide.in/govt-jobs/ https://govtjobsguide.in/government-jobs-for-engineers/ https://govtjobsguide.in/govt-jobs-for-ca/ https://govtjobsguide.in/govt-jobs-for-mba/ Thanks.

Re: Ask HN: What is your blog and why should I read it?

#557

https://getaclue.me Write about different things. At different times. Interested in intersection of software, business and people. Currently focusing on writing a JavaScript book. Cheers for this post!!! Like finding more writers to follow =)

Your search feature is super fast!! What are you using?

Thanks - it is powered by https://github.com/christian-fei/Simple-Jekyll-Search and it is a jekyll theme modified underneath

Re: Ask HN: What is your blog and why should I read it?

#558
https://pct.adventuresnotvacations.com

In 2017, I hiked the PCT from Mexico to Canada and kept a journal.

Being a software developer, I wanted an easy way to keep a blog up to date so I cobbled something together using Jekyll, Github Pages, and a custom built iPhone app.

The iPhone app would build out the general markdown structure for the post and allow me to easily choose and add photos. Then it would send the markdown file and the images to a git client I bought for the iPhone.

This let me blog offline in the wilderness, writing several posts at a time and when I got into a town with cell service or wifi, I just had to "git push" and my blog would be automatically published.

I've been considering building it into a "real" app for the last few years but haven't gotten around to it. Thinking about doing another long hike in the next year or two, so maybe by then I'll get around to it.

Re: Ask HN: What is your blog and why should I read it?

#559
post #418

I'm at https://www.swyx.io/writing/ I write about Frontend dev (React/Svelte/Tailwind/etc) and Node/Serverless, but my best pieces are junior/intermediate dev career advice stuff and that has frontpaged HN a few times - https://www.swyx.io/writing/learn-in-public - https://www.swyx.io/writing/svelte-static - https://www.swyx.io/writing/coronavirus-recession/ - https://www.swyx.io/writing/writing-mise-en-place/ - http…

Thank you for your writings! Your "Learn in Public" gist inspired me to do so: https://ivov.dev/
Post reply on HN