Prosodical Thoughts: Prosody 0.12.2 released
We are pleased to announce a new minor release from our stable branch.
This is a regularly delayed release containing a number of fixes for
issues that we have come across since the last release of the 0.12
series.
A summary of changes in this release:
Fixes and improvementsCreating an accessible search experience with the QueryBuilder component
GitHubâs search inputs have several complex accessibility considerations. Letâs dive into what those are, how we addressed them, and talk about the standalone, reusable component that was ultimately built. â Read more
Erlang Solutions: Change data capture with Postgres & Elixir
CDC is the process of identifying and capturing data changes from the database.
With CDC, changes to data can be tracked in near real-time, and that information can be used to support a variety of use cases, including auditing, replication, and synchronisation.
A good example of a use case for CDC is to consider an application which inserts a record into the database and pushes an event to a message queue after the record has ⊠â Read more
We have more in common with mushrooms than you think⊠â Read more
Ignite Realtime Blog: Spark 3.0.1 Released
The Ignite Realtime community is happy to announce the release of Spark 3.0.1 version.
This release contains mostly fixes. macOS now uses the default FlatLaf LaF. The user can also choose the type of tabs âscrollâ as in Spark 3.0.0 or âwrapâ as in Spark 2.X. See screenshot below. And also for some users, Spark not saved history.
⊠â Read more
[47°09âČ43âłS, 126°43âČ16âłW] Reading: 1.08000 PPM
Highlights from Git 2.39
Another new release of Git is here to end the year! Take a look at some of our highlights on whatâs new in Git 2.39. â Read more
Twitter files, la suite : censure à tous les étages
Inexorablement, le paysage de lâinformation grand public change et ce nâest pas Ă la faveur des institutions officielles, de la presse traditionnelle ou des organes mĂ©diatiques habituels, au contraire. Avec la publication des âTwitter Filesâ dont un prĂ©cĂ©dent billet faisait mention, on a eu la dĂ©monstration Ă la fois de la collusion de lâĂtat et [âŠ] â Read more
Hydropower Breakthrough
â Read more
Snikket: F-Droid security update
Last week, Snikket Android users who installed the Snikket app via F-Droid
started receiving a warning that it contained a
security vulnerability. This wasnât entirely accurate, as the problem wasnât
with the Snikket app itself but specifically F-Droidâs own build of the app
that was using an outdated version of the WebRTC library.
Like many communication apps, Snikket uses WebRTC for audio and video calls.
Weâve been working on finding a ⊠â Read more
R to @mind_booster: #greenwashing 101
#greenwashing 101 â Read more
O gasoduto ibĂ©rico Ă© um projecto cheio de buracos, mas todas as evidĂȘncias continuam a ser ignoradas. Um desses buracos Ă© que os planos existentes nĂŁo passam a bitola do impacto ambiental, o que nĂŁo faz o @govpt hesitar: se o ambiente nĂŁo gosta do projecto, ignore-se o ambiente.
O gasoduto ibĂ©rico Ă© um projecto cheio de buracos, mas todas as evidĂȘncias continuam a ser ignoradas. Um desses buracos Ă© que os planos existentes nĂŁo passam a bitola do impacto ambiental, o que nĂŁo faz o [@govpt](https://nitter.net ⊠â Read more
**RT by @mind_booster: à procura do teu cantinho no Mastodon? A Ciberlùndia tem inscriçÔes abertas este fim-de-semana.
«A Ciberlùndia é uma comunidade dedicada à cultura digital e aos seus cruzamentos com todas as åreas da criatividade, sociedade e atividade humana em geral.»**
à procura do teu cantinho no Mastodon? A Ciberlùndia tem inscriçÔes abertas este fim-de-semana.
«A CiberlĂąndia Ă© uma comunidade dedicada Ă cultura digital e aos seus cruz ⊠â Read more
[47°09âČ16âłS, 126°43âČ41âłW] Reading: 1.60000 PPM
I use Firefox as my preferred web browser both on PCs and my phone. One extension is always installed: uBlock Origin. The web is so much nicer with all the ads and tracking removed. But today I also retried an extension that will probably join the âmust installâ list: DarkReader. Especially when Iâm browsing the web on my phone in the early morning, I donât like to be blinded by white websites. Since March DarkReader has finally an option to detect if a website already has a dark theme and only apply itâs color chan ⊠â Read more
** December adventure **
Over the past couple years Iâve done the advent of code to varying degrees. I thought I was going to do it again this year but decided to try something different. Iâve been calling what came together aâ December Adventure.â
It isnât anything fancy; throughout December I aim to write a little bit of code everyday. So far Iâve written a bit of apl, bash, elisp, explored a bunch of flavors of scheme, and star ⊠â Read more
Blockchain Blasphemy and the Technological Antichrist
Thereâs a meme YouTube video by Leonardo of Biz ( here) where the villainous Bogs refer to their desire to attain something called âThe Akashic Recordsâ using blockchain technology.
This random aside not just shows the attention to detail Leonardo gives what would otherwise be silly videos, but articulates something deep ⊠â Read more
How to Make Millions Counting Cards â Read more
Release Radar · October 2022 Edition
Before you say it, yes, the October Release Radar was supposed to be shared in November. But with Hackatoberfest, GitHub Universe, Turkey Day, and in real life (IRL) conferences returning to their pre-COVID frequency, weâve all been so busy. And our community has been hustling to ship all kinds of open source projects. We wanted [âŠ] â Read more
LâONU, arme dâextinction massive de lâHumanitĂ©
Mercredi dernier avait lieu lâouverture de la âCOP15 sur la biodiversitĂ©â. Oui, vous avez bien lu : il sâagit encore (!) dâun gros pince-fesse international mĂ©diatisĂ© oĂč le petit-four Ă©coconscient produit en biodynamie se dĂ©guste aprĂšs un voyage en jet privĂ© pour discuter dâun problĂšme créé de toute piĂšce et y apporter des solutions forcĂ©ment gĂ©niales. [âŠ] â Read more
[47°09âČ26âłS, 126°43âČ05âłW] Reading: 0.53 Sv
Solar System Model
â Read more
I started reading the proposal to introduce operator overloading in Go version 2 that I like to see: https://github.com/golang/go/issues/27605 Now a few hours later I ended up at this gem. Write a program that makes 2+2=5: https://codegolf.stackexchange.com/questions/28786/write-a-program-that-makes-2-2-5 There are some awesone solutions. :-)
How Humanity Came To Rule The World | Yuval Noah Harari & Neil deGrasse Tyson â Read more
[47°09âČ19âłS, 126°43âČ14âłW] Reading: 1.04000 PPM
Experiment: The hidden costs of waiting on slow build times
How much does it really cost to buy more powerful cloud compute resources for development work? A lot less than you think. â Read more
Git Commit Uruguay: Lowering barriers to make software development more inclusive and diverse
We delivered two different courses specifically designed to help students in the lowest-income neighborhood of Montevideo, Uruguay learn how to use GitHub and understand the value of open source. â Read more
Hello from GitHubâs new Chief Product Officer
GitHub is in an exciting phase of our journey as the developer community grows significantly every day, and the needs of the community grow and change with it. Today weâre introducing our new Chief Product officer. â Read more
Verifying AI âBlack Boxesâ - Computerphile â Read more
Implement User Authentication Into Your Web Application Using SuperTokens
Find out how to set up SuperTokens, an open source authentication solution, using its Docker Extension. â Read more
[47°09âČ01âłS, 126°43âČ38âłW] Reading: 0.65 Sv
Snikket: Notes on the F-Droid security warning
Snikket Android users who installed the app via F-Droid may receive a warning
from F-Droid telling them that the app has a vulnerability and that they
ârecommend uninstalling immediatelyâ. First of all - donât panic! This is a
over-simplified generic warning that is scary, but the actual situation is
not quite so scary and has an explanation. Here goesâŠ
When an app is developed and ready for release, it must be compiled and built,
to produce the fina ⊠â Read more
This is why you should wear your seatbelt on an airplane⊠đł â Read more
GitHub Copilot is generally available for businesses
GitHub Copilot for Business is officially here with simple license management, organization-wide policy controls, and industry-leading privacyâall for $19 USD per user per month. â Read more
GitHub Availability Report: November 2022
In November, we experienced two incidents that resulted in degraded performance across GitHub services. This report also sheds light into an incident that impacted Codespaces in October. â Read more
Une transition Ă©nergique vers le pas dâĂ©nergie du tout
Jadis, les fiers Gaulois (dont certains extrĂ©mistes chuchotent quâils seraient nos ancĂȘtres) avaient peur que le ciel ne leur tombe malencontreusement sur la tĂȘte. Quelques millĂ©naires plus tard, la Scienceâą aidant, ces superstitions Ă©videmment ridicules se sont Ă©vaporĂ©es et ne reste plus que la douce rĂ©alitĂ© de la programmation gouvernementale rigoureuse. Câest dâailleurs grĂące Ă [âŠ] â Read more
Mystery Asterisk Destination
â Read more
Thinking about chat apps againâŠ
Lately, Iâve been thinking about chat apps more often again. Actually, Iâve always been a fan of Telegram, and itâs still a good messenger, but Iâm a bit suspicious about the latest developments (such as the Fragment platform, with which Telegram is now implementing its crypto plans again). â Read more
Can Turbulence Make An Airplane Crash? | Neil deGrasse Tyson Explains⊠â Read more
New npm features for secure publishing and safe consumption
Now you can create tokens with fine-grained permissions for automating your publishing and organization management workflows. And a new code explorer allows you to view content of a package directly in the npm portal. â Read more
đ Finished reading Feline Philosophy: Cats and the Meaning of Life by John N. Gray
Would you allow nanobots into your blood stream for a brain-to-internet interface? â Read more
đ Finished reading Feline Philosophy: Cats and the Meaning of Life by John Gray
ICYMI: A look back at GitHub Universe 2022
Catch up on everything we announced and see what else happened during this yearâs GitHub Universe conference that took place November 9-10. â Read more
La collusion de lâĂtat, des mĂ©dias et de BigTech a un nom. Serait-ce âfascismeâ ?
Si lâon regarde la presse de grand chemin, la semaine Ă©coulĂ©e fut parcourue des mĂȘmes atermoiements Ă©nergĂ©tiques que dâhabitude, des sempiternelles pleurnicheries politiques et sociales que la France connaĂźt depuis trop longtemps et qui lâengluent dans un surplace maintenant problĂ©matique. En revanche, du point de vue des rĂ©seaux sociaux, la mĂȘme semaine fut au contraire [âŠ] â Read more
Astronomy Numbers
â Read more
The XMPP Standards Foundation: The XMPP Newsletter November 2022
Welcome to the XMPP Newsletter, great to have you here again! This issue covers the month of November 2022. This is the final release for this year and we will have a well-deserved winter break until the 5th of February 2023! Many thanks to all readers and all contributors!
Like this newsletter, many projects and their efforts in the XMPP community are a result of peopleâs voluntary work. If you are happy with the services and software you may ⊠â Read more
Near my new home. đ â Read more
GPT-3 is crazy đ€Ż
Do you want to read why Go is a great programming language? â Read more
GPT-3 is crazy đ€Ż
Do you want to read why Go is a great programming language? â Read more
Ignite Realtime Blog: Denial of Service Vulnerability in Smack 4.4 if XMPPTCPConnection is used with StAX
The fantastic folks behind Jitsi have discovered a Denial of Service (DoS) vulnerability in Smack ( JSA-2022-0002, [JSA-2022-0003](https://github.com/jitsi/security-advisories/blob/master/advisories/JSA-2022-00 ⊠â Read more
Drames chez Disney : au-delà du « woke »
Un article de Henry Bonner Le PDG rĂ©cent de Disney, plus grosse sociĂ©tĂ© de divertissement au monde, vient dâĂȘtre relevĂ© de ses fonctions. Bob âChapstickâ (baume Ă lĂšvres) Chapek a atteint le plus haut poste au pire des moments â juste avant lâarrivĂ©e du virus et de lâhystĂ©rie qui a menĂ© aux confinements. Il lâa [âŠ] â Read more
Gajim: Gajim 1.5.4
Gajim 1.5.4 comes with a reworked file transfer interface, better URL detection, message selection improvements, and many fixes under the hood. Thank you for all your contributions!
Gajimâs interface for sending files has been reworked, and should be much easier to use now. For each file youâre about to send, Gajim will generate a preview. This way, you can avoid sending the wrong file to somebody. Regardless of how you start a file transfer, be it drag and drop, pasting a ⊠â Read more
The Laws of OAuth
The first law of OAuth states that the total number of authorized access tokens must remain constant in an isolated system. â Read more
High Jump on the Moon & Quidditch on Jupiter with Neil deGrasse Tyson & Charles Liu | Cosmic Queries â Read more
GitHub, accessibility, and the disability divide
We just published our vision for GitHub accessibility at accessibility.github.com. Hereâs the TL;DR: the prime directive of the GitHub accessibility program is to empower people with disabilities to build cool technology. â Read more
Introducing Mona Sans and Hubot Sans
Learn how to use and express yourself with GitHubâs open source variable fonts, Mona Sans and Hubot Sans. â Read more
How to Monitor Container Memory and CPU Usage in Docker Desktop
Find out how to track the CPU, memory, network, and disk usage of docker containers and docker compose projects using the Resource Usage Docker Extension. â Read more
BientĂŽt Paris sous tutelle ? Puis ensuite, la France ?
Le vendredi, câest poisson et la morue en est un excellent quâon peut par exemple dĂ©guster en brandade. Sans rapport aucun, signalons quâAnne Hidalgo fait actuellement parler dâelle alors que la ville dont elle a la charge serait en trĂšs fĂącheuse posture budgĂ©taire. Il est vrai que la situation Ă©conomique du pays et lâinflation galopante [âŠ] â Read more
Bendy
â Read more
@eaplmx@twtxt.net This exact thing happened to me last night. I happened to be watching some random Youtube video, then this Ad came on, normally they are short 3-5s ads and I just tolerate them (sometimes) â But this particular ad was 20+ mins long! Somehow I kept listening to it too, despite my daughter telling me I could hit that âSkip Adâ button.
What was it you ask?! đ It was one of those testimonial-style, hyped up marketing videos of some product called âGemini 2â (a currency trading app, allegedly), I kept watching all the way through, it was fantastic! đ€Ł
Then I went and read up on it! âŠ
Short answer: TOTAL FUCKING SCAM đ€Ł
What do you feel when you listen to something you didnât believe itâs true?
I canât say a lot, but itâs a good reading about your rational and your emotional sides of the brain đ§ .
Could We Someday Live Forever? With Ray Kurzweil â Read more
How empowering developers helps teams ship secure software faster
AppSec expert Niroshan Rajadurai says putting developers at the center of everything will enable you to meet your security goals. â Read more
My November â22 in Review
November is now over and itâs December and the Christmas season begins. But first a short review of November⊠â Read more
An enterprise account is coming to all Enterprise customers
Administrators, or enterprise owners, have the increased responsibility of managing their account and keeping it secure. We are excited to introduce what is new with enterprise accounts and what is coming soon. â Read more
New in Docker Desktop 4.15: Improving Usability and Performance for Easier Builds
Docker Desktop 4.15 is here, packed with usability upgrades to help you find the images you want, manage your containers, discover vulnerabilities, and more. â Read more
Find and Fix Vulnerabilities Faster Now that Dockerâs a CNA
Docker is now officially a CNA under MITRE, which means you should get better notifications and documentation when we publish a vulnerability. â Read more
Hey everyone, we are Martin Weinelt and Janne HeĂ,
the release managers for this stable release and we are very proud to announce the public availability of NixOS 22.11 âRaccoonâ.
This release will receive bugfixes and security updates for seven months (up until 2023-06-30).
⊠â Read more
Erlang Solutions: Advent of Code 2022 â Every Puzzle Solved in Erlang
Day 1Christmas is getting closer and with that, the annual Advent of Code begins. For those who do not know, Advent of Code is a fun and inclusive event which provides a new programming puzzle every day. The fun is that these puzzles can be solved in any programming language and are accessible for varying levels of coding experience and skills. The real test is in your problem-solving. This year, weâll be solving each of the problems in ⊠â Read more
Erlang Solutions: RabbitMQ â An Amazing Message Broker
In cloud architectures (or microservices), applications are broken down into smaller independent blocks that can be quickly developed, deployed, and maintained. Imagine you have a cloud architecture that has many services and many requests per second, you have to make sure that no requests are lost and your web service is always ready to receive new requests instead of locked by processing the previous request and must ensure that the servi ⊠â Read more
[47°09âČ13âłS, 126°43âČ21âłW] Reading: 1.90 Sv
Subtext 1.1 Released
Subtext BBS Server 1.1 has been released: â Read more
[47°09âČ50âłS, 126°43âČ36âłW] Reading: 0.53 Sv
JMP: Writing a Chat Client from Scratch
ï»żThere are a lot of things that go into building a chat system, such as client, server, and protocol. Even for only making a client there are lots of areas of focus, such as user experience, features, and performance. To keep this post a manageable size, we will just be building a client and will use an existing server and protocol (accessing Jabber network services using the XMPP protocol). Weâll make a practical GUI so we can test things, but not spend too much time on p ⊠â Read more
Honest Government Ad | Rental Crisis â Read more
Just another thing we can thank Astrophysicists for⊠â Read more
We bought a house! â Read more
[47°09âČ57âłS, 126°43âČ40âłW] Reading: 0.30 Sv
November 2022 Newsletter â Read more
Ignite Realtime Blog: HTTP File Upload plugin 1.2.0 released
We have now released version 1.2.0 of the HTTP File Upload plugin!
This plugin adds functionality to Openfire that allows clients to share files, as defined in the XEP-0363 âHTTP File Uploadâ specification.
This release primarily enhances functionality when running in an Openfire cluster. All changes can be reviewed in [the changelog for this release](https://www.igniterealtime. ⊠â Read more
RT by @mind_booster: Ăltima edição do ano! đ„ł
Ăltima edição do ano! đ„ł
Youpi, un Noël austÚre !
On lâa vu dans un prĂ©cĂ©dent billet : en France, lâinflation nâest pas vraiment un sujet et avec Bruno Le Maire aux commandes, on sait que tout se passera au mieux dans les prochains mois. NĂ©anmoins, lorsquâon prend la peine de demander leur avis aux politiciens dont lâintelligence nâest pas un obstacle et notamment des maires, [âŠ] â Read more
Spacetime Soccer
â Read more
Neil deGrasse Tyson Explains How X-Rays Work â Read more
November Extensions Roundup: Kubernetes Observability, API Testing, and More
Find out whatâs new this month in the Docker Extension Marketplace! â Read more