What is plagiarism? Where did plagiarism come from? Who made plagiarism? Where am I, plagiarism? Can you help me?My Patreon: https://www.patreon.com/HbombMy ...YouTube
Posted on December 1, 2023
Just a quick mention that I’ve updated my instructions on how I configured my XMPP serverto its current status under Debian Bookworm.
And yes, it took me just a bit of time, we release when we’re ready here :D
@dgar
We And They
- Rudyard Kipling
Father, Mother, and Me,
Sister and Auntie say
All the people like us are We,
And every one else is They.
And They live over the sea,
While We live over the way,
But would you believe it?
They look upon We
As only a sort of They!
We eat port and beef
With cow-horn-handled knives,
They who gobble Their rice off a loaf,
Are horrified out of Their lives;
While They who live up a tree,
And feast on grubs and clay,
(Isn’t it scandalous?) look upon We
As a simply disgusting They!
We shoot birds with a gun.
They stick lions with spears.
Their full-dress is un-.
We dress up to Our ears.
They like Their friends for tea,
We like Our friends to stay;
And, after all that,
They look upon We
As an utterly ignorant They!
We eat kitcheny food.
We have doors that latch.
They drink milk or blood,
Under an open thatch.
We have doctors to fee.
They have Wizards to pay.
And (impudent heathen!)
They look upon We
As a quite impossible They!
All good people agree,
And all good people say,
All nice people, like Us, are We
And every one else is They:
But if you cross over the sea,
Instead of over the way,
You may end by (think of it!)
Looking on We
As only a sort of They!
Attribution of source code has been limited to comments, but a deeper embedding of attribution into code is possible. When an embedded attribution is removed or is incorrect, the code should no longer work. I've developed a way to do this in Haskell that is lightweight to add, but requires more work to remove than seems worthwhile for someone who is training an LLM on my code. And when it's not removed, it invites LLM hallucinations of broken code.
NASA is sending a software update to the Voyager 2 spacecraft today!
The patch contains logic to auto-recover from glitches similar to one in May 2022, when the AACS system on Voyager 1 started sending garbled data. The root cause was not fully diagnosed. The patch will be activated/tested on Oct 28. Voyager 1 will be next.
Data will be sent at 16 bps with a 19 kW transmitter using the 70-m dish at @canberradsn.
Distance: 20 billion km; 18:40 light hours
jpl.nasa.gov/news/nasas-voyage…
#Voyager
1/n
The efforts should help extend the lifetimes of the agency’s interstellar explorers.NASA Jet Propulsion Laboratory (JPL)
A "glitch" is not the same as a "bug". A glitch is something transient, easy to miss…maybe it never happened. The term predates computers.
When a spacecraft loses all communications it is not a mere glitch. It is a serious bug.
Not as much fun to say, but it's still the right word.
@Kent Borg @AkaSci 🛰️ @CanberraDSN They are two different classes of things. A glitch may be caused by a bug.
I don't have an opinion on whether this was correctly labeled a glitch, I haven't looked into it. I agree that a glitch is transient and disagree that it can't have serious impact.
Udite! Udite!
Sia noto in tutto il regno che sabato si terrà la conferenza gratuita "Un patrimonio per la città: gli stranieri a Como nel Quattrocento".
@LaVi 🕊️📚🐈 sisi, decisamente interessante, e ti siam stati grati per la segnalazione.
l'unico problema è che forse forse dobbiamo un pezzettino di gratitudine anche a trenò? che se non t'avessimo seguita per le lamentele sui treni, non so se l'avremmo mai scoperto :D
(se ti è utile saperlo: hai causato 4 delle presenze :) )
Incredible. A fully modular gaming handheld using Framework Laptop 13 parts by pitstop_tech:
youtu.be/zd6WtTUf-30?si=aFQ8-j…
Project I've been working on that I'm very passionate about. A fully upgradeable gaming handheld where you can upgrade the battery, mainboard (cpu), ram, sto...YouTube
Posted on September 12, 2023
git secret_cabal greet
Beyond git itself (of course), I use a few git-related programs:
mr
) to manage multiple git repositories with one command;/etc
directory;and some programs that don’t use git directly, but easily interact with it:
All of these programs are installed from Debian packages, on stable (plus rarely backports) or testing, depending on the machine.
I’m also grateful to the vcs-home people, who wrote most of the tools I use, and sometimes hang around their IRC channel.
And now, on to what I’m actually doing.
With the git repositories I’ve decided to err for too much granularity rather than too little3, so of course each project has its own repository, and so do different kinds of media files, dot-files that are related to different programs etc.
Most of the repositories are hosted on two gitolite servers: one runs on the home server, for stuff that should remain private, and the other one is on my VPS for things that are public (or may become public in the future), and also has a web interface with cgit. Of course things where I’m collaborating with other people are sometimes hosted elsewhere, mostly on salsa, sourcehut or on $DAYJOB related gitlab instances.
The .mr
directory is where everything is managed: I don’t have a single .mrconfig
file but a few different ones, that in turn load all files in a directory with the same name:
collections.mr
for the media file annexes and inventories (split into different files, so that computers with little disk space can only get the inventories);private.mr
for stuff that should only go on my own personal machine, not on shared ones;projects.mr
for the actual projects, with different files for the kinds of projects (software, docs, packaging, crafts, etc.);setup.mr
with all of the vcsh repositories, including the one that tracks the mr files (I’ll talk about the circular dependency later);work.mr
for repositories that are related to $DAYJOB.Then there are the files in the .mr/machines
directory, each one of which has the list of repositories that should be on every specific machine, including a generic workstation, but also specific machines such as e.g. the media center which has a custom set of repositories.
The dot files from my home directory are kept in vcsh, so that it’s easy to split them out into different repositories, and I’m mostly used the simplest configuration described in the 30 Second How-to in its homepage; vcsh gives some commands to work on all vcsh repositories at the same time, but most of the time I work on a single repository, and use mr to act on more than one repo.
The media collections are also pretty straightforward git-annex repositories, one for each kind of media (music, movies and other videos, e-books, pictures, etc.) and I don’t use any auto-syncing features but simply copy and move files around between clones with the git annex copy
, git annex move
and git annex get
commands.
There isn’t much to say about the project repositories (plain git), and I think that the way I use my own program lesana for inventories and project tracking is worth an article of its own, here I’ll just say that the file format used has been designed (of course) to work nicely with git.
On every machine I install etckeeper so that there is a history of the changes in the /etc
directory, but that’s only a local repository, not stored anywhere else, and is used mostly in case something breaks with an update or in similar situation. The authoritative source for the configuration of each machine is an ansible playbook (of course saved in git) which can be used to fully reconfigure the machine from a bare Debian installation.
When such a reconfiguration from scratch happens, it will be in two stages: first a run of ansible does the system-wide configuration (including installing packages, creating users etc.), and then I login on the machine and run mr to set up my own home. Of course there is a chicken-and-egg problem in that I need the mr configuration to know where to get the mr configuration, and that is solved by having setup two vcsh repositories from an old tarball export: the one with the ssh configuration to access the repositories and the one with the mr files.
So, after a machine has been configured with ansible what I’ll actually do is to login, use vcsh pull
to update those two repositories and then run mr to checkout everything else.
And that’s it, if you have questions on something feel free to ask me on the fediverse or via email (contacts are in the about page)
Update (2023-09-12 17:00ish): The ~/.mr
directory is not special for mr
, it’s just what I use and then I always run mr -c ~/.mr/some/suitable/file.mr
, with the actual file being different whether I’m registering a new repo or checking out / updating them. I could include some appropriate ~/.mr/machines/some_machine.mr
in ~/.mrconfig
, but I’ve never bothered to do so, since it wouldn’t cover all usecases anyway. Thanks to the person on #vcs-home@OFTC who asked me the question :)
Un amico mi scrive quanto segue:
“Ciao,mi devo liberare dei #libri di cui puoi trovare le copertine al seguente link:
data.laboccadellupo.it/index.p…
Li ho rozzamente classificati e non li ho catalogati perche' non trovo che il gioco valga la candela. Voglio provare a salvarli dal loro tristo destino: finire nella stufa, una pagina alla volta, questo inverno. Mi dai una mano?
Sono i vecchi libri miei, di mia madre e di mio padre che abbiamo deciso di non tenere dopo aver venduto la vecchia casa di famiglia. La URL ti permette di accedere ad un gestore di file web: accedi ad una cartella, clicca su un'immagine e comincia a scorrere con i tasti freccia destra e sinistra tra le copertine. Qualcosa so che finira' sicuramente nella bocca della stufa, ma magari qualcosa no (spero la maggior parte!).
Sono quasi tutti in italiano, tranne quelli in un'apposita e chiara cartella. Cosa troverai? Arte e romanzi, saggi sull'Italia repubblicana, qualcosa di filosofia, vecchi manuali liceali, qualcosa di informatico, vecchie riviste e fumetti, pubblicazioni molto locali. Guardati intorno.
Segnati il nome del file che appare sopra l'immagine della copertina e mandamelo per dirmi che vuoi il libro o maggiori informazioni. Passa pure questo messaggio a persone che possono aiutarci a salvarli, pero' io agisco nella sola area di #Varese e dintorni mentre tu ti prendi la responsabilita' per amiche o amici piu' lontani.
Consulta il file "istruzioni.txt" per trovare il modo di contattarmi ed eventuali altre informazioni che potrei aver aggiunto nel tempo rispetto al momento in cui hai ricevuto questo messaggio.”
(hashtag miei)
Qualcuno qui sul fediverso vuole dargli una mano?
Sto notando una nuova tendenza sulla locale, ossia quella di non utilizzare i CW per contenuti sensibili (violenza, politica, cronaca nera, etc).
Ricordiamoci che i CW non sono una limitazione alla nostra libertà di espressione, ma che consentono a tuttə di scegliere consapevolmente se esporsi a questi contenuti, espandendo quindi la libertà di tuttə tutelandoci a vicenda
Remember Kung Fury?
The crowdfunded, excellent 80s martial arts film spoof that is so absurd, it breaks the cool meter?
The full-length movie - Kung Fury II - has been in limbo for years due to an investor screwing the production team over after they finished filming.
But the film crew prevailed, and the movie is near!
David Sandberg has proven to be an excellent writer, director and actor, so I am pretty sure this movie will be a classic too :)
Kung Fury: The Movie: Directed by David Sandberg. With Arnold Schwarzenegger, Alexandra Shipp, Michael Fassbender, David Hasselhoff.IMDb
I would like to mention here Stamps Back, which is also a crowdfunded movie, and it has english subtitles, so if you are interested in the 80s of Central Europe and Commodore 64, it's worth a watch.
YT 📎: youtube.com/watch?v=YUqn1OPxtm…
Stamps Back: Directed by Szilárd Matusik. With János Almási, Zoltán Balla, Zsolt Bangha, Zoltán Berényi. The story of the birth of the Hungarian home computer scene back in the '80s behind the Iron Curtain.IMDb
Confy 0.7.0 has been released
This is the first release with a brand new UI written in Gtk4/libadwaita, using Blueprint for UI definition!
User interaction has been revisited, while being mostly similar to the previous version: gone is the tab switcher in headbar, now starred talks can be found in navbar. Gone is also the map view (for now, at least).
Adding new conferences from URL is now done via a nice dialog, and editing of user-added conferences is done directly in the conference list view. Which is now a window by it's own, used as an "open" dialog.
There are some new shortcuts, like the "<primay>-c" shortcuts to copy the current talk details as plain text in clipboard.
The talk search can now be filtered to match only starred talks and there are two search "mode": the global search, activated by the button over in the navigation header and by the '<primary>-f' shortcut, and the "current list" search, which search in current talk list for
day/room/track.
I'm sure I'm missing something and I'm sure I've missed more than something testing this, so please open tickets on the tracker (tickets can be opened also via email just sending a text/plain
mail to ~fabrixxm/confy@todo.sr.ht or
u.fabrixxm.confy@todo.sr.ht)
There is also a fix from ~edwardbetts for events that are after UTC midnight. Thanks!
I think we always mess this up on Launch, our main development repo’s are on https://git.beagleboard.org/ Sadly this gitlab server on aws tends run out of bandwidth once hit by everyone… I’m working syncing our github mirrors: OpenSBI: Fast Mirr…BeagleBoard
#OpenSourceHardware picks of the day:
➡️ @olimex - OSH manufacturer based in Bulgaria
➡️ @adafruit - OSH manufacturer based in USA
➡️ @mntmn - Small indie company making a libre laptop
➡️ @blitzcitydiy@mastodon.social (main) & @blitzcitydiy@diode.zone (videos) - Technician building fun electronics projects
➡️ @apertus - OSH for professional film-making, incl high end cameras
➡️ @nitrokey - Selling OSH security keys etc
➡️ @oshwassociation - US non-profit promoting OSH
➡️ @bonfire - Combining the Fedi with OSH data storage
Unfortunately, I was affected by layoffs at Posit PBC. I'm still processing this big change, but I'm now open to work.
If you're looking for a data scientist or someone more broadly with experience in R, package development, causal inference, Rust, and many other skills, please reach out to chat!
If you're curious about my work, check out my GitHub
@posit-pbc. Ph.D. in Epidemiology. malcolmbarrett has 192 repositories available. Follow their code on GitHub.GitHub
No random open source application, I do not want to join your Discord channel for support.
There's this really cool technology called hypertext markup language, and if you use it for your documentation another piece of amazing technology called a search engine can help me find the answer I'm looking for
And the real magic is you only have to answer it once and the answer helps anyone. You don't have to answer the same question every day. This frees you up for more fun development
But then, you may be wondering, why did it change? There are probably a lot of reasons why that is, but I can think of a couple.
One, technology keeps on evolving. When GTK 3 got introduced, it took quite some time for the single GUI screen reader to catch up with it. Regressions were also a thing. Not to mention that the orca screen reader has only one really active developer.
Another reason for this is sadly, that accessibility isn't a wildly known thing. Developers don't care about it for the most part, and if they do, it is never enough, due to the behavior of other developers.
How many times did the orca folks and various associations for the blind have to slap the gnome people on the wrist for taking out accessibility features or causing regression without caring? Too many, that's how much this happens. That's how regular it has become for us to have to fight over every version of gnome released to keep the accessibility more or less working.
It seems that they haven't gotten the idea, after all. I got interested in a nice GUI app for mastodon recently, called tuba. I discovered that it used GTK 4, however. I knew there were rumors about accessibility problems, of course, but what better way to learn than to experience it for yourself? So that's what I did.
Oh dear, was I disapointed! The first thing that struk me when launching the app, is the fact that the flat review of orca stopped working. Second, that it appears that GTK 4 and orca are fighting over the keyboard. I can't make orca stop talking, I can't know on which element on the UI I'm on until it finished talking the previous thing it was saying and moves onto this one. I can't use any screen reader shortcut, either.
It is exactly, if not worse, than QT 4 was, when accessibility was barely considered.
But, enough about GTK. I'm now moving on to xorg and wayland.
Xorg was good. It was buggy, it was not especially secure for various things, but it worked. More importantly, it allowed the screen reader to perform relatively good.
Wayland, on the other hand, is the complete oposite. Oh sure it works for general use. But the minute you try to use mouse emulation to click on an element of the interface, be it on a website or in a program, orca crashes. Don't ask me why, I don't know. Orca is now no longer allowed to provide a clipboard, either. The excuse the wayland folks gave was security. Applications that lack a window, focused window at that, will not be allowed to use the clipboard. Well, guess what? To be able to copy the content of a window for example an error message to share it with people for assistance, one needs to focus that window. Not orca. Oh, and by the way, it's been *years* orca has had a window.
So then, you might ask me, why don't you just use QT programs if they work better? Well, the fact that QT 6 is out is great, but it also cause regressions. QT is nowhere near perfect. It is nowhere as usable as gtk 2 and 3 ever were, when things used to be done properly.
That aside it seems that QT accessibility features are opt-in rather than opt-out. I could be wrong about that, and as a matter of fact, I hope I am.
And, even if it was that simple, there remains the fact that wayland complicates my life even more due to the so-called security and the problems it creates for assistive technology. And I'm tired.
I'm done dealing with this. I'm done trying and trying to summon the energy to make yet another bug report and feeling like deep down it won't matter in the end. I'm officially jaded.
As of this morning, I've gone back to windows for any program with a GUI. Granted so far it is only for web browsing, as the rest of my activities are doable in console, and I do enjoy the console.
But there you have it.
Maybe some other people will pick up where I left. Maybe noone will. But at this point, I'm done. I can't keep on damaging my own mental health for the benefit of reporting bugs that might get fixed, but most likely won't. I can't keep dealing with this. As of today, I'm done with this entire thing.
To whoever resist out there, I can only wish one thing. Good luck, and don't sacrifice your mental health for it. Don't do the same thing I've done. Please be safe, and remember that going back to windows for some thing is nothing to be ashamed of. There comes a time where open source doesn't matter and accessibility gets the priority for everyone. Mine has been reached, and then some.
Don't forget that circa 2010-2011, Oracle acquired Sun Microsystems and disbanded the accessibility team. They were responsible for GNOME's accessibility infrastructure. We went from about 10 full-time people working on accessibility to none.
Emmanuele Bassi's talk on the history of accessibility in GNOME: youtube.com/watch?v=eNh0Xg8abj…
My talk on the effort to bring the accessibility stack to modern standards: viruta.org/paying-technical-de…
Twenty years ago, the GNOME desktop received the gift of accessibility from the engineers at Sun. This was a major milestone in the free and open source soft...YouTube
I learned about the FabGL library when we started manufacturing AgonLight2. The ESP32 was used as a graphics, sound, and IO keyboard co-processor for Bernardo’s Z80 design. Upon checking the …olimex
DNS service @quad9dns is forced by Sony to block some domain name resolution.
As a small and non profit organization they struggle to defend in court.
For freedom we need non-lying and privacy-proof DNS.
Let's support Quad9!
quad9.net/news/press/quad9-s-o…
Quad9 has been part of a potentially precedent-setting legal case involving Sony Music. On March 1st, 2023, the Leipzig Regional Court ruled in favor of Sony Music.Quad9
I chose the photo where I’m with Dad outside the Hugo Losers Party, with my bright blue jacket and my squidgy-handled cane—Dad’s injured hand is in his pocket, not visible, but I know. So there it…Strange Horizons
Lovely convergence between you, your Style, & the photographer!
RP2040 is a nice dual-core Cortex-M0 SOC packed with a lot of features and a huge community that has been built up over the last two years since its announcement. For our new Neo6502 design, we nee…olimex
Un grande e illuminante video tratto dal film Brian di Nazareth.YouTube
How to program an attiny85 from arduino ide, in linux.
Having looked at many instruction on the internet, those are the more complete (and working) I have found:
gist.github.com/Ircama/22707e9…
TL;DR:
1) open Arduino Ide from your preferred linux distro (mine is debian/testing)
2) File -> Preferences -> Additional Board Manager Url
3) add this link raw.githubusercontent.com/Armi…
4) ok
5) Tools -> Board Manager, add Digistump AVR Boards
6) Tools -> Board -> Digistump AVR Boards -> Digistump
Now it's all classic "Verify" "Upload" steps to program the attiny85
AgonLight is a well-documented small computer based on the Z80 family and running BBC BASIC. With a VGA output and a PS2 Keyboard this is a stand alone retro style computer. The project is open sou…olimex
With the update of @dino to 0.3.1 in #debian, the functionality on small screens such as #pinephone running #mobian ... did not work so great.
The version uploaded to debian experimental, allowed resizing the different parts of the window a little bit, but still often hid useful information...
So I refreshed the libhandy patches!
Packages available from:
people.debian.org/~vagrant/deb…
The "UNRELEASED" repository is signed by my key in the debian-keyring.
Have not tested much, but works for me!
@tom
Yes, that's where the patches originally came from.
I don't currently have a git repo with the patches applied, but should be able to "git am debian/patches/handy/*.patch" from the unpacked .dsc
Or... I'll just push a branch somewhere.
@tom
Pushed a couple branches to:
salsa.debian.org/vagrant/dino-…
The handy-v0.3.1 branch is based on the upstream v0.3.1 tag with the handy patches applied
There is also the debian/handy-0.3.x branch, based on of the debian/0.3.1 tag with the handy patches applied.
The patches are only slightly modified from the feature-handy branch in dino upstream, and not all are applied.
Really need to get small screen support working upstream sooner or later, as I do not like maintaining forks!
Components: 2 33Ohm resistors in serie, 1 thick washer, some silicone sealant, some wire.
Componenti: 2 resistenze da 33Ohm in serie, 1 rondella un po' spessa, un po' di silicone sigillante e qualche cavo.
A bit less of 0.5W, enough for reaching 35 C - 38 C.
Poco meno di mezzo Watt di potenza, abbastanza per raggiungere tra i 35 e i 38 gradi.
Thanks Audible for sponsoring this video. Start a 30-day trial & receive a free audiobook at https://www.audible.com/numberphile or text numberphile to 500 5...YouTube
The vibes on Mastodon are class and mostly very wholesome, so I'm going to share this piece I wrote a few years back about the Oblivion mod Terry Pratchett worked on. It eventually became so important to him that the developers added in a function to help him continue playing even when his Alzheimer's made it difficult to do so. Theirs is a lovely, heartfelt, uplifting story - sure give it a read if you have a sec
eurogamer.net/the-story-behind…
Imagination, not intelligence, made us human.In his Foreword to The Ultimate Encyclopedia of Fantasy, the late Sir Terr…Cian Maher (Eurogamer.net)
The Saint Paul globe. (St. Paul, Minn.) 1896-1905, January 25, 1897, Page 6, Image 6, brought to you by Minnesota Historical Society; Saint Paul, MN, and the National Digital Newspaper Program.chroniclingamerica.loc.gov
@Trammell Hudson have you seen how *short* the skirt on the cyclist is???
no surprise that people of such taste should cause damage to society.
☝️😊✌️