mlk

- friends
7,386 link karma
18,660 comment karma
send messageredditor for
what's this?

TROPHY CASE


  • Four-Year Club

Any tips for a beginner? by mrPotatoChipsin Meditation

[–]mlk 1 point2 points ago

I find useful to slightly analyze my thoughts instead of thinking them: any time I find myself thinking about something I ask my self what was that, how long I thought about that and how strong it is that thought. That forces you to stop thinking that thought and then it's easily discardable. The analysis should take only few seconds, after a while it becames almost mechanic and requires conscious effort; in my mind the thought becames a window that slides out of my mind.

This advice comes from Mindfulness in Plain English.

TIL that Rastafarians are legally allowed to possess marijuana in Italy due to it being a 'sacrament' to the religion. by AntO_oESPOin todayilearned

[–]mlk 0 points1 point ago

This is not true. The law does not prosecutes "personal use" of marijuana, this guy explained why he needed so much marijuana and that he wasn't going to sell it, but just use it himself.

Usually if a guy is found with 200g of marijuana he is assumed to be a drug dealer and prosecuted as such.

This has very little to do with religion.

LightTable detailed critique: Concept vs Reality by swizecin programming

[–]mlk 9 points10 points ago

IMHO it really depends on what you are doing: small sized personal project in Python? I much prefer Vim over anything else. Enterprise project in Java? Using Vim becomes a hinderance. I for one would love a VIM IDE.

LightTable detailed critique: Concept vs Reality by swizecin programming

[–]mlk 37 points38 points ago

With 30 plugins to emulate a IDE.

My experience on upgrading to 12.04 by mithun1538in Ubuntu

[–]mlk 0 points1 point ago

Disable apport, problem solved.

Proprietary Software for Linux: A Good Idea? by extradudeguyin linux

[–]mlk 2 points3 points ago

If there is an alternative to a proprietary software that is open source and works just as well, I prefer open source, if the proprietary software that slightly better, I still stick with open source, but sometimes there is really no choice. FTR I don't think I run anything proprietary on my laptop, maybe just one driver for the webcam.

Oracle thinks you can copyright a programming language, Google disagrees by DrJulianBashirin programming

[–]mlk -1 points0 points ago

At least it's better than COBOL. I kind-of know how to program in COBOL but I don't put that on my resume.

Oracle thinks you can copyright a programming language, Google disagrees by DrJulianBashirin programming

[–]mlk 4 points5 points ago

Yep. In PL/SQL '' equals to NULL, and you can't compare to NULL using =, but you have to use

x is NULL

Any comparision to NULL using anything but (is/is not) results to false, so

if x = '' then
    one();
elsif x <> '' then
    two();
end if;

does not execute one() nor two(). If you ask me, that's quite retarded. So, yes,

(NULL = NULL) => false
(NULL is '') => true
('' = '') => false
('' is '') => true
('' = NULL) => false

Oracle thinks you can copyright a programming language, Google disagrees by DrJulianBashirin programming

[–]mlk 18 points19 points ago

As a PL/SQL developer... fuck PL/SQL.

declare
    x varchar2(1);
begin
    x := '';
    if x = '' then
       dbms_output.put_line('PL/SQL does not suck');
    else
       dbms_output.put_line('PL/SQL sucks');
    end if;
end;

> PL/SQL sucks

Are they serious? by roknirin linux

[–]mlk -2 points-1 points ago

Well, that's exactly what I do. Also Windows 7 is not that bad, IMHO the UI is better than most (all?) DE on Linux.

Are they serious? by roknirin linux

[–]mlk 17 points18 points ago

Usually people using Cygwin are those who are used to Linux but need to use Windows for whatever reason.

Are they serious? by roknirin linux

[–]mlk 7 points8 points ago

you should probably just switch to linux

And you should probably just shut up, since sometimes people get a job that requires MS Windows, but still like to have GNU applications.

What is your dumbest insecurity? by mehatchin AskReddit

[–]mlk 0 points1 point ago

I have a weak chin, so...

What is your dumbest insecurity? by mehatchin AskReddit

[–]mlk 229 points230 points ago

Me too, look at your profile with a side mirror and then die inside.

What is your dumbest insecurity? by mehatchin AskReddit

[–]mlk 0 points1 point ago

Having a booger coming out of my nose, or stuck on my beard. After an underground ride I looked me in a mirror and I noticed there was a bit of mucus on my mustache, I died a bit inside. Now I'm always worried that it could happen again, I think I should just carry a pocket mirror and call it a day.

there is a campaign running here in Holland telling people to stop harassing and attacking ambulance personel. What is the most ludacris and embarassing thing your country needs campaigning for? by TheDarknessInsidein AskReddit

[–]mlk 0 points1 point ago

People, especially immigrants who ignore Italian law, may not know you can leave your baby at the hospital and no one will ask you anything, not even your name, so in case of unwanted pregnancy they get scared and get rid of the baby how they can.

ask non-english users of r/vim: most of the comands have english layout in mind... how do you do? by albertowtfin vim

[–]mlk 2 points3 points ago

This. I usually write on Italian keyboard, but use the US layout, it just makes more sense, especially for programming. Also this confuses my coworkers every time they use my machine or remote virtual machine.

I hate it when this happens! (x-post) by RAGEBIKEATHONin bicycling

[–]mlk 0 points1 point ago

Every. fucking. time.

view more: next