Hello World

@nullptr

Joined 28 Apr 2021

well yes but actually yes

6 following 8 followers


Articles



A Lot Of Code
Published 09 Aug 2021

Github Dark Highlight theme on luminosity

HTML, XML



<!DOCTYPE html>
<title>Title</title>

<style>body {width: 500px;}</style>

<script type="application/javascript">
  function $init() {return true;}
</script>

<body>
  <p checked class="title" id='title'>Title</p>
  <!-- here goes the rest of the page -->
</body>

Bash

#!/bin/bash

###### CONFIG
ACCEPTED_HOSTS="/root/.hag_accepted.conf"
BE_VERBOSE=false

if [ "$UID" -ne 0 ]
then
 echo "Superuser rights required"
 exit 2
fi

genApacheConf(){
 echo -e "# Host ${HOME_DIR}$1/$2 :"
}

echo '...
73 views


DEEP LEARNING IN DATA CENTERS, IN THE CLOUD, AND ON DEVICES - Nvidia
Published 28 Apr 2021

The world of computing is going through an incredible change. With deep learning and AI, computers are learning to write their own software.

Deep learning relies on GPU acceleration, both for training and inference. NVIDIA delivers GPU acceleration everywhere you need it—to data centers, desktops, laptops, and the world’s fastest supercomputers. If your data is in the cloud, NVIDIA GPU deep learning is available on services from Amazon, Google, IBM, Microsoft, and many others.


738589399f791ac47d9523bcdd1edcc6.jpg


DATA CENTER



2b271df3a3d178239149edeadd860b56.jpg


NVIDIA® DGX SYSTEMS


The World's First Portfolio of Purpose-Built AI Supercomputers.


NVIDIA DGX systems are designed to give data scientists the mos...

73 views


Solar ‘campfires’ may heat the Sun’s atmosphere to scorching temperatures
Published 28 Apr 2021

A new space mission is helping researchers solve one of the most enduring mysteries of our Sun: why its wispy atmosphere is nearly 200 times hotter than the surface below. An analysis of observations made last year by the European-led Solar Orbiter mission, presented today at the European Geoscience...

33df10e8886b4b5f76daf87a6349141c.jpg


A new space mission is helping researchers solve one of the most enduring mysteries of our Sun: why its wispy atmosphere is nearly 200 times hotter than the surface below. An analysis of observations made last year by the European-led Solar Orbiter mission, presented today at the European Geosciences Union (EGU) meeting, suggests tiny flares just above the Sun’s surface, dubbed “campfires,” could be enough to heat the atmosphere to its prodigious temperature. Other research at the meeting sup...

72 views


A List of Weird Plotted Equations on Desmos
Published 28 Apr 2021

Sometimes the calculator detects that an equation is too complicated to plot perfectly in a reasonable amount of time. When this happens, the equation is plotted at lower resolution. The result can be quite intriguing

0d624b17c2309795f2bf8c8ec93bf403.jpg


Trigonometric Expressions


sin(xy)=cos(xy)

f0d694a51c590eacf1a8d66272b43267.png


sin(x)^y = x siny

6522205674ae0f8c3fdefc5713b9000c.png


\cos(x)+\sin(x*y)=\cos(y*x)+\sin(y)

64dcb742a1ff88b2d189d2d755a9711a.png


\sin y=\cos x

58576f6ac185526396d113f38a938903.png


Algebraic Equations


x!!=y!!

a7992e6b8e9dcc933fb07fb748e032af.png


\log_{x}(y)=1/(\log_{y}(x))

0aab41dcf1a098b000fa58583d7646fc.png

336 views