2024-06-16 16:13:27 +02:00
< ? php
$quote_arr = [
" On the planet Earth, man had always assumed that he was more intelligent
than dolphins because he had achieved so much - the wheel , New York ,
wars and so on - whilst all the dolphins had ever done was muck about in
the water having a good time . But conversely , the dolphins had always
believed that they were far more intelligent than man - for precisely
the same reasons . " ,
" Science flies you to the moon. Religion flies you into buildings. " ,
" The only way to deal with an unfree world is to become so absolutely
free that your very existence is an act of rebellion . " ,
" IN THIS HOUSE, WE BELIEVE:<br>
AN EVIL BLACK SCIENTIST < br >
BY THE NAME OF YAKUB < br >
LIVING ON THE ISLE OF PATMOS < br >
CREATED THE WHITE RACE < br >
SIX THOUSAND YEARS AGO < br >
BY MEANS OF EUGENICS " ,
" Atheism is what happens when you read the bible. Christianity is what
happens when somebody else reads it for you . " ,
2024-06-23 07:55:54 +02:00
" Everybody lies. " ,
2024-07-18 19:15:34 +02:00
" You use the installer only once every few years, thus it should not
2024-06-30 06:17:17 +02:00
influence your choice of distribution . " ,
2024-06-23 23:07:11 +02:00
" Power tends to corrupt, and absolute power corrupts absolutely. " ,
2024-07-18 19:15:34 +02:00
" Arguing that you don't care about the right to privacy because you have
nothing to hide is no different than saying you don ' t care about free
2024-06-30 06:17:17 +02:00
speech because you have nothing to say . " ,
2024-06-30 06:19:16 +02:00
" If someone was looking through your window with binoculars,
no matter what you 're doing, you' d draw the blinds . " ,
2024-07-18 19:15:34 +02:00
" It's not that I have something to hide...
2024-06-30 06:38:28 +02:00
I ' ve got nothing I want you to see . " ,
2024-07-18 19:15:34 +02:00
" Your scientists were so preoccupied with whether or not they could,
2024-07-11 12:14:50 +02:00
they didn ' t stop to think if they should . " ,
2024-07-20 13:15:10 +02:00
" Debugging is twice as hard as writing the code in the first place.
Therefore , if you write the code as cleverly as possible , you are ,
by definition , not smart enough to debug it . " ,
2024-07-20 13:27:48 +02:00
" America is the only nation in history which miraculously has
gone directly from barbarism to degeneration without the
usual interval of civilization . " ,
2024-07-20 14:00:46 +02:00
" Art is not about production value or how much money you have
to make it \ " shiny \" . It just has to come from a real place.
Which is pain and suffering . " ,
2024-06-16 16:13:27 +02:00
];
$quote_author_arr = [
" Douglas Adams " ,
" Victor Stenger " ,
" Albert Camus " ,
" The eternal truth of the universe " ,
" Bertrand Russel " ,
2024-06-23 07:55:54 +02:00
" House M.D. " ,
2024-06-23 17:29:19 +02:00
" Ales Zelinka (paraphrased) " ,
2024-06-23 23:07:11 +02:00
" John Dalberg-Acton " ,
2024-06-30 06:17:17 +02:00
" Edward Snowden " ,
2024-06-30 06:19:16 +02:00
" SomeOrdinaryGamers " ,
2024-06-30 06:38:28 +02:00
" Anon (film) " ,
2024-07-11 12:14:50 +02:00
" Ian Malcolm (Jurassic Park) " ,
2024-07-20 13:15:10 +02:00
" Brian Kernighan " ,
2024-07-20 13:27:48 +02:00
" Georges Clemenceau " ,
2024-07-20 14:00:46 +02:00
" Frances (firewalker) " ,
2024-06-16 16:13:27 +02:00
];
?>
2023-12-21 13:11:22 +01:00
< div id = " footer " >
2024-07-18 17:41:17 +02:00
< ? php
$quote_index = array_rand ( $quote_arr );
printf ( " <div class= \" quote \" >"%s"</div>
< div class = \ " quote-author \" >- %s</div> " ,
$quote_arr [ $quote_index ],
$quote_author_arr [ $quote_index ]
);
?>
2024-06-16 16:13:27 +02:00
< hr >
2024-01-19 03:48:08 +01:00
< p >
2024-05-05 00:13:28 +02:00
Although I try to know and store as little information about you as possible , I do sometimes store some , you can click < a href = " http://www.zdenekborovec-dev.cz/privacy " > here </ a > to learn more . If you have any privacy and / or security concerns , feel free to e - mail me at & lt ; zdenda & nbsp ;[ DOT ] & nbsp ; borovec & nbsp ;[ AT ] & nbsp ; gmail & nbsp ;[ DOT ] & nbsp ; com & gt ;
2024-01-19 03:48:08 +01:00
</ p >
< p >
2024-06-29 11:20:59 +02:00
If you want to audit the site and / or edit and use it for your own purposes , most of the source code should be available on my < a href = " https://git.zdenekborovec.cz/Zeftax/personal-website " > forgejo instance </ a > under the < a href = " https://github.com/non-ai-licenses/non-ai-licenses/blob/main/NON-AI-BSD3 " > NON - AI - BSD3 </ a > license .
2024-01-19 03:48:08 +01:00
</ p >
< p >
2023-12-21 18:07:05 +01:00
& #169; 2023 - <?php echo date("Y"); ?> Zdenek Borovec. Content on this site is original production shared under <a href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">Creative Commons Attribution Share Alike license</a>, unless stated otherwise.
2024-01-19 03:48:08 +01:00
</ p >
< p style = " position: relative; right: 0; " >
2023-12-21 18:07:05 +01:00
This page was generated at
< ? php
echo date ( 'Y-m-d\TH:i:s T' ) .
" by php/ " . phpversion () . " " . $_SERVER [ " SERVER_SOFTWARE " ];
?>
2024-01-19 03:48:08 +01:00
</ p >
2024-07-18 19:15:34 +02:00
< div style = " margin-bottom:1em; " >
< span >
< a href = " https://my.fsf.org/join?referrer=6692411 " >
< img style = " border:0; "
src = " https://static.fsf.org/nosvn/associate/crm/6692411.png "
alt = " Join the FSF! " ></ a >
</ span >
</ div >
2024-07-18 17:50:00 +02:00
< div >
2024-01-19 04:35:35 +01:00
< span >
2024-06-16 16:13:27 +02:00
< a href = " https://validator.w3.org/check?uri=http://www.zdenekborovec-dev.cz " >
2024-07-18 19:15:34 +02:00
< img style = " border:0; "
2024-01-19 04:35:35 +01:00
src = " https://www.w3.org/Icons/valid-html401 "
2024-06-25 06:40:55 +02:00
alt = " Valid HTML! " ></ a >
2024-01-19 04:35:35 +01:00
</ span >
< span >
< a href = " https://jigsaw.w3.org/css-validator/check/referer " >
2024-07-18 19:15:34 +02:00
< img style = " border:0;x "
2024-01-19 04:35:35 +01:00
src = " https://jigsaw.w3.org/css-validator/images/vcss "
2024-06-25 06:40:55 +02:00
alt = " Valid CSS! " ></ a >
2024-01-19 04:35:35 +01:00
</ span >
2024-06-23 05:46:39 +02:00
< span >
< a href = " https://anybrowser.org/campaign/index.html " >
2024-07-18 19:15:34 +02:00
< img style = " border:0; "
2024-06-23 05:46:39 +02:00
src = " https://assets.zdenekborovec.cz/upload/8502f9f1d8b27fcc926545884d657bdd/eb2c7faf2d434c46494bc66ed8fe6bad/6dd6d70868b91b6b10418c1fadc13f68.gif "
2024-06-25 06:40:55 +02:00
alt = " Viewable with any browser " ></ a >
2024-06-23 05:46:39 +02:00
</ span >
2024-07-18 17:50:00 +02:00
</ div >
2023-12-21 13:11:22 +01:00
</ div >
</ main >
</ body >
</ html >