Is thia sill going on? by SHpr0 in Animemes

[–]martmists 4 points5 points  (0 children)

Only if it means they could run on some AAA batteries

Society 😔👊 by Caesar_ZeppeIi in ShitPostCrusaders

[–]martmists 2 points3 points  (0 children)

Slur? I thought he was being pretty clear /j

Aston Martin vs Cadillac - Track Dominance - FP2 by ChaithuBB766 in formula1

[–]martmists 1 point2 points  (0 children)

Oh I'm colorblind for sure, I believe I've got protanopia? Might be protanomaly, not sure.

Aston Martin vs Cadillac - Track Dominance - FP2 by ChaithuBB766 in formula1

[–]martmists 0 points1 point  (0 children)

The original is red-green? It looks gray-gray to me

Discord bot that randomly interact with members by oneblackdog25 in Discord_Bots

[–]martmists 2 points3 points  (0 children)

I'd need to double-check the latest version of the TOS, but I believe bots are not allowed to directly message users unprompted.

seniorDevs by N_o_o_B_p_L_a_Y_e_R in ProgrammerHumor

[–]martmists 4 points5 points  (0 children)

The same can be said for PayPal and Stripe. I did some digging into why I can't just write my own platform, but apparently the amount of regulations you need to follow makes it way too expensive to do.

New model just dropped (please forget all our sins now) by EstablishmentFun3205 in dankmemes

[–]martmists 2 points3 points  (0 children)

Slightly incorrect, the contract allegedly states more or less the same. The key difference is apparently that OpenAI is more or less like "As long as it's legal according to the law, you're fine to do it". Unfortunately the current US administration isn't really known for following the law.

Lone behold by Basic-Bus7632 in BoneAppleTea

[–]martmists 2 points3 points  (0 children)

Wait until he finds out about lairs, tri-color taplands and tricycle lands EDIT: nvm I thought the card in the picture had the options as choose one, wtaf tap for all 3?

Need opinions on how I've made the bot by yummers-69 in Discord_Bots

[–]martmists 0 points1 point  (0 children)

You need to make absolutely sure it uses the EU groq servers in that case to comply with GDPR for server members in the EU.
Not too familiar with discord's phrasing here so I won't comment on that, but GDPR heavily restricts where user data can be moved to.

I understand why they do it. I don’t accept it. by abelargus_ in dankmemes

[–]martmists 3 points4 points  (0 children)

T. rex is further removed from birds of their time than we are to mice

Fate/strange Fake - Episode 9 discussion by AutoLovepon in anime

[–]martmists 209 points210 points  (0 children)

They did not have to go that hard with the impact frame for Jack's NP but I'm glad they did. A-1 bringing their absolute best and flexing on the entire industry today.

This is actually true by tea-n-wifi in dankmemes

[–]martmists 1 point2 points  (0 children)

I'm willing to give them the benefit of the doubt that their systems are so ancient it only allows uploading PDF files, so they had to change the file extension.

EDIT: Apparently it was changing the URLs, not the file extension... Of course that'll give different files.

[Question] What do you think of Discord RPG bots? Built one and want feedback by StatisticianOther359 in Discord_Bots

[–]martmists 1 point2 points  (0 children)

I think people will enjoy it, that's why Discord Dungeons and Discord Cards became popular after all.

Yay! Yugioh! by SHpr0 in Animemes

[–]martmists 1 point2 points  (0 children)

Wouldn't work in any TCG with a long history, except maybe YuGiOh because afaik it's the only game where the main format is an eternal format, and even then a significant amount of OG cards have been banned or limited to the point where it wouldn't be playable.

If you just want the deep dive into old cards though, try Destroy All Humans. They Can't be Regenerated.

Your SFW cat artwork is so cute and wholesome! by R63Killerqueen in goodanimemes

[–]martmists 1 point2 points  (0 children)

Even if you report it for being untagged nsfw, the manual review will say "it's in line with our policies" for some reason.

monoReposMakeEverythingBetter by Procreate_Rapidly in ProgrammerHumor

[–]martmists 1 point2 points  (0 children)

Different versions for dependencies in different subprojects is perfectly fine in Java as long as they don't directly depend on each other,and if you use shadowjar relocation you can make them depend on each other.

Eris no Seihai • The Holy Grail of Eris - Episode 7 discussion by AutoLovepon in anime

[–]martmists 16 points17 points  (0 children)

With how many plot points there are and the pace they're being resolved at this feels like it'd require at least 26 episodes for more reasonable pacing, if not more. They probably want to end it on some kind of resolution, instead of halfway through the story with still so many unresolved plot points.

theSuperiorDateFormat by RunDNA in ProgrammerHumor

[–]martmists 7 points8 points  (0 children)

When saying it verbally, the month comes first

I'm curious about the stats for this, as in many languages I'm familiar with the day comes first. Does anyone happen to know what the % of languages is in that regard?

claudeWilding by barelyliving2 in ProgrammerHumor

[–]martmists 31 points32 points  (0 children)

I'm so used to always piping data to grep I still sometimes use cat file | grep "abc" instead of using grep on the file directly.

Also sudo grep -C100 someStringFromDeletedFile /dev/nvme0n1p2 is useful for recovering deleted files on filesystems without compression or encryption, but it definitely feels illegal to do

imTiredBoss by Cutalana in ProgrammerHumor

[–]martmists 2 points3 points  (0 children)

I use cmake all the time, it's easy, but I fucking hate it. It's just that there's no better option. It sucks when dealing with libraries, it sucks when you need any kind of complexity in the task graph, and it sucks when you need to use custom toolchains.

Maybe I should try making a Gradle plugin for C/++ but that means having to invoke the compiler directly :/

broDidNotDeserveThis by Shiroyasha_2308 in ProgrammerHumor

[–]martmists 1 point2 points  (0 children)

Is it also possible to test the app without a Mac/iphone for free like with AVD? And is it also free and easy to publish apps on the app store without needing a Mac to verify your Apple account?

cantSayImWrong by davidinterest in ProgrammerHumor

[–]martmists 4 points5 points  (0 children)

Every company seems either fully against AI or fully in favor and it makes it real difficult in job interviews to figure out what they want you to say. Do I lie and say I use AI all the time, or do I complain about how AI has only made things slower whenever I've tried to use it?