hataewon
hataewon
i should cocoa
178 posts
This is Tae's weblog in English, German and Korean@hataewon
Don't wanna be here? Send us removal request.
hataewon · 10 years ago
Text
1st Birthday of VimR
Apr. 24th is the first birthday of VimR! To celebrate, I'll be having beer at Augustiner on Friday Apr. 24th from 7pm.
If some of you happen to be in Munich and want to join me, just come by.
0 notes
hataewon · 10 years ago
Text
Tumblr media
VimR got featured on Beautiful Open today! :D
0 notes
hataewon · 11 years ago
Text
The Feynman algorithm
Write down the problem. Think real hard. Write down the solution.
2 notes · View notes
hataewon · 11 years ago
Text
Viele Vorurteile gegen Sinti und Roma
Süddeutsche Zeitung, 04.09.2014
[...]
20 Prozent lehnen Sinti und Roma klar ab. Nehme man dann noch diejenigen dazu, die ihre Ablehnung eher mittelstark bewerten, würde der Wert bei 60 Prozent liegen
[...]
Anders als bei anderen Minderheiten ist die Abneigung gegen Sinti und Roma unabhängig von Einkommen und sozialer Schicht. Das Feindbild hat sich laut Romani Rose über Generationen nicht verändert.
[...]
Aus Der Völkermord an Sinti und Roma von DHM (Deutsches Historisches Museum):
Insgesamt fielen geschätzte 220.000 bis 500.000 Sinti und Roma dem Rassenwahn der Nationalsozialisten und dem an ihnen systematisch geplanten Völkermord zum Opfer.
Ich habe das Gefühl, dass die Juden nach dem zweiten Weltkrieg anders behandelt wurden als Sinti und Roma... Ich konnte auch auf die Schnelle nicht finden, dass bei Sinti und Roma ernsthafte Entschädigungen geleistet wurden.
Just sayin'...
3 notes · View notes
hataewon · 11 years ago
Text
Die CSU missbraucht Zuwanderer aus Osteuropa
Süddeutsche Zeitung, 28.08.2014
[...]
Man kann die Geschichte der CSU in den vergangenen Jahren als eine Abfolge solcher Missbrauchsdebatten beschreiben. Die meiste Zeit galten der CSU Flüchtlinge als Missbraucher, die in christsozialen Wahlkämpfen auch gern als „Asylbetrüger“ bezeichnet wurden. Seit einem Dreivierteljahr hat die CSU neue Opfer für solche Kampagnen gefunden: die Arbeitskräfte aus Rumänien und Bulgarien.
[...]
Nur jeder zehnte Rumäne und Bulgare in Deutschland bezieht Hartz-IV-Leistungen; in den meisten Fällen handelt es sich um Aufstocker, die von ihren Arbeitgebern miserabel bezahlt werden. Das ist das eigentliche Problem, nicht der angebliche Missbrauch von Sozialleistungen: Die Not armer Zuwanderer wird schamlos ausgenutzt.
[...]
0 notes
hataewon · 11 years ago
Text
The New Japanese Nationalism
From Jacobin
But high hurdles stand in the way of amending the country’s founding document. Abe needs a super-majority in both houses of the Diet and the support of a reluctant public to win a referendum. Thus quiet, incremental change has been the preferred approach. His Deputy Prime Minister Taro Aso outlined the strategy in a public relations nightmare in which he praised the Nazis for replacing the Weimar Constitution without anyone noticing and suggested that Japan might learn from the example.
OTL
0 notes
hataewon · 11 years ago
Link
A MUST-READ!
0 notes
hataewon · 11 years ago
Link
A MUST-READ!
0 notes
hataewon · 11 years ago
Text
Elnudo 2013, D.O.P. Campo de Borja
Tumblr media
😄😄😄😐
0 notes
hataewon · 11 years ago
Text
Second on GitHub and first(?) on Hacker News! [UPDATE]
This time, the second trending repository and developer on GitHub! (with much less stars though...)
Tumblr media Tumblr media
On the Hacker News front page: it seems it hit the first spot for a brief moment: https://twitter.com/hn_bot_top1/status/500668158701998080
As I went to Hacker News it was (only) on the fifths spot:
Tumblr media
https://news.ycombinator.com/item?id=8186407 (now not anymore)
😊
0 notes
hataewon · 11 years ago
Text
Dr. Sheldon Cooper on a career in theoretical physics
In short, anyone who told you that you would someday be able to make any significant contribution to physics played a cruel trick on you, a cruel trick indeed.
Yes, I, too, was tricked into it. The main culprits were A brief history of time and The elegant universe...
0 notes
hataewon · 11 years ago
Text
Free market and neoliberalism
From 23 Things they don't tell you about capitalism by Ha-Joon Chang
The free market doesn’t exist.
The wage gaps between rich and poor countries exist not mainly because of differences in individual productivity but mainly because of immigration control. If there were free migration, most workers could be […] replaced by workers from poor countries. In other words, wages are largely politically determined.
According to a study […] virtually no country was in banking crisis between the end of the Second World War and the mid 1970s, when the world was much more unstable than today, when measured by inflation.
The free-market policy package, often known as the neo-liberal policy package, emphasizes lower inflation, greater capital mobility and greater job insecurity (euphemistically called greater labour market flexibility), essentially because it is mainly geared towards the interests of the holders of financial assets. Inflation control is emphasized because many financial assets have nominally fixed rates of return, so inflation reduces their real returns. […]
The truth is more or less the opposite. With only a few exceptions, all of today’s rich countries […] have become rich through the combinations of protectionism, subsidies and other policies that today they advise the developing countries not to adopt.
3 notes · View notes
hataewon · 11 years ago
Text
Some thoughts on VimR
Just an excerpt from a discussion going on on github:
I don't see VimR as an IDE, or to be precise, not as a full-fledged IDE: I've seen the (current) pinnacle of IDEs in JetBrains' products like IDEA or AppCode. No, they're not perfect, but they're really, really really good. I think that it is impossible—and you should not try— to be on par with such IDEs. I know that you can extend Vim(R) with plugins to a certain degree such that it becomes a kind of lightweight IDE, IDE-nano for various languages if you will. And I think that's the niche where VimR could fit in very well:
Real IDEs for serious and professional coding,
VimR as an IDE for lightweight and complementary coding and normal editing needs (personally I would love this for markdown and latex),
(Mac)Vim for pure editing needs
The following are few things I have in mind to achieve this:
First, use as many of Vim-stuff for things, like wig or auto-save on focus loss (I think that reimplementations of those features in VimR and keeping them in sync with Vim would cost too much time and effort),
However, find a good way to offer/set these features in the GUI, eg: you could add an option to ignore vimrc and offer a way of configuring VimR in the preference window for the, say, non-power user. In the background we use the Vim options to achieve those features. The power user can let VimR read their own vimrc and do whatever they want. Just a thought: whether it is a smart way of doing it is a different question,
Be a good OS X citizen, ie standard shortcuts, standard behavior whenever possible, etc.,
Integrate some IDE features, for instance a plugin system for preview pane/window for various formats, eg markdown, latex, etc.
I think that VimR is headed in the right direction (at least in my opinion 😊) and let's see where it'll be in the near future!
0 notes
hataewon · 11 years ago
Text
Why VimR?
Recently, VimR caught much more attention than I anticipated; even too much considering its premature state. For about half a day it was the number three among the trending projects on GitHub! And it has got about 350 GitHub stars already. Some people asked (me) why I do this, the point being that there already is a GUI version of Vim, namely MacVim. Or that it does not offer any advantage over the terminal version of Vim. With this post I want to clarify the rationale behind VimR.
I started to use Vim as a student and loved it since then. I wrote my theses using Vim with VIM-LaTeX! I personally think the Vim-way is one of the most efficient way for editing, if not the most efficient. However, nowadays, I most of the time use IDEs like IntelliJ IDEA or AppCode for work and for hobby projects like VimR, respectively. (I use a Vim emulator though) Therefore, I am not and won't be a real power user; rather, say, a appreciative casual user.
Modern graphical editors have many convenience features like fuzzy find (called Open Quickly in Xcode, Go to File in TextMate, etc.) or integrated file browser in the side bar. Sure, you can have all these features in Vim using various scripts like Command-T, NERDTree and what-not. However, since I don't use Vim all the time, I always forget how to use them, eg how to invoke NERDTree, even if it was me who configured the key. And, most importantly, I want to have these kind of features graphically. It's like the case of mutt/sup vs. graphical mail clients. I used to use mutt back at the university, but now, well, let me quote Roger Murtaugh from Lethal Weapon: "I'm too old for this sh*t!" :)
So, to summarize: the rationale behind VimR is to build an editor which offers the full Vim experience, even if I don't use all features of Vim, but has other convenience features—found in many other editors and in Vim scripts—in a graphical form, improving the whole editing experience. (This was @jordwalke's idea and he also encouraged me to start the project after he has seen my MacVimFramework project.)
For, say, purists, VimR could well be perceived as heresy or a way of disfiguring Vim, but, oh well...
2 notes · View notes
hataewon · 11 years ago
Photo
Tumblr media Tumblr media
3rd! Probably it won't happen again.
0 notes
hataewon · 11 years ago
Text
Open Quickly (or Go to File) working in VimR
Finally, after some days of coding, Open Quickly (or Go to File in TextMate) works in VimR. It's not perfect yet and it does not look pretty, but it works.
Tumblr media
When the user first uses Open Quickly for an open window, VimR starts to scan and cache the content of the worspace, ie the common parent directory of the window's open buffers. The scanning may take a while if the workspace contains many files, eg the user's home folder. However once done, only folders with file system changes since then will be scanned again. (When the Vim window closes, then the cache of that workspace will be deleted.)
I used some dylibs and functions from TextMate, eg the string ranker to compute the result list of files. Due to the very modular architecture of TextMate, it is quite easy to use them in other Apps. Most likely, in the course of extending VimR, more parts of TextMate will be used.
0 notes
hataewon · 11 years ago
Photo
Tumblr media
Tumblr Pro. Awesome!
0 notes