Skip to main content
Photo of DeepakNess DeepakNess

Raw Notes

Raw notes include useful resources, incomplete thoughts, ideas, micro thoughts, and learnings as I go about my day. Below, you can also subscribe to the RSS feed to stay updated:

https://deepakness.com/feed/raw.xml

Total Notes: 185


Hyping everything is irritating

Yes, hyping works in marketing, you have hype a little that your product works great, solves real problems, and is getting good response from the people. I understand that; but what I don't understand is people, at least on X, hyping every single thing about AI.

It's irritating.

You might have also come across these folks who unnecessarily try to hype every single of their tweets. I mean, hyping a good strategy to stand out and make a bold claim, but when you hype everything, you're slowing decreasing the value of your next tweets/posts.

People will start getting bored knowing that all your posts are hype, and then your social account will die a slow death.

Don't do it.


The all new Manus AI

China is not holding back!

It's dropping mind-blowing developments in AI one-by-one. It was only a few weeks ago when DeepSeek was released and now they have released this AI which has the capabilities of Deep Research + Operator + Claude Computer combined. I mean, just see the demo by yourself.

Yes, it's a bit slow as of now (claim a few people who already have the access), but hey, it's just the start and I'm sure that it will become even better.

Excited for this!


Cool AI games

I don't know why some people are worried or rather pissed about Pieter Levels building a simple flight simulator game like this and making money out of this. Obviously, it's not about how good the game is (one person was complaining about this, I don't remember who now), it's about "reach", it's about "distribution", about "placement". Advertisers are paying because so many people are trying this "mediocre" game and it's going to give them eyeballs. Simple.

I love it, have played the game, and it's fun despite being very simple.

I also noticed that this has given a lot of other people the motivation to build something like this and, surprisingly, those few people are also making money out of this:

Very cool, right?

I expect, there will be a lot more this kinds of game would be coming out in the near future which can be played directly in the browser.


Quick shareable videos using ffmpeg

ffmpeg is great!

If you want to compress a video without visible loss in the quality, here's the command:

ffmpeg -i input.mp4 -vcodec libx264 -crf 28 output.mp4

And if you want to speed the video up by, say, 1.33x, you can just run the below command:

ffmpeg -i input.mp4 -filter:v "setpts=0.75*PTS" -filter:a "atempo=1.33333" -r 60 output.mp4

And you can also combine both above commands into one, just run the below command and your video will be compressed as well as become 1.33x faster in seconds:

ffmpeg -i input.mov -vcodec libx264 -crf 28 -filter:v "setpts=0.75*PTS" -filter:a "atempo=1.33333" -r 60 output.mp4

Normalizes the audio of the video with a single command that I record using Screen Studio + Krisp.

ffmpeg -i input.mp4 -c:v copy -c:a aac -af "loudnorm=I=-17:TP=-1.5:LRA=11" output.mp4

Make sure to cd into the folder where your video file is, and replace input.mp4 with the actual video filename you have.


Changed fonts

I thought, I liked the having serif fonts on my personal website. But I was wrong, recently, I switched back to Inter and I think the site looks so much cleaner and modern.

For now, I would be using this Inter font, until I find a good one.

Actually, I found a good one called "Helvetica Neue" (inspiration from simonwillison.net), briefly googled but couldn't find anything solid on from where and how to use it. Will look it up again.


Relief from uncertainty

Came across this screenshot that someone shared, it was a response from the newly released OpenAI's GPT-4.5, and I immediately related to it. It just felt so true.

Humans never genuinely pursue happiness; they only pursue relief from uncertainty. Happiness emerges momentarily as a byproduct whenever uncertainty briefly disappears.

I screenshotted the screenshot that you're seeing above.

How accurate!


Placehold.co is awesome

I have been using Placehold.co for a long time, and still didn't know that you can also add custom text, colors, fonts, etc. directly from the URL. For example, take a look at the below URL:

https://placehold.co/1200x630@2x/f9fafb/2563eb.png?font=playfair-display&text=DeepakNess

When you open it, you will see a retina 1200x630 image with "DeepakNess" written over it using the Playfair Display font.

How awesome!


New projects are fun

Yes, truly.

I get bored working on old projects but working on new projects is always fun. I can be occupied for days without getting tired, as I am already doing the same with a current ongoing project (Search To Be). I'm good and settled for at least a month with this project.

Been creating new posts and pages, collecting useful resources, and whatnot.

Let's see how much time before I actually get bored with this one.


Best term for AI SEO?

I came across this tweet by @levelsio and then did a Google Search to find which AI SEO related terms are actually understood by Google for what they actually is.

And it turns out:

  1. AI SEO – 19.9k monthly searches
  2. LLMO – 1.6k monthly searches
  3. LLM SEO – 230 monthly searches

All searches are according to SEMrush.

Apart from the above terms, others are not properly understood by Google. For example:

  • GEO is understood as geography-related
  • LEO as zodiac sign
  • AIO as all-in-one cooler (have no idea what it is)
  • AEO and GSO are completely different as well

So... I think AI SEO and LLMO (Large Language Model Optimization) is going to win for now.


Blog posts are sexy again

How does the AI-based search engines work?

They still rely on "content" and I think whoever has the most content in the AI-powered search era, is going to win. After all, blog posts are not outdated at all, they just became sexy once again.

I think, any new or old businesses should keep creating more and more "original" content.