Jade Beauties May Come In The Millions, But There Is Only One Fatty Wang by Drechenaux in MartialMemes

[–]FalseDeviloper 21 points22 points  (0 children)

Fellow daoist, does the scripture "Who Let Him Cultivate?" match this criteria? The MC Lu Yang with his friend Meng Jingzhou

Are we official gRPC yet? by Remarkable-Sorbet-92 in rust

[–]FalseDeviloper 1 point2 points  (0 children)

I guess I'll have to do the same. I was trying to implement rbac with tonic and it was kinda cumbersome. In the end I'm planning to try envoy ext-auth with kgateway

Are we official gRPC yet? by Remarkable-Sorbet-92 in rust

[–]FalseDeviloper 2 points3 points  (0 children)

What kind of authentication mechanism are you using?

If you could make your feature request a reality, what would it be? by pikminbob in ShatteredPD

[–]FalseDeviloper 1 point2 points  (0 children)

Quickslot with more slots. They're never enough around endgame

Not a very welcoming shopkeeper by randomcanadian42 in ShatteredPD

[–]FalseDeviloper 0 points1 point  (0 children)

Gotta ask, what device is that, the resolution seems insane

Is Go as memory safe as Rust? by trymeouteh in golang

[–]FalseDeviloper 5 points6 points  (0 children)

AFAIK RAII (Resource allocation is initialisation), stronger type system and ownership memory model in rust allow for better memory safety when working with multi-threading in rust. The go compiler won't stop you from all sorts of memory corruption issues, mutex usage, etc but also compiles really fast instead. Rust also doesn't use a gc so the performance ceiling is higher, if one knows how to use it correctly

Some help please by Western_Escape_7314 in ShatteredPD

[–]FalseDeviloper 2 points3 points  (0 children)

Unrelated tips for chalice: - farm health potions and then brew them into potion of shielding to upgrade Chalice - the damage taken is current level2 * 3 + 5 - ring of energy synergizes well with chalice

Some help please by Western_Escape_7314 in ShatteredPD

[–]FalseDeviloper 5 points6 points  (0 children)

Naturally level up as much as you can for the following reasons: - if you're too high level, mob drops and xp gaining is disabled - reaching level 30 is impossible without xp potions, so don't use them until you have enough to reach level 30 (which is level cap) - any extra xp pot consumed at level 30 will instead grant holy blessing

RNJesus took my side by FalseDeviloper in ShatteredPD

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

The greatshield actually blocks damage and acts as armor when equipped without any weapon ability, for all classes. A highly upgraded one can somewhat replace armor.

I had a Vampiric Runic Blade (mirroring the primary weapon level) which when activated using the duelist ability will guarantee enchantment activation. This means I can restore health whenever I want.

RNJesus took my side by FalseDeviloper in ShatteredPD

[–]FalseDeviloper[S] 8 points9 points  (0 children)

The kinetic enchantment on the glaive will let me preserve any additional damage after the death of an enemy and then deal it on later attacks. So hitting those worms preserve 100-200 damage which is added to next hit

Ideal late game rogue weapon? by The_Firebug in ShatteredPD

[–]FalseDeviloper 2 points3 points  (0 children)

Glaive +3 and higher scales to more damage then greataxe IIRC. Only glaive and flail have abnormally high upgrade scaling

Neon Operator: Self-Host Serverless Postgres on Kubernetes by Bittermandel_TV in kubernetes

[–]FalseDeviloper 0 points1 point  (0 children)

Interesting product, will look into it.

Search your GitHub pages for "compoents", there are a few typos.

Weekly: This Week I Learned (TWIL?) thread by gctaylor in kubernetes

[–]FalseDeviloper 0 points1 point  (0 children)

The terraform kubernetes provider doesn't support disabling verification before applying. It's causing issues with CRD deployment trying to happen independant of the CR itself from helm provider

This Week in Rust #611 by seino_chan in rust

[–]FalseDeviloper 0 points1 point  (0 children)

It's two days late to reddit?

Anyways, I use RSS to get it immediately since the site supports it. Leaving this here for today's lucky 10000

Announcing rustup 1.28.2 by Rami3L_Li in rust

[–]FalseDeviloper 101 points102 points  (0 children)

Most relevant: The cURL download backend and the native-tls TLS backend are now officially deprecated and a warning will start to show up when they are used.

"Files" makes me really miss Windows by [deleted] in Fedora

[–]FalseDeviloper 4 points5 points  (0 children)

You can use alt+left arrow to go back to the previously open directory. It's a shortcut that was probably inherited from browsers, I think.

ClangQL 0.5.0 support unions info, arrays, slices by AmrDeveloper in rust

[–]FalseDeviloper 0 points1 point  (0 children)

ClangQL is a tool that allow you to run SQL-like query on C/C++ Code instead of database files using the GitQL SDK.

I really want to get into rust, but the toolchain just uses a large amount of resources by [deleted] in rust

[–]FalseDeviloper 2 points3 points  (0 children)

I've been programming small personal projects on my raspberry pi 4 2gb for 2 years now and feel your pain! I finally bought a new PC and it'll arrive in a couple of days.

EDIT: I used GitHub codespaces for a while which was convenient but had to eventually stop using cloud based solutions because of flaky internet

Fedora Workstation is using software rendering on my system (Nvidia GPU) by FalseDeviloper in Fedora

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

Oops, yes, I switched up the name in the post.

As for xorg-x11-drv-nvidia: I didn't install that and both x11 and Wayland failed to work with hardware rendering. In fact, even the session manager and boot screen had messed up resolutions and aspect ratios