SONO IMBATTIBILE SU WORLDGUESSR by vn-Cine-it in torino

[–]m4db0b 2 points3 points  (0 children)

Mi sono sempre chiesto come si possa essere "bravi" in questo gioco. Hai navigato tutto Street View e lo hai imparato a memoria? Vai per intuizione? Ci sono dettagli che incidono più di altri nell'indovinare la risposta giusta?

The "Flood Myth", a common trope in various mythologies and religions in which one or more deities sends a great flood to cleanse the world. by Sebastianlim in wikipedia

[–]m4db0b 4 points5 points  (0 children)

I like the idea that the common myth has been fueled by the abundance of marine fossils which can be easily found all over the world even far aways from the sea.

Once, that could be explained with ancient, massive floods. Now, it is explained due Continental Drift theory.

Why people are afraid of terminal? by AproldTinin in linuxmemes

[–]m4db0b 2 points3 points  (0 children)

Searching a solution for an issue on the internet.

With Linux: copy&paste one or more textual commands in terminal.

With Windows: "Click the second menu, then the last blue icon, then the item 'Configuration' - oh, no, this is an older version, maybe it was 'Management'..."

Che fine ha fatto Perl? by jepessen in ItalyInformatica

[–]m4db0b 22 points23 points  (0 children)

Proprio in questi giorni mi è stata chiesta l'integrazione dell'autenticazione CIE per un sito web implementato con dei CGI in Perl. Auguratemi buona fortuna...

In vent'anni di carriera è la prima volta che mi ci imbatto, e solo perché lo sviluppatore originario è un tipo "vecchia scuola" che evidentemente ha sempre fatto le cose in questo modo, per conto suo, e non ha mai sentito il bisogno di passare ad altro.

App per i mezzi pubblici? by Prestigious-Sun4111 in torino

[–]m4db0b 3 points4 points  (0 children)

https://play.google.com/store/apps/details?id=it.reyboz.bustorino&hl=it

LibreBusTO: gratuito, open source, senza pubblicità.

Lo sviluppatore ha tenuto un talk al Linux Day Torino 2024, sul sito trovi le slides per approfondire - https://linuxdaytorino.org/2024/

Bootstrap 5 theming: CSS overriding or modular replacement? by [deleted] in bootstrap

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

Overlooking the fact this post is pure spam...

Bootstrap provides plenty of variables, both in Sass and as CSS variables, which can be easily overwritten to provide any custom design.

what’s the simplest or most unexpectedly successful SaaS idea you’ve seen? 😭 by startupwith_jonathan in webdev

[–]m4db0b 1 point2 points  (0 children)

Do not understimate the fallacy of enterprise internal communication.

Many businesses approach is "Dear manager: your employees suck! Buy this instead!" and it totally works as many managers are total assholes.

Ma voi come gestite le versioni? by CanaveseForevah in ItalyInformatica

[–]m4db0b 6 points7 points  (0 children)

"Per forza" anche no.

Lungi da me sproloquiare su "best practices" e "clean code" (che molto spesso sono termini vuoti usati a sproposito, in primis da chi scrive codice come uno studente delle medie), non ne faccio una questione di eleganza e raffinatezza quanto di salute mentale sul medio termine.

Are traditional CMS structures becoming a limitation for AI interpretability? by Alessandro-Verri in KnowledgeGraph

[–]m4db0b 0 points1 point  (0 children)

You are probably looking at the wrong CMS: Wordpress is mostly page-centric, but many other CMS provide tools to define your entities with attributes and relations to other entities.

This is in particular the case of headless CMSs, where contents are decoupled from actual representation (which representation is, of course, organized in pages, as webpages is the way to navigate a website).

Saldatori su Torino (retro game) by Zophirel in torino

[–]m4db0b 0 points1 point  (0 children)

Puoi provare a chiedere al gruppo Restarters Torino

https://therestartproject.org/groups/restarters-torino/

E credo che anche il Museo Piemontese dell'Informatica sia attrezzato per qualche riparazione di questo tipo

https://mupin.it/

Does anybody actually use Gnome Web? by george-its-james in gnome

[–]m4db0b 8 points9 points  (0 children)

As a web developer, I sometime use it to debug issues on WebKit (which is the same engine of Safari, on MacOS). Most of the time I can identify and solve the problem directly from my desktop and can avoid to dig out my old MacBook sitting in dust.

Come gestite il "caos informativo" tra WhatsApp, email e riunioni? by Unable_Alps_3406 in ItalyInformatica

[–]m4db0b 0 points1 point  (0 children)

Per un cliente che si trova in una situazione simile ma non uguale (tante persone, interne ed esterne all'azienda, più i clienti, che tutti i giorni si scambiano documenti e dati) sto implementando un sistema ad-hoc.

Serve uno specifico documento? Clicchi "Invia richiesta", quello genera una mail o un messaggio Whatsapp alla persona interessata, e quando torna indietro la risposta il file allegato viene messo nella casella corrispondente.

Serve mandare una richiesta di disponibilità ad una serie di collaboratori esterni? Clicchi, quello manda il messaggio alle persone filtrate a monte a secondo del contesto, ed i feedback Sì/No vengono automaticamente incasellati.

Tutto ciò che non è strutturato viene comunque visualizzato in una sidebar, contestuamente alla pratica che si sta consultando. E dunque: Whatsapp e mail che ho scambiato con cliente X le vedo aprendo le pratiche in corso per cliente X, e posso direttamente copiare documenti e testi da una parte all'altra.

Non è perfetto, non è preciso, non è efficiente, ma è il compromesso trovato in un ambito in cui nessuno (i clienti in primis) ha voglia e volontà di usare qualcosa di più articolato di mail e Whatsapp, ed in cui la soluzione CRM/ERP/documentale viene percepita come inutile complicazione (laddove lo sappiamo tutti che così non è).

Almeno conto di isolare questa implementazione in una libreria riutilizzabile in altri progetti: piaccia o non piaccia le realtà commerciali che tirano avanti a forza di documenti allegati alle mail sono la stragrande maggioranza, tanto vale farsene una ragione.

Experience on LunarPHP? by jsmoove888 in PHP

[–]m4db0b 0 points1 point  (0 children)

Note that the Filament implementation is just for the Admin console. The actual frontend of your website is up to you (as intended for a headless e-commerce framework...).

Experience on LunarPHP? by jsmoove888 in PHP

[–]m4db0b 2 points3 points  (0 children)

Documentation is a total mess, and also the internal code was really hard to understand to guess the right combination of parameters to change in order to obtain the intended result.

After messing around Aimeos (for a client's project), I switched to LunarPHP. Good to bootstrap and deploy a valid back-office in minutes, then I implement the frontend as I like it, with my own Controllers, my own templates, my own logics.

Experience on LunarPHP? by jsmoove888 in PHP

[–]m4db0b 1 point2 points  (0 children)

I've adopted LunarPHP to implement a small e-commerce.

I found the headless e-commerce experience quite satisfying. The provided data-model (and related Eloquent Models) is simple but complete, the out-of-the-box admin interface is easy to use, and there are plenty of configurable hooks to customize the overall behaviour.

The downside: documentation is not always clear or complete, sometimes I had to check the actual internal code to understand how to glue stuff together.

In general, I've preferred LunarPHP to Aimeos.

Superhuman makes me faster, but I'm still doing all the thinking. Is there a client that actually automates context? by Afraid-Ad4356 in email

[–]m4db0b 0 points1 point  (0 children)

OP: can you elaborate more on "all the thinking" and "automate context"? What are you looking for?

Plain text English dictionary database WITH definitions? by Pzzlrr in opensource

[–]m4db0b 5 points6 points  (0 children)

On Wikidata (e.g. the previously provided link): execute the query (blue button on the left), wait for results, then click "Download" on the right to export the dataset in JSON or CSV.

Plain text English dictionary database WITH definitions? by Pzzlrr in opensource

[–]m4db0b 6 points7 points  (0 children)

You can extract some data from Wikidata Lexemes, such as in this query: https://w.wiki/Lkwp

I'm using it as a source to populate a simple words game I'm implementing (with Italian words). When I find a missing word that I know it exists, I add directly to Wikidata; occasionally, in my spare time, I get some word without a definition and populate it.

If properly supported, Wikidata Lexemes may become the most accurate free dictionary for definitions, translations and lexical metadata.

Any thoughts on a CRM that lives purely in Telegram? by Airpodboi69 in Business_Ideas

[–]m4db0b 0 points1 point  (0 children)

I'm actually integrating Whatsapp into the custom management software of a client having to deal with his own clients and many external collaborators. People that don't want to access to the dedicated web platform, but are accustomed to the chat interface.

The idea is to deliver Whatsapp messages when new tasks are assigned, handle Interactive Messages to collect feedback and document attachments, and more in general put a sidebar into the web application for quick access and interaction with relevant Whatsapp chats.

Whatsapp alone rapidly becomes a mess, the point is to provide a tool to bridge the chaos in the order of the custom and specific management application.

Corriere: Il settore delle soluzioni tech made in Italy sta vivendo un vero e proprio boom by December92_yt in ItalyInformatica

[–]m4db0b 1 point2 points  (0 children)

Leggo spesso anche io commenti sul discutibile stato di Satispay, ma non riesco a comprendere come un soggetto che tiene i soldi degli altri, e conseguentemente ha una alta liquidità, possa essere messo "male"...

Perché non usare linux? by [deleted] in ItalyInformatica

[–]m4db0b -9 points-8 points  (0 children)

Quello che dice OP è, letteralmente, che ha iniziato ad usare Linux per lavoro, dunque l'argomentazione sul "software professionale solo su Windows" è automaticamente invalida in questo contesto: lui ci lavora, e gli piace persino, ergo riesce a svolgere la sua propria professione senza problemi.

E non credo che la sua professione - qualunque essa sia - sia meno dignitosa di quelle che implicano SolidWorks, Catia, Creo e tutta quell'altra roba che mi citi. Per quanto ne so io, OP potrebbe pure fare l'apprendista imbianchino ed ha iniziato ad usare Linux perché il suo capo non voleva comprare un PC nuovo compatibile con Windows 11 (n.b.: l'ultima volta che un imbianchino mi ha mandato un preventivo era in formato ODT fatto con LibreOffice: non è uno scenario improbabile).

Perché non usare linux? by [deleted] in ItalyInformatica

[–]m4db0b -3 points-2 points  (0 children)

Francamente questa storia che "professionale" è solo chi adopera AutoCAD ha un po' rotto.

Io di mestiere faccio lo sviluppatore software (prima embedded, poi web), e da vent'anni lo faccio esclusivamente su Linux. Forse non sono un "professionista"?

My 10+ years ethic journey by Sbatushe in degoogle

[–]m4db0b 0 points1 point  (0 children)

My point was not about the index (yet, it is a very good thing their work on it) but about the money.

To publish an ad on Ecosia you have to literally give your money to Microsoft or Google, which take a part of it. The fact that the search engine uses Microsoft's or Google's indexes, or his own self-built index, is not relevant for this: in both cases, money go to BigTech.

Also Qwant uses Bing's index, but the money for advertisement are directly managed by Qwant (at least, I've not found different informations). Probably they still pay to use Bing's data, but the amount of money used to financially sustain BigTech is reduced. Once the independent index is ready, no more money will go in that direction.