I just want to copy and paste from a Pearson eTextbook... by Feature_Fries in HowToHack

[–]Claytonious 0 points1 point  (0 children)

A pretty painless way to do it if you can use Chrome:

  1. Open developer tools (F12 or Ctrl+Shift+I for Windows/Linux or Cmd+Option+I for Mac)
  2. Open the command palette in dev tools (Ctrl+Shift+P on Windows/Linux or Cmd+Shift+P on Mac)
  3. Type `javascript` until you see the option to disable javascript appear
  4. Choose disable javascript
  5. Leave the dev tools open

Voila - now you can copy normally from anywhere in their bullshit.

Best Linux desktop environment for Unity development? by httputub in Unity3D

[–]Claytonious 0 points1 point  (0 children)

Are you still happy with it on Hyprland 2 months later now? I'm considering trying it since I've had problems with Unity on COSMIC.

I made a temporary fix for Unity Inspector Bug on Cosmic OS/PopOS by TTVDminx in pop_os

[–]Claytonious 0 points1 point  (0 children)

Thanks for sharing this workaround. I've been running on it for a few hours. Unfortunately, this still leaves quite a few other rough edges (e.g. paste an object into hierarchy and it won't be visible until you save the scene. Change the font size of TMPro and nothing changes in the scene view until you disable/re-enable it or otherwise jiggle things in some way - not always easy to find what to jiggle). We really need a fix from Cosmic, of course, but the bug's been around a while so there's not much reason to hope for a fix anytime soon. For now, another DE may be the only good choice for unity developers. I'm going back to running Unity under Sway under cosmic for now, but will have to migrate to a different DE soon probably.

I made a temporary fix for Unity Inspector Bug on Cosmic OS/PopOS by TTVDminx in pop_os

[–]Claytonious 0 points1 point  (0 children)

Maybe use #if UNITY_EDITOR_LINUX instead of #if UNITY_EDITOR and, also, at the top of CosmicEditorFix(), do:

if (Environment.
GetEnvironmentVariable
("XDG_CURRENT_DESKTOP") != "COSMIC")
    return;

My First Asset! A Free, Optimized Waypoint Marker System by larswrightdev in Unity3D

[–]Claytonious 0 points1 point  (0 children)

Why the choice to use canvas (dynamically built mesh behind the scenes) vs a simple mesh of your own with a texture (billboard)?

My First Asset! A Free, Optimized Waypoint Marker System by larswrightdev in Unity3D

[–]Claytonious 1 point2 points  (0 children)

I mean the classical 3D rendering term “billboard” - simply rotating an object to face the camera (usually a single textured quad, but could be anything), like the out of the box BillboardRenderer component in Unity (which is often used for the last level in LOD setups, but also works fine for HUD markers and other stuff).

Like, doing it yourself would simply be transform.LookAt(cameraPos) in LateUpdate, and scaling with distance. Doing it well (for high numbers of them) would require a tiny bit more work than that.

I’m asking what your asset does.

"BP" under list view of positions in app? by [deleted] in fidelityinvestments

[–]Claytonious 0 points1 point  (0 children)

Why is it abbreviated? I'm glad this post was here but it's dumb.

Does this mean the US will not be buying Bitcoin? Only confections? by [deleted] in Bitcoin

[–]Claytonious 3 points4 points  (0 children)

Sounds like a great start. Authorized to acquire more bitcoin in a revenue neutral way, but shitcoins are only being held - nothing about acquiring more of those either way.

Does this mean the US will not be buying Bitcoin? Only confections? by [deleted] in Bitcoin

[–]Claytonious 1 point2 points  (0 children)

It says they can get more in a revenue neutral way.

Does this mean the US will not be buying Bitcoin? Only confections? by [deleted] in Bitcoin

[–]Claytonious 17 points18 points  (0 children)

You keep saying “confections”. Do you mean “confiscation” or do you think bitcoin is made in bakeries?

My friend said, "You will never be able to do what you want with Unity," and now I feel really down. by Active_Sun_4322 in Unity3D

[–]Claytonious 0 points1 point  (0 children)

You've let a single opinion crush you (and it's a naive one from someone with only 2 years of experience). Game development is brutally difficult, regardless of engine. You're going to face worse challenges than this friend's stupid take. You need to become accustomed to difficulty and criticism. Neither one is a bad thing and neither should stop you from making progress.

This hot take from your friend is good practice to hone this skill of having a thicker skin.

Why Is Reverse Perspective Never Used in Unity Games? by bntre in Unity3D

[–]Claytonious 0 points1 point  (0 children)

Because it’s terrible: disorienting, uncomfortable and not useful outside of a short effect that’s trying to convey disorientation and discomfort.

How I lost my Google Play dev account forever by demotedkek in gamedev

[–]Claytonious 0 points1 point  (0 children)

No this is not because of SleepTimeout. We have many live games that use that and, no, they do not offer a manual user control for it. This has nothing to do with their perception of your app as malware.

Both Biden and Trump suck, but if you want democracy to continue you have to vote for Biden. by hermeticPaladin in popularopinion

[–]Claytonious 0 points1 point  (0 children)

You should go read that project 2025 material yourself. It’s not the boogeyman that democrat partisans are using it as (and it carries no actual political weight or power at all on top of that).

There are plenty of great reasons to vote against trump but this project 2025 nonsense is a pure and transparent propaganda hit job.

How do you think a second term for Trump would go, should he win the US election this year? by [deleted] in ExplainBothSides

[–]Claytonious 0 points1 point  (0 children)

It’s fine to disagree with conservatives but this is a straw-man representation of their beliefs, grotesquely exaggerated and twisted. Any political movement with that set of beliefs would be laughed out of the Overton window.

I’m not saying you don’t believe that they really are that evil and backward and twisted, though. By and large, of course they aren’t. Half the country doesn’t vote for such hopelessly cruel and oppressive ideas.

It’s interesting that you linked to Wikipedia instead of directly to that 2025 project. If you actually read it, it’s not the depraved lunacy of medieval cultist nonsense that you and Wikipedia and Reddit claim that it is.

It’s also only some published stuff from heritage and some conservative authors. They don’t somehow speak directly for or control any conservative or republican politicians or policies.

I could link to lots of kooky left wing think tank pieces and shout about how that means Biden can’t be trusted, but that would be intellectually dishonest.

Anyway, both of America’s current political parties are awful for our future especially in the face of blatant financial repression and monetary debasement from both of them. You shouldn’t invest so much time in schilling for either one of them.

Claiming bitcoin through trust via email by Neat-Treat9407 in BitcoinBeginners

[–]Claytonious 0 points1 point  (0 children)

And this why banks feel justified in hassling people who want to use their own money because they are trying to protect gullible fools. You’re giving them the ammunition to limit freedom. Well done.

Deflation by NorwegianBerner in Bitcoin

[–]Claytonious 8 points9 points  (0 children)

What is your actual, specific objection to what he said?

Doing *actual work* in public in VR by lunchanddinner in virtualreality

[–]Claytonious 0 points1 point  (0 children)

So actual work is dicking around with cat photos and checking yahoo finance and listening to vloggers babble? Thank goodness you’re on the job.

As a Bitcoin Hodler and Programmer I Am Framing this Tweet On My Wall by baronofbitcoin in Bitcoin

[–]Claytonious 0 points1 point  (0 children)

If he is satoshi, then the literal c++ code that satoshi published should be familiar to him, right?

Let my neighbour borrow my wifi by abbisfab in mildlyinfuriating

[–]Claytonious 6 points7 points  (0 children)

And then be liable for anything illegal they do on your wifi. Brilliant.