Email or username:

Password:

Forgot your password?
19 posts total
Dag Ågren ↙︎↙︎↙︎

I have made a weird musical instrument. It is some kind of electronic just intonation kalimba I guess? With stars?

Dag Ågren ↙︎↙︎↙︎

I have zero musical skills so I made it pentatonic, which means I can just bash keys at random and it will sound quite pleasant.

Dag Ågren ↙︎↙︎↙︎

Why is Unix like this.

% mkdir a
% mkdir b
% echo "what" > a/a.txt
% ln -s a/a.txt b/b.txt
% cat b/b.txt
cat: b/b.txt: No such file or directory

Luka Prinčič

@WAHa_06x36 link is broken.

if you
% ls -al b/
you will see that
b.txt -> a/a.txt
so, that links points to a folder 'a/' inside the folder 'b/'.

you need to do
ln -s ../a/a.txt b/b.txt

relative symbolic link's path should be traced from where the link starts. in your case that's inside the folder 'b/'

Dag Ågren ↙︎↙︎↙︎

Trying to paint a table. We don’t have chickens.

Dag Ågren ↙︎↙︎↙︎

Seagulls have found a thermal. Not sure if any of this video will survive compression...

Eugen Rochko

@WAHa_06x36 Looks like the video didn't survive anything at all

Dag Ågren ↙︎↙︎↙︎

25 years later, I finally find out that the world in Neon Genesis Evangelion is forever stuck in summer.

Eugen Rochko

@WAHa_06x36 The 2nd impact fucked the whole planet up. It's like climate change in its final form. There's barely any humans left, I think.

Dag Ågren ↙︎↙︎↙︎

Every time I go down to the sea, I get annoyed that there is not a map app that specialises in drawing and annotating the horizon you can see, so you can identify islands around you. This is really annoyingly hard to do with a regular map.

I always want to just go make one, but by the time I'm back home I'm no longer by the sea so I don't need it.

Eugen Rochko

@WAHa_06x36 Every time I'm in a different city, I wish there was a map app that had a fog of war feature that you removed by walking around

Dag Ågren ↙︎↙︎↙︎

@Gargron They say of the Acropolis where the Parthenon is...

Go Up