StackOverflow.com

VN:F [1.9.22_1171]
Rating: 9.4/10 (10 votes cast)

Random snippets of all sorts of code, mixed with a selection of help and advice.

Partitioned Queues with Service Bus Azure Functions

4 October 2023 @ 5:56 pm

Has anyone had any experience with Service Bus partitioned queues with Azure Functions? Im struggling to find any examples for how to use them and also how to enforce that partitions can be processed in parallel but each partition can only have 1 message processed at a time Paul

This expression is not callable. Type 'typeof import("stripe")' has no call signatures

4 October 2023 @ 5:55 pm

I’m attempting to integrate Stripe with Strapi. I have this line of code in my project: const stripe = require(“stripe”)(“secret-key”); However, I’m encountering an error message that says, ‘This expression is not callable. Type ‘typeof import(“stripe”)’ has no call signatures.’ Can you please help me identify and fix the issue to resolve this error?" *I’m using javaScript not TypeScript

How can I update my sui CLI to solve Client/Server api version mismatch" error?

4 October 2023 @ 5:55 pm

I've installed sui a while back. How can I update sui and the Sui CLI that is the terminal client to the latest version? I'm receiving the following error when I try to publish code to the Sui chain. [warn] Client/Server api version mismatch, client api version : 1.9.0, server api version : 1.10.0

What is the best practice for using `secrets` in Symfony 6?

4 October 2023 @ 5:55 pm

In Symfony 6, bin/console secrets:set MY_VAR seems super handy, especially to create environment specific variables - but if you have to upload the generated private decryption key to the server anyway, and the variable values are easily accessible via bin/console secrets:list --reveal , what are the advantages of using secrets via the cli vs simply defining MY_VAR in an environment-specific .env file?

the notification mark shows only if i am inside notification page

4 October 2023 @ 5:55 pm

this code is for navigation bar in my website. when a new notification comes the var has_new_notification will be true then the notification-mark should show in notification element in the navbar. also there is class called active that makes the element color in navbar change when i click on the element. the problem: i can only see the notification-mark on notification element when i am inside notification page. `{% load static %} .header__menuItem.active a{ background-color: #51546e; color: #fff; padding: 10px 20px; margin: -10px -20px; border-radius: 10px; } .header__menuItem.notification { position: relative; } .notification-mark { position: absolute; top: 0; right: 0; width: 10px; height: 10px; background-color: red; border-radius: 50%; } DevSearch Logo Menu <li class="header__menuItem {% if request.path == '/accounts/notofications/' %}active{% endif %} notification"> <a href="{% url 'notofications' %}">Notificat

Append XML element with Python by xPath and condition

4 October 2023 @ 5:55 pm

first time writing down a problem in public. Ich want to append a ET.fromstring element to a XML file, but only if a special condition is fullfilld. I want to append a new <>price<> element to the block, if the .//tariff/name == 'H-AT'. Here ist my XML exmaple: <tariffimport> <tariff> <tariffFormula> <name>K-Watt</name> </tariffFormula> <status>1</status> <parentTariffId /> <priority>10</priority> <i18n> <lang> <locale>de_DE</locale> <shortDescription /> </lang> </i18n> **<name>H-AT</name>** <signatureRequired>false</signatureRequired> <termExtension>1</termExtension> <termExtensionUnit>5</termExtensionUnit> <canc

CKEDITOR 4 - Text extending beyond right margin

4 October 2023 @ 5:55 pm

I'm having this problem only on Google Chrome (any version). This piece of text is not breaking the line. Firefox and others are OK. I followed a tip which was to adjust the margins via CSS, but without success Chrome (https://i.stack.imgur.com/Et5tq.png) Firefox (https://i.stack.imgur.com/ZCKpD.png)

Auth0 SAML IDP-initiated returns the error “Unsupported response mode: auth0_pq_openid” when logging in

4 October 2023 @ 5:54 pm

We have our our auth0 stack set up from terraform. It currently consists of a regular web app and a SAML connection pointing to SAMLING ( Samling 1 ). Our goal is to implement IDP-initiated login (according to client requirements). Another point; we have a post login action that will attach two claims to the id_token. When the response is posted back from SAMLING, the user is created perfectly, the action is triggered perfectly but then we get redirected to auth0 error page saying " unsupported_response_mode : Unsupported response mode: auth0_pq_openid" It is absolutely frustrating the lack of resources related to auth0_pq_openid response_mode we find no helpful information at all. We have tried setting “front_channel” and “back_channel” on the SAML connection with no luck (it seem this config is associated with response_modes). We have previously set up everything by hand on another account and it worked just fine and when

Domino Basic authentication fails when username contains special characters

4 October 2023 @ 5:54 pm

I have angular application which receives data from domino. In the angular code, i access domino url via basic authentication. URL: apidata.nsf/doLoginSuccessAuth?OpenPage UserName:Vijay Superuser2ö Authorization: Basic VmlqYXkgU3VwZXJ1c2VyMjpJbml0UGFzczIwMjM= When the username contains the special characters, the authentication is not working. I can login with the same username and password via browser. If i remove the special character, basic authentication works just fine. I have checked below article and the configuration is done as mentioned in the article. https://support.hcltechsw.com/csm?id=kb_article&sysparm_article=KB0082364. I am using Domino 12.0.1.

In ant colony optimization algorithms, will ant select other nodes when the destination node is selectable?

4 October 2023 @ 5:54 pm

I'm new to the computational intelligence. Now I a doubt when learning the ant colony optimization (ACO) algorithm. Will ant select other nodes when the destination node is selectable? And will the ants return to the source node? For this example, Ant 1 start from source (node 1) in the 1st iteration and move to node 5 and then node 6. Is it possible that this ant select node 4 instead of choosing destination node 7? In addition, what if pheromone dissipation is not considered. Do ants release pheromones multiple times on the same edge?

wolframalpha.com

VN:F [1.9.22_1171]
Rating: 9.4/10 (5 votes cast)

Access to the world’s facts and data and calculates answers across a range of topics, including science, nutrition, history, geography, engineering, mathematics, linguistics, sports, finance, music…

Creamy or Crunchy: Visualizing Food Protein Structures in Wolfram Language

15 September 2023 @ 8:51 pm

How important is the relationship between protein structure and the food we eat? Protein structure influences food texture. It can make a food smooth and creamy or crisp and crunchy.Protein structure helps determine digestibility. Proteins with looser structures are more readily hydrolyzed into amino acids for easier digestion.Protein structure is a factor in whether foods such as peanuts and shellfish cause an allergic reaction.Protein structure can make our foods elegant and appetizing.

Quantum Computation: Wolfram Language Meets Amazon Braket

4 August 2023 @ 7:17 pm

The collaboration between Wolfram Language and Amazon Braket is propelling quantum computation research to unprecedented levels. By combining Amazon Braket’s advanced quantum capabilities and Wolfram’s expansive knowledgebase and accessible symbolic language, users can now push the boundaries of quantum research. Amazon Braket is a quantum computing service on Amazon Web Services (AWS) with the mission […]

LLM Tech and a Lot More: Version 13.3 of Wolfram Language and Mathematica

28 June 2023 @ 6:27 pm

Today we’re launching Version 13.3 of Wolfram Language and Mathematica—both available immediately on desktop and cloud. It’s only been 196 days since we released Version 13.2, but there’s a lot that’s new, not least a whole subsystem around LLMs.

Introducing Chat Notebooks: Integrating LLMs into the Notebook Paradigm

8 June 2023 @ 6:10 pm

We originally invented the concept of “Notebooks” back in 1987, for Version 1.0 of Mathematica. And over the past 36 years, Notebooks have proved to be an incredibly convenient medium in which to do—and publish—work (and indeed, I, for example, have created hundreds of thousands of them). And, yes, eventually the basic concepts of Notebooks […]

Prompts for Work & Play: Launching the Wolfram Prompt Repository

8 June 2023 @ 2:04 am

Prompts are how one channels an LLM to do something. LLMs in a sense always have lots of “latent capability” (e.g. from their training on billions of webpages). But prompts—in a way that’s still scientifically mysterious—are what let one “engineer” what part of that capability to bring out.

Expand Your Understanding of Statistics with Wolfram Language

6 June 2023 @ 4:27 pm

Statistics is the mathematical discipline dealing with all stages of data analysis, from question design and data collection to analyzing and presenting results. It is an important field for analyzing and understanding data from scientific research and industry. Data-driven decisions are a critical part of modern business, allowing companies to use data and computational analyses […]

Computational Chemistry: Find the Solution with Wolfram Technologies

26 May 2023 @ 1:15 pm

From preparing food to nourish our bodies to finding cures for terminal illnesses, chemistry is a foundational part of our world. As a computational chemist, you may have a lot to learn to master this subject, but fueled by Wolfram’s collection of educational resources, elaborate simulation functions and research projects, you’ll be ready to tackle […]

The New World of LLM Functions: Integrating LLM Technology into the Wolfram Language

24 May 2023 @ 2:15 pm

So far, we mostly think of LLMs as things we interact directly with, say through chat interfaces. But what if we could take LLM functionality and “package it up” so that we can routinely use it as a component inside anything we’re doing? Well, that’s what our new LLMFunction is about.

Instant Plugins for ChatGPT: Introducing the Wolfram ChatGPT Plugin Kit

27 April 2023 @ 10:08 pm

A few weeks ago, in collaboration with OpenAI, we released the Wolfram plugin for ChatGPT, which lets ChatGPT use Wolfram Language and Wolfram|Alpha as tools, automatically called from within ChatGPT. One can think of this as adding broad “computational superpowers” to ChatGPT, giving access to all the general computational capabilities and computational knowledge in Wolfram […]

off-guardian.org

VN:F [1.9.22_1171]
Rating: 9.3/10 (3 votes cast)

OffGuardian is one of the only media news outlets to trust. True journalism unlike the MSM.

Facts really should be sacred. Unlike the Guardian, off-guardian is NOT funded by Bill & Melinda Gates, or any other NGO or government.

US testing “Emergency Alert System” later today

4 October 2023 @ 3:00 pm

Kit Knightly The Federal government will be testing its nationwide “Emergency Alert System” (EAS) and “Wireless Emergency Alerts” (WEA) today – Wednesday October 4th – at 2.20pm Eastern time. The WEA allows the Federal government to send a simultaneous message to every cellphone in the country, regardless of network, supposedly to notify people of emergencies. …

The GloboCap Nazi Follies

3 October 2023 @ 2:00 pm

CJ Hopkins Here’s a story destined for urgent dispatch down the Memory Hole. In fact, if you listen closely, you can already hear it being sucked down through the ducts of the GloboCap Ministry of Truth toward the enormous mnemonic incinerator where all official “unstories” go to die. Yesterday, it was an embarrassment. Tomorrow, it …

Online Censorship: Canada Continues Crackdown

2 October 2023 @ 5:57 pm

Kit Knightly On Friday the Canadian Radio-television and Telecommunications Commission published new guidelines requiring media outlets to register with the service so their content can be “regulated”. Under the new regulations all streaming services, social media companies and platforms that host podcasts would be [emphasis added]: required to provide the CRTC with information related to …

Deconstructing Marianna in Conspiracyland – Part 6

2 October 2023 @ 12:00 pm

Iain Davis The introduction and Parts 1, 2, 3 , 4, and Part 5 have established that Marianna Spring in Conspiracyland spreads disinformation. Marianna Spring has persistently misattributed a range of beliefs and values to the people she labels conspiracy theorists. She has falsely claimed that a conspiracy theory movement exists and has deceived her audience throughout Cosnpiracyland. The narratives she has presented to her BBC audience are …

September Funding Update

1 October 2023 @ 5:45 pm

Hi all – we’re very happy to announce that – thanks to the generosity of our community & the support of colleagues in alt media –  we have more than made our September funding goal! This is great news for us. If we can do this every month our survival is guaranteed…unless or until the …

Waiting for an Apocalypse

1 October 2023 @ 12:00 pm

Edward Curtin “Method, Method, what do you want from me? You know that I have eaten of the fruit of the unconscious.” Jules Laforgue, Moralités légendaires The other day my wife attended an event at a well-appointed home in town where men in dark suits stood around to provide a sense of security that no harm would …

Eugenics, Propaganda & Transgenderism

30 September 2023 @ 5:00 pm

Dustin Broadbery When illustrious leaders of the opposition cannot define what a woman is, you got to ask yourself, what the hell is going on? Why is all this overrated, X-rated smut being peddled from every outlier? Have we really flooded school libraries with homoerotic books meant for 6-year-old school kids? Whose idea was it …

Figuring Out Their Angle

30 September 2023 @ 7:00 am

Todd Hayen A federal law was recently passed in Canada called the Online News Act, or Bill C-18. Basically, this bill stops major online giants such as Google or Facebook (Meta) from posting news articles or links from any source deemed a “news outlet.” For example, when I post a link to an article I’ve …

WATCH: How To Defeat BlackRock – #SolutionsWatch

29 September 2023 @ 5:30 pm

After watching How BlackRock Conquered the World, we know all about the problem: a financial behemoth is flexing its monetary muscle to shape society in its image. So what’s the solution? Boycotts? Buycotts? Can we strive for something different, or are we condemned to forever be out of credit at the karma bank? Find out …

Itchy Boots

VN:F [1.9.22_1171]
Rating: 9.0/10 (5 votes cast)

Motorcycle adventures from a single perspective.

Red Letter Media

VN:F [1.9.22_1171]
Rating: 9.0/10 (4 votes cast)

Movie reviews from VCR repair men.
Continue reading

ukcolumn.org

VN:F [1.9.22_1171]
Rating: 9.0/10 (3 votes cast)

Independent press real researchers, real journalists, real news. Fighting the corrupt mainstream view.

The future of anti-war activism in a one party system

3 October 2023 @ 9:10 pm

What happened to the anti-war movement that saw a million people on the streets to demand no invasion of Iraq in 2003?

Debi Evans Blog: 3 October 2023

3 October 2023 @ 10:33 am

Debi Evans continues her weekly blog of startling events in healthcare.

Wales—A testing ground for the Wellbeing Economy?

3 October 2023 @ 6:56 am

The wellbeing economy is a shift away from liberal democracy and a capitalist economy. In its simplest form, it is nothing but a rebranding of communism. 

UK Column News - 2nd October 2023

2 October 2023 @ 1:29 pm

UK Column News - 29th September 2023

29 September 2023 @ 1:24 pm

A Bunch of Flowers for Pfizer

28 September 2023 @ 6:57 am

Dr Chris Flowers talks about the Pfizer Analysis Documents to Debi Evans and Cheryl Grainger.

UK Column News - 27th September 2023

27 September 2023 @ 2:18 pm

Monica Smit: Becoming a Freedom Advocate

27 September 2023 @ 7:25 am

Australia's Monica Smit shares her memories, reflections and thoughts from the Covid authoritarian crisis to her current campaign for liberty.

Debi Evans Blog: 26 September 2023

26 September 2023 @ 2:09 pm

Debi Evans continues her weekly blog of startling events in healthcare. This week, she reports on the latest MHRA board meeting, and she also celebrates a momentous milestone at UK Column headquarters!

Why would anyone trust the United Nations’ regime?

26 September 2023 @ 7:04 am

Trust this fetid network of public-private partnerships to be the global governance regime? You must be joking.

44Teeth

VN:F [1.9.22_1171]
Rating: 9.0/10 (3 votes cast)

Motorcycle vblog and chat with challenges.
Continue reading

joeybtoonz

VN:F [1.9.22_1171]
Rating: 9.0/10 (1 vote cast)

One man’s look at clown world (tiktok/narcissistic culture).

Narcissists and #SOCIALMEDIA 16

24 September 2023 @ 1:45 pm

What Am I Looking At!? 2

14 September 2023 @ 1:47 pm

This Is Why I Stay Home 2

2 September 2023 @ 1:44 pm

Narcissists and #WILDFIRES

25 August 2023 @ 1:47 pm

Why Would You Do This!? 2

14 August 2023 @ 1:50 pm

Narcissists and #SOCIALMEDIA 15

9 July 2023 @ 1:51 pm

Why Would You Do This!?

30 June 2023 @ 2:00 pm

kubuntu.org

VN:F [1.9.22_1171]
Rating: 9.0/10 (1 vote cast)

Kubuntu is a free, complete, and open-source alternative to Microsoft Windows and Mac OS X which contains everything you need to work, play, or share.

Ubuntu 22.10 (Kinetic Kudu) End of Life reached on July 20, 2023

27 July 2023 @ 8:24 pm

Kubuntu 22.10 (Kinetic Kudu) was announced on October 20, 2022 with 9 months support. As of July 20, 2023, 22.10 reached ‘end of life’. No more package updates will be accepted to 22.10, and it will be archived in the coming weeks. You can read the official end of life...

Kubuntu 23.04 Lunar Lobster Released

20 April 2023 @ 11:15 am

The Kubuntu Team is happy to announce that Kubuntu 23.04 has been released, featuring the ‘beautiful’ KDE Plasma 5.27 simple by default, powerful when needed. Codenamed “Lunar Lobster”, Kubuntu 23.04 continues our tradition of giving you Friendly Computing by integrating the latest and greatest open source technologies into a high-quality,...

Kubuntu Lunar Lobster (23.04) Beta Released

7 April 2023 @ 1:12 pm

The beta of Kubuntu Lunar Lobster (to become 23.04 in April) has now been released, and is available for download. This milestone features images for Kubuntu and other Ubuntu flavours. Pre-releases of Kubuntu Lunar Lobster are not recommended for: Anyone needing a stable system Regular users who are not aware...

Kubuntu Manual 22.04.2 Release

6 March 2023 @ 2:21 pm

Hello everyone! It’s a great day with a new release of the Kubuntu Manual to match the recently-released Kubuntu 22.04.2 update. Thank you for the community members who provided feedback and filed bug reports to our GitHub project! You can find the new releases either on the GitHub releases page...

Plasma 5.27.2 for Kubuntu 22.10 available via PPA

1 March 2023 @ 9:10 pm

We have had many requests to make Plasma 5.27.2 available in our backports PPA for Kubuntu 22.10 (Kinetic Kudu). As usual with our PPAs, there is the caveat that the PPA may receive additional updates and new releases of KDE Plasma, Gear (Apps), and Frameworks, plus other apps and required...

Flatpaks and Kubuntu

26 February 2023 @ 9:48 pm

Kubuntu is and has always been “Ubuntu” combined with the greatest software from the KDE Community. Prior to 23.04 and aligned with Debian packaging, Flatpak and Snap package sources were included as installable options with each source requiring its own set of commands and repositories. However, enabling both sources caused...

Kubuntu 22.04.2 LTS Update Available

24 February 2023 @ 4:30 pm

The second point release update to Kubuntu 22.04 LTS (Jammy Jellyfish) is out now. This contains all the bug-fixes added to 22.04 since its first point release in August 2022. Users of 22.04 can run the normal update procedure to get these bug-fixes. Kubuntu Manual 22.04.2 should be out next...

Plasma 5.27 Beta available for testing

21 January 2023 @ 11:24 am

Are you using Kubuntu 22.10 Kinetic Kudu, our current stable release? Or are you already running our development builds of the upcoming 23.04 (Lunar Lobster)? We currently have Plasma 5.25.90 (Plasma 5.27 Beta) available in our Beta PPA for Kubuntu 22.10 and for the 23.04 development series. However this is...

Kubuntu 22.10 Kinetic Kudu Released

20 October 2022 @ 6:58 pm

The Kubuntu Team is happy to announce that Kubuntu 22.10 has been released, featuring the ‘beautiful’ KDE Plasma 5.25 simple by default, powerful when needed. Codenamed “Kinetic Kudu”, Kubuntu 22.10 continues our tradition of giving you Friendly Computing by integrating the latest and greatest open source technologies into a high-quality,...

Kubuntu Kinetic Kudu (22.10) Beta Released

30 September 2022 @ 3:42 pm

The beta of Kubuntu Kinetic Kudu (to become 22.10 in October) has now been released, and is available for download. This milestone features images for Kubuntu and other Ubuntu flavours. Pre-releases of Kubuntu Kinetic Kudu are not recommended for: Anyone needing a stable system Regular users who are not aware...

Ultra Harmonics

VN:F [1.9.22_1171]
Rating: 8.8/10 (4 votes cast)

Cool vibes and ultra Harmonics, instrumental in it’s finest.
Continue reading