[-] Corngood@lemmy.ml 131 points 2 months ago

That explains why we never hear about either of them anymore.

[-] Corngood@lemmy.ml 87 points 2 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 2 months ago

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

[-] Corngood@lemmy.ml 127 points 2 months ago

popular

[citation needed]

[-] Corngood@lemmy.ml 83 points 4 months 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 215 points 5 months ago

Hi, This is a high priority ticket and the FFmpeg version is currently used in a highly visible product in Microsoft. We have customers experience issues with Caption during Teams Live Event. Please help,

Use -data_field first as decoder option in CLI. Default value was changed from first to auto in latest FFmpeg version. Or modify AVOption of same name in API for this decoder.

Thanks @Elon for the reply, This is the command we are currently using: ffmpeg.exe -f lavfi -i movie=flvdecoder_input223.flv[out+subcc] -y -map 0:1 ./output_p.srt

I will be looking to see any updates in the FFmpeg documentation. Can you please elaborate and provide pointers the right decoding options or the right FF command er can use. Thank you!

ffmpeg.exe -data_field first -f lavfi -i movie=flvdecoder_input223.flv[out+subcc] -y -map 0:1 ./output_p.srt

Got that's fucking brutal. This isn't even asking them to fix a bug, it's just basic help-desk shit.

I'm sure Microsoft has some good devs that are a net benefit to the open source projects they use, but this is not one of them.

[-] Corngood@lemmy.ml 83 points 6 months ago

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

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

I hope this encourages children to learn an important life skill that will help them in numerous ways: Piracy.

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

the Linux company mascot

They really had trouble wrapping their minds around this, didn't they.

[-] Corngood@lemmy.ml 74 points 8 months 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 196 points 8 months ago

My non-expert take on this:

Haier claims these plugins cause the firm significant financial damage

Don't care. Competition is not damage.

violate copyright laws

Prove it.

plug-ins developed by you [...] that are in violation of our terms of service

The plug-ins never agreed to your ToS. Better sue your customers instead.

4
submitted 10 months ago* (last edited 10 months ago) by Corngood@lemmy.ml to c/music@lemmy.world

I loved his last record, so I'm pretty hyped for this one.

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

Linux desktop will, most likely, fail for: [...]

  • Developers and sysadmins, because not everyone is using Docker and Github actions to deploy applications to some proprietary cloud solution. Finding a properly working FTP/SFTP/FTPS desktop client (similar WinSCP or Cyberduck) is an impossible task as there a few, but they all fail even at basic stuff like dragging and dropping a file.

This can't be serious.

view more: next ›

Corngood

joined 4 years ago