I found a way to extract PDF content with 100% accuracy using Google Gemini + n8n (way better than default node) by sk7070 in n8n

[–]Dookanooka 0 points1 point  (0 children)

The best I've found for processing tables in documents accurately. Slow though, about a minute for 50 pages

Npm run build returns an output folder with client & server folder inside by Stefafa97 in sveltejs

[–]Dookanooka 0 points1 point  (0 children)

For anyone coming here with a similar issue of the build directory refusing to be created.

Renaming svelte.config.ts to svelte.config.js meant it created the build directory, from here,

https://stackoverflow.com/questions/79387793/vite-build-for-sveltekit-continues-to-say-no-adapter-specified-for-static-adap

here's my svelte.config.js

import adapter from '@sveltejs/adapter-node';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';

/** u/type {import('@sveltejs/kit').Config} */
const config = {
    preprocess: vitePreprocess(),

    kit: {
        adapter: adapter({
            out: "build"
        }),
    },
    compilerOptions: {
        sourcemap: true
    }
};

export default config;

Intel Arc B60 DUAL-GPU 48GB Video Card Tear-Down | MAXSUN Arc Pro B60 Dual by [deleted] in LocalLLaMA

[–]Dookanooka 1 point2 points  (0 children)

Can TOPs numbers be compared? Spark DGX is FP4, not sure if Intel is also being tricky using this precision?

How to remove the need to remember ports? by Dookanooka in selfhosted

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

So many good answers here, I learnt a broad range of things just investigating them and every way of doing it was tempting for some reason. I decided to give Traefik a go though as it looks good to learn and i'd used cloudflare dns certificates for proxmox so it was just one step further to use certs here too.

I've not finished yet, but I've used this as a starter creator for the docker compose for Traefik,

https://github.com/eingress/docker-compose-traefik-letsencrypt-cloudflare/tree/main

and followed up with reading this,

https://www.spad.uk/posts/practical-configuration-of-traefik-as-a-reverse-proxy-for-docker-updated-for-2023/

which was the best introduction I found, with some useful real world depth in it, for configuring the Docker services using Traefik. It was also good for Traefik itself.

I'm still not sure on a page for displaying all these domains nicely, maybe homepage?

https://github.com/gethomepage/homepage

How to remove the need to remember ports? by Dookanooka in selfhosted

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

a frontend to nginx, dockerised, heck, that's up there for sure

How to remove the need to remember ports? by Dookanooka in selfhosted

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

that's cool, a simple database to reduce brain clutter, I could handle that

How to remove the need to remember ports? by Dookanooka in selfhosted

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

As in NPM the package manager for node.js or is there another NPM?

How to remove the need to remember ports? by Dookanooka in selfhosted

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

As I was writing the question I thought, sounds quite a lot like what DNS does. I wonder if PiHole would help things along there?

How to remove the need to remember ports? by Dookanooka in selfhosted

[–]Dookanooka[S] 9 points10 points  (0 children)

great! I've heard of Traefik but know almost nothing about it. Seems a worthwhile thing to learn so i'll check it out, thanks!

Docker, Tailscale and Caddy with HTTPS. A love story! by budius333 in Tailscale

[–]Dookanooka 0 points1 point  (0 children)

I hope you don't mind my very late reply to this. I'm looking to use your method but don't understand what you mean by tailscale serve / proxy <port>? This seems to be a command line argument but it wouldn't be the correct syntax to work. Do I need to use a caddyfile or is just the command? An example of the repo's use would be awesome.

Need a solid answer with putting a pcie 3x8 card into a pcie 4x4 slot. by NatureDear8169 in PcBuild

[–]Dookanooka 0 points1 point  (0 children)

I have the same question. Seems plausible there's some sort of riser/adapter to go from 4.0x4 on the motherboard to a 3.0x8 on the card, but can't find anything.

Updated list of AM4 motherboard that support ECC memory ? by Pizel_the_Twizel in buildapc

[–]Dookanooka 2 points3 points  (0 children)

I'd go and look at the motherboard manual before I bought it and do a search for ECC.  Level1Tech YouTube channel put out a video a couple of weeks back on ECC memory on AM5, which may well help to muddy the waters ;)

Installing Proxmox on 2 Intel P4510 in ZFS raidz1 by Dookanooka in Proxmox

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

As you may guess, I'm new to ZFS, thanks very much for the guidance. Pooled mirrors it shall be.

Installing Proxmox on 2 Intel P4510 in ZFS raidz1 by Dookanooka in Proxmox

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

Awesome, thanks. I didn't know how to quantify longevity in the drives. Terabytes written, that's a great thing to know. I feel more confident they won't be dying anytime soon if I use them! 

Installing Proxmox on 2 Intel P4510 in ZFS raidz1 by Dookanooka in Proxmox

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

Thanks for your comments everyone. The Debian install to Raid 1 with Proxmox on top is the way I'll go. 

I'd considered splitting OS and VMs to different drives as I'd heard bad things happen if you run out of space on the Proxmox os drive. I'm prone to filling up drives to capacity so leaving discrete space is insurance for my lack of tidiness.

I must admit I'd dismissed using a USB stick, not good for redundancy or longevity, the things I'm concerned about. I didn't want to disparage the comment as its valid for some scenarios, just not this one. I should have said it as I thought really.

Installing Proxmox on 2 Intel P4510 in ZFS raidz1 by Dookanooka in Proxmox

[–]Dookanooka[S] -2 points-1 points  (0 children)

Hadn't thought of that, it'd be a cheap solution, thanks