haacked.com Open in urlscan Pro
2606:50c0:8002::153  Public Scan

URL: http://haacked.com/
Submission Tags: tranco_l324
Submission: On November 15 via api from DE — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

You've Been Haacked
…and you like it
 * About
 * Archives
 * Contributors
 * Contact

 * haacked
 * haacked
 * rss


INTELLISENSE FOR HOSTED C# SCRIPT

Sep 1, 2021 abbot csharp suggest edit

This recent Abbot Blog Post covers abbot-cli a new open source command-line
tool. abbot-cli makes it possible to work on Abbot skills in your local editor.
In that post, I mentioned that when you retrieve a C# skill to edit locally, the
tool writes a few aditional files on your machine.

Read More


HTTPS WITH LETSENCRYPT FOR AZURE FUNCTIONS

Apr 14, 2021 azure security suggest edit

UPDATE: there might be an easier way now. App Service Managed Certificates now
supports apex domains. I’ll give it a try and report back.

Read More


SUBSCRIBING TO CLOUD EVENTS WITH ABBOT

Mar 4, 2021 abbot chatops csharp suggest edit

In my last post, I wrote about writing a sparkly skill in Abbot. That was fun!
But Abbot isn’t only about fun. After all, our company name is A Serious
Business, Inc. Seriously, that’s the name. So it’s about time I show you how to
get to some serious business with Abbot.

Read More


WRITING SPARKLY ABBOT SKILLS WITH C#

Feb 19, 2021 abbot chatops csharp suggest edit

In my last post, I wrote about some of the interesting elements of C# we take
advantage of to make argument parsing in Abbot with C# nice.

Read More


ARGUMENT PARSING WITH ABBOT

Feb 12, 2021 abbot chatops csharp suggest edit

Most Bot skills strive for a more natural language feel to arguments passed
them. For example, to remember something with Abbot you can use @abbot rem
haacked's blog is https://haacked.com. And then later recall it with @abbot rem
haacked's blog. Or just @abbot rem haacked because Abbot uses fuzzy matching.

Read More


INTRODUCING ABBOT, A POWERFUL CHATOPS TOOL FOR COLLABORATIVE WORK

Feb 11, 2021 abbot chatops remote work suggest edit

Collaborative work is difficult enough when located together in an office. It
can present new challenges when working remotely. When I worked at GitHub, one
powerful tool we used that left a lasting impact on me was ChatOps. In fact,
GitHub may have created the concept. If not, they were certainly one of the
first.

Read More


NAMING NUGET, A LESSON IN DISTRIBUTED DECISION MAKING

Nov 24, 2020 remote nuget suggest edit

It is notoriously difficult to make decisions in a distributed asynchronous
manner. It’s hard enough for me to make decisions by myself. Now introduce more
people and timezones and you have yourself a hot mess. People tend to meet an
online proposal with the silence of indifference. Or the silence that’s a result
of the bystander effect as everyone waits for someone else to chime in.

Read More


WILL REMOTE COMPENSATION BE TIED TO LOCATION IN THE FUTURE?

Oct 12, 2020 remote compensation suggest edit

On Twitter the other day, David Anson asked,

Read More


A SUBTLE GOTCHA WITH AZURE DEPLOYMENT SLOTS AND ASP.NET CORE

Sep 28, 2020 dotnet azure deployment suggest edit

When I deploy software, I’m lazy. Very lazy. This is why I lean heavily on
Continous Deployment (CD) to automatically test and deploy software when it’s
merged into my main branch. I don’t have time to deploy code by hand. So gauche!

Read More


MYSTERY OF THE FRENCH THOUSANDS SEPARATOR

May 17, 2020 dotnet csharp testing suggest edit

I enjoy writing silly chat bots. To indulge my silliness, I’ve been exploring
the Microsoft Bot Framework. Overall, it’s a pretty good framework, but I’ve had
some weird bugs here and there. It’s unclear to me if they’re my fault or not.
So to dig into them, I cloned the microsoft/botbuilder-dotnet to my machine and
ran all the unit tests. It’s what I do.

Read More


IT'S TIME TO BREAK TO BUILD

Apr 17, 2020 leadership politics suggest edit

Marc Andreessen wrote a recent cri de cœur to start building to solve the
biggest problems we have. I believe the overall sentiment is a good one.

Read More


INTRODUCING ABOARD BETA

Apr 7, 2020 leadership remote suggest edit

In a recent post about remote work, I noted the importance of writing things
down.

Read More


WHEN REMOTE WORK GOES WRONG

Mar 11, 2020 management leadership remote suggest edit

With all this recent emphasis on remote work, you can be forgiven if you think
proponents (like myself) are a bit Pollyannaish about the benefits of remote
work. Even so, you have to admit that preventing the collapse of civilization
from a pandemic is a strong benefit to add to the list. Whodathunkit? Given that
many are now required to work from home, it makes sense to try our best to make
it work. This is the motivation behind my series of posts about remote work.

Read More


GEOGRAPHICALLY DISTRIBUTED TEAMS

Mar 9, 2020 management leadership remote suggest edit

Facebook, Microsoft, Google, and Amazon just told its Seattle area employees to
work from home for the next three weeks to reduce the risk of spreading the
coronavirus. Lucky for them, I’m working on a series of post that will help.

Read More


HOW TO LEAD FROM HOME

Mar 5, 2020 management leadership remote suggest edit

Working from home is a hot topic right now. If you’re a manager letting your
people work from home, you may have concerns. How do you ensure that people are
working? How do you create a good remote work environment? Are your people
really not wearing pants?

Read More


HOW TO WORK FROM HOME

Mar 3, 2020 remote work suggest edit

For years you tried to convince the powers that be that working from home is
just as productive if not more so than coming into the office. You cited article
after article full of evidence to support your claims.

Read More


DEBUNKING THE PETER PRINCIPLE

Mar 2, 2020 management suggest edit

Professor Laurence J. Peter wrote The Peter Principle in 1968 as satire critical
of management and management practices. Over time, cynical folks latched onto it
as a universal law of nature. Here’s how Professor Peter stated the law he named
after himself,

Read More


RECOVERING FROM BURNOUT

Jan 23, 2020 work consulting burnout suggest edit

Today’s my birthday so naturally the topic of burnout comes to mind. For the
past couple years, I’ve been coping with varying degrees of burnout. This is not
to be confused with being a Burner which is something else entirely.

Read More


MY FIRST XAMARIN APP

Jan 16, 2020 mobile dev xamarin suggest edit

A few days ago, my daughter was in a real funk. It breaks my heart to see her
struggle. Fortunately, I knew exactly what to do, “build a mobile app!”

Read More


FUN WITH URL ENCODINGS

Dec 9, 2019 aspnet web suggest edit

Quick! How many ways are there with .NET Core to encode parts of a URL? Here’s a
list I came up with.

Read More
« Prev 1 2 3 4 5 ... 102 Next »
 * Phil Haack

 * haacked
 * haacked
 * rss

You've been Haacked is a blog about Technology, Software, Management, and Open
Source. It's full of good stuff.