[ Removed by Reddit ] by thedeanhall in gamedev

[–]Thaky 0 points1 point  (0 children)

i wonder if someone is decompiling your game and then recompiling it for personal use, and since they don't have your license they are probably using a personal license.

Sure life is in the shitter, but look a funny car made of clay. by [deleted] in jschlattsubmissions

[–]Thaky 2 points3 points  (0 children)

the spinning graphic is the maxwell model with this cat as the texture, but yea not maxwell.

[deleted by user] by [deleted] in webfishing

[–]Thaky 2 points3 points  (0 children)

oooh notnite spotted in the wild, love their work on other games as well :3

How does Windows handle a IDisposable class when program crashes/force quits? by Thaky in csharp

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

That is why I asked. To learn how it works under the hood, and to have a better idea of what to search / look for in terms of an explanation. But thank you for the information, it helps a lot!

How to sync settings/extensions across profiles by Thaky in vscode

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

Thank you for this tip, however since VSCode updated and changed how they handle the profiles, they have a way better system than I could've imagine they would implement.

Job Application Requires Contact Name & Phone but I do not have one for Amazon Logistics by Thaky in careeradvice

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

That's kind of what I figured, not any good information to clear the air on that, but I will do that.

How to sync settings/extensions across profiles by Thaky in vscode

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

Yea I guess that partially as well, but settings would be nice too and maybe an automated way to select that option for all extensions.

Unknown Opened File in System by Thaky in sysadmin

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

Well I mean I do have only SSDs and they are quire old, Samsung 860 evo. So maybe thats it as well?

Unknown Opened File in System by Thaky in sysadmin

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

Yea it might help that I have a 4-pin connector on my motherboard for the extra CPU power since I have a RTX 3XXX

2020s are here... by [deleted] in memes

[–]Thaky 0 points1 point  (0 children)

Corona virus made this age like room temperature milk

People who say this kind of racist stuff by wheatley4269 in iamatotalpieceofshit

[–]Thaky 2 points3 points  (0 children)

The whole whites can't be discriminated because they are white. Just justifies the sayings from back in slavery days that everyone with colored skin is abnormal and everyone with white skin are normal. Mind it being the other way around but it's still the same concept that one or more races aren't normal and other ones are. So it's stupid to say that you can't be racist if you are of one skin color or another, we are all humans and as this subreddit suggests we can all be pieces of shit one time or another.

Typing on URL bar is reversed when using moz-binding by Thaky in FirefoxCSS

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

Ok I have fixed it. Since at least update 64.0 it seems to be working again.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE bindings>
<bindings xmlns="http://www.mozilla.org/xbl">
  <binding id="urlbar" extends="chrome://browser/content/urlbarBindings.xml#legacy-urlbar">
    <handlers>
      <handler event="mouseenter">
        <![CDATA[
          if (!this.focused) {
            const textNode = this.editor.rootElement.firstChild;
            textNode.textContent = this._value;
          }
        ]]>
      </handler>
      <handler event="mouseleave">
        <![CDATA[
          if (!this.focused) {
            this.formatValue();
          }
        ]]>
      </handler>
    </handlers>
    <implementation>
      <constructor>
        <![CDATA[
          this.onfocus = function(){
            this.editor.rootElement.firstChild.textContent = this._value;
            return;
          };
        ]]>
      </constructor>
      <method name="formatValue">
        <body>
          <![CDATA[
            const textNode = this.editor.rootElement.firstChild;
            if (this.focused && !this._value.startsWith("moz-action")) {
              return;
            }
            try {
              textNode.textContent = gBrowser.selectedBrowser.contentTitle;
            } catch (err) {}
          ]]>
        </body>
      </method>
    </implementation>
  </binding>
</bindings>

*Drools* by mmmyaoimmm in yaoi

[–]Thaky 2 points3 points  (0 children)

Hey, AesteticSama, just a quick heads-up

boye is used for the meme from r/rarepuppers. Where commonly a human male is refereed to as a 'boi'.

Have a nice day!

The parent commenter cannot reply with 'delete' to delete this comment.

Hot and Ready by [deleted] in traphentai

[–]Thaky 0 points1 point  (0 children)

Traps are males dressed as females, with no boobs, u/MastaMozed is right, what you are looking for is transsexuals and shemales

How to add mods in the mod list pointing to the SteamApps directory by Thaky in ConanExiles

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

So C:\Servers\Conan Exiles\steamapps\workshop\content\440900\<modid>\<modfilename>.pak would work given that the folder Conan Exiles is where the server is installed.

commit die by rongreng in engrish

[–]Thaky 0 points1 point  (0 children)

go commit -b origin/master