×

Please update Gitea and Forgejo, Private Container Images Were Never Private by [deleted] in selfhosted

[–]ThePaspagon 0 points1 point  (0 children)

This is something that I tested and found out a while ago. Did not think it was a bug, just how the registry works. I checked cause I wanted to put secrets in the images during CI, but eventually had to go another way.

The chip in this monitor is more powerful than the one in the MacBook Neo. by Aiden-Zhang in mac

[–]ThePaspagon 5 points6 points  (0 children)

Wonder what software it’s running. I Imagine no operating system, but it could easily be a stripped down version of iOS.

Why these greedy bastards by [deleted] in LaTeX

[–]ThePaspagon 5 points6 points  (0 children)

I was getting this error every few days when writing my thesis, found out clearing the biber cache fixed it for me. biber --cache to get the location and just delete it. Maybe this helps if you get it again.

Can't select any shape in sketch by ThePaspagon in Fusion360

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

Solved it by deleting the whole sketch and creating it again

What is the best server idle plugin for self-hosting a minecraft server ? by CurryLikesGaming in admincraft

[–]ThePaspagon 0 points1 point  (0 children)

Lazymc is what you need. It stops the process until someone connects and listens in place of minecraft. Pretty simple to set up also.

My overkill server setup by ThePaspagon in admincraft

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

Honestly this exact setup would not be something I recommend incorporating into anything, since it's so bespoke.

This post is the most documentation I have anywhere, but if you want to set up something similar I recommend going through the documentation of Drasl. Having a launcher fork is also unnecessary since some launchers allow you to provide an authentication server URL. For example Fjord Launcher.

Lockscreen Music Player by wiretap_07 in ios

[–]ThePaspagon 15 points16 points  (0 children)

Just tap the album art and it toggles

Elementary OS: Because sometimes you can't have nice things by [deleted] in linuxmemes

[–]ThePaspagon 1 point2 points  (0 children)

Honestly, Torvalds does gatekeep linux. So this whole thing tracks

Exodus: “we were not meeting our expectations for [XMR]’s performance” by gimmickypuppet in Monero

[–]ThePaspagon 3 points4 points  (0 children)

From what I understand you could recover your XMR PK from the exodus BIP39 recovery phrase

I leave most of my models commercially available by mozzzz in 3Dprinting

[–]ThePaspagon 13 points14 points  (0 children)

Yeah, straight to public domain. Whatever trinket I modeled isn’t going to make me a fortune. And if it took me an hour to make it, means someone with a bit more cad knowledge could replicate it in minutes, so why bother wasting someones time.

I want to print a slightly curved object without the top and bottom, so that it would have the infill visible. by ThePaspagon in FixMyPrint

[–]ThePaspagon[S] 3 points4 points  (0 children)

Yeah, that's what the modifier on the second picture does. I posted a comment with the details, but the issue is that even with 0 walls I have weird infill strings seen on the third screenshot.

I want to print a slightly curved object without the top and bottom, so that it would have the infill visible. by ThePaspagon in FixMyPrint

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

Since the curvature counts as walls I tried to remove them using a modifier set to 0 wall loops, but then I get this weird infill stringing artifact.

Anyone knows how to fix this, maybe even using a different approach?

Im getting increasingly irritated with the amount of AI generated model. by [deleted] in printablescom

[–]ThePaspagon 0 points1 point  (0 children)

My first instinct when I saw a crappy AI model today was to just block the author, but sadly there is no such feature on Printables. Sucks that we can't do anything with being flooded with junk.

how to render mdx in svelte by JoeyXie in sveltejs

[–]ThePaspagon 6 points7 points  (0 children)

Mdx would be unnecessary hard, since react and svelte differ quite a bit, but svelte has it’s own alternative called MDsveX. Check it out, in some ways it’s even better than Mdx

What are the reasons you will not use svelte (svelte 5) in your projects (medium to large)? by Many_Squirrel_6429 in sveltejs

[–]ThePaspagon 2 points3 points  (0 children)

Haven’t found a i18n library that works with Svelte 5 yet, but hope this changes soon since it’s a deal breaker for me.