HN user

77544cec

59 karma
Posts3
Comments36
View on HN

Yeah I always sound like an ass this is why I have a lot of problem finding a job. However once I'm hired I really do work 70h a week for 38k€ (per year, yes) but still am treated like a piece of shit (the reason for that is pure discrimantion but I won't dwelve into this). Then I leave, and they ask me to come back, still treating me like a dog.

I wan to kill myself and I want to kill you.

https://www.youtube.com/watch?v=axWt4HVT7iY&t=3m57s

For those that are interested, I gathered in a gist some functional combinators I have been writing over the years.

As a personal name convention, I use '|' (the piping character) as a suffix to name any function returning a function, which includes function combinators. Thus the naming of these functions becomes straighforward: 'every-pred' becomes 'and|' while 'some-fn' turns into 'or|'.

Example:

    (filter (and| pos? even?) nums)
    (filter (or|  neg? odd?)  nums)
More: https://gist.github.com/TristeFigure/acd689f3c57e840ebb9f8a6...

Optimising code without taking into effect the context it runs in is what makes it premature. For instance, the complexity of the calling code, or even some situation where it will never matter in practice (efficiently sorting UI elements, which must be few to be relevantly called UI).

And there is early optimisation, when you know upfront the hill is steep because of the sheer amount of calculation involved in the very nature of the project (gamedev, big data, etc). And this can lead to low level optimizations (e.g McCarmack's fast inverse square root) or architectural measures (distributing code accross computers).

Premature Architecture ?

First, let's establish some terms. Hypersonic is, obviously, supersonic on steroids. But while "supersonic" has the clear cut definition of being faster than the speed of sound (Mach 1), hypersonic is a little fuzzier. Generally, hypersonic speeds are the point at which the molecules of air that surround the aircraft start to change by breaking apart (dissociation) and/or picking up electrical charge (ionization). These things don't happen at one particular speed, so the term "hypersonic" instead refers to the point at which they start to meaningfully affect the mechanics of flight—generally accepted to be Mach 5, or 3,836.35 mph in conditions of 20 degrees Celsius at sea level.

Source: https://www.popularmechanics.com/flight/a28426/hypersonic-sp...

This is how I understood the notion of Hausdorff dimension when reading Mandelbrot's book.

Pick a stick to measure the length of the curve. As you break it into smaller sticks, you can fit them in tighter niches within the curve, and your measure of the curve's length becomes greater and greater. In the case of the Koch curve, breaking your stick in 3 means you'll be able to measure a length 4 times greater.

Befunge is a stack-based, reflective, esoteric programming language. It differs from conventional languages in that programs are arranged on a two-dimensional grid. "Arrow" instructions direct the control flow to the left, right, up or down, and loops are constructed by sending the control flow in a cycle. It has been described as "a cross between Forth and Lemmings."[1]

Source: https://en.wikipedia.org/wiki/Befunge

    v>>>>>v
      12345
      ^?^
     > ? ?^
      v?v
      6789
      >>>> v
     ^    .<

Yes. I almost set up a "phone center" with the OSS asterisk package on a raspberry-pi. Basically the raspberry takes the call and waits for a few second silently, before forwarding the call to your phone (and only then it starts ringing). This way, robocallers hang up and your phone never rings.

Instead of waiting, you can also send control sounds to make the robocall believe the call has ended.

Collaborative filtering is better than law IMO.

My phone company shipped a phone app in the app-stores that you're supposed to use in replacement of the default phone app. It comes equipped with collaborative filtering to weed out robocalls: when one rings your phone, the phone app displays it as such as well as the number of people who have reported it.

I used to have one robocall a day, but not anymore. It looks like this simple technology has made robocallers give up.

But Tim Palmer turned out to not only be a climate physicist with an interest in the foundations of quantum mechanics, he also turned out to be remarkably persistent. He wasn’t remotely deterred by my evident lack of interest. Indeed, I later noticed he had sent me an email already two years earlier. Just that I dumped it unceremoniously in my crackpot folder. Worse, I seem to vaguely recall telling my husband that even the climate people now have ideas for how to revolutionize quantum mechanics, hahaha.

Cough.

My favourite crackpot sent her his theory about gravity because she published a bimetric model of gravity a decade earlier. She accused him of plagiarism. Full story (french, bad subtitles): https://www.youtube.com/watch?v=CKWqh75ErNI&t=40m54s

Also she made a few music-videos (the music is her own it seems):

https://www.youtube.com/watch?v=NrswlFxEiV4

https://www.youtube.com/watch?v=FDkfXCMDzZs

I recommend Simulacra and Simulation by Baudrillard over The Society of the Spectacle. Less obscure. Better Style. Also check out America by the same author:

I went in search of astral America, not social and cultural America, but the America of the empty, absolute freedom of the freeways, not the deep America of mores and mentalities, but the America of desert speed, of motels and mineral surfaces. I looked for it in the speed of the screenplay, in the indifferent reflex of television, in the film of days and nights projected across an empty space, in the marvellously affectless succession of signs, images, faces, and ritual acts on the road; looked for what was nearest to the nuclear and enucleated universe, a universe which is virtually our own, right down to its European cottages. I sought the finished form of the future catastrophe of the social in geology, in that upturning of depth that can be seen in the striated spaces, the reliefs of salt and stone, the canyons where the fossil river flows down, the immemorial abyss of slowness that shows itself in erosion and geology. I even looked for it in the verticality of the great cities. I knew all about this nuclear form, this future catastrophe when I was still in Paris, of course. But to understand it, you have to take to the road, to that travelling which achieves what Virilio calls the aesthetics of disappearance.

Here: https://monoskop.org/images/a/ac/Baudrillard_Jean_America_19...