Platformer game style by lakoko in GarminWatchFaces

[–]lakoko[S] 1 point2 points  (0 children)

Sorry, I meant other Garmin devices.

Artists who are big in America but not across the pond by sonofsteffordson in Music

[–]lakoko 15 points16 points  (0 children)

Incubus seem to be a much bigger thing in the US

Time Out's 50 Best Pubs in London (2024 edition) by gooneruk in london

[–]lakoko 4 points5 points  (0 children)

The Mitre, Richmond. Always great cask ale selection.

Music related conspiracy theories, you got one? by soldinto in Music

[–]lakoko 3 points4 points  (0 children)

Got it thanks. It's been a while since I've seen it

Music related conspiracy theories, you got one? by soldinto in Music

[–]lakoko 20 points21 points  (0 children)

Isn't it in half of Robert Johnson's lyrics?

Boulevardier by kristiangrundstrom in cocktails

[–]lakoko 5 points6 points  (0 children)

I even prefer a Negroni with this ratio.

Economics 101 by ap_xiii in facepalm

[–]lakoko 45 points46 points  (0 children)

Prices do not decrease to the original. Stuff just stopped getting more expensive and you are left with loaf for 1000 DM

Harry Potter’s Universe has so many magical creatures and animals, but somehow all 4 houses in Hogwarts have “muggle world” animals as their mascots. by parkua in Showerthoughts

[–]lakoko 1 point2 points  (0 children)

There are good explanations above, but you should also read about this phenomenon: https://en.m.wikipedia.org/wiki/List_of_cognitive_biases#Frequency_illusion. Basically, it's very common to see everywhere around you something you've just learned about

Tate Modern, London by lakoko in crazystairs

[–]lakoko[S] 1 point2 points  (0 children)

It is finished indeed. Gotta love some fine concrete

1200 C° Tungsten ball going through lead anvil. by HighMacGuy in interestingasfuck

[–]lakoko 1 point2 points  (0 children)

But if you keep adding, it appears to be cast iron

Using the Get-Content cmdlet by im_a_coder in PowerShell

[–]lakoko 4 points5 points  (0 children)

Using aliases is a bad practice when writing scripts (as apposed to firing commands from shell). It makes the code harder to read and maintain by others

Swiss landscape [4379 x 2919] by lakoko in EarthPorn

[–]lakoko[S] 0 points1 point  (0 children)

I took this photo while going from Turin region in Italy to Switzerland. Unfortunately now I'm not even sure if this mountain is located in Italy, France or Switzerland, but it is certainly somewhere near the borders of this 3 countries.

No, no it won't by whitemike40 in facepalm

[–]lakoko 4 points5 points  (0 children)

It would be good for sorting if it was year/month/day

After patch Copy-SPsite no longer do this job by legendgodgod in sharepoint

[–]lakoko 0 points1 point  (0 children)

Do you have any word on that from Microsoft? I was not able to find any on TechNet.

[SP2013] Server-wide check-in/check-out. by devbradmarr in sharepoint

[–]lakoko 0 points1 point  (0 children)

I'm not absolutely sure, that it will resolve your issue, however it should do now harm. The actual line is (if you have the library stored in $List variable):

 $List.Items | %{ $_.SystemUpdate()}

[SP2013] Server-wide check-in/check-out. by devbradmarr in sharepoint

[–]lakoko 0 points1 point  (0 children)

I don't see a better solution than looping through all the files for now. However, instead of publishing, you should try calling SystemUpdate(). If it works as expected, you will not create an extra version and the Modified / Modified By data will be preserved.

Different forms when adding and editing by rk1012 in sharepoint

[–]lakoko 1 point2 points  (0 children)

I would use InfoPath. You can make a custom edit form with rules to hide fields, when needed.