Curated river of news

Reader

Latest posts from blogs I follow

3006 entries
61 pages

Golang: Defer(opens in new tab)

Introduction In this part of the series, we will be taking a look at the keyword in golang. The defer keyword is used for delaying the function call in a partic

PSA: Cannot open Credentials Manager(opens in new tab)

I blew several INCREDIBLY frustrating hours trying to troubleshoot issues installing Google Workspace Sync and Microsoft Office 365 on multiple Windows 10 workstations today. Searching for “failed to create profile” errors when setting up a Google Workspace Sync user for ...

On implementing Bloom Filters in C(opens in new tab)

This article assumes the reader is already familiar with the C programming language and some basic concepts concerning hash functions. The target audience (as is often the case on my blog) is undergrad CS students or seasoned developers who, just ...