The #orangecounty commission limited my speech to 2 minutes. This is the long-form that I would have delivered had they given #democracy #time. Twenty-two people with two minutes is #public #input apparently.
[Beginner] How do I save previous input in variables/arrays?

Good day! (Yes to all interpretations thereof.) I am a beginner at C, studying on my own because it's fun and my goal is to "simply" gain a be…

Jakob Petsovits, leading KDE's "We Care About Your Input" goal, explains how things are going, the many aims achieved, and where the project goes from here.

https://blogs.kde.org/2026/05/03/gestures-in-graz-and-beyond/

#hardware #input #peripherals #tablets #joysticks #accessibility

[Help with C] Is it possible to let the user define the scope of an array and the values of its elements?

I am just learning arrays and I am experimenting. This one simply won’t work. I am trying to have the user define (1) how many elements an int array can hold and (2) what the value of each elements is. The program now outputs random integers. Maybe this isn’t even possible, but I’m a complete beginner just playing around for the fun of it. XD

#include <stdio.h> int main(void) { int scope,elementnr,i,elementvalue,j; scope = elementnr = i = elementvalue = j = 0; int array[j]; printf("How many elements should your ARRAY hold: "); scanf("%d", &scope); getchar(); for (i = 0; i < scope; ++elementnr, ++i) { printf("Enter the value of element number %d: ", elementnr + 1); scanf("%d", &elementvalue); getchar; j = elementvalue; } printf("You have created an ARRAY that holds %d elements and you have assigned the following values:\n", scope); for (i = 0; i < scope; ++i) printf("%d\n",array[j]); }
[Help with C] Any way NOT to display the INPUT of getchar()?

Goal: a program that takes a `char` as input and outputs which `char` has been inputted and the humber of line(s). The below code makes the program…

Chronic Pain Tip #20: Often a nurse is able to provide very practical tips for managing your quality of life. Nurses also make an excellent sounding board. They may help you evaluate if your goals are reasonable. If you are willing to listen and trust they may offer tips to make your life easier.... https://rons-home.net/en/living-life-lab/tips/living-with-chronic-pain/tip-of-the-week/2026/4/27 #soundingboard #feedback #input #nurse #goal [Next Tip May 4 2026]
Tip #20 :: Living With Chronic Pain :: Tips :: Living Life Lab :: Ron's Home

Reflect on our tip of the week for living with chronic pain. April 27th 2026 edition.

Low attendance as Moncton gathers input on crime reduction plan
Moncton councillors heard public feedback on a proposed crime plan during a sparsely attended special council meeting Thursday.
https://www.cbc.ca/news/canada/new-brunswick/moncton-crime-plan-meeting-9.7175517?cmp=rss
Independent MLA Becky Druhan asks constituents for input on political future
Coming off her first legislative session since leaving the Nova Scotia government cabinet and the Progressive Conservative caucus, the MLA for Lunenburg West wants the people in her district to provide feedback on her future, including whether she remains an Independent or explores party affiliation.
https://www.cbc.ca/news/canada/nova-scotia/mla-becky-druhan-politics-9.7173025?cmp=rss

Help with Input Remapper in 24.04 #mouse #xinput #input

https://askubuntu.com/q/1565763/612

Help with Input Remapper in 24.04

I want to have a right hand mouse and a left hand mouse active at the same time in 24.04. I had used xinput on earlier versions but it does not look compatible with Xwayland server. I have loaded...

Ask Ubuntu

I may be stupid but...
Can someone explain to me, what's the reasoning behind Reddit sending EVERY KEYSTROKE in a comment as a separate API POST request, instead of waiting until you clikc "Send" and send the whole text at once?
This approach results in 200 ms input lag when typing, which is super annoying and distracting

#reddit #api #post #request #bug #input #test #weird #funny