Nono.MA

MARCH 27, 2023

After two months of pause, we're preparing to release new Getting Simple podcast episodes.

Editing and publishing add friction and delays to my process, so I'm exploring code and ML workflows to post-process of episodes' audio and generate transcripts, summaries & notes.

I'm not there yet. But OpenAI's Whisper (free) and Descript (paid) already provide accurate transcriptions. Existing projects and companies use #GPT-like language models to extract episode keywords, topics, chapters & summaries.

We'll soon have automatic episode notes.

It's exciting. I think we're getting very, very close. I've also played with Spotify's pedalboard Python package to post-process audio without relying on a Digital Audio Workstation (DAW).

That's cool because I can create reusable scripts for specific recording conditions and forget about audio editing — say, compressing, limiting, applying noise gates, or normalization—things you'd otherwise do in Adobe Audition.

Let me know if you'd like to see these automations in the live stream and video tutorials or shared here on Twitter at @nonoesp.

JANUARY 18, 2022

Here's a simple way to check the MD5 checksum of a file in order to verify the origin of a file.

Open the Terminal app.

Type the following and hit Enter.

md5 /path/to/file
# MD5 (/path/to/file) = 64e7749cc4a60ec3d80707d0d69f5c1c

Note that you can also type md5 and then drag a file to the Terminal windows. Then hit Enter to run the command.

OCTOBER 20, 2014

Earlier this year I found a new AutoCAD command I had never used before, the wblock command. With it, you can export Selected Elements of an AutoCAD drawing to a single file, keeping the Selected Elements on the file or removing them at the moment of exporting--depending on the option you select.

Three Simple Steps

  • Select elements you want into a separate DWG file.
  • Run the wblock command.
  • Set the options on the menu as desired--exported file path, what to do with the selected elements after they have been exported.

The command has been really useful for me when exporting portions of a CAD drawing from AutoCAD to Rhino. Hope you find it useful.

Getting Architecture Done

This article is part of the Getting Architecture Done series. A series of posts about architectural methods, workflows and tools. If you want to be notified when other articles are posted, go ahead an subscribe here.

NOVEMBER 24, 2013

Take Deliberate Breaks When You Work

Working time is commonly conceived as a time frame with no distractions. When you work, you are supposed to be as efficient as you can, and not let anything get in your way until you finish. It is widely known that some enterprises even block access to common distractions so workers don’t waste their time, but this is not a real solution.

Contrary to this model, deliberate breaks can improve your productivity while allocating a time for those distractions, which are needed by our brain in some way.

Why Deliberate Breaks?

Breaks are great. But I feel guilty taking too many of them.John P. Trougakos

Deliberate breaks provide you with time to do things that are not strictly work-related and let your brain rest. Removing, at the same time, the guilt of distractions. Here, tasks and activities not related to work have their own span of time to happen.

Task Driven Blocks

My working hours are structured in fifty-minute working blocks and five-minute breaks, with the remaining five minutes as a buffer –which allows to slightly extend work or break blocks if needed.

Before starting to work, you should write down the tasks needed to get done and estimate how many hours you need for them. During working blocks, commit to switch off all your potential distractions, leave aside the non-work related stuff and capture them into a list to get done in the next break.

A Flexible System

The system I use is an adaptation of Francisco Cirillo's Pomodoro Technique®. After using it for a while I found that, for myself, one-hour blocks with five to ten-minute breaks in between work pretty well. You should find how the system better works for you. Let others know how you are working so they don't interrupt you in your working blocks –groups can even synchronize their work and break intervals so that interruptions are minimized and breaks are shared in between team members.

Breaks are breaks.

It’s not just a matter of being well rested. None of us can work flat-out, without breaks.Ellen Galinsky

Breaks are periods of time in which you stop working on the main task and let your brain rest. Anything that is not the main task will be understood by your brain as a break –this is why a break can be from doing exercise, to read Twitter or to procrastiwork in a side project.

Usually, the best thing you can do for having an actual break is doing something different. If you work involves using the computer, don't use it during the break. If you work involves physical activity, don't exercise during the break. You get it.

Give It A Try

To be able to see if this method works for you: just try it. If you do so, and it is useful for your workflow, I would be glad to hear about it. Also, last month I developed Everfocus for iOS, an app that allows you to control your work and break blocks, currently on the App Store.

Thank you for reading this, to the HelpMeWrite community and supporters for pushing the idea behind this post forward, and to the #sundaypost initiative.

MAY 27, 2013

Adobe allows you to record a set of performed tasks and play them again later to perform the same steps.

This is a simple example on how to record an action on Adobe Photoshop to make a picture black and white, reduce the document's size and save the picture over the original.

  • Open any picture in Photoshop (make sure that the picture is a copy of the original as the file will be modified).

  • Click on the top menu Window and press "Actions" to show the Actions toolbar.

  • Click on the "Create new Action" icon. A popup will ask for a name of the action, you can call it "B&W + Save".

  • From now on, everything that you do in Photoshop will be recorded in your new action.

  • Click CTRL-U to open the Saturation panel and reduce the saturation to 0, then click OK.

  • Go to File > Save, and then close the image (or CTRL-S) and choose quality 10.

  • Close the image file.

  • In the Actions toolbar, click the "Stop playing/recording" icon to stop recording your action.

Now you have an action that makes a picture black and white, saves, and then closes the image.

##Try it Open a color image. Select the "B&W + Save" action and click the "Play selection" icon. If everything goes well, Photoshop will make black and white your image, save it and close.

Want to see older publications? Visit the archive.

Listen to Getting Simple .