uvm issue noticed on arm64

2025-01-09 Thread Marcus Glocker
ocks in uvm again, the problem is back 14:09 < kettenis> so we need a real solution for this problem... 14:12 < kettenis> a potential solution would be to make pmap_enter(9) return a different error for this case 14:13 < kettenis> and then handle that case different in uvm_fault_{upper|lower} 14:15 < kettenis> the problem there is that pool_get() doesn't actually tell us why it failed 14:37 < kettenis> s/contention on the pool lock/contention on the kernal map/ Any proposal on how we could proceed to find a solution for this issue? Cheers, Marcus

Re: [FRIAM] L.A. wildfires

2025-01-08 Thread Marcus Daniels
In California, insurers are busy cancelling homeowner policies.It’s common. My uncle in the Oakland hills had to quick find another insurer. This is a bad time to entertain the temper tantrums of no information voters. From: Friam On Behalf Of Jochen Fromm Sent: Wednesday, January

Re: [Emc-users] customs ??

2025-01-07 Thread marcus . bowman
d the messages appear soon after. OTOH, there may be some other reason customs randomly held your package, and I could be wrong. Marcus ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

[USRP-users] Re: X310 clock signal for aliasing (BasicRX daughter board)

2025-01-07 Thread Marcus D. Leech
On 08/01/2025 01:47, frie...@free.fr wrote: My understanding is that the clock signal fed to the daughter-cards is typically some fraction of the master_clock   frequency, and is designed to provide a REF signal for synthesizers, etc.   It should be synchronized to the   ADC clocks, but won't

CVS: cvs.openbsd.org: src

2025-01-07 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2025/01/07 12:26:14 Modified files: sys/dev/i2c: ihidev.c ihidev.h ikbd.c Log message: Add LED support for ikbd(4) keyboards. Help and ok kettenis@

Re: [FRIAM] narrative

2025-01-07 Thread Marcus Daniels
Don't be born a chicken! https://ourworldindata.org/data-insights/billions-of-chickens-ducks-and-pigs-are-slaughtered-for-meat-every-year -Original Message- From: Friam On Behalf Of glen Sent: Tuesday, January 7, 2025 6:22 AM To: friam@redfish.com Subject: [FRIAM] narrative Archaeologi

[uclibc-ng-devel] [PATCH] fix possible overflow in pointer arithmetics strnlen()

2025-01-07 Thread Marcus Haehnel
rather than on on char pointers. See also https://github.com/llvm/llvm-project/issues/121909. Signed-off-by: Marcus Haehnel --- libc/string/generic/strnlen.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libc/string/generic/strnlen.c b/libc/string/generic/strnlen.c

[uclibc-ng-devel] [PATCH] prevent warning about setting an unused variable

2025-01-07 Thread Marcus Haehnel
From: Frank Mehnert Signed-off-by: Marcus Haehnel --- libc/misc/internals/reloc_static_pie.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libc/misc/internals/reloc_static_pie.c b/libc/misc/internals/reloc_static_pie.c index cb2c4df87..3bbdef18e 100644 --- a/libc/misc/internals

[webkit-changes] [WebKit/WebKit] b16742: Add 10 more unified source cpp files for JSC

2025-01-06 Thread Marcus Plutowski
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: b167426ab85bb1ac1598941544766c170126c708 https://github.com/WebKit/WebKit/commit/b167426ab85bb1ac1598941544766c170126c708 Author: Marcus Plutowski Date: 2025-01-06 (Mon, 06 Jan 2025) Changed paths

[uclibc-ng-devel] [PATCH] uclibc: prevent warning about declaring an unused function

2025-01-05 Thread Marcus Haehnel
From: Frank Mehnert Signed-off-by: Marcus Haehnel --- libc/stdlib/stdlib.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libc/stdlib/stdlib.c b/libc/stdlib/stdlib.c index f5936630c..c45dd53a5 100644 --- a/libc/stdlib/stdlib.c +++ b/libc/stdlib/stdlib.c @@ -822,6 +822,7

[uclibc-ng-devel] [PATCH] uclibc: prevent warning about setting an unused variable

2025-01-05 Thread Marcus Haehnel
From: Frank Mehnert This variable is used either if __UCLIBC_HAS_FLOATS__ is defined or if __UCLIBC_HAS_GLIBC_DIGIT_GROUPING__ is defined. Instead of adding more complicated #ifdef magic, just mark this variable as possibly unused to satisfy the compiler. Signed-off-by: marcus.haeh...@kernkonzep

[USRP-users] Re: X310 Bursts/Buffering with Timestamp data

2025-01-05 Thread Marcus D. Leech
On 05/01/2025 17:19, cjohn...@serranosystems.com wrote: I hope everyone had a good holiday break! Would you mind providing some guidance on the 3 questions? Thanks ___ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an ema

Re: CVS: cvs.openbsd.org: src

2025-01-02 Thread Marcus Glocker
On Thu, Jan 02, 2025 at 04:26:50PM GMT, Marcus Glocker wrote: > CVSROOT: /cvs > Module name: src > Changes by: mgloc...@cvs.openbsd.org2025/01/02 16:26:50 > > Modified files: > sys/dev/i2c: ihidev.c > > Log message: > Fix the sequence of

[USRP-users] Re: Running user application in X410

2025-01-02 Thread Marcus D. Leech
On 02/01/2025 13:56, Sakthivel Velumani wrote: Hi Marcus, Thanks for the pointers. I am looking to offload all the DSP work to the RFNoC and have the CPUs do trivial tasks like sequence generation so that I don't have to write HDL for everything. I am still not entirely sure of how thi

[USRP-users] Re: Running user application in X410

2025-01-02 Thread Marcus D. Leech
On 02/01/2025 13:56, Sakthivel Velumani wrote: Hi Marcus, Thanks for the pointers. I am looking to offload all the DSP work to the RFNoC and have the CPUs do trivial tasks like sequence generation so that I don't have to write HDL for everything. I am still not entirely sure of how thi

[USRP-users] Re: Running user application in X410

2025-01-02 Thread Marcus D. Leech
On 02/01/2025 12:56, Sakthivel Velumani wrote: Hi, I am wondering if the user can run a custom linux application on the ARM cores that can offload certain tasks to the PL? or does the RFNoC core implementation allow a RFNoC block to interact with an application on the PS via the AXI interface

Re: GNU Radio textbook publication announcement

2024-12-30 Thread Marcus D. Leech
On 30/12/2024 19:52, Marcus Müller wrote: Congratulations! This is an excellent development. If y'all do a 2nd edition, would you consider a chapter on Radio Astronomy and Gnu Radio?  I mean, I want to do an   entire book on the subject, but a chapter on the subject in a larger tre

Re: GNU Radio textbook publication announcement

2024-12-30 Thread Marcus Müller
Congratulations! On 31.12.24 00:11, jmfriedt wrote: Dear GNU Radio community, we are delighted to share the publication of the first, to the best of our knowledge, textbook dedicated to GNU Radio and its application to fields as varied as RADAR, GNSS reception and satellite communication, and of

[USRP-users] Re: Thanks for a decade of professional fun! (Or: so long, and see you around!)

2024-12-30 Thread Marcus Müller
Thanks :) and: yeah, you've not seen the last of me :) See you around, Marcus (PS: We're moving GRCon closer to Canada. Sadly, wrong end, but still closer to Canada, this year. Just north of Seattle. If we keep up this trend, GRCon'27 will be hosted by CCERA at Carp. If we s

[USRP-users] Re: Thanks for a decade of professional fun! (Or: so long, and see you around!)

2024-12-30 Thread Marcus D. Leech
On 30/12/2024 17:43, Marcus Müller wrote: Thanks :) and: yeah, you've not seen the last of me :) See you around, Marcus (PS: We're moving GRCon closer to Canada. Sadly, wrong end, but still closer to Canada, this year. Just north of Seattle. If we keep up this trend, GRCon'27

Re: gnuradio 3.8 and osmosdr installation

2024-12-30 Thread Marcus Müller
few years. Best regards, Marcus On 30.12.24 18:35, Marcus D. Leech wrote: On 30/12/2024 12:30, debanka giri wrote: Dear Marcus,   Thanks for your reply. I am using ubuntu 18.04, is there is any solution for it. Thanks Debanka Unless you have some ov

[USRP-users] Re: Thanks for a decade of professional fun! (Or: so long, and see you around!)

2024-12-30 Thread Marcus D. Leech
On 30/12/2024 13:58, Marcus Müller wrote: Hello USRP-Users, when I started hanging around on this mailing list in 2013, I wouldn't have thought that I'd still be around eleven years later. But me asking about sporadic signal issues after retuning, which I would later be able to at

[USRP-users] Thanks for a decade of professional fun! (Or: so long, and see you around!)

2024-12-30 Thread Marcus Müller
on hacking the electromagnetic spectrum, never let your signal processing slow down, and: See you around, Marcus Müller ___ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an email to usrp-users-le...@lists.ettus.com

Re: gnuradio 3.8 and osmosdr installation

2024-12-30 Thread Marcus D. Leech
On 30/12/2024 12:30, debanka giri wrote: Dear Marcus,   Thanks for your reply. I am using ubuntu 18.04, is there is any solution for it. Thanks Debanka Unless you have some overwhelming reason to run Ubuntu 18.04, I'd say upgrade to at least

Re: gnuradio 3.8 and osmosdr installation

2024-12-30 Thread Marcus D. Leech
ows you could try radioconda (https://github.com/ryanvolz/radioconda), and see how it goes. Franco On 12/30/2024 11:12 AM EST debanka giri wrote: Dear Franco and Marcus,   Thanks for your reply.  I am actually access through a pytho

Re: gnuradio 3.8 and osmosdr installation

2024-12-30 Thread Marcus Müller
Hi Debanka, I fully agree with Franco, you shouldn't be using GNU Radio 3.8. The current versions of GNU Radio, which can be easily installed [1], use Python3 just as much. Best regards, Marcus [1] https://wiki.gnuradio.org/index.php?title=InstallingGR#Quick_Start On 30.12.24 13:40, F

Re: CASAA-Sat launch

2024-12-28 Thread Marcus Müller
Oh, my condolences! Still looking forward to hearing more from the university team! All the best, Marcus On 28.12.24 18:10, fpellet.f4ctz wrote: Hi Marcus, Unfortunatly, the rocket encountered a problem and the flight terminaison system had to be activated at about an altitude of 150km

Re: CASAA-Sat launch

2024-12-28 Thread Marcus Müller
Hi Fabien, darn! Missed the launch! This is exciting news! Please keep us updated! Do you have a GNU Radio Flowgraph with which interested readers could monitor the satellite? TLEs? Best regards, Marcus On 26.12.24 08:53, Fabien PELLET wrote: Dear all, I would like to inform the GNURadio

CVS: cvs.openbsd.org: src

2024-12-24 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/12/24 05:06:34 Modified files: sys/dev/acpi : dsdt.c Log message: Add support for the 'AttribRawProcessBytes' attribute, which makes the HP Omnibook X 14 boot in ACPI mode. Tested on ok landr

Re: "Completion_heads_engraver" omits measures and stems

2024-12-22 Thread Marcus Redivo
, Marcus Marcus Redivo 1520 Lands End Rd, North Saanich, BC V8L 5L5 1-250-655-9238 > On Dec 22, 2024, at 9:51 PM, Werner LEMBERG wrote: > > >> I’m trying to use “\shiftDurations” to make a modern-style edition >> of some 15th century music. The duration changes ar

"Completion_heads_engraver" omits measures and stems

2024-12-22 Thread Marcus Redivo
ver" \consists "Completion_rest_engraver" } { \time 4/4 \shiftDurations #1 #0 { \music } } } = Thanks for taking a look, Marcus Marcus Redivo 1520 Lands End Rd, North Saanich, BC V8L 5L5 1-250-655-9238 test.ly Description: Binary data test.pdf Description: Adobe PDF document test-minimum.ly Description: Binary data

CVS: cvs.openbsd.org: src

2024-12-22 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/12/22 14:55:20 Modified files: sys/dev/acpi : qcgpio.c Log message: Fix double space typo in printf from last commit

CVS: cvs.openbsd.org: src

2024-12-22 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/12/22 11:00:18 Modified files: sys/dev/acpi : qcgpio.c Log message: Instead of doing hard-coded pin mappings on X1E machines, extract the pin mappings from the respective ACPI tables. This pa

[USRP-users] Re: X310 clock signal for aliasing (BasicRX daughter board)

2024-12-20 Thread Marcus D. Leech
On 20/12/2024 13:44, frie...@free.fr wrote: I am investigating chopping a signal with a fast track and hold to bring a microwave signal to baseband without relying on a mixer (I can explain why if needed but I'll skip this background part for the moment). To achieve this result I would like to f

[Pharo-users] Pharo News of the Week 51/2024

2024-12-20 Thread Marcus Denker
# Pharo News of the Week 51/2024 - [ANN] pharox-dependency-visualizer: This tool helps understand/untangle dependencies https://github.com/ironirc/pharox-dependency-visualizer - [ANN] A Pharo/Bloc port of the example code from The Nature of Code book by Daniel Shiffman

[Pharo-dev] Pharo News of the Week 51/2024

2024-12-20 Thread Marcus Denker
# Pharo News of the Week 51/2024 - [ANN] pharox-dependency-visualizer: This tool helps understand/untangle dependencies https://github.com/ironirc/pharox-dependency-visualizer - [ANN] A Pharo/Bloc port of the example code from The Nature of Code book by Daniel Shiffman

[WAMUG] Voice control

2024-12-19 Thread Marcus Harris via WAMUG
little demon 😈 is the source of the issue. I turned it off and problem solved. I thought you might like to know about this to avoid similar frustration. Merry Christmas 🤶 Happy New Year Marcus Marcus Harris Mobile +61417965618 -- The WA Macintosh User Group Mailing List -- Archives - <ht

Re: [Emc-users] Biting the bullet

2024-12-19 Thread marcus . bowman
On 2024-12-19 19:50, John Dammeyer wrote: Ha ha. I'm still running LinuxCNC 2.8 on my mill. Kinda afraid to upgrade. Like if it works why change? John Me toosame reasons... Marcus ___ Emc-users mailing list Emc-users@lists.sourceforg

[Lsr] Tsvart last call review of draft-ietf-lsr-flex-algo-bw-con-17

2024-12-19 Thread Marcus Ihlar via Datatracker
Reviewer: Marcus Ihlar Review result: Ready with Nits This document has been reviewed as part of the transport area review team's ongoing effort to review key IETF documents. These comments were written primarily for the transport area directors, but are copied to the document's authors

[slurm-users] sending mails wit smail on rocky9

2024-12-19 Thread Marcus Wagner via slurm-users
92] error: MailProg returned error, it's output was '' 27450:[2024-12-19T15:56:58.849] slurmscriptd: error: run_command: killing MailProg operation on shutdown 27451:[2024-12-19T15:56:58.859] slurmscriptd: _run_script: JobId=0 MailProg killed by signal 0 any hints? Best Marcus

(openoffice-org) branch main updated: Updated download numbers for November and December

2024-12-19 Thread marcus
This is an automated email from the ASF dual-hosted git repository. marcus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/openoffice-org.git The following commit(s) were added to refs/heads/main by this push: new 2f42e5fc1e Updated download numbers for

[Desktop-packages] [Bug 2011350] Re: ERROR:../src/nautilus-gtk4-helpers.c:116:gtk_widget_get_first_child: assertion failed: (GTK_IS_CONTAINER (widget))

2024-12-17 Thread Marcus Aurelius
I've updated the bug description to follow the template in case this helps Eugene or Daniel focus on getting the patch merged. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/2011350 Ti

[Bug 2011350] Re: ERROR:../src/nautilus-gtk4-helpers.c:116:gtk_widget_get_first_child: assertion failed: (GTK_IS_CONTAINER (widget))

2024-12-17 Thread Marcus Aurelius
I've updated the bug description to follow the template in case this helps Eugene or Daniel focus on getting the patch merged. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/2011350

[Bug 2011350] Re: ERROR:../src/nautilus-gtk4-helpers.c:116:gtk_widget_get_first_child: assertion failed: (GTK_IS_CONTAINER (widget))

2024-12-17 Thread Marcus Aurelius
I've updated the bug description to follow the template in case this helps Eugene or Daniel focus on getting the patch merged. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2011350 Title: ERROR:../s

[Desktop-packages] [Bug 2011350] Re: ERROR:../src/nautilus-gtk4-helpers.c:116:gtk_widget_get_first_child: assertion failed: (GTK_IS_CONTAINER (widget))

2024-12-17 Thread Marcus Aurelius
** Description changed: + [ Impact ] + + * This bug is a file manager crash which can make users lose their + place while navigating the filesystem and potentially lose data if a + long-lasting file operation is ongoing. + + * The patch fixes the problem by avoiding the assertion and simply +

[Bug 2011350] Re: ERROR:../src/nautilus-gtk4-helpers.c:116:gtk_widget_get_first_child: assertion failed: (GTK_IS_CONTAINER (widget))

2024-12-17 Thread Marcus Aurelius
** Description changed: + [ Impact ] + + * This bug is a file manager crash which can make users lose their + place while navigating the filesystem and potentially lose data if a + long-lasting file operation is ongoing. + + * The patch fixes the problem by avoiding the assertion and simply +

[Bug 2011350] Re: ERROR:../src/nautilus-gtk4-helpers.c:116:gtk_widget_get_first_child: assertion failed: (GTK_IS_CONTAINER (widget))

2024-12-17 Thread Marcus Aurelius
** Description changed: + [ Impact ] + + * This bug is a file manager crash which can make users lose their + place while navigating the filesystem and potentially lose data if a + long-lasting file operation is ongoing. + + * The patch fixes the problem by avoiding the assertion and simply +

[jira] [Commented] (CASSANDRA-19488) Ensure snitches always defer to ClusterMetadata

2024-12-17 Thread Marcus Eriksson (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17906490#comment-17906490 ] Marcus Eriksson commented on CASSANDRA-19488: - Noticed it is s

[Kernel-packages] [Bug 954458] Re: 3.2 kernels built without CONFIG_KVM_BOOK3S_32 on PPC 32bit

2024-12-17 Thread Marcus Comstedt
aster [] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: marcus20809 F pulseaudio CRDA: Error: [Errno 2] No such file or directory Card0.Amixer.info: Card hw:0 'SoundByLayout'/'SoundByLay

[Bug 954458] Re: 3.2 kernels built without CONFIG_KVM_BOOK3S_32 on PPC 32bit

2024-12-17 Thread Marcus Comstedt
No worries. I finally gave up on using Ubuntu and moved to 100% Gentoo about 10 years ago, so no idea if this was ever fixed in a newer version. :-9 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/9544

[jira] [Commented] (CASSANDRA-19488) Ensure snitches always defer to ClusterMetadata

2024-12-17 Thread Marcus Eriksson (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17906441#comment-17906441 ] Marcus Eriksson commented on CASSANDRA-19488: - lgtm - fixes the i

[jira] [Updated] (CASSANDRA-20145) Ensure downgrade from 5.1 to 4.x is possible

2024-12-16 Thread Marcus Eriksson (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-20145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eriksson updated CASSANDRA-20145: Status: Ready to Commit (was: Review In Progress) +1 > Ensure downgr

[jira] [Updated] (CASSANDRA-20145) Ensure downgrade from 5.1 to 4.x is possible

2024-12-16 Thread Marcus Eriksson (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-20145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eriksson updated CASSANDRA-20145: Reviewers: Marcus Eriksson Status: Review In Progress (was: Patch

[webkit-changes] [WebKit/WebKit] 123b78: Add allocationProfilingMode sideband option for debug

2024-12-16 Thread Marcus Plutowski
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 123b78c0a07a2a33ba29ffcc565664a22c098824 https://github.com/WebKit/WebKit/commit/123b78c0a07a2a33ba29ffcc565664a22c098824 Author: Marcus Plutowski Date: 2024-12-16 (Mon, 16 Dec 2024) Changed paths

[USRP-users] Re: Sampling channels at different rates

2024-12-16 Thread Marcus D. Leech
On 16/12/2024 14:24, Brian Padalino wrote: My guess is that you're going through another Halfband FIR filter somewhere, so there is group delay that isn't being accounted for in the digital filters. What is the lag (in samples) of the lower rate sampled signal? Brian That was my other thou

[USRP-users] Re: Sampling channels at different rates

2024-12-16 Thread Marcus D. Leech
On 16/12/2024 13:47, Christophe Grimault wrote: I followed your advice and I'm getting closer !-) I tried this : usrp = uhd.usrp.MultiUSRP(f"addr=192.168.30.2") duration =10.0 start_time_spec = uhd.libpyuhd.types.time_spec(usrp.get_time_now().get_real_secs() +1.0) rx_rates = [390625.0*2,3906

[USRP-users] Re: N300 device not found

2024-12-16 Thread Marcus D. Leech
On 16/12/2024 03:18, yibinden...@outlook.com wrote: Hi all, I encountered some issues while configuring the N300. The N300 responds to my ping requests, but the host cannot find the device using uhd_find_devices while correctly detecting b210 devices. I referred to this post on StackOverflo

[USRP-users] Re: Sampling channels at different rates

2024-12-16 Thread Marcus D. Leech
On 16/12/2024 09:44, Christophe Grimault wrote: Hello Brian, Thank you for this quick answer. So I guess this is not a limitation related to using Python vs C++/boost ? Right ? I understand that using the same streamer is tricky. Concerning your advice to go with 2 streamers, you think thi

Re: [VOTE] Release Lucene 10.1.0 RC1

2024-12-15 Thread Marcus Eagan
The PR looks great! I also agree with the comment from Adrien at first glance. I wield no binding vote and have no dog in the fight, except I hope I didn’t introduce the “bug.” Marcus Eagan On Sun, Dec 15, 2024 at 09:20 Luca Cavanna wrote: > Hi Jim, > Thanks for flagging this. > &g

Re: devtools repo

2024-12-14 Thread Marcus
ge we can copy the devtools to each branch! Also here, the build scripts would profit from a separation. Maybe also "genUpdateFeed", "release-scripts" and "updateVersion". My 2 ct. Marcus - T

Re: [FRIAM] Ramsification and Semantic Indeterminacy

2024-12-13 Thread Marcus Daniels
; examples of such debates and tell it to answer in such a style... On 12/13/24 07:43, Marcus Daniels wrote: > When does a person or organization want to quantify how much uncertainty > exists in a proposition? > > I could imagine a red-to-green gauge in an e-mail program or web bro

Re: [FRIAM] Ramsification and Semantic Indeterminacy

2024-12-13 Thread Marcus Daniels
When does a person or organization want to quantify how much uncertainty exists in a proposition? I could imagine a red-to-green gauge in an e-mail program or web browser that would prioritize, or label content based on the degree of underspecification, BS, or internal inconsistency therein. M

[no immediate action required] Package maintainers: please check your dependencies!

2024-12-13 Thread Marcus Müller
schema If you want to have an overview of the libraries for which we give minimum versions, cmake/Modules/GrMinReq.cmake is our centralized place where we keep these around. If in doubt, raise hell :) Cheers, Marcus

[Pharo-users] Pharo News of the Week 50/2024

2024-12-13 Thread Marcus Denker
# Pharo News of the Week 50/2024 - [ANN] MasterLu is your electronic music teacher in Pharo: https://github.com/lucretiomsp/MasterLu - [ANN] ESUG 2024: Show Us Your Project playlist https://www.youtube.com/playlist?list=PLJ5nSnWzQXi89jwnBCmGPh9xG6shuvuwb # The week on the Pharo Issue Tracker

[Pharo-dev] Pharo News of the Week 50/2024

2024-12-13 Thread Marcus Denker
# Pharo News of the Week 50/2024 - [ANN] MasterLu is your electronic music teacher in Pharo: https://github.com/lucretiomsp/MasterLu - [ANN] ESUG 2024: Show Us Your Project playlist https://www.youtube.com/playlist?list=PLJ5nSnWzQXi89jwnBCmGPh9xG6shuvuwb # The week on the Pharo Issue Tracker

Re: "L" error for using file_sink blocks.

2024-12-12 Thread Marcus D. Leech
On 12/12/2024 12:16, Yan, Bixing (UT-EEMCS) wrote: Hi, I am using USRP X440 to build a wireless communication prototype. The host PC is equipped with i9-14900K and I am trying to use two transmit channels and two receive channels of the USRP simultaneously. I feed two generated signal to two

Re: [FRIAM] Ramsification and Semantic Indeterminacy

2024-12-12 Thread Marcus Daniels
uot; but it is interconnected breadth of knowledge that would be really useful.] davew On Thu, Dec 12, 2024, at 12:24 PM, Marcus Daniels wrote: Seems there are good reasons to replace humans. 1) Humans can’t easily travel to new planets due to radiation and hostile environments. 2)

Re: [FRIAM] Ramsification and Semantic Indeterminacy

2024-12-12 Thread Marcus Daniels
t; Harvard Visualization Research and Teaching Lab stephengue...@fas.harvard.edu <mailto:stephengue...@fas.harvard.edu> mobile: (505)577-5828 On Thu, Dec 12, 2024, 12:11 PM Marcus Daniels mailto:mar...@snoutfarm.com>> wrote: Nah.. https://en.wikipedia.org/wiki/I.G.Y._(What_a_Beaut

Re: [FRIAM] Ramsification and Semantic Indeterminacy

2024-12-12 Thread Marcus Daniels
lk about such replacement without considering what also replaces the context are merely fideistic or victims of wishful thinking. On 12/12/24 10:24, Marcus Daniels wrote: > Seems there are good reasons to replace humans. > > 1) Humans can’t easily travel to new planets due to radiation and

Re: [FRIAM] Ramsification and Semantic Indeterminacy

2024-12-12 Thread Marcus Daniels
Seems there are good reasons to replace humans. 1) Humans can’t easily travel to new planets due to radiation and hostile environments. 2) Our appetite for energy is vast and our decadence unbounded. A rising standard of living for all humans will accelerate this due to increased demands for f

Re: [FRIAM] Ramsification and Semantic Indeterminacy

2024-12-12 Thread Marcus Daniels
ay, December 12, 2024 at 8:37 AM To: The Friday Morning Applied Complexity Coffee Group Subject: Re: [FRIAM] Ramsification and Semantic Indeterminacy Now I really feel complicit. -- rec -- On Thu, Dec 12, 2024 at 9:34 AM Marcus Daniels mailto:mar...@snoutfarm.com>> wrote: It als

Re: [FRIAM] Ramsification and Semantic Indeterminacy

2024-12-12 Thread Marcus Daniels
It also includes folding clothes: https://www.physicalintelligence.company/blog/pi0 From: Friam on behalf of Roger Critchlow Date: Thursday, December 12, 2024 at 8:25 AM To: The Friday Morning Applied Complexity Coffee Group Subject: Re:

[jira] [Commented] (CASSANDRA-20118) Hints ignored during Upgrade from C*4 to C*5

2024-12-12 Thread Marcus Eriksson (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-20118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17905082#comment-17905082 ] Marcus Eriksson commented on CASSANDRA-20118: - bq. I still dont

Re: [FRIAM] authenticity

2024-12-11 Thread Marcus Daniels
go to Mars? Marcus smime.p7s Description: S/MIME cryptographic signature .- .-.. .-.. / ..-. --- --- - . .-. ... / .- .-. . / .-- .-. --- -. --. / ... --- -- . / .- .-. . / ..- ... . ..-. ..- .-.. FRIAM Applied Complexity Group listserv Fridays 9a-12p Friday St. Johns Cafe / Thursdays

Re: Online changelogs (Was: CHANGES in 9.18.32)

2024-12-11 Thread Marcus Kool
Yes, there is also a changelog directory with a set of files - none of them is equal to CHANGES. Do I understand it correctly that the file 'CHANGES' will no longer be present in the source tar file? Thanks, Marcus On 11/12/2024 19:23, Ondřej Surý wrote: Alternatively these links

Re: [FRIAM] authenticity

2024-12-11 Thread Marcus Daniels
that disjointness and affect every aspect of every US citizen's life, whether they register it or not. On 12/11/24 09:54, Marcus Daniels wrote: > Among the many billboards for AI and GPU services in SF, there’s this: > > An advertisement for the AI company Artisan is posted

CHANGES in 9.18.32

2024-12-11 Thread Marcus Kool
I noticed that the file 'CHANGES' in bind 9.18.32 does not exist. Is there a reason for this? Thanks, Marcus -- Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list ISC funds the development of this software with paid support subscriptions. Con

[jira] [Updated] (CASSANDRA-20068) Add flag to avoid invalidating key cache on file deletion

2024-12-11 Thread Marcus Eriksson (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-20068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eriksson updated CASSANDRA-20068: Status: Ready to Commit (was: Review In Progress) > Add flag to av

[jira] [Updated] (CASSANDRA-20068) Add flag to avoid invalidating key cache on file deletion

2024-12-11 Thread Marcus Eriksson (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-20068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eriksson updated CASSANDRA-20068: Source Control Link: https://github.com/apache/cassandra/commit

[jira] [Updated] (CASSANDRA-20068) Add flag to avoid invalidating key cache on file deletion

2024-12-11 Thread Marcus Eriksson (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-20068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eriksson updated CASSANDRA-20068: Attachment: ci_summary-1.html > Add flag to avoid invalidating key cache

[Pharo-users] Pharo News of the Week 49/2024

2024-12-11 Thread Marcus Denker
# Pharo News of the Week 49/2024 - [New blog] Music and Sounds with Pharo https://lucretiomsp.github.io/musicwithpharo/ - [Blog Post] Phausto at IFC24 https://lucretiomsp.github.io/musicwithpharo/2024/11/24/phaustoIFC24.html # The week on the Pharo Issue Tracker # Fixes - Fix the possibility

[Pharo-dev] Pharo News of the Week 49/2024

2024-12-11 Thread Marcus Denker
# Pharo News of the Week 49/2024 - [New blog] Music and Sounds with Pharo https://lucretiomsp.github.io/musicwithpharo/ - [Blog Post] Phausto at IFC24 https://lucretiomsp.github.io/musicwithpharo/2024/11/24/phaustoIFC24.html # The week on the Pharo Issue Tracker # Fixes - Fix the possibility

Re: [DISCUSS] 5.1 should be 6.0

2024-12-11 Thread Marcus Eriksson
Staying slightly off topic - we'd also have to run upgrade tests for all these upgrade combinations, including different storage compatibility mode settings, that is going to be very expensive. /Marcus On Wed, Dec 11, 2024 at 12:36:02PM GMT, Sam Tunnicliffe wrote: > Maybe this is not t

[jira] [Updated] (CASSANDRA-20136) Don't skip paxos repair on topology change

2024-12-11 Thread Marcus Eriksson (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-20136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eriksson updated CASSANDRA-20136: Since Version: 5.1-alpha1 Source Control Link: https://github.com

[jira] [Updated] (CASSANDRA-20116) Avoid prepared statement invalidation race when committing schema changes

2024-12-11 Thread Marcus Eriksson (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-20116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eriksson updated CASSANDRA-20116: Fix Version/s: 5.1-alpha1 (was: 5.x

[jira] [Updated] (CASSANDRA-20136) Don't skip paxos repair on topology change

2024-12-11 Thread Marcus Eriksson (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-20136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eriksson updated CASSANDRA-20136: Status: Ready to Commit (was: Review In Progress) > Don't skip paxo

[jira] [Updated] (CASSANDRA-20136) Don't skip paxos repair on topology change

2024-12-11 Thread Marcus Eriksson (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-20136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eriksson updated CASSANDRA-20136: Test and Documentation Plan: ci run Status: Patch

[jira] [Updated] (CASSANDRA-20136) Don't skip paxos repair on topology change

2024-12-11 Thread Marcus Eriksson (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-20136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eriksson updated CASSANDRA-20136: Reviewers: Sam Tunnicliffe, Marcus Eriksson (was: Sam Tunnicliffe

[USRP-users] Re: Why is IQ cal disabled when using external LO

2024-12-10 Thread Marcus D. Leech
On 10/12/2024 13:42, Eugene Grayver wrote: Hi, I just noticed that the calibration tables are disabled/ignored when external LO is used.  Why is that?  I understand that the automatic calibration utilities will not work (over frequency). However, we are generating those tables ourselves, and

[USRP-users] Re: Blocker issue with NI-2943R (=Ettus x310) PCIe connectivity

2024-12-10 Thread Marcus D. Leech
On 10/12/2024 11:44, Martin Braun wrote: BTW, if you are able to get a 10 GbE card, you can exceed the rates of the PCIe link, with almost no downsides compared to PCIe. --M I will second this.   10GiGe cards for PCs are not expensive these days, neither are the SFP+ optical transceivers.  S

[Pharo-users] Pharo News of the Week 48/2024

2024-12-10 Thread Marcus Denker
# Pharo News of the Week 48/2024 - [Blog Post] Evaluation of SUnit https://all-objects-all-the-time.st/#/blog/posts/10 # The week on the Pharo Issue Tracker # Pharo 11 - Apply changes from pull request #17375 (“use file server @ inria”) to ‘Pharo11’ #17462 https://github.com/pharo-pr

[Pharo-dev] Pharo News of the Week 48/2024

2024-12-10 Thread Marcus Denker
# Pharo News of the Week 48/2024 - [Blog Post] Evaluation of SUnit https://all-objects-all-the-time.st/#/blog/posts/10 # The week on the Pharo Issue Tracker # Pharo 11 - Apply changes from pull request #17375 (“use file server @ inria”) to ‘Pharo11’ #17462 https://github.com/pharo-pr

Re: [PATCH] mtd: nand: raw: atmel: remove unnecessary return value

2024-12-10 Thread Marcus Folkesson
Hello Michael, On Fri, Aug 30, 2024 at 09:05:27AM +0200, Michael Nazzareno Trimarchi wrote: > Hi Marcus > > On Fri, Aug 30, 2024 at 8:59 AM Marcus Folkesson > wrote: > > > > On Fri, Aug 09, 2024 at 02:15:43PM +0200, Marcus Folkesson wrote: > > > The condition &#

Re: [C++] Bump required CMake version

2024-12-09 Thread Marcus Hanwell
I would push pretty strongly for 3.25 for the extra features. It would enable much more modern, compact CMake code. On Mon, Dec 9, 2024 at 4:11 PM Sutou Kouhei wrote: > Hi, > > Currently, we require CMake 3.16 or later: > > https://github.com/apache/arrow/blob/e0f8c5e8e6f8b328a997f7e21bc6fd1a01b

Re: developer test releases?

2024-12-09 Thread Marcus
do them as well as maybe see what still is holding us up for any official releases? for me it makes sense to test if building is still possible and that the results are the same than before. Otherwise it has to be adjusted to get the same results compared to the previous

[jira] [Updated] (CASSANDRA-20136) Don't skip paxos repair on topology change

2024-12-09 Thread Marcus Eriksson (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-20136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eriksson updated CASSANDRA-20136: Bug Category: Parent values: Correctness(12982)Level 1 values: Unrecoverable

[jira] [Updated] (CASSANDRA-20136) Don't skip paxos repair on topology change

2024-12-09 Thread Marcus Eriksson (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-20136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eriksson updated CASSANDRA-20136: Attachment: ci_summary.html > Don't skip paxos repair on topolog

[jira] [Created] (CASSANDRA-20136) Don't skip paxos repair on topology change

2024-12-09 Thread Marcus Eriksson (Jira)
Marcus Eriksson created CASSANDRA-20136: --- Summary: Don't skip paxos repair on topology change Key: CASSANDRA-20136 URL: https://issues.apache.org/jira/browse/CASSANDRA-20136 Project: A

[USRP-users] Re: Finding a case for the white B200

2024-12-08 Thread Marcus D. Leech
On 08/12/2024 22:01, Maurycy Z wrote: Does anyone know where I could find a case for the older white PCB USRP B200? I can't find one on the Ettus site. They don't exist.  By the time NI/Ettus started making cases for the B200, the white-PCB B200 was already   supplanted by the newer boards w

[USRP-users] Re: Under and Overflow Problems Very Regular

2024-12-06 Thread Marcus D. Leech
On 06/12/2024 23:34, Arnaldo Sans wrote: Hello Marcus, Thank for looking into this... The computer is a NUC 13 Extream (i9).  As for the ethernet interfase I am using the 10 Gigabit Ethernet  port on the x310 and the NUC support 10 GBe. If you think of anything else... please reach-out

  1   2   3   4   5   6   7   8   9   10   >