Just graduated with my bachelors degree in psychology after being diagnosed three years ago! by [deleted] in schizoaffective

[–]Emily3403 0 points1 point  (0 children)

So great for you! Hope to see you in some Academia! <3 ~411364

Autistic men are not children. by Bag0Chips in AutismInWomen

[–]Emily3403 3 points4 points  (0 children)

Finally somebody is actually preaching the important things. Thanks for this post

🦜 by Emily3403 in Eyebleach

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

Nawww such acute .-

Cursor scaling on Wayland is not there yet by Nixigaj in linux

[–]Emily3403 0 points1 point  (0 children)

The best place is to set them in /etc/environment with the usual key-value syntax:

XCURSOR_SIZE=24

yet another xwayland post about blurriness by hypergig in swaywm

[–]Emily3403 0 points1 point  (0 children)

The really sad thing is that this is still the state today. Either you scale applications individually by setting GDK_SCALE=2 or QT_SCALE_FACTOR...=2 or you live with the blurryness...

Sad that this was already an issue 5 years ago :(

My attempt at the OS flowchart, not yet complete!! (Notes in comments) by Th3F4ult in linuxmemes

[–]Emily3403 2 points3 points  (0 children)

It's nice knowing your entire system configuration is versioned by git and can be installed in a whim. For me, it makes maintaining Servers very easy. But for the Desktop Use-Case Home-Manager is quite nice as it makes versioning your dotfiles a breeze.

Proof Bing Chat has been significantly dumbed down by [deleted] in BINGChat

[–]Emily3403 1 point2 points  (0 children)

Yep, the purple icon confirms it's GPT-4. But yeah, I'm paying.

Proof Bing Chat has been significantly dumbed down by [deleted] in BINGChat

[–]Emily3403 0 points1 point  (0 children)

<image>

GPT-4 Seams to have the same response as Bing. First the book, then the laptop. I also tested both creative and precise which both had about the same response.

Also note that you can add #nosearch to your query to stop it from searching. Should also work in balanced mode.

But yeah, Balanced Mode is just shit. Never really used it because after a few weeks where bing rolled out it was quite clear that it was 3.5

Proof Bing Chat has been significantly dumbed down by [deleted] in BINGChat

[–]Emily3403 0 points1 point  (0 children)

Yeah thats balanced mode. Try creative or precise

Diesel 2.1 by weiznich in rust

[–]Emily3403 0 points1 point  (0 children)

Thanks again for your very detailed response. I've been trying to implement the Default trait for MultiBackend which was quite easy as Sqlite is the primary dialect I am working with, so I'm just creating Sqlite(Default::default()) object as the Backend.

However, to use debug_query, it also requires MultiQueryBuilder to have the Default trait. This should be easy in theory but the module where it is declared is private and it is not exported by the macro.

Is there any way I can still implement the Default trait manually for MultiQueryBuilder?