throwawake's comments

throwawake | 2 years ago | on: Tailwind vs. Semantic CSS

I think tailwind is like a drug for css developers which gives them power but takes something away. They've successfully convinced people to think the tailwind way and not beyond to the extent that we use absurd classes to keep overselves in html. It's cleaver but not simple. I still miss the days when I was able to quickly turn a design into html but now I struggle and search for my tailwind drug.

throwawake | 2 years ago | on: Ruff v0.1.0

This seems to be their business model.

> In the future, we’ll build and sell services on top of our tools — but the tools themselves will remain free and open-source.

> Our plan is to provide paid services that are better and easier to use than the alternatives by integrating our open-source offerings directly. Our goal is for these services to be as impactful as Ruff itself — but you may choose not to use them. Either way, Ruff will remain free and open-source, just as it is today.

It's there in their announcement post.

https://astral.sh/blog/announcing-astral-the-company-behind-...

throwawake | 2 years ago | on: Pixel 8 Pro

As another data point, I've a tendency to not store too many photos and messages for long term. I think thats the reason why my 7 plus is still running like new after all these years. The only reason I'll upgrade will be 5G.

throwawake | 2 years ago | on: The Dance of Śiva

That and the details in link indeed resonate with me. This practice helps me focus and relax so that's good enough for me. It goes away when my brain is clogged with thoughts and comes back when I clear everything. I'll have a look at these practices to learn more. Thanks

throwawake | 2 years ago | on: The Dance of Śiva

Since past few years, I am able to trigger a sensation at my will which is so pleasant that it's addictive. I looked for some medical phenomena and found ASMR (autonomous sensory meridian response). My experience differs from ASMR as mine begins in the opposite direction of ASMR and is like a continuous flow.

The KAP has very similar description of Kundalini. At this point I am confused.

throwawake | 2 years ago | on: BharatGPT: India's Own ChatGPT

Here is the reply I got.

> Yes, I am based on GPT-3 language model that was created by Open AI. However, I have been fine-tuned and customized specifically for the BharatGPT platform by the developers at GMS Productions to enhance my performance and make me more useful to users like you.

throwawake | 4 years ago | on: Vim Anti-Patterns That Cause Beginners To:Quit

Debugging is one of the reasons I keep using vscode. There is vimspector but I never tried that.

For code-completions coc.nvim offers similar config and plugins as vscode. There is official lsp support for neovim now but coc.nvim works fine.

throwawake | 4 years ago | on: Vim Anti-Patterns That Cause Beginners To:Quit

I’ve went through various editors and IDEs in past years. 2 years ago, I started using vim for exact same reason as yours.

Nowadays, I use both vscode and neovim but mostly neovim as it’s faster for me.

The problems I see are -

- not everyone is comfortable with customizing their editor.

- the meaning of bare-minimum features is different for everyone.

- some of us try hard to learn vim and then give up, declaring it unfit.

- some of us go too far in customizing it and end up thinking that we are overdoing it.

So, some of this hate may be genuine, but generally, people don’t hate vim.

They just hate the way they know/use it. At least I did.

throwawake | 4 years ago | on: Ask HN: Book Recommendations

Apart from Designing Data-Intensive Applications by Martin Kleppmann, which is already suggested here, my other favorites are -

- Designing Distributed Systems by Brendan Burns

- The Art of PostgreSQL by Dimitri Fontaine

- The Algorithm Design Manual by Steven S. Skiena

throwawake | 4 years ago | on: Benefits of Not Using an IDE

When you start to work with too many languages frequently, using syntax from one while writing another is common and IDEs really help at this point. I too prefer not to remember APIs and methods, but with time, our brain starts maintaining a cache of these. Completions make this faster.

That and error detection are only features I like in IDEs. For everything else, dedicated tools are often better (but not necessarily easier) than integrated ones.

throwawake | 4 years ago | on: GitHub Copilot

Did you miss OpenAI part /s

As FAQ mentions, They are planning to launch a commercial product so likely not I guess.

page 1