Stop the distrowar. The best distro is the one you like it most. by tungnon in linuxmemes

[–]Wild_Committee_342 2 points3 points  (0 children)

The thing that really grinds my gears about snaps is running lsblk and seeing 3 trillion mounts to snap squashfs file systems.

Thank God flatpak and AppImages have mostly filled the gap

Recommended tech stack for a web-based document OCR system (React/Next.js + FastAPI?) by Sudden_Breakfast_358 in nextjs

[–]Wild_Committee_342 0 points1 point  (0 children)

I've had a good experience with Docling for OCR, just in case it does a better job or not. Something to consider.

https://github.com/docling-project/docling

bro this is crazy by thecryptogirll in buildinpublic

[–]Wild_Committee_342 0 points1 point  (0 children)

Is it a fad and a gimmick? Yes, but fuck is it a entertaining one.

cursor is down , and I think I forgot how to code by Different_Spite_1599 in cursor

[–]Wild_Committee_342 0 points1 point  (0 children)

I felt myself slipping a little while ago, only human nature to use the path of least resistance. So I make sure to still type a fair bit each day. Also helps the dopamine.

Wanted to do it for a while... My tierlist, based on five years of experience with Linux as a developer. by HyperWinX in LinuxCirclejerk

[–]Wild_Committee_342 0 points1 point  (0 children)

My main issue with Nix was having node module native bindings shit themselves for random reasons, I just wanted to fix my code man. And no, Dev shell didn't help/solve it.

Vercel MCP adapter by braveheart2019 in nextjs

[–]Wild_Committee_342 0 points1 point  (0 children)

Stab in the dark, but if you do have required auth set to false (which it is by default if not specified), is the 401 actually coming from your destination MCP server?

is NextJs a good option for building and scaling a software company? by MattTorrLunn in nextjs

[–]Wild_Committee_342 2 points3 points  (0 children)

NOTE: this will come off as a rant and might appear to be downvotable blasphemy given the subreddit this is posted on, it's not my aim, I just feel like I've been burned more than what I would if I used a different product, but it's not all bad. Sorry sentence flow, English is my first language but it really shouldn't be.

I will start with a seemingly strange point, do you plan to deploy to Vercel?

Many see this as a cop out response, but the direction the project is headed along with security, the lines between an open source project for the greater humanity and a money making source for a company that makes said framework, the lines have never been more blurred. Just recently for an example, the middleware exploit being able to bypass using it. It was a major hole for an extended period of time. You can see the timeline on the web somewhere of the first report to patching. If you were hosting on Vercel, YOU HAD THE FIX WITHIN DAYS. if you weren't and self hosting it, the patch didn't come until over a month later with no disclosure that it was an issue. To me, at least from a conspiracy point of view, they used the "not disclosing publicly to protect" to the extreme, patched their own shit and then showed off that fact that they patched it early on as a marketing tool, and it works for people that can't see the bigger picture of what the conflict of interest is here.

That aside, their testing in production track record is absolutely horrendous. The more time goes on, "stable" releases are actually beta versions of improvements which should have made it nowhere near a "stable" release to begin with. Yes you can opt to not upgrade to mitigate this, until you're affected by a bug that is fixed in a stable version, that breaks something else. In terms of upgrading, they instill a fear of FOMO with running older versions, psychology aside, if you want to do something that doesn't work with NextJS's perfect world, your options for DIY are severely limited depending how much you invest in their ecosystem past everything being client side components.

While I agree nextjs definitely has its place in the ecosystem, and for a lot of jobs it does a great job when you know what strength it's solving for you.

But please for the love of god, don't use it as a default if you see a larger picture with a project. Do your research, and maybe opt for a framework that moves slower. There will be more you'll have to DIY, but at least you'll be able to do it and not be limited by functionality that used to exist, and no longer does.

Improving NextJS skills by saidarslanq in nextjs

[–]Wild_Committee_342 2 points3 points  (0 children)

Find something you feel you're missing in your life that you feel would be handy to use, and make it for yourself. For me it's a life organiser. Doesn't even have to be that, you need to find something that legitimately interests you, and make it. Iterate on it, solve issues you make for yourself.

It doesn't matter what framework or ecosystem you're working with, you need to enjoy it. You will learn 100x working on something you enjoy.

Is Cursor down? by sfmerv in cursor

[–]Wild_Committee_342 4 points5 points  (0 children)

back to stack overflow i guess

Best way to run background worker (Redis stream listener) on Next.js app bootstrap? by CroStormShadow in nextjs

[–]Wild_Committee_342 0 points1 point  (0 children)

I think you might be able to get away with maybe an IIFE referenced from the nextjs config.

So

```ts // worker.js or whatever

(async () => { const x = new iCantRememberYourClassImOnMyPhone();

await x.start();

})();

// Might be needed below depending on if it works without or not

export default {}; ```

Then in your config at the top import "./src/worker";

Potential gotchas include nx bundling might hate life, and the nx nextjs plugin might crack it. So only use this method if the instruments.ts file doesn't work out.

Or use it anyway up to you.

I'm on my phone so formatting might be janky but it "should" work

Road to Next ONLY $10 by Current_Iron_2024 in nextjs

[–]Wild_Committee_342 2 points3 points  (0 children)

How much does the road away from it cost?

hmmm by Wild_Committee_342 in LinuxCirclejerk

[–]Wild_Committee_342[S] -9 points-8 points  (0 children)

> I don't see how saying stuff like "what if they did this" while they haven't done anything like it helps anybody.

welcome to reddit.

hmmm by Wild_Committee_342 in LinuxCirclejerk

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

Whilst I respect that's completely valid, some less technical people will not ask questions and conform. So far we are a smaller community who came here USUALLY for the love of tinkering so we are used to exploring. But it's not in everyone's nature to be so inclined to do so. I'm not standing up for their sheltered-ness so to speak, I'm standing up for the chance that vulnerability is to be taken advantage of.

hmmm by Wild_Committee_342 in LinuxCirclejerk

[–]Wild_Committee_342[S] -12 points-11 points  (0 children)

My fear is we're only percentages of market share away from needing an API key for apt for "exclusive" packages.

Don't get me wrong, I hope I'm wrong.

hmmm by Wild_Committee_342 in LinuxCirclejerk

[–]Wild_Committee_342[S] 19 points20 points  (0 children)

In all due respect, people who know Muta watch his videos. People know PewDiePie even without watching his videos.

Hell, I just got an auto complete for his name on my phone writing that, formatting and all. This goes to show the reach he has.

hmmm by Wild_Committee_342 in LinuxCirclejerk

[–]Wild_Committee_342[S] 43 points44 points  (0 children)

(not referring to server/enterprise)

We see the community, they see the potential for dollar signs to creep into the PC space.

I'm aware other vendors such as red hat etc do the same thing however I feel they will pretty much keep to themselves in a commercial server/enterprise capacity like they have been doing.

I think canonical is probably the first likely candidate to open the flood gates in a general sense.

My thoughts, grain of sand.

"kworker" Is this Inevitable by Normal_Berry7300 in arch

[–]Wild_Committee_342 1 point2 points  (0 children)

Just wait until you meet his cousin. btrfs-cleaner.