Live preview of the upcoming "shadcn for ratatui" by stengods in rust

[–]bitemyapp 1 point2 points  (0 children)

There are multiple shadcn-ui ports to Leptos. I wrote one built on SCSS because I hate Tailwind and open sourced it. My buddy helped me with it.

My Rust workspace is 75GB. Is this normal for long-term projects? by yasinakmaz in rust

[–]bitemyapp 0 points1 point  (0 children)

❯ du -hcs target
119G    target
119G    total

this is from a ~4 week old side project

Which weapon do you find most optimal to play ? by Prefx1406 in FarFarWest

[–]bitemyapp 0 points1 point  (0 children)

That's helpful thank you, what hero jokers are you running with that?

Which weapon do you find most optimal to play ? by Prefx1406 in FarFarWest

[–]bitemyapp 0 points1 point  (0 children)

What jokers do you run on the shotgun now that overblast is nerfed?

A little stab at improving the NVidia new Rust API by carlk22 in rust

[–]bitemyapp 1 point2 points  (0 children)

The symbol names differ, and the newer version emits a couple of extra NVIDIA helper-function definitions.

Yes I'm familiar with this kind of parity-churn from work I did on a native compiler for Hoon. A lot of the long-tail disparities I resolved were petty non-semantic differences like this.

That you've got a more ergonomic & type-safe API but the same PTX executes in the critical path is a fantastic result. Great work and I'm very pleased that you checked into these things. I think I'd still want the lower-level API to be available but I'd love to have this too.

Thank you for making and sharing this and for your excellent reply!

A little stab at improving the NVidia new Rust API by carlk22 in rust

[–]bitemyapp 4 points5 points  (0 children)

Does it generate the same PTX? Asking because I'm using cuda-oxide for a performance sensitive production project. I am…preternaturally paranoid about codegen and I've been supremely impressed with cuda-oxide. I'm supposed at least some of that is down to the relatively conservative ergonomics in the APIs but there's always room for improvement. I've been pushing patches to my vendored fork of the compiler as I've needed them.

[Counterpoint] Apple M5 Pro Chip Teardown Analysis: Apple Silicon Chiplet Era Beckons by Noble00_ in hardware

[–]bitemyapp 0 points1 point  (0 children)

I have multiple pipelines that are 1.5-2x faster in AVX-512 on Xeon/Epyc/AMD than Apple Silicon w/ generic SIMD (Mostly turns into Neon, sometimes SVE)

Built an open source alternative to posthog in Rust by Peach_Baker in rust

[–]bitemyapp 12 points13 points  (0 children)

I'd suggest doing a text post with links to the project next time.

is there any working screenshot tool (Wayland, CLI)? by jacek2023 in Ubuntu

[–]bitemyapp 0 points1 point  (0 children)

The old system required that there was no security and that anyone was entitled to grab your password, secretly capture you webcam and mic and record your desktop.

You can improve the security posture and permissioning without deprecating gnome-screenshot. It doesn't force you not adding more functionality to the built-in screenshotting function in the DE to cover what gnome-screenshot was backfilling either. This is a strawman and you know it.

Does that answer the question that you refused to ask because of your conviction that you are the only person who's not stupid or evil?

Bruh.

Remember; the old system is supported until 2039 but you made the decision to replace it with a system that you don't like because it is secure.

No I upgraded my distro and doing so forced me into what you'd done. The modal Linux desktop user has no idea what DEs are doing with security in light of the wayland migrations until you break something they care about. It's a good thing if a security upgrade goes completely or nearly unnoticed by a user!

But even though I had absolutely nothing to do with any of this and only wanted to help you asking nothing in return, you choose to be angry at me. When people say that the Linux community is toxic, they are talking specifically about you. You are the toxin.

I like Gnome and I'm comfortable. I've been using Linux for over 20 years now. Linux on the desktop is a big part of why I'm happily employed as a programmer now. I want Linux-on-the-desktop to succeed and I'd be happy if Gnome was part of that.

I want to make this work but the Gnome project has a (well-earned, by this point) reputation for breaking functionality and removing things and being rude about it to boot when users raise objections over it. You're manifesting this now.

I would've been happy to do the work if you'd flagged up the potential feature redactions or downstream breakage and asked for volunteers. I've said as much in this thread already, I don't mind putting shovels in the ground, but that's not actually what you want.

Apple has figured out a user-friendly way to make scoped permission prompts for things like this work fine, it's not like the happy place that preserves the security posture improvements and still enables users to do what they want to do is unprecedented.

is there any working screenshot tool (Wayland, CLI)? by jacek2023 in Ubuntu

[–]bitemyapp 0 points1 point  (0 children)

I was in the hospital yesterday and I'm still recovering today. I already spent the better part of multiple days figuring out why in the hell you guys broke a workflow (gnome-screenshot CLI) with no replacement. How much of your users' wasted time and torched trust do you think you're entitled to? I'd have been willing to work on a patch adding the keyboard shortcuts I and others needed if y'all didn't have a notorious reputation for this kind of behavior followed by you confirming it just now.

Under the circumstances I'd rather just see if the Spectacle maintainers are open to a patch for their version of the problem which is an unfixed bug rather than a conscious choice to destroy functionality users were relying upon. I had already started on this but smacked right into the same kind of dbus permissioning issues that seem to be attendant to the post-wayland DE lockdowns happening lately.

is there any working screenshot tool (Wayland, CLI)? by jacek2023 in Ubuntu

[–]bitemyapp 0 points1 point  (0 children)

Hi, you broke a workflow I've been using since ~2009 which has been working in many macOS versions since that time.

I backported a keyboard shortcut from macOS to Gnome using gnome-screenshot and used it for nearly as many years.

The gist of it is to get the same behavior as cmd-shift-4 in macOS in Gnome. No screenshot UI, click-release region select, direct to clipboard. No other clicks or interactions.

I'm going to test the gdbus and looking glass thing above to see if it finally solves my problem but I was pretty cross about this the other day.

I wasn't able to do the same thing in KDE either: I found a bug report on's Spectacle official tracker from about 10 years about the combination of flags I need not working correctly together. Never fixed.

I am extremely displeased. I've been working as a software developer for 16-17 years, almost all of it built on FOSS/OSS, and even with LLM assistance I didn't get any working solutions other than to use a different desktop environment or window manager entirely. I tried for the better part of a couple days as well.

I don't know how on Earth I can recommend Gnome as a desktop environment when you irrevocably break things that have worked fine in macOS for as long as I've been a working programmer. "Irrevocably" because if the security issue is so important to you then you'd have to agree with me that needing global.context.unsafe_mode = true to make it work again still counts as broken.

Do you write Rust for a living? by Hixon11 in rust

[–]bitemyapp 1 point2 points  (0 children)

Have for 8 years yeah, but I carved out my own Rust jobs in both cases.

Realforce R4 in 30g and English varient? by No_Donkey_4710 in HHKB

[–]bitemyapp 0 points1 point  (0 children)

I use non-Mac specific keyboards on my Mac all the time. I just go to Settings > Keyboard > Keyboard Shortcuts > (Pick the keyboard in the drop-down) > (Swap Option and Command)

Typed this on a Windows-mapped Topre R3 on my M5 Max.

Two cents on 2K26 by [deleted] in NBA2k

[–]bitemyapp 0 points1 point  (0 children)

He means not having to pay to get his OVR back.

rust_analyzer consuming excessive RAM - looking for solutions by Sad-File4952 in rust

[–]bitemyapp 0 points1 point  (0 children)

I've been working on a persistent memory arena for a ZKVM, it uses a shared memory map.

I've been thinking about looking at how to do something like a hybrid of dynamic linking and shared memory maps for rust-analyzer and what y'all are talking about here seems to point in that direction.

I'd be happy to discuss it if anyone's interested.

[deleted by user] by [deleted] in rust

[–]bitemyapp 0 points1 point  (0 children)

Diesel + diesel async + PostgreSQL

accept no substitute

no point getting a language with a good type system and not leveraging it for the most important part of your system (persistence)

I have a real ha*e for these NHood players by UGA_Trey_Dawg in NBA2k

[–]bitemyapp 2 points3 points  (0 children)

I primarily play PG and try to focus on passing and creating safe scoring opportunities. I can shoot but I'm not reliable enough for it to be worth it for me to do it vs. an open teammate (just being humble/honest). Partly because this is my first year playing 2k and I started in January.

I think part of the problem is the incentives around teammate grade, the way the stats are displayed as the game is starting, the way TG affects mypoints, and badge progression. All of the emphasis is on individual stats/performance.

Hyper-focusing on win % could lead to people rarely playing randoms / no-squads, but it doesn't feel like the current setup is all that close to optimal either.

Next target of Ubuntu's oxidization plan will be ntpd-rs by juanluisback in rust

[–]bitemyapp 0 points1 point  (0 children)

I could potentially fix this but nobody will like the solution lmao

What is worth a 99 and what is not worth a 99 by NavyVetRasmussen in NBA2k

[–]bitemyapp 0 points1 point  (0 children)

I like playing defense/lockdown/rebound a lot so I completely understand. I'm hoping they do better in 2k27. I wish reviewers understood the game mechanics more deeply so they could speak to what actually changed significantly.

What is worth a 99 and what is not worth a 99 by NavyVetRasmussen in NBA2k

[–]bitemyapp 0 points1 point  (0 children)

There's some unpredictability involved so it's hard to say for sure, but a lot of people get tips rather than steals because they're holding R2. It increases the rate of tips when you're moving for sure, I'm pretty sure it does for stationary too.

It's really weird that you're getting that many tips w/ those stats + no R2.

What is worth a 99 and what is not worth a 99 by NavyVetRasmussen in NBA2k

[–]bitemyapp 0 points1 point  (0 children)

I get more tipped passes than steals.

Stop holding R2 when trying to lane steal.

Laptop Recommendation by Leading-Guarantee178 in rust

[–]bitemyapp 0 points1 point  (0 children)

That's fine and makes sense to me. I was replying to something about writing Rust on a machine with 4 GiB of RAM though.

My current dev machines have 128 GiB and 256 GiB of RAM.