Since AI has been used to write code, I've seen a flood of new software designed to work better with AI, a sort of mitosis.
I miss the good old days when you got excited when you first used Midnight Commander. Now it's all loops, agents, tokens... how boring!!!
VisualDiffer is close to 300 โญ on GitHub.
In a time when every trending repo is AI-related, every single star I get means more than usual.
If you stopped by my repo and left a star โ thank you. You chose to do it consciously ๐
https://t.co/kr4Yx6F9ru
I spend up to 10 hours in @intellijidea but when I have to do mathematical operations on the text I have to go back to Sublime Text and use Arithmetic and then copy into IJ. So I decided to write Math On Selection, a mini clone of Arithmetic
@datagrip many queries are very slow, the exec time is good but the fetching time is absurd, same query from other computer executed from Oracle SQL Developer is so faaaast: "500 rows retrieved starting from 1 in 1 m 12 s 659 ms (execution: 446 ms, fetching: 1 m 12 s 213 ms)""
@system76 The plastic bottle bent and the water ended up on the keyboard, immediately the q and : keys stopped working, I couldn't even exit VI and I was doing deploy on the production server...
so now I must decide to start the new android project using the well known view based approach and focus on domain problem or use compose relearn everything I already know how to do and focus on technology instead of the customer needs :P
I'm cleaning up my keepass files and found my old https://t.co/3lZjuMuhJ0 credentials, just for curiosity tried to access to it discovering the SSL certificate has expired in 4 may 2021, yes "May the 4th", is it done on purpose? :D :D
after 4 years I wrote a new android settings fragment and I discovered how much code is no longer necessary thanks to SummaryProvider, getDependency() and OnBindEditTextListener
@mgechev when searching on large collections is a frequent task nothing beats (Set|Map).has() but honestly I prefer it also on small collections when I suspect the size can grow in the time, the overhead in small collection could be affordable and the app can handle it from the beginning