HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rene_d

no profile record

Submissions

What's the Best Way to Destroy a PNG File? [video]

youtube.com
2 points·by rene_d·vor 5 Monaten·0 comments

Tesla publishes analyst forecasts suggesting sales set to fall

theguardian.com
37 points·by rene_d·vor 6 Monaten·40 comments

What Happens If You Edit a JPEG with a Text Editor? [video]

youtube.com
2 points·by rene_d·vor 7 Monaten·0 comments

It's Not Just You – The iOS Keyboard Is Broken [video]

youtube.com
4 points·by rene_d·vor 9 Monaten·1 comments

Don't Forget to Flush by Andrew Kelley [video]

youtube.com
13 points·by rene_d·vor 11 Monaten·2 comments

Musk says SpaceX will retire Dragon spacecraft amid bitter Trump dispute

theguardian.com
5 points·by rene_d·letztes Jahr·2 comments

comments

rene_d
·vor 2 Monaten·discuss
Optionals handle this in zig:

  var value: ?T = null;
Write:

  value = 10;
Read:

  if (value) |x| x+=1
rene_d
·vor 5 Monaten·discuss
A few more details + map on Aviation Herald:

https://avherald.com/h?article=5345bfac&opt=0
rene_d
·vor 6 Monaten·discuss
Autogenic training [1] is exactly a relaxation technique focussing on the progressive relaxation of body regions. It is very easy to learn and a body-first approch to approach meditative states, which can then be used for auto-suggestion.

[1] https://en.wikipedia.org/wiki/Autogenic_training
rene_d
·vor 8 Monaten·discuss
The Aviation Herald has more technical details:

https://avherald.com/h?article=52f1ffc3&opt=0
rene_d
·vor 11 Monaten·discuss
Asianomics released a video on how withdrawing groundwater can dramatically lower the elevation of entire cities — I was surprised by how large an effect just a couple of years of human activity can have.

China's sinking land problem https://www.youtube.com/watch?v=nu_Y4hJmqGE
rene_d
·letztes Jahr·discuss
Zig - https://ziglang.org/zsf/