Show Navigation
Notices by tekk (tekk@social.tekk.in), page 27
-
@eal Same problem as plan9 theme which is my current favorite. My big issue is that I want something that's acceptable in a tty.
-
Still need to find a good emacs theme.
-
anarchist in Catalonia*
-
@rtsn If you look back in my timeline I linked an hour long podcast with an american-ish (canadian maybe?) Catalonia on Monday, gives background at least.
-
Only stayed up like 3 hours after I was supposed to be asleep because the conversation was too interesting. I believe it's properly time for me to get to sleep though, so #tzaf
-
@auroch Agreed. I'd say that the decrees are a reasonable marker because those represent the death of the Aragonese political system despite the fact that it had been presenting a unified foreign policy before. We could probably argue if we wanted that the death of catalonia was when the various catalonian bits were assumed into the aragoese crown, but I'm pretty sure the aragonese crown was linguistically and culturally catalan? Not 100% though.
-
@augustus http://tekk.in/bullshit/eyebrows.gif
-
@clacke The wikipedia entry for the Kingdom of Aragón (https://social.tekk.in/url/30008) points to the Nueva Planta decrees in the early 1700's as the death of an independent state and the formation of a unified spanish kingdom.
-
Not a fundamental problem per se; just to point out that in the long term capitalism and socialism can't coexist (eventually the non-oppressive side is going to see the need to help a revolution on the oppressive side.)
-
2/2 (We can of course flip these depending on your political preference, point stands either way) So the people on the ancap side start leaving, which causes the people on ancap side to have to start cracking down on emigration to preserve their sweet, sweet capitalist lifestyle. Eventually one of the sides is forced to wither away or descend into totalitarianism to maintain what position it has left.
-
@augustus A point worth considering, but then we run into the issue of what I thik some guy on the internet called ancap island. Let's say we have an island split in two, one side ancap, the other ancom. At first this is fine, ancap side goes fine, ancom side goes fine, but people on the acap side notice that life is better on the ancom side because, you know, no capialist class absorbing the excess value. 1/2
-
@auroch 1479 was the dynastic union, Aragón was still officially its own country, it just happened to share a monarch with Castile. Just like Spain didn't cease to exist just because Charles V was both the emperor of Spain and of the Holy Roman Empire (even though it is sometimes useful to abstract and say "The Lands of the Habsburg Crown" to capture the senses in which they were united.)
-
2/2 new word with the assigned name and pop from the stack into the word's stack until "begin" is hit. Evaluation of a word is just copying all of the contents of the word's stack into the stack in reverse order so that it's as if you were typing the commands in literally. With words and arbitrarily long loops (do math on numbers to feed to rep) I should be turing complete; then just a problem of exposing syscalls and stuff.
-
@clacke The current commit is now what I have locally, although it shouldn't be on master (think I hit a bug in magit). Basically just need to put together the infrastructure to make the builtins evaluate their arguments. Currently "1 1 - 3 +" will die because - isn't a number, even though the result of its evaluation (0) is a number. Once I have that working I just need to implement the begin and end keywords (when you see end on the top of the stack, create a) 1/2
-
@clacke I meant it in the literal sense; the pushed version really is just a rpn calculator. Like I said I have a version which implements words on my desktop, but I had to do stuff like homework so it didn't quite catch the "24 hour forth" mark. Not too much work left to be done before then though; I predict <700 sloc total.