Hi,
I am writing an Alien file to install the pipx package manager in a somewhat portable way (the package manager can be installed in as many different ways, as the number of operating systems out there ) , and I was wondering if there is a better way to do so than the following hack
use alienfile; use strict; use warnings; ## dummy probe for a system install probe sub { 'system'; }; ## check that pipx is actually installed my $has_pipx; my $cmd = `pipx --version`; chomp $cmd; $has_pipx = $cmd =~/[0..9\.]+/ ; unless($has_pipx) { ## OS specific install instructions } 1;
The reason I'd like to do it via Alien is because I am writing an application with numerous external dependencies, some of which can be installed by downloading and building C/Rust/C++ apps from source, but others are (vomit) python modules and I would like to use a consistent way to handle non-perl dependencies.
submitted by /u/ReplacementSlight413
[link] [comments]
2024 Perl Conference - Science Track Interest Survey
https://blogs.perl.org/users/oodler_577/2023/10/2024-tprc---science-track-interest-survey.html
So hear me out...
This idea is stupid. But on Star Trek (VOY, TNG, and DS9 at least), they measured their data as "quads". ( https://memory-alpha.fandom.com/wiki/Quad ). This was never defined because it's just Sci-Fi and doesn't need a real definition. But... what if they're quad-floats aka 128bit floating point values. This would mean then that all the storage could be done as LLM or other neural network style models, and vector embeddings and such. Given what we've got today with transformer style models for doing translation, chat, etc. If you had ultrapowerful computers that could do these calculations with such gigantic precision then you'd be able to store very accurate data and transform it back and forth from vector embeddings and other fancy structures. It'd enable very powerful searches, and the kind of analysis we're trying to use LLMs for and see them use in the shows when talking to the computers. This would also explain a lot about the universal translators from ENG onward, and could even help make sense of Darmok and Jalad at Tenagra. And then Voyager even has bio-neural circuitry for doing things faster, some kind of organic analog computing doing stuff "at the edge". Using weights and embeddings to do things with them and have them react by programming them with a machine learning model at each node could easily explain how that could work too.
This idea honestly feels too stupid to be real but it could explain so much.
Quad
A quad was a measurement of information storage in Federation computers. While Federation computers used binary code in some capacity, they also are known to have used trinary code.Contributors to Memory Alpha (Fandom, Inc.)
Recordings of the German Perl Workshop (gpw2023) are online
Config::Tiny V 2.30 supports keys with arrays as values
Perl.social server upgrades
Next stable DBD::SQLite will be released in the middle of September
perlbot and related status
Perl.social updates
Webservice to connect to Onfido API
Changes for 0.006 - 2023-07-02T15:36:03+00:00
- Add hook
Open a file for shared reading and/or writing
Changes for 4.05 - 2023-07-02
- Fix tests with perl-5.38.0.
Fast, safe DBI connection and transaction management
Changes for 0.59
- Fix for Windows t/load.t failures
Get stock and mutual fund quotes from various exchanges
Changes for 1.57 - 2023-07-01T12:37:07-07:00
- Correct set exchange in YahooJSON.pm - Issue #306
- Added close, change and p_change to Tradegate, XETRA and Sinvestor Added optional parameter INST_ID to specify the institute id. Fixed bug in Tradegate, XETRA and Sinvestor for numbers equal or higher than 1.000 - PR #304
- Added GoogleWeb Module
- YahooWeb module added - PR #296
- Added MarketWatch Module
- Replaced cached file with IO::String object in IndiaMutual.pm
- Fixed missing date in AEX.pm - Issue #298
- Fixed Examples in POD Documentation in a few modules - PR #295
- move use strict to be the first statement in TreasuryDirect.pm and TwelveData.pm #290
- remove old perl version requirement statements from TreasuryDirect.pm and TwelveData.pm #290
- removed Data:😁umper that caused another test to fail from TreasuryDirect.pm #290
- Fixed Fool.pm and fool.t - PR #289
A Perl module for handling webhooks sent by Stripe
Changes for 1.12
- Modified tests to prevent failure when Test::Warn is not installed Added new author test for VERSION in module and POD
Synthesizer settings librarian
Changes for 0.0029 - 2023-07-01T11:39:38Z
- Adjust make_setting() logic.
- Improve the eg/mojo-ui.pl program.
Synthesizer settings librarian
Changes for 0.0028 - 2023-07-01T10:39:18Z
- Improve the eg/mojo-ui.pl program.
Validate Japanese zip-codes
Changes for 0.20230630
- Update some table classes.
Perl extension for the GNU Readline/History Library
Changes for 1.46 - 2023-07-01
Synthesizer settings librarian
Changes for 0.0027 - 2023-07-01T01:43:35Z
- Improve the eg/mojo-ui.pl program.
- Simplify the remove_model() method.
- Improve documentation.
Synthesizer settings librarian
Changes for 0.0016 - 2023-06-29T18:54:49Z
- Remove the now redundant recall_settings() method.
- Fix the make_setting() logic.
- Improve documentation.
Synthesizer settings librarian
Changes for 0.0015 - 2023-06-29T18:00:09Z
- Fix search_settings() again!
- Further adjust name column handling.
Collection of utilities related to Perl distributions
Changes for 0.154 - 2023-05-20
- [doc] Mention this-mod, this-dist.
- [ux] Default dist argument to 'this dist'.
Signs/verifies Internet mail with DKIM/DomainKey signatures
Changes for 1.20230630 - 2023-06-30
- Add support for Ed25519 signature types Thanks to Matthäus Wander @mwander
- Option to add custom tags to generated signatures
Ryan Voots
in reply to Ryan Voots • •