It means cracker fixed the issue for the developer, right?
I have i3wm, polybar, jgmenu with XFCE.
It works with kb and also mouse.
But why the person assisting is in red color in recovery position picture?
All other picture use red to highlight the person who get assisted.
I assumed app will be easier to get the info.
It IS HARDER.
This poster is a lot better.
Didn't know that BBC is a TLD.
Q: Where do I fish?
A: In the ocean ... Okay here is the better answer. In the Indian ocean.
Like auto-tldr, acronym, piped bot
I call my son a "drama king"
too good to be true
I miss the kickass torrent days. Couldn't find anything like original one to this day.
In my experience. ORM has its limitations.
You can only depend on ORM upto a point. Beyond that you have to go use Arel (relationship algebra in Ruby), execute prepared SQL statement, trigger and functions.
I use ORM for concise, easier to read and maintainable code. e.g. joining three or more tables in SQL is cumbersum and verbose. Writing related multiple query is too time consuming, etc.
I learnt from relational algebra, SQL, ORM to vendor specific SQL.