Welcome to new things

[Technical] [Electronic work] [Gadget] [Game] memo writing

Entries from 2019-05-01 to 1 month

Microsoft (Office365) PowerApps Usage Notes (Other)

Introduction. I used to touch Office365 PowerApps. PowerApps is a rather obscure tool, and I had neglected it, thinking that I would forget how to use it if I didn't write down how to use it. I haven't touched the application in a while to…

Microsoft (Office365) PowerApps Usage Memo (Data Sources and Collections)

Introduction. I used to touch Office365 PowerApps. PowerApps is a rather obscure tool, and I had neglected it, thinking that I would forget how to use it if I didn't write down how to use it. I haven't touched the application in a while to…

Microsoft (Office365) PowerApps Usage Notes

Introduction. I used to touch Office365 PowerApps. PowerApps is a rather obscure tool, and I had neglected it, thinking that I would forget how to use it if I didn't write down how to use it. I haven't touched the application in a while to…

Using peco/fzf has made the selection process in the Linux shell dramatically easier.

I was looking for some kind of tool to help me select clusters for Kubernetes, and I saw a tool called peco. https://qiita.com/sonots/items/f82912367693d717ff06 PECO is an independent tool that has nothing to do with Kubernetes, but when I…

Using OneDrive with Ubuntu

I have been touching OneDrive for a while now. I tried to use OneDrive on Ubuntu as well, but OneDrive does not have a Linux client. I did some research and found an article about a free OneDrive client for Linux, so I gave it a try. qiita…

A story about trying to switch from Dropbox to OneDrive, but it wasn't a good idea.

OneDrive is about the same price as Dropbox with Office365, so I decided to switch from Dropbox to OneDrive when Dropbox renewed, and here are my impressions after using OneDrive for a while. The following is my impression of OneDrive for …

The story of how I tried to cut back on Dropbox fees and made the mistake of trying OneDrive, Office365 for business.

I am using the paid version of Dropbox. My renewal month is coming up, so I tried to renew. The fee is 1200 yen/month.... Huh? Did I do this much? I have 1TB, but I haven't used even half of it... If it were a few hundred yen per TB, I cou…

How to catch errors in Microsoft (Office365) Flow

When using Microsoft Flow normally, if some error occurs in the middle of the process, the action stops there. For example, suppose you have a Flow that retrieves a list of users from SQL Server and sends a Slack to those users. If there i…

How to center a Tableau bar chart on a date

When displaying a bar chart in Tableau with continuous date values, it is difficult to see the bar chart because the starting position of the bar chart is to the left. In particular, when displayed with a line graph in a two-axis display, …

Passport.js Usage Notes

I had a chance to use Passport.js, so here is my personal memo on how to use Passport.js in case I need it again. What is Passport.js? Passport.js is a library that allows users to log in to websites created with Node.js+Express, and to ad…