queirozf.com

pytorch ubuntu

Mini-Tutorial: Installing PyTorch (CPU-only) on Ubuntu

28 Nov 2022   Some notes on how to install PyTorch (CPU-only for now) on Ubuntu

Read More ›

pandas

Pandas Fillna Examples: Filling in Missing Data

16 Oct 2022   Examples on the most common ways you will find yourself using fillna and related functions in pandas.

Read More ›

management

As a Manager: Give Feedback on Specifics Only

15 Oct 2022   As a manager, why you should try and keep feedbacks on specific actions and behaviours, rather than giving out generic, subjective advice.

Read More ›

git

Git config Examples

15 Oct 2022   Quick examples for some common configuration for git and related tools.

Read More ›

meta

Brainstorming Tech Content

15 Oct 2022   Meta content on writing tech content such as this blog

Read More ›

splunk

Splunk examples: Dealing with null/empty values

10 Oct 2022   Dealing with NULL and/or empty values in splunk. Examples with the most common use cases and problems you may face.

Read More ›

splunk regex

Splunk Examples: Regex command

10 Oct 2022   Ese the regex command in splunk to have regex-like (perl-compatible) queries and filters.

Read More ›

grep regex

Grep examples: Perl-Compatible Regular Expressions

09 Oct 2022   Examples on how to use regular expressions in conjunction with GNU grep. Examples on how to modify regular expressions, use multiple types, common issues and solutions. Examples mostly use Perl-compatible regular expressions (PCRE)

Read More ›

splunk

Splunk Examples: Calculating Ratios Between Events

14 Sep 2022   Splunk examples on how to take data from several sources and combine them to calculate ratios or percentages between one event and the other, relative counts, etc.

Read More ›

splunk

Splunk Examples: Manipulating Text and Strings

12 Sep 2022   Examples on how to perform common operations on strings within splunk queries.

Read More ›