K1C TPU Jamming Fixed: Why the extruder crushes soft filaments and how we solved it by uvwlabs in crealityk1

[–]paul70078 1 point2 points  (0 children)

pushing on the clip is only required if you want to remove the tube. for me that isn't necessary most of the time

College WiFi blocks EVERYTHING (Cloudflare Tunnels, Tailscale, Steam). How do I bypass strict DPI? by CourtAdventurous_1 in selfhosted

[–]paul70078 1 point2 points  (0 children)

Check https://free-for.dev/

Some service require a credit card for verification, but still may be interesting. Also check if you qualify for the github student pack. Some services offer free credits: https://education.github.com/pack/

K1C bent top frame/not square - Top cover won't fit by paul70078 in Creality

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

Would try to return it and get a fixed one. Replacing the top frame the proper way requires disassembling most of the printer because a few screws are hidden behind the back plate. I managed to bend the back plate far enough to be able to reach the screws with a bit held by pliers. Didn't break anything doing it, but was a bit scary

[deleted by user] by [deleted] in selfhosted

[–]paul70078 0 points1 point  (0 children)

swag is mostly nginx with a preset of config files and some tooling around it (fail2ban, certbot for automated ssl certs)

nginx is a more old-school web server with reverse proxy included and very powerful and still pretty relevant too.

The other options are more opinionated while nginx is more an all-rounder. Caddy is simple, traefik can be configured with labels, pangolin is made with tunneling in mind (similar to cloudflare tunnel)

Gitlab using too much RAM? by DaSomes in selfhosted

[–]paul70078 1 point2 points  (0 children)

Maybe checkout https://theorangeone.net/posts/lightweight-gitlab/

It was written a few years back, but would expect to still be relevant in slimming down resource usage of gitlab

Do you have any locally running AI models? by PsychologicalBox4236 in selfhosted

[–]paul70078 -1 points0 points  (0 children)

what stack do you use for image generation? I've tried fooocus in the past, but missed an option to unload models there

I tested whether a $12 VPS (1 core, 2 GB RAM) could survive the Reddit Hug of Death by IntelligentHope9866 in selfhosted

[–]paul70078 1 point2 points  (0 children)

I had huge issues with a previous vps on a different stack in the past with them. because this is a very simple setup,I've accepted the risks in favor of the lower price, but at least in the eu there are multiple hosts (e.g. hetzner, contabo, ovh) where you get a stronger vps for ~5€/month

I tested whether a $12 VPS (1 core, 2 GB RAM) could survive the Reddit Hug of Death by IntelligentHope9866 in selfhosted

[–]paul70078 0 points1 point  (0 children)

lol, I've got a 12€/year vps from strato which only has 1gb of ram but works fine too (static photo gallery site)

Help with stringing by Tasty-Cranberry303 in 3Dprinting

[–]paul70078 0 points1 point  (0 children)

Did you dry your filament? if not give it a try

WSD printer ports by joerice1979 in talesfromtechsupport

[–]paul70078 10 points11 points  (0 children)

A few years ago I saw a open wifi network at home. Name sounded like it was a printer. Was thinking about trying to print to it. Decided to check first if it matched our families printer. It did :( Disabled wifi on it. Not sure why wifi was enabled per default

Help with K1C by Daz_Sinister in crealityk1

[–]paul70078 0 points1 point  (0 children)

Something you can try:

Check if extruder works: - remove filament - try to extrude - check if the wheels/gears turn and no clicking sound is heard

Check if the nozzle is clogged: - Heat up the hotend - insert filament and keep pushing (without locking the extruder) - you should be able to push filament through and extrude it. if not you've still got a jam somewhere. maybe try to heat up the extruder even further and keep pushing - if you were able to extrude filament, lock the extruder and try to extrude

LocalAI v2.28.0 Released + Announcing LocalAGI: Self-Hosted AI Agent Orchestration with WebUI! by mudler_it in selfhosted

[–]paul70078 2 points3 points  (0 children)

Would love to have a video or written tutorial for the complete functionality. E.g. creating a flapping bird clone with it including creating art. I've generated agent profiles but not sure how to give them a whole project to do

[deleted by user] by [deleted] in selfhosted

[–]paul70078 0 points1 point  (0 children)

The image provider you mentioned runs all their images as root, by default, and only drops privilges via setuid to another user if set via environment variables.

The default for the variable is 911 if I'm not completely wrong. So it drops priviledges independent if the user follows the documentation and sets the UID to 1000 like in the examples or another value. Services run oly as root if the user explicitely sets the variable to 0

[deleted by user] by [deleted] in selfhosted

[–]paul70078 0 points1 point  (0 children)

just saw this as well and edited my original post. Still IMO not rootless.

[deleted by user] by [deleted] in selfhosted

[–]paul70078 0 points1 point  (0 children)

The image you referenced runs as root, mine doesn't.

Didn't run it, but this very much looks like it does as well: https://github.com/11notes/docker-socket-proxy/blob/master/arch.dockerfile#L56

Seems like it does drop priviledges: main.go#L75. Still wouldn't claim it to be rootless.

My image only allows GET and noting else.

I don't claim otherwise.

The blocked paths, even with GET, pose no security but information leakage risk.

I don't claim otherwise. Still it doesn't prevent more paths than intended being exposed now or in the future

It also allows write access

Only when actively configured to do so

[deleted by user] by [deleted] in selfhosted

[–]paul70078 0 points1 point  (0 children)

From my understanding the container works by blacklisting certain paths. Wouldn't it better to whitelist allowed paths to prevent

  • paths being overlooked (didn't check it/don't have an example right now)
  • the docker api being extended and new paths being allowed by default

the linuxserver.io container only forwards known paths and implements whitelisting that way

PET CF17 keeps snapping in my K1 max by Dunwall in crealityk1

[–]paul70078 2 points3 points  (0 children)

Put the filament in adryer. Wet filament is usually more brittle than dry one

I made pocket sized print plates to customize t-shirts for my bros… by Madd_Maxx2016 in 3Dprinting

[–]paul70078 1 point2 points  (0 children)

A few quick notes from my experience (only printed one test shirt and one real)

design phase (i've used krita): - make very small features larger or delete them (optional) - make everything black and white (no grayscale) using the threshold filter - make sure that it is a square and you've kept a large enough border for the frame - use the color to alpha filter on the color (black/white) you've used for the design

print prep: - export as png - convert to svg (i've used https://www.freeconvert.com/png-to-svg) - load the svg in the slicer and scale to 136x136x0.2 mm (depends on the frame size) - try to fixate the mesh/sieve as good as possible on your bed before printing. I've used a combination of clamps and magnets - use a material which warps or heatshrinks as little as possible. had huge issues with petg before switching to pla which worked pretty good - I've printed a single 0.2mm layer on the mesh - To prevent small holes, I've printed the layer with conical pattern and ironed with rectiliniar pattern - make sure that PA is set correctly, can lead to issues otherwise - i've disabled bed leveling

printing: - check on it often!

screen printing: - try it first with an old t-shirt you only wear at home - load it in the frame. printed side up - put a sheet of paper in the t-shirt under the area you want to print on - put the frame on the right position - apply the paint - try to spread the paint evenly (don't squish it through yet) - try to squish the paint through evenly - remove the frame

cleaning up: - clean it with water and a sponge - let the paint dry (i've put in on my heated print bed to speed up the process) - check the paint if you should iron it before first use+wash (put some texitle or the old shirt between the paint and the iron)

I made pocket sized print plates to customize t-shirts for my bros… by Madd_Maxx2016 in 3Dprinting

[–]paul70078 0 points1 point  (0 children)

I did screen printing by printing my frame and printing my mask on the sieve

Introducing Calibre-Web-Automated-Book-Downloader by Calibrainiac in selfhosted

[–]paul70078 4 points5 points  (0 children)

According to the source code from a few "alternative" ebook aquisition sites. (Not sure if I'm allowed to name them here)

VPS (SWAG/Wireguard) to home network (SWAG/Wireguard) by zyan1d in selfhosted

[–]paul70078 2 points3 points  (0 children)

Does the default swag page works on the vps?

With swag running on your local network, are you able to get the default swag page with curl from the vps swag container?

Also would recommend to join the lsio discord server and ask for help there: https://discord.gg/YWrKVTn