Catégorie : Saved Links
-
[us] got a strange call from a private number
—
dans Saved LinksHello, I just got a strange call from a private number. At first I just declined the call, but dude called back immediately so I sent it to my Google assistant to find out what they wanted. The call was a little hard to understand as he spoke over my Google assistant so I didn’t…
-
Elon: « Torturing AI is not ok »
—
dans Saved Linkssubmitted by /u/twinbee to r/elonmusk [link] [comments]
-
Whenever someone asks something about SBR….
—
dans Saved LinksSomeone replies that refer to conceptual framework if u don’t remember anything What do yall mean by that?? submitted by /u/Ok_Prior_4251 to r/ACCA [link] [comments]
-
SBL September-2025
—
dans Saved LinksLooking for study partner for SBL September 2025 submitted by /u/Ok_Satisfaction1775 to r/ACCA [link] [comments]
-
ACCA MEMBERSHIP ON HOLD
—
dans Saved LinksHi all, I applied for ACCA membership recently and my application was put on hold. ACCA has asked me to provide: Official job descriptions (on company headed paper) for my past roles. Highlight all finance/accounting/audit related tasks and provide a percentage of time spent on each. Both of my roles were strongly finance-related I was…
-
HAL 9000 local voice-controlled AI assistant
—
dans Saved LinksHi everyone, I wanted to share a project I’ve been working on: a voice-operated conversational AI with the personality of HAL 9000 from 2001: A Space Odyssey. It’s all built in Python and runs 100% locally. What My Project Does Voice Control: Uses voice input from your microphone to converse with the AI Local LLM:…
-
Knowing a little C, goes a long way in Python
—
dans Saved LinksI’ve been branching out and learning some C while working on the latest release for Spectre. Specifically, I was migrating from a Python implementation of the short-time fast Fourier transform from Scipy, to a custom implementation using the FFTW C library (via the excellent pyfftw). What I thought was quite cool was that doing the…
-
[US] Odd sidewalk interaction today – was it a scam?
—
dans Saved LinksEarlier this evening, my wife and I had taken our kids to the Cheesecake Factory. While we were waiting for valet to bring our car, two disheveled individuals, a man and a woman, approached us. They asked if they could use my wife’s phone because theirs was dead. Strange. My wife, always cautious, hesitated and…
-
Booking session based exams in the UK
—
dans Saved LinksHi guys, I have passed the 4 on demand exams so far and am preparing for my first session based exam in December (PM). How long after the exam bookings open can you realistically book the centre you would like? For context, I am planning to book Bristol but am on holiday until 27th August…
-
Python readline completer and command line parser
—
dans Saved LinksDescription pyrl-complete is a Python library for building powerful, context-aware command-line auto-completion. It allows developers to define the grammar of a command-line interface (CLI) using a simple, human-readable syntax. The library parses this grammar to understand all possible command structures, including commands, sub-commands, options, and arguments. It then uses this understanding to provide intelligent auto-completion…