photo of the author

@victoria.dev

1476 days ago

Rebranding? Moving to a new domain or static site? I’ve had more than a few of these situations myself! Here’s how sed can help make these changes easier.

Meet your new friend sed. This amazingly powerful tool lives in your terminal and is …

#terminal

photo of the author

@victoria.dev

1485 days ago

I’m frequently asked for my opinion on how to get started with being a freelance developer. If you’re hoping to live the life of a remote working digital nomad, whichever career you choose, having a little coding expertise in your back pocket will be a big benefit.

Here’s a quick …

#coding

photo of the author

@victoria.dev

1512 days ago

I recently attended a panel discussion hosted by General Assembly in Singapore entitled, “So you want to be a Data Scientist/Analyst”. The panel featured professionals in different stages of their careers and offered a wealth of information to an audience of hopefuls, including tips on …

#data #life

photo of the author

@victoria.dev

1521 days ago

Since Ubuntu 17.10, a default installation of Ubuntu Desktop uses GNOME instead of Unity.

After a long and loving battle experience using i3 as my workhorse window manager on my old laptop, I’ve decided to mainly use Unity on my new laptop instead. I’m a huge fan of tiling window …

#linux

photo of the author

@victoria.dev

1526 days ago

This article is deprecated. For an overview of an updated and truly cross-platform remote sync solution based on Git, please see this article: A remote sync solution for iOS and Linux: Git and Working Copy.

June 14, 2018: Ben Newhouse, former head of Sync at Dropbox, was kind enough to inform me …

#linux

photo of the author

@victoria.dev

1550 days ago

In my last post I talked about moving from Windows 10 to running i3 on Linux, built up from Debian Base System. Among other things, this change has taught me about the benefits of using basic tools and running a minimal, lightweight system. You can achieve a lot of functionality with just command …

#terminal #linux

photo of the author

@victoria.dev

1565 days ago

Let me preface this by saying that I’ve always been interested in finding out how things work. If a thing does something, I want to know why, how, and if I can customize it.

It should come as no surprise that Windows 10 drove me crazy.

Seemingly arbitrary updates that made for a long start-up …

#linux

photo of the author

@victoria.dev

1574 days ago

I got annoyed with WordPress.com. While using the service has its pros (like https and a mobile responsive website, and being very visual and beginner-friendly) it’s limiting. For someone who’s comfortable enough to be tweaking CSS but who’s not interested in creating their own …

#websites

photo of the author

@victoria.dev

1584 days ago

Iteration in Python can be a little hard to understand. Subtle differences in terminology like iteration, iterator, iterating, and iterable aren’t the most beginner-friendly.

When tackling new concepts, I find concrete examples to be most useful. I’ll share some in this post and discuss …

#python #coding

photo of the author

@victoria.dev

1596 days ago

Twitter has begun asking users to apply to use the API, presumably to cut down on unpalatable uses. This article is still relevant, however, no longer represents the best way to get started with Twitter API streaming. For more on the current API, please see the Twitter API Docs.

This post covers my …

#api #python