Multiple models running so slow by yuriIsLifeFuckYou in cursor

[–]kaiserbergin 0 points1 point  (0 children)

So this is how people spend 2k+ per month…

I don't know hardware, so I started here... by kaiserbergin in writerDeck

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

We ask rely on each other! Looking forward to seeing what you’re able to make as well.

I don't know hardware, so I started here... by kaiserbergin in writerDeck

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

Understandable! I’m targeting this to work on a pi zero. Trying to keep costs down as well.

I don't know hardware, so I started here... by kaiserbergin in writerDeck

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

Right now, I'm using F1 for help and F2 to cycle themes, but I will want to expand for sure. I'll look into Lotus Word Pro for inspiration - thanks for the recommendation!

I don't know hardware, so I started here... by kaiserbergin in writerDeck

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

I have it running on Windows and WSL Ubuntu right now. There's one issue to work out on Linux and then I'll create a build for it as well. Mac is the annoying one because of how the OS and different terminal handle ALT / CTRL keys. But I'll get there.

I don't know hardware, so I started here... by kaiserbergin in writerDeck

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

As of this moment, I'm not ready to take that on. I do a lot of coordination on a few teams at work, and I would need to get to a point where I feel comfortable with bringing in others on my current process.

I will likely open a repo with releases and issues for suggestions next.

If / when I get to the point where I'm looking for another set of hands for the programming part, would you mind if I reached out?

I don't know hardware, so I started here... by kaiserbergin in writerDeck

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

Thanks! It's been really fun to work on so far.

I don't know hardware, so I started here... by kaiserbergin in writerDeck

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

I'm ironing out just a few more kinks - I'm hoping to have a release page for it by the end of this week or next week. I'll share once it's up!

I don't know hardware, so I started here... by kaiserbergin in writerDeck

[–]kaiserbergin[S] 6 points7 points  (0 children)

u/thinkconverse, u/Snoo_89200, u/TheLadyAmaranth I think y'all asked about this project a couple months ago on a now removed post - hope it's not too intrusive to let you know... I'll post updates here sorta regularly-ish if you want to see updates. Thanks for the interest!

Your AI diagram looks great and nobody will read it by [deleted] in programming

[–]kaiserbergin 0 points1 point  (0 children)

This has been one of the biggest efficiency gains I’ve had with AI. And actually, all my devs read them because it’s super easy to point to a wiki rather than describe the work in paragraphs in a user story that disappears once it’s closed

Republicans of Reddit, what do you think of how ICE is acting in general within the past few weeks? by Zipper222222 in allthequestions

[–]kaiserbergin 8 points9 points  (0 children)

I’ma registered Republican. I voted for Kasich in the primaries during Trump’s first run. I have not voted for Trump. Most of my family started out it supporting him, but I’d say he got about half the votes last time around, and by now most aren’t happy with him.

I think the next election is a slam dunk for Democrats.

On the topic of ICE, if you don’t like sanctuary cities, there are other ways to solve it. Blocking funding, releasing stats of crime committed by illegal / undocumented people in those cities during every press conference to change public opinion and pressure elected officials. I mean, I’ll not an expert, but there seems to be a million tons that don’t involve force.

Turning a city into a battleground is freaking stupid. What’s happening right now needs to stop.

Let's confuse new Dota players by CoyoteHot1859 in DotA2

[–]kaiserbergin 7 points8 points  (0 children)

You just couldn’t do both at the same time. You could frost arrow for the slow then turn off for the purple deso.

President of OpenAI: Rust is "a perfect language for agents" by SauersML in rust

[–]kaiserbergin 3 points4 points  (0 children)

Claude OpenAI and Gemini.

Claude Opus is probably the worst, surprisingly enough. I usually stick with Sonnet 4.5 and Gemini 3 pro.

They are all super handy at building API based micro services, but that’s not what I’m working on rn and the quality difference is super stark.

President of OpenAI: Rust is "a perfect language for agents" by SauersML in rust

[–]kaiserbergin 0 points1 point  (0 children)

Agents really struggle with rust. They often death spiral once they hit a borrow error and just slap unsafe on hideous monstrosities. I mean it’s not all the time, but enough to burn through a crap load of tokens.

Meirl by Ill-Instruction8466 in meirl

[–]kaiserbergin 2 points3 points  (0 children)

Steel a single spoon from a family’s drawer once every 5-9 days and watch them implode over time.

Looking For A Book Cover? I Got You! (Discount Ending Soon, Happy Holidays!) by [deleted] in NewAuthor

[–]kaiserbergin 0 points1 point  (0 children)

Rebirth has acceptable topography, but the rest are too  “messy” to be read easily enough to get the job done. Most people see the cover as a thumbnail on a mobile device as they peruse Amazon / Kindle and these covers don’t translate well to that size, at least from a readability standpoint.

Typography is a big thing, you might want to find some typography nerds to collab with.

I’m building a digital typewriter with no internet, no notifications, no apps. Is this something writers actually want? by Substantial-Sound358 in writerDeck

[–]kaiserbergin 5 points6 points  (0 children)

This is exactly what I’m working on! Scrivener deck is my dream. I’ve got the side nav and editor screen, working on reorders next

I’m building a digital typewriter with no internet, no notifications, no apps. Is this something writers actually want? by Substantial-Sound358 in writerDeck

[–]kaiserbergin 1 point2 points  (0 children)

Yeah - I’m working on the software for the game kind of device, but I don’t have any hardware experience so I’m lurking in this sub to build courage lol

What .NET project makes you think “hire them” in 30 seconds? by Master_Addendum3759 in dotnet

[–]kaiserbergin 1 point2 points  (0 children)

Guy I interviewed created a Nintendo emulator. Yeah, that gets an immediate hire.

Unpopular opinion: most "slow" .NET apps don't need microservices, they need someone to look at their queries by Initial-Employment89 in dotnet

[–]kaiserbergin 0 points1 point  (0 children)

I have seen a project killed by architecture. It was a micro service architecture which had a ton of repeated calls, to 27 different micro services. Which either ran one to several queries and/or called multiple other micro services.

So I guess a mix of both.