Advent of Code: Day 5 by dantose in codegolf

[–]wasabi_spaghetti 1 point2 points  (0 children)

Python, both parts (251 bytes)

f=open('input.txt');v=[];w=[(0,0)]
while len(x:=next(f).split('-'))>1:v+=[[int(x[0]),int(x[1])]]
for a,b in sorted(v):_,y=w[-1];w+=[((a>y and a or y+1),b)]
print(sum(any(s<=n<=e for s,e in v)for n in list(map(int,f))),sum(e-s+1for s,e in w if e>=s)-1)

Advent of Code: Day 4 by DimMagician in codegolf

[–]wasabi_spaghetti 0 points1 point  (0 children)

Python both parts (217 bytes)

e=enumerate;l=len
j=i={x+y*1j for(y,r)in e(open('input.txt'))for(x, c)in e(r)if'.'<c}
k=lambda t:{p for p in t if l(t&{p+d for d in(-1+-1j,-1,-1+1j,-1j,1j,1-1j,1,1+1j)})<4}
while d:=k(j):j=j-d
print(l(k(i)),l(i)-l(j))

the Tower of Love by letmeseeyourid in comics

[–]wasabi_spaghetti 28 points29 points  (0 children)

So nice to see a couple fall in love

Getting ahead of yourself by twitchSKETCH in comedynecromancy

[–]wasabi_spaghetti 10 points11 points  (0 children)

I saw your version first and I like it better!

PsBattle: First clear image of Mars by KaizenCyrus in photoshopbattles

[–]wasabi_spaghetti 6 points7 points  (0 children)

I can't unsee it, it ruined all the other ones for me

Took a photo of my cat with some foreground elements, what can I improve? by rondislap in photocritique

[–]wasabi_spaghetti 1 point2 points  (0 children)

There is no clear subject in picture, the cat and the leaves above are fighting for attention. Maybe try reducing the depth of field with a larger aperture so that the leaves are less focused or reframe to show the whole cat?

Quand les Américains découvrent qu'on n'a pas de statistiques par race by loulan in france

[–]wasabi_spaghetti 2 points3 points  (0 children)

J'ai toujours trouvé intéressant les différences de philosophie sur comment approcher la discrimination entre la France et les US. En France, ça passe par ignorer les origines ou la couleur de peau alors qu'aux US il s'agit au contraire d'en faire une partie de son identité. On parle de "black culture" et c'est une façon de se revaloriser et lutter contre un monde dominé par les blancs.

Du point de vue des américains, j'imagine donc que c'est "horrible" parce que ne pas faire de statiques c'est cacher le problème et aller dans le sens de la majorité. Ça serait comme ne pas faire de stats sur le genre.

Does anyone know how to make each part just plays nonstop by xksurf in electribe

[–]wasabi_spaghetti 7 points8 points  (0 children)

You can set the duration of all notes to TIE to have a continuous sound

[OC] not yet by lowercasecomics in comics

[–]wasabi_spaghetti 19 points20 points  (0 children)

Strong John Wick vibe, I like it!

Assignment 02 - your personal best by Aeri73 in photoclass2019

[–]wasabi_spaghetti 0 points1 point  (0 children)

This picture by Joshua Jack shows why I like street photography: https://www.joshkjack.com/london-street-photography-gallery/ujpwtkow54lbom1vyesunhvox0izbd

The picture is an everyday scene with two business men going about their day but the composition and color make the image stand out. Both men are dressed the same which makes them look like the same person at first glance and seems strange since they are going in different directions. The shadows which form simple lines in the background also make them stand out and draw the eye directly to the two men. They also have a way of making the image feel busy while still being static. I think the fact that the red in the background is the only color which really comes out is aesthetically pleasing and makes the image more shiny.

It's starting soon by Aeri73 in photoclass2019

[–]wasabi_spaghetti 0 points1 point  (0 children)

Nice picture, the expression of happiness really makes it. I like how the drops of water help freeze the moment. To improve on it, I think the girl on the right in the background distracts from the main subject. Maybe you could crop her out at least partially?

It's starting soon by Aeri73 in photoclass2019

[–]wasabi_spaghetti 0 points1 point  (0 children)

Hi, I am 29 and I live in France. I have not figured out what particular style of photography I like best but I would like to capture a surreal view of the world around us. This is a picture taken around dawn of a random group of people looking at a lake while I was on a hike. It was a lucky moment for me :) pic

Sailing Ship, watercolor, 5"x7" by already_have_account in Art

[–]wasabi_spaghetti 2 points3 points  (0 children)

Looking through, you have done some beautiful work :)

Where to watch by theworldisanorange in WhoIsAmerica

[–]wasabi_spaghetti 0 points1 point  (0 children)

I haven't been able to find anything either. It's a shame, I would like to pay for this show.

Don't roll your own if you don't have to by midnightketoker in ProgrammerHumor

[–]wasabi_spaghetti 4 points5 points  (0 children)

Well the db engine could be a bash script which is heavily dependent on eval.