severákova polívka

asi zelňačka (mainly in czech)

(fork of http://severak.soup.io/)


 














severak 15.7.2020 10:48:41

Rewriting FORTRAN Software In Rust | mckeogh.tech

github.com/rse-standrewscs/shallow-water TL;DR: Rewriting isn’t always bad, Amdahl’s Law is important and memory bandwidth is a potential bottleneck when doing many simple double precision math operations Introduction As part of an Undergraduate Research Assistant Scheme in my first year of university I was tasked with parallelising a piece of shallow water simulation software written in FORTRAN by Dr David Dritschel of the Vortex Dynamics Research Group, under supervision of Dr. Alexander Konovalov, at the University of St Andrews.


severak 14.7.2020 15:47:15

Eight go mad in Arizona: how a lockdown experiment went horribly wrong

In the 1990s, a troupe of hippies spent two years sealed inside a dome called Biosphere 2. They ended up starving and gasping for breath. As a new documentary Spaceship Earth tells their story, we meet the ‘biospherians’




severak 14.7.2020 10:55:50

Yello - The Race (Extended Remix)1988

from https://www.youtube.com/watch?v=NpKxoiAj5K8




severak 13.7.2020 10:13:10

Coronavirus: Why everyone was wrong

The immune response to the virus is stronger than everyone thought


severak 11.7.2020 23:08:28

Sexual Exploitation Was the Norm for 19th Century Ballerinas

Wealthy men turned the famous Paris Opera Ballet into a brothel.


severak 11.7.2020 14:38:28

The Frink is Good, the Unit is Evil • Hillel Wayne

One day Alan Eliasen read a fart joke and got so mad he invented a programming language. 20 years later Frink is one of the best special purpose languages for dealing with units. “But why do we need a language just for dealing with units?” Glad you asked! Intro to Units A unit is the physical property a number represents, like distance or time. We almost always are talking about SI units, or Système international.



severak 9.7.2020 09:39:10

The Gay Marriages of a Nineteenth-Century Prison Ship

What seemed to enrage a former inmate most was the mutual consent of the men he lived with.


severak 8.7.2020 14:54:38

Dates Float

In a lot of legacy code, I've come across "integer dates". It's a pretty common way to store dates in a compact format: an integer in the form "YYYYMMDD", e.g., 20200616 It's relatively compact, it remains human readable (unlike a Unix epoch). It's not too difficult to play with the modulus and rounding operators to pick it back into date parts, if you need to, though mostly we'd use something like this as an ID-like value, or for sorting. Thanks to Katie E I've learned about a new format: decimal years. The integer portion is the year, and the decimal portion is how far through that year you are, e.g. 2020.4547. This is frequently used in statistical modeling to manage time-series data. Once again, it's not meant to be parsed back into an actual date, but if you're careful, you can do it.


severak 8.7.2020 12:57:08

Life in the Nazi village | DW | 01.09.2015

For years, neo-Nazis in northern Germany have been trying to turn the village of Jamel into their own little paradise. A husband and wife who are trying to stop them now have to live with police protection.


severak 8.7.2020 10:03:43

A Need to Walk

A Need to Walk - How and why we walk and how to walk better


severak 7.7.2020 13:03:48

Only 9% of visitors give GDPR consent to be tracked

from https://markosaric.com/gdpr-consent/


see more...

login