Najnowsze cytaty


#7899 Dodano: 30-11-2015 15:49. Głosów: 34
P.S. Please, do not violate copyright laws — corporations have executives to take care of and buy more yachts and private jets. They really are making our world a better place by giving some Cambodian kid a career in packing stuff — for 12 hours a day, one dollar per hour. I mean, he would die of starvation otherwise, right?

// bitsnoop.com/info/about.html
#7898 Dodano: 30-11-2015 15:49. Głosów: 104
git-fire is a Git plugin that helps in the event of an emergency by adding all current files, committing, and pushing to a new branch (to prevent merge conflicts).

Alias it to git out or git going for comedic effect.
#7882 Dodano: 04-11-2015 13:02. Głosów: 119
W komentarzach dokumentacji funkcji str_replace():

A faster way to replace the strings in multidimensional array is to json_encode() it, do the str_replace() and then json_decode() it.

This method is almost 3x faster (in 10000 runs.) than using recursive calling and looping method, and 10x simpler in coding.

http://php.net/manual/pl/function.str-replace.php#100871
#7880 Dodano: 21-11-2015 11:39. Głosów: 61
June 17, 2015 at some ungodly hour of the morning I received this gem (get ready to facepalm hard): "Hi, We use Openssl0.9.5a with Windows Server 2008 edition. [Mind you, 0.9.5a was originally released on April 3, 2000 with 6 major releases in the 15 years that have passed since that release. But wait, it gets better...] Does Openssl0.9.5a works with Windows Server 2012? Also what is the stable production version that can be used for Windows Server 2012? Help is highly appreciated." Wow.

https://slproweb.com/products/Win32OpenSSL.html
#7872 Dodano: 30-10-2015 11:19. Głosów: 93
<sxrp> nobody is older than 1.01.1970
<sxrp> it's physically impossible
<@rocx> If they are, that's an epoch fail.
#7862 Dodano: 15-08-2015 11:50. Głosów: 74
Jeden z twórców OAuth2 na temat niewygasających tokenów:

Non-expiring access tokens pose a pretty real security threat, as this goes against pretty much everything OAuth2 stands for. However, I don't see a real issue in putting this code in there... people can shoot themselves in the foot if they want to...
#7857 Dodano: 01-08-2015 18:19. Głosów: 68
>You might have to hit Ignore a dozen times, but there's a good chance that eventually the bad values in the registers will get overwritten by good values (and it probably won't take long because the 8086 has so few registers), and the program will continue seemingly-normally.

http://blogs.msdn.com/b/oldnewthing/archive/2015/07/17/10624299.aspx
#7855 Dodano: 01-08-2015 18:19. Głosów: 50
<Rev> Przeglądam wczoraj poprawki w STL w Visual Studio. Jedna z nich:
* rename("test.txt", "test.txt") is required to be a no-op, but we were deleting the file
#7853 Dodano: 13-07-2015 11:29. Głosów: 64
>Why is sudo being removed from base? It is pretty useful. I imagine many
>use sudo

Sorry, we are making room in the tree so that lynx can come back.

https://marc.info/?l=openbsd-tech&m=143622805830257&w=2
#7842 Dodano: 06-07-2015 15:54. Głosów: 112
$ man strace

...

In 1993, Rick Sladkey merged strace 2.5 for SunOS and the second release of strace for Linux, added many of the features of truss(1) from SVR4, and produced an strace that worked on both platforms. In 1994 Rick ported strace to SVR4 and Solaris and wrote the automatic configuration support. In 1995 he ported strace to Irix and tired of writing about himself in the third person.
#7839 Dodano: 06-07-2015 15:53. Głosów: 117
<antoszka> ironia jest taka, ze mamy "przenosny" (hue hue hue) kod w javie, ktory odpalamy w cygwinie w emulatorze windowsa w niby-unixie jakim jest os x
#7838 Dodano: 29-06-2015 15:06. Głosów: 74
MongoDB announced 10,000,000 downloads! Or, as their other two partitions reported, 9,999,323 and 10,001,403 downloads.
https://twitter.com/twalex/status/605938717434331137
#7837 Dodano: 29-06-2015 15:06. Głosów: 81
<audiodef> Is there a graphical or curses-based manager for package.* files?
<EmaRsk> Vim is curses-based

Random question on emerge asked at gentoo forums
#7835 Dodano: 29-06-2015 15:06. Głosów: 60
/dev/null to taki write-only memory
#7829 Dodano: 21-05-2015 16:19. Głosów: 83
Q: Why military officers fail as OOP programmers?
A: Because they don't like to make things public and they have lots of privates under them.