Skip to content
Menu
Open World News Open World News
  • Privacy Policy
Open World News Open World News

Author: Michael G

ThinkDrop Consulting: Run CI/CD with preview environments anywhere with self-hosted Git runners.

Posted on May 14, 2024 by Michael G
Run CI/CD with preview environments anywhere with self-hosted Git runners.

admin

Mon, 05/13/2024 – 17:19

GitHub Actions and BitBucket Pipelines are amazing. You can control what is run using yaml files in your codebase. 

You can run just about any command, and they provide a really powerful interface for browsing jobs and logs.

Many people are unaware, you can also control where your scripts are run. If you setup a tool called a Git Runner, you can run Git Actions anywhere, including from your local machine.

Hanami shrine

Posted on May 14, 2024 by Michael G
https://2n.pl/blog/hanami-shrine-file-handling-in-hanami
Showing an simple, flexible file handling solution in hanami, with ROM-rb ORM, using Shrine. Also contains some of my thoughts on active-storage in comparison to shrine.

Demise of Nagle’s algorithm (RFC 896 – Congestion Control) predicted via sysctl

Posted on May 14, 2024 by Michael G
Is the classical TCP congestion control mechanism known as
Nagle’s algorithm
(RFC 896 – Congestion Control)
headed for the scrap heap of history?

A recent post on tech@ titled Add sysctl to disable Nagle’s algorithm (RFC 896 – Congestion Control) from Job Snijders (job@) with a patch to implement the disabling sysctl indicates that some at least think that deprecation is in order.

The message leads in,

List:       openbsd-tech
Subject:    Add sysctl to disable Nagle's algorithm (RFC 896 - Congestion Control)
From:       Job Snijders <job () openbsd ! org>
Date:       2024-05-13 18:41:55

Dear all,

Back in the early 1980s, a suggestion was put forward how to improve TCP
congestion control, also known as "Nagle's algorithm". See RFC 896.

Nagle's algorithm can cause consecutive small packets from userland
applications to be coalesced into a single TCP packet. This happens at
the cost of an increase in latency: the sender is locally queuing up
data until it either receives an acknowledgement from the remote side or
sufficient additional data piled up to send a full-sized segment.

Read more…

Raphael Mimoun on creating tech for human rights and justice, combatting misinformation and building a privacy-centric culture

Posted on May 14, 2024 by Michael G

At Mozilla, we know we can’t create a better future alone, that is why each year we will be highlighting the work of 25 digital leaders using technology to amplify voices, effect change, and build new technologies globally through our Rise 25 Awards. These storytellers, innovators, activists, advocates. builders and artists are helping make the internet more diverse, […]

The post Raphael Mimoun on creating tech for human rights and justice, combatting misinformation and building a privacy-centric culture appeared first on The Mozilla Blog.

libtool @ Savannah: libtool-2.5.0 released [alpha]

Posted on May 14, 2024 by Michael G

Libtoolers!

The Libtool Team is pleased to announce the release of libtool 2.5.0, a alpha release.

GNU Libtool hides the complexity of using shared libraries behind a

consistent, portable interface. GNU Libtool ships with GNU libltdl, which

hides the complexity of loading dynamic runtime libraries (modules)

behind a consistent, portable interface.

There have been 91 commits by 29 people in the 113 weeks since 2.4.7.

See the NEWS below for a brief summary.

Thanks to everyone who has contributed!

The following people contributed changes to this release:

  Albert Chu (1)

  Alex Ameen (3)

  Antonin Décimo (3)

  Brad Smith (2)

  Bruno Haible (2)

  Dmitry Antipov (1)

  Florian Weimer (1)

  Gilles Gouaillardet (1)

  Ileana Dumitrescu (24)

  Jakub Wilk (1)

  Jonathan Wakely (2)

  Manoj Gupta (1)

  Mike Frysinger (23)

  Mingli Yu (2)

  Oliver Kiddle (1)

  Olly Betts (1)

  Ozkan Sezer (2)

  Paul Eggert (2)

  Paul Green (1)

  Raul E Rangel (1)

  Richard Purdie (5)

  Sam James (4)

  Samuel Thibault (1)

  Stephen Webb (1)

  Tijl Coosemans (1)

  Tim Rice (1)

  Uwe Kleine-König (1)

  Vadim Zeitlin (1)

  Xiang.Lin (1)

Ileana

 [on behalf of the libtool maintainers]

==================================================================

Here is the GNU libtool home page:

    https://gnu.org/s/libtool/

For a summary of changes and contributors, see:

  https://git.sv.gnu.org/gitweb/?p=libtool.git;a=shortlog;h=v2.5.0

or run this command from a git-cloned libtool directory:

  git shortlog v2.4.7..v2.5.0

Here are the compressed sources:

  https://alpha.gnu.org/gnu/libtool/libtool-2.5.0.tar.gz   (1.9MB)

  https://alpha.gnu.org/gnu/libtool/libtool-2.5.0.tar.xz   (1008KB)

Here are the GPG detached signatures:

  https://alpha.gnu.org/gnu/libtool/libtool-2.5.0.tar.gz.sig

  https://alpha.gnu.org/gnu/libtool/libtool-2.5.0.tar.xz.sig

Use a mirror for higher download bandwidth:

  https://www.gnu.org/order/ftp.html

Here are the SHA1 and SHA256 checksums:

  fb3ab5907115b16bf12a0d3d424c79cb0003d02e  libtool-2.5.0.tar.gz

  1DjDF0VdhVVM4vmYvkiGb9QM/L+DTWCzAm9PwO1YPSM=  libtool-2.5.0.tar.gz

  70e2dd113a9460c279df01b2eee319adb99ee998  libtool-2.5.0.tar.xz

  fhDMhjgj1AjsX/6kHUPDckqgiBZldXljydsL77LIecw=  libtool-2.5.0.tar.xz

Verify the base64 SHA256 checksum with cksum -a sha256 –check

from coreutils-9.2 or OpenBSD’s cksum since 2007.

Use a .sig file to verify that the corresponding file (without the

.sig suffix) is intact.  First, be sure to download both the .sig file

and the corresponding tarball.  Then, run a command like this:

  gpg –verify libtool-2.5.0.tar.gz.sig

The signature should match the fingerprint of the following key:

  pub   rsa4096 2021-09-23 [SC]

        FA26 CA78 4BE1 8892 7F22  B99F 6570 EA01 146F 7354

  uid   Ileana Dumitrescu <ileanadumi95@protonmail.com>

  uid   Ileana Dumitrescu <ileanadumitrescu95@gmail.com>

If that command fails because you don’t have the required public key,

or that public key has expired, try the following commands to retrieve

or refresh it, and then rerun the ‘gpg –verify’ command.

  gpg –locate-external-key ileanadumi95@protonmail.com

  gpg –recv-keys 6570EA01146F7354

  wget -q -O- ‘https://savannah.gnu.org/project/release-gpgkeys.php?group=libtool&download=1‘ | gpg –import –

As a last resort to find the key, you can try the official GNU

keyring:

  wget -q https://ftp.gnu.org/gnu/gnu-keyring.gpg

  gpg –keyring gnu-keyring.gpg –verify libtool-2.5.0.tar.gz.sig

This release was bootstrapped with the following tools:

  Autoconf 2.72e

  Automake 1.16.5

  Gnulib v0.1-6995-g29d705ead1

NEWS

  • Noteworthy changes in release 2.5.0 (2024-05-13) [alpha]


** New features:

  – Pass ‘-fdiagnostics-color’, ‘-frecord-gcc-switches’,

    ‘-fno-sanitize*’, ‘-Werror’, and ‘prefix-map’ flags.

  – Pass the ‘-no-canonical-prefixes’ linker flag.

  – Pass ‘-fopenmp=*’ for Clang to allow choosing between libgomp and

    libomp.

  – Pass ‘-shared-libsan’, ‘-static-libsan’, ‘rtlib=*’, and

    ‘unwindlib=*’ for Clang.

  – Expanded process.h inclusion on Windows for more than the

    proprietary MSVC compiler. Other alternative Windows compilers

    also require process.h.

  – Pass ‘elf32_x86_64’ and ‘elf64_x86_64’ to the linker on hurd-amd64.

  – Recognize –-windows* config triplets.

** Important incompatible changes:

  – Removed test_compile from command line options.

  – By default executables are created with the RUNPATH property for

    the Android linker. RUNPATH works for libraries which are not

    installed in system locations.

  – Removed AC_PROG_SED fallback, as the macro has been supported

    in Autoconf since the 90’s.

** Bug fixes:

  – Check for space after -l, -L, and -R linker flags.

  – Updated documentation for tests, the demo directory, and

    elsewhere.

  – Fixed Solaris 11 builds.

  – Clean trailing “/” from sysroot path.

  – Fixed shared library builds for System V.

  – Added mingw to the list of systems not requiring libm.

  – Fixed support for nios2 systems.

  – Fixed linker check for ‘–whole-archive’ support for linkers other

    than ld.

  – Use -Fe instead of -o with MSVC to avoid deprecation warnings.

  – Improved reproducibility of libtool scripts.

  – Avoided MinGW warning by adding CRTIMP.

  – Improved grep portability.

  – Fixed cross-building warnings when checking for file.

** Changes in supported systems or compilers:

  – Removed support for bitrig (–-bitrig*).

  – Added support for flang (Fortran LLVM-based) compilers.

Enjoy!

EA is prototyping in-game ads even as we speak

Posted on May 14, 2024 by Michael G
Electronic Arts has a long, storied history of trying to wring more money out of gamers after they’ve purchased a game — now, it appears, the company’s hard at work on its next generation of in-game ads. EA CEO Andrew Wilson admitted as much on the company’s Q4 earnings call: when an analyst asked about “the market opportunity for more dynamic ad insertion across more traditional AAA games,” he said the company’s already working on it. “We have teams internally in the company right now looking at how do we do very thoughtful implementations inside of our game experiences,” said Wilson. ↫ Sean Hollister at The Verge Ads in games are definitely not new – we’ve seen countless games built entirely around brands, like Tapper for Budweiser, Pepsiman, or Cool Spot for 7-Up – and banner ads and product placement in various games has been a thing for decades, too. It seems like EA wants to take this several steps further and use things like dynamic ad insertion in games, so that when you’re playing some racing game, you’ll get an ad for your local Hyundai dealer, or an ad for a gun store when you’re playing GTA in the US. Either way, it’s going to make games worse, which is perfectly in line with EA’s mission.

Domaćice sa Bosfora – 71 Epizoda

Posted on May 13, 2024 by Michael G

Video by via Dailymotion Source Glumac/GlumicaSerhat TutumluerCeyda DüvenciÖzge ÖzderHale AkınlıBennu YıldırımlarBatuhan KaracakayaSongül ÖdenMelda AratCenk Ertanİlker Kurtİncilay ŞahinMetin BüktelEvrim SolmazServer MutluEce HakimDevrim ÖzderErdal BilingenFurkan Andıç Go to Source

Doação para RS pode ser feita por meio do Imposto de Renda; Alan Ghani analisa

Posted on May 13, 2024 by Michael G

Video by via Dailymotion Source Há inúmeras opções de doação para o Rio Grande do Sul e, entre elas, está o uso do Imposto de Renda para ajudar alguma entidade assistencial no estado, especialmente nas 336 cidades atingidas pelas chuvas. Alan Ghani analisou. Assista ao Jornal da Manhã completo: https://youtube.com/live/w34dyBDcT9c Baixe o app Panflix: https://www.panflix.com.br/…

Unlock the Power of Your Google Business Profile!

Posted on May 13, 2024 by Michael G

Video by via Dailymotion Source Ready to supercharge your online presence and attract eager customers? In our latest video, we spill the beans on three game-changing strategies to prime your audience for action before they even pick up the phone! Here’s a sneak peek: 1️⃣ Strive for Perfection: Aim for that coveted 5-star rating to…

Bahar Kapıda – Afyonkarahisar | 11 Mayıs 2024

Posted on May 13, 2024 by Michael G

Video by via Dailymotion Source Yemeğinden kültürüne, eğlencesinden hüznüne, hasatından pazarına, vakitli vakitsiz Anadolu’nun her köşesinden meraklı ve keyifli sohbetlerin ekrana geldiği Bahar Kapıda programı bu hafta Afyonkarahisar bölümüyle ekrana geldi. İnsanın içinde yaşadığı, yaşattığı her şeye, her yere yolculuk yaptıran keyifli bir program, Bahar Gelir’in sunumu ile Kanal 7 izleyicisiyle buluşuyor. Yaşadığı bölgenin havasından…

  • Previous
  • 1
  • …
  • 451
  • 452
  • 453
  • 454
  • 455
  • 456
  • 457
  • …
  • 1,531
  • Next

Recent Posts

  • [TUT] LoRa & LoRaWAN – MikroTik wAP LR8 kit mit The Things Network verbinden [4K | DE]
  • Mercado aguarda Powell e olha Trump, dados e Haddad | MINUTO TOURO DE OURO – 11/02/25
  • Dan Levy Gets Candid About Learning How To Act Differently After Schitt’s Creek: ‘It’s Physically…
  • Building a Rock Shelter & Overnight Stay in Heavy Snow 🏕️⛰️
  • Les milliardaires Elon Musk et Xavier Niel s’insultent copieusement

Categories

  • Android
  • Linux
  • News
  • Open Source
©2025 Open World News | Powered by Superb Themes
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT