Ruby in recent past, Python earlier.
Doom Emacs for work. Helix for quick edits and writing blog posts.
blog | https://microblog.desipenguin.com/ |
blog | https://microblog.desipenguin.com/ |
@Theorem_Poem Marathi has different words for tomorrow and yesterday.
I've noticed that folks who know hindi are learning marathi mixup these two words.
e.g. they'll say things like (in marathi) : I went there tomorrow, or I'll be going yesterday
(You get the point)
It is funny, but I adore it.
Looking for an alternative password generator? I got you 🤝
🔐 motus — A dead simple password generator with an elegant CLI.
🔥 Supports doing security analysis, copying to clipboard & more!
🦀 Written in Rust!
⭐ GitHub: https://github.com/oleiade/motus
That's 5D-educational chess.
@dch my automation approach is to learn the existing process—by doing if possible—talk to folks getting work done, document process, help sand off rough edges, and then *maybe* write code to automate things. Always checking in to see if my changes are helping.
Turned a punch card system into a shared spreadsheet into a Rails app over six months with this approach. (A Rails app they kept using for 10 years after management said they'd stop using it, because mgmt ignored what I was just saying)
omg.lol is an inclusive community of people who love the web. If you’re black or brown, disabled, homeless, LGBTQ+, a senior citizen, or a member of *any* marginalized group (there are too many to name), you are welcome here. We’re a wonderful little group, but we’d be even more wonderful with *you*.
If you can’t afford a membership, that’s not a problem. Our generous community has you covered!
📰 Published : Troubleshooting ssh error
🔗 : https://microblog.desipenguin.com/post/troubleshoot-ssh/
Today, I needed to setup ssh on a newly installed Ubuntu machine. Setting up ssh itself was straight forward install openssh-server start it via systemctl enable the port in the firewall But when I tried connecting it from other machine, I got the following error: Received disconnect from 192.168.1.110 port 22:2: Too many authentication failures 1 When I tried to get help, GenAI focused on Too many authentication part of the error, and gave me suggestions to change server to allow more attempts.
📰 Published : Make Bad Art Everyday
🔗 : https://microblog.desipenguin.com/post/make-bad-art-everyday/
The tile of the post comes from Cheat code #3 of this post. I had a good streak writing here for a long time. Then in late April, I went on a week long trip. (Not vacation, it was a volunteering trip. I should have posted about it here. I did write about it in marathi, but shared it with closed group.) Long story short, that broke my streak, and it occurs to that I wrote 1 post in May, none in June, and this is my 2nd post in July.
📰 Published : How to use real android device for flutter development
🔗 : https://microblog.desipenguin.com/post/flutter-physical-device/
I recently started learning Flutter. My 10 year old MBP with 8GB RAM is apparently not “enough” based on this documentation It “recommends” 32GB RAM. Lowest number listed is 8GB, but it means I can’t use Android Emulator, which seems like most common way to test the app during the development phase. But I do have a real android device, can I use that instead ? But most documentation talks/assumes emulator.