Ces toilettes japonaises coûtent 300€

Pour parler de la vidéo avec des gens passionnés tech : / discord

Mon setup COMPLET (PC / Caméra / Autres) : http://textup.fr/248446PT

Si vous voulez me soutenir, vous pouvez le faire en achetant vos produits technologiques avec ce lien : https://leotechmaker.com/me-soutenir
(Vous ça ne vous change rien au prix de ce que vous achetez, moi je récupère un % de la vente, merci ❤️❤️)

SUIVEZ MOI ICI PARTOUT POUR NE JAMAIS ARRÊTER D’APPRENDRE !
—————————————————
Twitter: / leotechmaker
Instagram: / leotechmaker
TikTok: / leotechmaker
Twitch: / leotechmaker

Mon extension Chrome à installer ABSOLUMENT : http://leotechmaker.com/addon

Si tu es descendu jusque-là, n’oublie pas de liker la vidéo, après tout, t’as bien cliqué sur “en voir plus”, tu peux bien utiliser un clic de plus…

Como Generar Codigo QR para Documentos PDF

Bienvenidos al canal de Solvetic, tu comunidad tecnológica. En este video, te vamos a mostrar cómo generar un código QR para documentos PDF. Esto puede ser muy útil para compartir documentos de manera rápida y sencilla. Te guiaremos paso a paso para crear un código QR que enlace directamente a tu archivo PDF. Si tienes alguna duda o necesitas más información, no dudes en dejarnos un comentario. Y si te ha gustado y servido este video, por favor, dale un like. Eso nos ayuda mucho en Solvetic!

Twin Cities Drupal Camp: Early Bird Tickets Are Almost Gone!

Early Bird Tickets Are Almost Gone!

Published Date
Friday, August 2nd, 2024 – 09:33 pm

bcross

Fri, 08/02/2024 – 21:33

Twin Cities Drupal Camp 2024 Early Bird Tickets Are Almost Sold Out! 

Now is your last chance to save before regular pricing takes affect. Twin Cities Drupal Camp is coming on September 12-13, 2024, at the University of Minnesota campus in Minneapolis.

Registration includes access to all sessions and events, including the keynote and the unconference. Meals and social events are also part of the deal, free of additional cost. 

This Early Bird rate won’t last forever, so do it now.

Register today! 

Posted In

Best practices for Ruby on Rails data migrations

The blog post “Best Practices for Ruby on Rails Data Migrations” https://www.monterail.com/blog/best-practices-for-ruby-on-rails-data-migrations offers practical advice on handling data migrations in Ruby on Rails applications. It covers key strategies for ensuring smooth, reliable migrations, including techniques for minimizing downtime, managing large datasets, and maintaining data integrity. The post provides actionable tips and best practices to help developers execute migrations effectively while avoiding common pitfalls.

Streamline your schoolwork with Firefox’s PDF editor

Streamline your schoolwork with Firefox’s PDF editor

As a student pursuing a master’s degree, I’ve spent too much time searching for PDF editors to fill out forms, take notes and complete projects. I discovered Firefox’s built-in PDF editor while interning at Mozilla as a corporate communications intern. No more giving out my email address or downloading dubious software, which often risks data. […]

The post Streamline your schoolwork with Firefox’s PDF editor appeared first on The Mozilla Blog.

Travel and translate, the mobile life

This Week in F-Droid

TWIF curated on Thursday, 01 Aug 2024, Week 31

F-Droid core

One feature that was seldom in the limelight is HTTP Basic Auth for repositories, meaning you can have your own private repo that only trusted users can access. Until the recent repository UI overhaul, when such a repo was being added a dialogue would pop-up asking the user to authenticate. In the new UI this dialogue is gone, so now when you share a private repo you’d have to provide the credentials in the actual URL, eg. https://username:password@example.com/fdroid/repo/

Community News

Fennec F-Droid and Mull were updated to 128.0.3, and the changelog is small. One of the more interesting add-ons for Firefox was launched about 2 years ago only for the Desktop app, powered by Bergamot, it provided local, private, in-browser translations. As time passed this useful functionality was merged in the main browser. In the mobile world, we got access to all the add-on just 9 months ago, yet the translation add-on was none to be found. 😠

It appears that the mobile browser is getting the same functionality too, soon. How soon? It’s called experimental, so if you open about:translations in Fennec today, you can quickly get some results. But this power is needed when viewing web pages, so the Mull developer worked their magic to enable it (as experimental as it is) right now for everyone. Just navigate to a page in a different language, and if the translation pop-up does not appear, open the menu and touch Translate. Hopefully Mozilla makes this a stable feature and adds more and more languages.

Neo Backup was updated to 8.3.7 but we had to disable this version as it is crashing. For the time being, you can expand Versions in app details and install the older version, also open the upper right menu and select “Ignore this update” so the broken one is not installed. (Upstream issue)

OsmAnd~ was updated to 4.8.3, this new release comes after they just celebrated their 14th birthday 🎉. The new version is feature-full and you can read everything about it in a new blog post.

Newly Added Apps

8 apps were newly added
  • EVIL SPIN!! – Evil Spin is a free, fun and open source App for spinning a wheel
  • FilmFacts – Fun trivia game for cinema enthusiasts
  • OPEN NGA – Third-party client for bbs.nga.cn
  • OpenLynx – Public transport companion providing real-time data
  • OpenWrt Manager – Manage your OpenWRT device from your phone
  • Paperize – A Wallpaper Changer – An efficient wallpaper changer application with a clean design
  • TermuC – A simple C/C++ IDE backed on Termux
  • VPT#018-VPC – Calculate alcohol mass, content and volume in drinks

Downgraded Apps

2 apps were downgraded
  • OpenTTD was downgraded to 13.4.rev120 as the new version was missing some assets that broke the app. We will update it as soon as possible.
  • Wulkanowy was downgraded to 2.6.16, but note that the app repo was archived by the developer and it is no longer actively maintained, so it might be gone soon enough too.

Updated Apps

100 more apps were updated

Thank you for reading this week’s TWIF 🙂

Please subscribe to the RSS feed in your favourite RSS application to be updated of new TWIFs when they come up.

You are welcome to join the TWIF forum thread. If you have any news from the community, post it there, maybe it will be featured next week 😉

To help support F-Droid, please check out the donation page and contribute what you can.

Servo enables parallel table layout

Another month, another chunk of progress for the Servo rendering engine. The biggest addition is enabling table rendering to be spread across CPU cores. Parallel table layout is now enabled, spreading the work for laying out rows and their columns over all available CPU cores. This change is a great example of the strengths of Rayon and the opportunistic parallelism in Servo’s layout engine. ↫ Servo blog On top of this, there’s tons of improvements to the flexbox layout engine, support generic font families like ‘sans-serif’ and ‘monospace’ has been added, and Servo now supports OpenHarmony, the operating system developed by Huawei. This month also saw a lot of work on the development tools.