or: How I Learned to Stop Worrying and Admire Electronics I have been feeling hopeless ever since Claude started doing most of my work. I wanted to put the fun back in life by doing something - something which i used to feel back in college, back when i was doing dumb shit - building silly things in python or whatnot. I thought how crazy it will be to build a robot? after all, Claude is so smart -…
Nautilus # Nautilus is the default file manager in Ubuntu Gnome . Now they just call it Gnome Files but still use nautilus name in settings and config files etc . Forget about this naming debate or which desktop environment is better? (it’s gnome btw but nvm). Nautilus Script # The one thing where Linux haven’t disappointed us, is that there is always scope of tweaking our OS. Now the…
Yeah the obvious solution doesn’t work (which is googling and click on the first two links): https://itsfoss.com/fix-brightness-ubuntu-1310/ https://askubuntu.com/questions/762764/cant-change-brightness-in-ubuntu-16-04-lts So I tempted to look for more like how the hell can i actually control the brightness? (or how my os do it like it used to do, before?) TL;DR # There is a text file named…
Prelude # So our team is struggling with CKEditor, not because it’s used heavily for publishing blog pages in our product but because it renders html which can’t be used for amp page. AMP # You know AMP right? the thing that google created so that your page loads faster in mobile. The problem is that, An amp page have limited html tags, no inline style and other weird rules .
Pre-requisite # Install Nodejs . Create an account on GitHub & NPM . Basic knowledge of JS & git. NPM configuration # After installing nodejs and creating npm account, go to the terminal and run these commands. copy npm set init.author.name 'Pradeep Khileri' npm set init.author.email 'pradeepchoudhary009@gmail.com' npm set init.author.url 'https://prdpx7.github.io' Let’s create our node…