[-] Corngood@lemmy.ml 58 points 1 month ago

Just going to look for a picture of her, and... yep.

[-] Corngood@lemmy.ml 82 points 4 months ago

Why am I being detained?

law enforcement is working to determine applicable charges in this incident.

[-] Corngood@lemmy.ml 73 points 5 months ago

Canada has a history of ping-ponging between Conservative and Liberal governments every ~10 years.

I think Trudeau was fine as a Liberal PM. The one difference this iteration was that they formed government on a promise to change the electoral system, and they didn't follow through. That could have ended the cycle. They burned everyone on the left with that move, and they lost the right because the right has gone Trumpist. So now they're fucked, and we're all fucked too. 🎉

[-] Corngood@lemmy.ml 68 points 7 months ago

I think graphene does this by default now? Like if you don't unlock it for 24 hours it'll reboot.

[-] Corngood@lemmy.ml 87 points 11 months ago

I worked on this game. You have to dribble a basketball in front of all your expensive electronics. Insane idea, but it was a fun project.

Also https://www.penny-arcade.com/comic/2012/09/12/forgive-me-father

[-] Corngood@lemmy.ml 69 points 11 months ago

Have you checked all the ethernet links are actually connected at 1G and not 100M?

[-] Corngood@lemmy.ml 83 points 1 year ago

Something I've noticed from working in a big company is that people consistently fail to predict the backlash that their policy changes will cause.

They often don't even care all that much about the change, and if you point out that people will be upset, they agree that it's not worth it. They just can't relate to the people they are impacting.

[-] Corngood@lemmy.ml 84 points 1 year ago

One thing is for sure: no other fork will have a name this good.

[-] Corngood@lemmy.ml 63 points 1 year ago

They're talking about Spirit AeroSystems, which I believe is an unrelated company that just coincidentally also happens to be terrible at what they do.

[-] Corngood@lemmy.ml 74 points 1 year ago

Browsing the code makes me angry at how bloated Java projects are:

package com.sublinks.sublinksapi.community.repositories;

import com.sublinks.sublinksapi.community.dto.Community;
import com.sublinks.sublinksapi.community.models.CommunitySearchCriteria;
import com.sublinks.sublinksapi.post.dto.Post;
import com.sublinks.sublinksapi.post.models.PostSearchCriteria;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.query.Param;
import java.util.List;

public interface CommunitySearchRepository {

  List allCommunitiesBySearchCriteria(CommunitySearchCriteria communitySearchCriteria);

}

Every file is 8 directories deep, has 20 imports, and one SQL statement embedded in a string literal. 😭

[-] Corngood@lemmy.ml 56 points 1 year ago

They probably brushed up against the door and it fell out.

[-] Corngood@lemmy.ml 62 points 2 years ago

That is weird.

For anyone else struggling with it, Mirrors Edge actually does end with a song called Still Alive.

https://www.youtube.com/watch?v=SzmUde_EK5Y

view more: ‹ prev next ›

Corngood

joined 5 years ago