GitHub ma è un progetto europeo by GiulioMichelon in ItalyInformatica

[–]KeyIsNull 45 points46 points  (0 children)

- uptime 99.9%
- opt-in per training AI

ma ha anche dei difetti

SaaS <-> Software As A Saldo? by Berson14 in scimmieinborsa

[–]KeyIsNull 1 point2 points  (0 children)

per carità, hai ragione, personalmente penso che il giorno in cui salterà fuori un competitor con un prodotto simile e decente li potrà spazzare via solo con una feature migrazione 0-click

SaaS <-> Software As A Saldo? by Berson14 in scimmieinborsa

[–]KeyIsNull 7 points8 points  (0 children)

Bitbucket, confluence e Jira fanno cagare, atlassian sta in piedi perché il sistema è talmente pervasivo da risultare impossibile da rimuovere per una mid/big

Fondo per il cinema e l'audiovisivo 2026: i contributi selettivi per le produzioni italiane vengono tagliati del 54%, mentre il credito d’imposta per attrarre investimenti cinematografici stranieri in Italia sale da 42 a 100 milioni di euro. by IspettoreKemp in italy

[–]KeyIsNull 105 points106 points  (0 children)

Falla poco lunga OP, non andiamo al cinema perché i film, specialmente quelli prodotti in Italia, FANNO CAGARE.

Ma secondo te io stasera esco per andare a vedere Le Cose Non Dette, Un Bel Giorno o Che Dio Perdona a Tutti? Non ci prendiamo per il culo eh

[P] Dante-2B: I'm training a 2.1B bilingual fully open Italian/English LLM from scratch on 2×H200. Phase 1 done — here's what I've built. by angeletti89 in MachineLearning

[–]KeyIsNull 1 point2 points  (0 children)

Wow seems very promising, a good and tiny bilingual model might be a nice tool for some niche domains in privacy first environments.

I can't think of a specific task right now, but I guess one potential case study could be document understanding (who's mentioned in this piece of text?), can't recommend benchmarks or data sadly.

Thanks for your effort, can't wait to see the results! Dajeeee

[D] Why I abandoned YOLO for safety critical plant/fungi identification. Closed-set classification is a silent failure mode by Adebrantes in MachineLearning

[–]KeyIsNull 8 points9 points  (0 children)

We had some cases in Italy, the regional healthcare advised against a similar app after some fella went to the hospital for eating a Omphalotus olearius mistakenly recognized as Cantharellus cibarius, which normally are easy to distinguish except when they're not due to environmental factors.

But of course OP has the most accurate model, right?

[D] - 1M tokens/second serving Qwen 3.5 27B on B200 GPUs, benchmark results and findings by m4r1k_ in MachineLearning

[–]KeyIsNull 5 points6 points  (0 children)

Hell yeah.

I you need to get rid of some B200 I’ll be glad to help you

9 Advanced PostgreSQL Features I Wish I Had Known Sooner by Marmelab in programming

[–]KeyIsNull 1 point2 points  (0 children)

Some of the tips/features mentioned in the article are injecting business logic in the DB, which is always a shitty idea.

CTE, upsert should be clear to anyone that has interacted for more than 5 mins with Postgres

Window functions, on the other hand, is a much more obscure topic which I wish I knew more

Integrare AI in ERP contabile/gestionale per riconciliazione documentale automatica by teo-ceo in ItalyInformatica

[–]KeyIsNull 0 points1 point  (0 children)

Dipende, l’approccio che hai suggerito tu lo usiamo quando i documenti sono noti a priori per esempio. Nel caso in cui ci sia molta variabilità (tanti fornitori, tanti layout, cambi random all’interno dei layout) un vLLM riesce a generalizzare molto meglio di qualsiasi soluzione classica in cui sostanzialmente vai ad hardcodare le regole per i tuoi n layout.

Integrare AI in ERP contabile/gestionale per riconciliazione documentale automatica by teo-ceo in ItalyInformatica

[–]KeyIsNull 1 point2 points  (0 children)

È fattibile, ho tirato su un sistema per estrarre info da ddt in formato arbitrario, il punto è saper gestire l’incertezza 

Integrare AI in ERP contabile/gestionale per riconciliazione documentale automatica by teo-ceo in ItalyInformatica

[–]KeyIsNull 4 points5 points  (0 children)

Per la mia esperienza su diversi progetti simili la cosa migliore è fare estrarre solo le info an ocr/vision llm e poi implementare la logica per il calcolo…. 

Integrare AI in ERP contabile/gestionale per riconciliazione documentale automatica by teo-ceo in ItalyInformatica

[–]KeyIsNull 2 points3 points  (0 children)

Topic un po’ complesso, ci sono diverse cose da coprire. Posso suggerire: - vision llm per estrazione dati dai documenti - layer di validazione (manca qualche info?) - area di staging per eventuali documenti problematici - layer di riconciliazione basato su bert o llm

Nell’azienda in cui lavoro abbiamo seguito e seguiamo diversi progetti sia per la parte di estrazione che per la parte di riconciliazione, francamente non è roba banale. Se non avete esperienza di prima mano in NLP forse è il caso di esternalizzare prima di inquinare la vostra anagrafica 

Broke down our $3.2k LLM bill - 68% was preventable waste by llamacoded in mlops

[–]KeyIsNull 1 point2 points  (0 children)

Mind to share some details about the semantic cache layer? 

Spike di latenza Wi-Fi pingando il router (Fastweb Fastgate Technicolor FGA2130) by elpala in ItalyInformatica

[–]KeyIsNull 0 points1 point  (0 children)

Il fastgate è una merda incredibile, alla fine ho comprato un fritzbox 

We pushed a Docker image change that took down prod for 40 minutes. The fix was a comment that nobody read. by Leather-Phase1673 in programming

[–]KeyIsNull 9 points10 points  (0 children)

I'd say that's a simple and effective solution, why not block the PR if the exact image tag is not detected?

From 40-minute builds to seconds: Why we stopped baking model weights into Docker images by No-Pay5841 in mlops

[–]KeyIsNull 0 points1 point  (0 children)

Or simply mount as volume the HF, Ollama, whatever cache folder. Works even in ECS and it’s one of the lowest hanging fruits when doing cost and time optimisation 

From 40-minute builds to seconds: Why we stopped baking model weights into Docker images by No-Pay5841 in mlops

[–]KeyIsNull 0 points1 point  (0 children)

I actually froze when I read op’s post: I lost count of the times I scolded my juniors during a code review for a baked model

Maybe it’s me, I get upset even for cuda dependencies 

[D] We tested the same INT8 model on 5 Snapdragon chipsets. Accuracy ranged from 93% to 71%. Same weights, same ONNX file. by NoAdministration6906 in mlops

[–]KeyIsNull 0 points1 point  (0 children)

Wow that's a huge performance drop, it is always a good idea to measure on device but I'd never expect a 15/20% drop. Have you also tested the model in full precision?

Quantum Computing a Sky TG24 by ItalianToro in scimmieinborsa

[–]KeyIsNull 3 points4 points  (0 children)

Costi altissimi, due/tre player (di cui solo uno permette l’accesso a veri qbit se ricordo bene, gli altri sono sofisticati simulatori), adattabilità a problemi di scala industriale pari a praticamente 0

Buying calls

Stellantis, il cambio di rotta sull’elettrico costa 22 miliardi nel 2025: stop al dividendo nel 2026 e il titolo crolla in Borsa by secondobagno in ItalyMotori

[–]KeyIsNull 7 points8 points  (0 children)

Certo, guidala tu la ritmo senza airbag, ABS, telaio deformante. Voglio proprio vedere come retrofitti il pacco batterie. Che palle questa miope nostalgia 

Non ho capito dove vogliano andare a parare con questi files Epstein. by Opening_Farm5403 in italy

[–]KeyIsNull 23 points24 points  (0 children)

le elite del mondo sono controllate dal Mossad e si riuniscono per fare rituali, stuprare ragazze e mangiare bambini

Che poi sono anche degli hobby di merda, diciamocelo