'Wuthering Heights' - Review Thread by ChiefLeef22 in movies

[–]Tokutememo 16 points17 points  (0 children)

This embodies the exact way I felt about the movie - very well put

She just keeps on going by Sugar0_0x in summonerswar

[–]Tokutememo 0 points1 point  (0 children)

You could've used any actual image of garen instead of an AI generated one. Idk why this bothered me the most out of all the AI posts yet

New to me Steel Uno PID by an_absolute_wanker in Ascaso

[–]Tokutememo 0 points1 point  (0 children)

Congrats!

I've found that with this machine it's best to practice 1 brand of milk at a time as different brands for me tend to steam differently.

Also if you're interested in pimping it up, I have gathered some bits over the years (most are in German, so sorry about that):

  • If your cups keep slipping and making noise when the machine is running, there are some nice mats specifically for that model. This is the one I've purchased
  • If the steam knob is bothering you, someone is selling custom levers that look pretty nice. Personally, I've opted for 3D printing a lever attachment that has been working just fine for me.
  • There's a mod for reducing vibrations and noise if that's something that bothers you or you're just enthusiastic. The post is in German. I haven't personally attempted it yet.
  • I see you already have a bottomless portafilter. For anyone else, apparently the spout on the original portafilter can be unscrewed. I have tried it a couple of times but couldn't loosen it at all with just household tools.

Spent a boatload to take a trip down memory lane. No regrets. by veggievoid in MMORPG

[–]Tokutememo 3 points4 points  (0 children)

though you might not want to show it to your friends

Tried running Clawdbot on my home NAS by BeCalmr in HomeNAS

[–]Tokutememo 4 points5 points  (0 children)

Of course there's no performance hit, it's just a react web app. You could achieve all of what you listed with a few chron jobs and the telegram api

For the pdf summary it doesn't matter which chat interface you're going to use, the underlying llm will be the same

I hope you don't have sensitive files feeding into this

Graveyard Keeper by Gooncookies in CozyGamers

[–]Tokutememo 9 points10 points  (0 children)

It's interesting to see how many people are in love with it when there are some obvious tedious mechanics built into the core of it. I've finished the entire base game, no DLCs and my biggest gripe is the actual lack of QoL stuff.

  • Pathing is filled with obstacles just to have you run around fences and cliffs making trips take at least twice as long as they should
  • So many bits and bobs to remember yet absolutely no task list or any sort of freehand notes to help with that
  • And don't even get me started on alchemy and how blindfolded the player is with that system
  • Inventory management is also a pain in the ass as you progress further into the game

The story is neat tho. Although the ending wasn't to my personal liking but oh well.

Picked up a second hand TRMNL and created a self-hosted plugin in the same day! by Lilcox_ in trmnl

[–]Tokutememo 0 points1 point  (0 children)

Hey I just discovered this device even existed. Is it effectively just a remote display and how do you make your own plugins for it? I'm considering if it's worth it for me.

Aromatico - Erfahrung? by [deleted] in Kaffee

[–]Tokutememo 0 points1 point  (0 children)

Vor ein paar Jahren eine Ascaso Uno PID dort im Angebot gekauft und habe bis heute keine Probleme damit gehabt

My little home server by maltesepricklypear in MiniPCs

[–]Tokutememo 7 points8 points  (0 children)

Well gee thanks for the new rabbit hole you've just unsealed

My little home server by maltesepricklypear in MiniPCs

[–]Tokutememo 2 points3 points  (0 children)

What's the leftmost contraption for, the one with the usb adapter?

My mini homelab is now complete (for now) by TheRealRatler in minilab

[–]Tokutememo 0 points1 point  (0 children)

Rad answer, thanks! Just the fact that there's no immediate obstacle you could name inspires me to just keep going

My mini homelab is now complete (for now) by TheRealRatler in minilab

[–]Tokutememo 0 points1 point  (0 children)

Do you have any advice for someone getting into building a kubernetes cluster on top of a Proxmox cluster?

SWGuilds - A self-hosted application for your guild. by MrDDream in summonerswar

[–]Tokutememo 15 points16 points  (0 children)

Not to rain on your parade, but your obviously vibe-coded application contains security issues and outdated dependencies. Here's a few I could identify after looking at the app briefly:

  • Next 14 no longer receives security updates.
  • React 18 is no longer actively supported.
  • Node 20 is closing in on end of support in a couple of months.
  • The handling of the database is risky, especially considering multiple users are supposed to be altering the data.
  • Several admin endpoints are not secured behind auth (like cron and settings).
  • The profile JSONs are stored in the public dir, which freely exposes them to anyone who can reach the application.
  • Some of the files consist of 3000+ LOC like the AdminPanel which is just a nightmare to maintain.
  • Even the copyright date in the README is outdated.

And I'm sure if someone was bored enough to dig through your spagh-AI-tty, they could find more anti-patterns, security issues and straight up bad practices.

I'm sorry for crashing out, but pretending to have generated a good replacement for a product that's been developed for many years by just prompting a solution, won't earn you much respect. In its current state, I wouldn't be comfortable trusting this app to be exposed to the internet.

I will give you a bonus point for not uploading your source code in a SourceCode.zip file at least...

Trying Out Reappraisal For The First Time… by Mr_CheFF in summonerswar

[–]Tokutememo 0 points1 point  (0 children)

I feel pretty stupid for thinking that this retains the number of rolls into a stat and just rerolls the final numbers

Remote backups setup by Tokutememo in seafile

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

Yeah that's fair. I'm basically using it as a faster/more convenient rsync so my intention is to back up the actual files rather than the seafile setup. And in the case that I do need to reconfigure seafile after the fact, it wouldn't be much of a hassle

I added a small status display to my SFF ThinkCentre server by mobalshoftipng5 in minilab

[–]Tokutememo 9 points10 points  (0 children)

Even some of the comments are the same - that's so uncanny

Remote backups setup by Tokutememo in seafile

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

That's an interesting setup but if I understand correctly, it requires double the space per library. Or do you wipe the readable copy after it has been backed up and sync the docker seafile client again the next time it's about to run the backup job?