HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Liru

no profile record

comments

Liru
·4 anni fa·discuss
Czkawka worked pretty well for me.

https://github.com/qarmin/czkawka
Liru
·4 anni fa·discuss
I had to reread this comment multiple times since I felt that I had a fundamental failure of reading comprehension somewhere along the line.

> The problem statement says "find the record" but all the answers are about printing the median age.

> So answer to the question posed? None of the above.

The problem statement does not say "find the record". The problem statement says, fully quoted:

> Rank the responses in the order of their relative concern with programming considerations, economic considerations, or other important considerations. If you were the programmer, which approach would you prefer? If you were Mary Jones, which approach would you prefer?
Liru
·4 anni fa·discuss
Because the company that most benefits from it existing also makes the world's most used browser.
Liru
·4 anni fa·discuss
I actually believe it's referring to Assassin's Creed 2. It had to check in with the central server to see if a legitimate copy was being played, and the way it was cracked was basically going through every possibility where the check can fire off, recording the request/response, and having the cracked version play back the appropriate response to the request. It basically had to be exhaustively played to get to a point where all the request/response combinations got recorded.
Liru
·4 anni fa·discuss
Why are you assuming that they're using the home edition?
Liru
·4 anni fa·discuss


    cd a
    ln -s . a
Problem solved; perfect organization.
Liru
·5 anni fa·discuss
They're colour themes. Mozilla's celebrating the fact that you can change Firefox's colour theme while trying to spin it as something super unique.

> we chose “Colorways” rather than “themes” to show we are branching out from our language of “browser” to speak the language of everyday life and everyday users.

Basically, fashion-industry word salad, but for the tech industry! Hooray!
Liru
·5 anni fa·discuss
ls doesn't do colours by default, but a lot of distros alias `ls` to `ls --color=auto` so it seems that way.