Blog
Technology
My audio setup
I documented my video setup the other day. Time to do the same for my audio setup.
For microphone, I use a Shure SM7B on a cheap fixed On Stage desk mount stand.
I find that shock mount and pop filter is not necessary with this setup. The microphone comes insulated enough.
I run this to an Apollo Twin audio interface.
The Apollo lets you run software emulations of great hardware processors natively on the device, with super low latency. Here's my audio chain:
Let's break it down.
I run t…
My video setup
I get a lot of questions about my camera setup, because my video quality is so obviously the bomb.
Last was after I got off interviewing Jerry Colonna for my podcast. I ended up writing up the whole thing in an email to him, and figured I'd repost here.
Selfie drone
This selfie drone looks insane. I'm fascinated by selfie culture. If you don't have a selfie of it, it didn't happen? I much prefer to live my life and enjoy it in the moment. But that's just me.
This definitely takes it up a notch.
Why I quit using Backblaze
I've been using Time Machine with a Time Capsule for years, but it's not going to back you up when you're traveling, and Apple's Time Capsules are expensive and don't work terribly well.
When I recently switched to an eero wifi system, I decided to drop Time Machine and go with just Backblaze. I'd been using them together for a while, but doing both seemed unnecessary. That was, until I actually needed my backup.
Th…
HTML for ACS Use
Ever wondered how you could make your postings in forums, news and similar places more interesting?
HTML is the answer and you can learn the basics in just a few minutes. Read on if you would like to enhance the clearity and usefulness of your postings and make your voice heard.
Line and Paragraph Breaks
The most important thing to notice about HTML is that a line
doesn’t break unless you tell it to do so. You break a line by typing
<br>, and you separate paragraphs with <p>.
You type in this: | And i… |
UI For Diagramming Software
When I want to write something, writing on computer is much more efficient than writing it with pen and paper. But then I want to throw in a quick diagram or a drawing to illustrate my point, and the situation is reversed. There’s nothing inherent in the technology that says it has to be that way. It’s simply because our user interfaces aren’t sophisticated enough … yet. These are some quickly fetched ideas for how this situation could be remedied.
Drawing Diagrams
All the diagramming tools I’ve…
WAP Will Fail
WAP will fail, because every single assumption it is built on is wrong. The instant someone delivers true, always-on internet to a handheld device, nobody will ever care about WAP again. And it will inevitably happen, because that’s what people want.
Freedom
The WAP is built on the old-fashioned broadcast model as we know it from TV, a model that could be described as “TV with a buy button”. That model has nothing to do with the internet.
Telcos want tight control over the distribution pipeline…
Don't Let The World Suffer From Your Website Too
Here’s a few things that you want to avoid when you’re building your website. Don’t worry, you’ll save time by avoiding them. And the world will benefit.
Don’t Make Links go Bold on Mouseover
Some sites think it’s cool to make links turn bold when the user moves the mouse over them. Please don’t do this. Your users won’t be able to click on the link.
Chances are that your link will fit neatly on one line under normal circumstances, but when the user moves his mouse over the link, and it goes …
LDAP Introduction
The Big Picure
LDAP is basically a specialized database. Some of the characteristics are:
- It consists of entries organized in a hierarchy.
- It favors reading over writing.
- Every entry has a primary key called the Distinguished Name (DN).
- It’s notion of schema is much more flexible than that of a RDBMS.
You typically use an LDAP directory to store information about entities like people, offices, machines and that sort. But you could equally well store most other relatively static information in …
Make Your Users Get What They Want
This page contains several ideas on how to help rank and categorize content on a web site, to help users find the information they are looking for. The basic premise is that by watching what users actually do and counting that as implicit votes, we can generate much more precise information about how valuable content actually is to users, than by asking users to explicitly score items.
Categorization
As is well known in the Human Sciences, especially Information Science, Categorization is in and…
- 1
- 2
Showing 1-10 of 14