Xρήστης ελεύθερου λογισμικού
Παρασκευή 11 Οκτωβρίου 2024
Πέμπτη 10 Οκτωβρίου 2024
Google imagen 3 in Google gemini
Είπα σήμερα να γιορτάσω τα γενέθλια του ιμπρεσιονισμού
μετατρέποντας μια φωτογραφία από το κινητό μου
σε ιμπρεσιονιστικό πίνακα α λα Edgar Degas
χρησιμοποιώνας το μοντέλο Imagen 3
στην τεχνητή νοημοσύνη Google gemini.
Τροφοδότησα την τ/ν με την παραπάνω φωτό.
Τα αποτελέσματα δεν είναι εντυπωσιακά,
αλλά φαντάζομαι πως η τ/ν θα βελτιώνεται...
όσο μαθαίνει.
Υ. Σ. 1
όπως εξάλλου με προειδοποίησε, η Τ/Ν κάνει συχνά λάθη,
στην παραπάνω απάντηση έκανε λάθος ακριβώς σε ό,τι την ρώτησα:
στην ημερομηνία,
η 1η έκθεση των ιμπρεσιονιστών διήρκησε
April 15 – May 15, 1874
Υ.Σ 2
τι μου είπε η τ/ν του μεγάλου αδεφού για τον εαυτό της:
Google Gemini is not currently open-source.
Google has primarily kept its large language models,
including Gemini, proprietary. This means they are not
publicly available for researchers or developers to modify or study.
However, Google has introduced
a smaller, lightweight version of Gemini
called Gemma that is open-source.
This move aligns with a growing trend among tech giants
to make their AI models more accessible and
foster collaboration within the research community.
It's possible that Google may eventually open-source
larger portions of Gemini or future models,
but as of now, the main version remains proprietary.
Imagen 3 is not open-source.
Like many other advanced AI models,
it's a proprietary technology developed by Google.
Google has chosen to keep Imagen 3 proprietary
for several reasons, including:
- Intellectual Property Protection:
- Protecting its investment in research and development.
- Control Over Usage:
- Ensuring the model is used responsibly and ethically.
- Competitive Advantage:
- Maintaining a technological edge over other companies.
αλλαγή γλώσσας σε εξωτερικό πληκτρολόγιο συνδεδεμένο με android συσκευή
Δευτέρα 7 Οκτωβρίου 2024
make live usb openindiana (illumos distribution )
κατέβασε το λειτουργικό από
Download the current Hipster snapshot of OpenIndiana
https://www.openindiana.org/downloads/
οι δύο εντολές για να το γράψεις
[συνήθως το στικάκι στη δεξιά θύρα του φορητού είναι sdb]
cd Downloads
sudo dd bs=4M if=./OI-hipster-gui-20240426.usb of=/dev/sdb && sync
η διαδικασία του γραψίματος στο στικάκι διαρκεί 2-3 λεπτά
και εμφανίζεται μήνυμα, όταν ολοκληρωθεί
Κυριακή 29 Σεπτεμβρίου 2024
επιδιόρθωση προβληματικού εξωτερικού δίσκου
Αν κάποιο εξωτερικό αποθηκευτικό μέσο
(memory stick ή SSD)
δεν εμφανίζεται καν όταν ανοίγουμε το πρόγραμμα files
στον υπολογιστή μας με λίνουξ,
ίσως μπορούμε να το γιατρέψουμε ως εξής:
Αν η εντολή στο τερματικό
sudo fdisk -l
μας εμφανίσει το αποθηκευτικό μέσο
π.χ.
Disk /dev/sdb: 1.82 TiB, 2000398934016 bytes, 3907029168 sectors
Disk model: EXTERNAL_USB
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xfdb3dc67
(εδώ πρόκειται για δίσκο στερεάς κατάστασης δύο τέρα)
υπάρχει γιατρειά!
Κατ' αρχάς, εκτελούμε την εντολή
sudo dd bs=4M if=/dev/urandom of=/dev/sdb status=progress oflag=sync
η οποία
ΠΡΟΣΟΧΗ! διαγράφει τα πάντα στο δίσκο και
"
γεμιζει το εξωτερικό αποθηκευτικό μέσο με τυχαια δεδομενα
με αποτελεσμα το gparted να το δει ως unformatted"
Λεπτομέρεις στο φόρουμ linux-user.gr
χαλασμένο στικάκι
Αν πρόκειται για στικάκι, η διαδικασία ολοκληρώνεται σε λίγα λεπτά,
αν όμως είναι δίσκος μεγέθους τερα,
η διαδικασία θα πάρει κάμποσες ώρες!
Οπότε υπομονή.
Μετά,
χρησιμοποιούμε το πρόγραμμα gparted και
1.
Partition table (MS DOS)
2. Format (fat 32)
Αυτές οι δύο διαδικασίες είναι ταχύτατες.
Να βγάζουμε το αποθηκευτικό μέσο από το μηχάνημά μας,
αφού κάνουμε eject ή unmount.
Πώς με διαφώτισε η τεχνητή νοημοσύνη του μεγάλου μας αδελφού:
The Linux command sudo dd bs=4M if=/dev/urandom of=/dev/sdb status=progress oflag=sync
is used to write random data to a specific block device, in this case, /dev/sdb
. Here's a breakdown of its components:
- sudo: This command is used to execute the following command with root privileges.
- dd: The
dd
command is a utility used for copying files, converting formats, and changing device parameters. - bs=4M: This option sets the block size to 4 megabytes. This means that
dd
will read and write data in 4MB chunks. - if=/dev/urandom: This option specifies the input file as
/dev/urandom
. This is a special file that provides a pseudorandom number generator. - of=/dev/sdb: This option specifies the output file as
/dev/sdb
. This is a block device, typically a physical hard drive or SSD. - status=progress: This option displays the progress of the operation, including the number of bytes transferred and the estimated time remaining.
- oflag=sync: This option ensures that data is written to the disk synchronously, meaning that the data is flushed to the disk immediately after it's written to the operating system's buffer. This can help prevent data loss in the event of a system crash.
In summary, this command generates random data and writes it to the block device /dev/sdb
in 4MB chunks, displaying progress and ensuring synchronous writes. This is often used for tasks such as securely wiping a hard drive or initializing a new disk.
Παρασκευή 27 Σεπτεμβρίου 2024
Gnote πού βρίσκονται τα αρχεία του
στο τερματικό, με την εντολή:
find $HOME -iname “gnote”
βρήκα πού βρίσκονται στο σύστημά μου
/home/emmanuelninos/.var/app/org.gnome.Gnote/config/gnote
(βρίσκονται εκεί, διότι το λογισμικό Gnote, στο δικό μου σύστημα, είναι flatpak,
αλλιώς, λογικά θα πρέπει να βρίσκονται στο
.local/share/gnote
)
οπότε, πηγαίνουμε στο home
[έχοντας ορίσει στο files να φαίνονται και τα hidden files]
.var
app
και εκεί υπάρχει ο φάκελος " org.gnome.Gnote "
μέσα δε σ' αυτό το φάκελλο, πάμε
data
gnote
τα αρχεία φέρουν κάτι περίεργα ονόματα, όπως
46ba8164-988e-4b0a-9aa6-847171022c65.note
και όχι τον κανονικό τίτλο της κάθε σημείωσης Gnote
ευχαριστώ τους φίλους του φεντοριανού φόρουμ
που με βοήθησαν
https://discussion.fedoraproject.org/t/where-are-gnote-files-stored/132260/9
ενημέρωσα και τον ιστότοπο των Ελλήνων χρηστών λίνουξ
https://linux-user.gr/t/gnote-poy-vriskontai-ta-archeia-toy/5545