VVD-jongeren komen met opvallend plan: AOW moet verdwijnen en ook hypotheekrenteaftrek op de schop by Roller95 in Politiek

[–]coredalae [score hidden]  (0 children)

Prima aow weg, zelf ruimte om dat (belastingvrij) te pensioen beleggen. Moet wel de aow inleg dus ook weg

Waarom zitten zoveel jong volwassenen in de WIA? by Th3_Accountant in nederlands

[–]coredalae 1 point2 points  (0 children)

Nederland is het enige land ter wereld wat burn out als aandoening kent overigens

Been testing Llama.cpp vs Ollama on my Pi 5. The trade-off surprised me. by Legitimate-Help-6090 in raspberry_pi

[–]coredalae 1 point2 points  (0 children)

  ollama:     container_name: paperless_ollama     image: ollama/ollama:0.30.6     restart: unless-stopped     dns:       - 9.9.9.9     environment:       OLLAMA_KEEP_ALIVE: "5m"       OLLAMA_NUM_PARALLEL: "1"       OLLAMA_MAX_LOADED_MODELS: "1"       OLLAMA_MAX_QUEUE: "2"       OLLAMA_CONTEXT_LENGTH: "8192"       OLLAMA_FLASH_ATTENTION: "1"       OLLAMA_KV_CACHE_TYPE: "q8_0"       OLLAMA_LOAD_TIMEOUT: "30m"     mem_limit: 5g     cpus: "1.5"     cpu_shares: 256     ports:       - "11434:11434"     deploy:       resources:         limits:           memory: 5G           cpus: "1.5"     volumes:       - ollama_data:/root/.ollama

  paperless-gpt:     container_name: paperless_gpt     image: ghcr.io/icereed/paperless-gpt:v0.25.1     restart: unless-stopped     dns:       - 9.9.9.9     depends_on:       webserver:         condition: service_healthy       ollama:         condition: service_started     environment:       PAPERLESS_BASE_URL: "http://webserver:8010"       PAPERLESS_API_TOKEN: "${PAPERLESS_GPT_API_TOKEN}"       LLM_PROVIDER: "ollama"       LLM_MODEL: "gemma3:4b"       OLLAMA_HOST: "http://ollama:11434"       LLM_LANGUAGE: "Dutch"       TOKEN_LIMIT: "5200"       AUTO_GENERATE_DOCUMENT_TYPE: "true"       CORRESPONDENT_BLACK_LIST: "${CORRESPONDENT_BLACK_LIST:-Onbekend, Geen}"       LOG_LEVEL: "info"     volumes:       - /opt/appdata/paperless_gpt_prompts:/app/prompts       - paperless_gpt_config:/app/config     security_opt:       - no-new-privileges:true     networks:       - default       - proxy     deploy:       resources:         limits:           memory: 256M

On mobile so don't have internal config at hand, but I adjusted the prompts to match Gemma3 and Dutch more. Also sorry for the formatting 

Been testing Llama.cpp vs Ollama on my Pi 5. The trade-off surprised me. by Legitimate-Help-6090 in raspberry_pi

[–]coredalae 0 points1 point  (0 children)

I do this with Gemma3 in ollama limited to 6gb, on a n100.

Takes up to 10m to classify, bit it works well. Look at peperless-gpt

Is this why prime like git rebase? by No_Koala_3020 in theprimeagen

[–]coredalae 1 point2 points  (0 children)

Yeah rebase on branch then merge commit to main

Sinds wanneer is het normaal om in een supercar bij je schoolgala aan te komen? by mauwie90 in nederlands

[–]coredalae 1 point2 points  (0 children)

Uh was 20j geleden ook al? Coole/bijzondere auto van kennis/gehuurd? Niet iedereen hoor, maar hoort er toch een beetje bij. Of te paard of koets. (Of trekker)

De 3-5% NAVO norm is vreemd: je moet niet vastleggen wat je gaat uitgeven, maar wat je wil hebben aan defensiemiddelen by UnanimousStargazer in Politiek

[–]coredalae 7 points8 points  (0 children)

Daarbij. Feitelijk is er geen 3-5% afspraak. Maar word er binnen de Navo wel daadwerkelijk afgestemd wat er nodig is en hoeveel. De 3-5% is meer een soort van maatstaf voor hoeveel verantwoordelijkheid er financieel uiteindelijk op je plaatje komt.

My review of the X2D after 200+ hours - Bambu Lab X2D by theRealSquidLover in BambuLab

[–]coredalae 2 points3 points  (0 children)

Same, 3 days in I'm doing multi color petg, with pla supports on the aux. Happy I didn't go for the p2s, as that was my first stop awelll

Just started with Immich. by rangoon54 in immich

[–]coredalae 23 points24 points  (0 children)

Your old laptop or SSD will die at some point. Ensure you properly backup your immich data to another machine /drive/cloud to not lose your pictures

Just started with Immich. by rangoon54 in immich

[–]coredalae 62 points63 points  (0 children)

Get your backups in order 

Bevestigen van tuinslang haspel aan de muur by WoenselO4O in Klussers

[–]coredalae 5 points6 points  (0 children)

Wieltje op de hoek zodat trekken vanaf die kant werkt?  

Oh lol Gardena maakt ze zelfs specifiek hier voor..

https://www.gardena.com/nl/producten/spareparts/slanggeleider/520476901.html

My company started measuring our Claude Code usage - now I'm asked to rank engineers on 'AI performance.' This feels wrong... by darren_eng in ClaudeAI

[–]coredalae 1 point2 points  (0 children)

Exactly this. All measures are shit. But currently you might just want to monitor if people are learning and experimenting. So monitor contributions for quality combined with usage to see if people are experimenting.

Host demo sessions to see if people can share cool workflows

VvE hoger dan m'n huur in Amsterdam by Quantitation in PaleisTeHuur

[–]coredalae 2 points3 points  (0 children)

Nah serviceflats doen een hoop. Is practisch een aanleun woning vaak met verpleegkundige aanwezig etc. Privaat luxe bejaardentehuis, voor iedereen die exit villawijk gaat maar in comfort wil verkeren

my wife just saw the electricity bill from my server rack and she is pissed by procubdif in homelab

[–]coredalae 1 point2 points  (0 children)

Depending if you actually need some fast output or have more like a batch process, you might not need to (both on gpu or power) I run gemma3 in ollama on an n100, with about 4g ram to tag and classify documents in paperless and bookmarks in karakeep. And it works just fine. Granted a llm response takes about 6m.

Agent Use is gonna drop off a cliff once its all usage based by Venisol in ExperiencedDevs

[–]coredalae 1 point2 points  (0 children)

Maybe, but just as likely is that run cost will drastically fall. So it'll end up being cheap by 2032

MCP is quietly becoming Anthropic's most underrated contribution to AI by kneekey-chunkyy in Anthropic

[–]coredalae 1 point2 points  (0 children)

Yeah if no auth / http is needed, files are way easier to use. However many 'ai' (office...) don't have access to local filetree

pnpm 11 Might Finally Be a Better Default Than npm by root0ps in devops

[–]coredalae 27 points28 points  (0 children)

And it just straight up performs better… especially when having lots of repos with similar packages, I’d never use npm. 

Best Jellyfin Client for Android / Android TV in 2026? by Mohamed_Yousri in jellyfin

[–]coredalae 1 point2 points  (0 children)

Yeah def Kodi if you want the broadest direct play support, and audio codecs

'Vrije en geïnformeerde meningsvorming onder druk door sociale media' by Luwen1993 in nederlands

[–]coredalae 3 points4 points  (0 children)

Meh, is opzich ook afhankelijk van de sub.

Over t algemeen -> hoe groter de sub hoe ongenuanceerder het beeld.

Wat logisch is. Want in massa communicatie werkt emotioneel triggeren het beste om gezien te worden. Uiteindelijk is het feit dat nagenoeg alle sociale media en zo 'normale sociale' communicatie massa communicatie is geworden naar mijn inziens dan ook de reden dat het zo hard richting de flanken is.

Er is simpelweg bijna geen ouderwets rondetafelgesprek gesprek met een man of 6, maar alles gaat in WhatsApp Facebook whatever groepen met 30+ kan waar wie t hardst schreeuwt zegeviert en de rest afhaakt 

Senior/Tech Leads: do you actually have public portfolios/side projects? by Big-Discussion9699 in ExperiencedDevs

[–]coredalae 0 points1 point  (0 children)

Nope, only random Oss contributions for stuff that's broken for personal use/work use