Just testing the Mastadon Scheduler (tutorial below) to see if I can successfully schedule stuff in advance so I don't go awol again.
Just testing the Mastadon Scheduler (tutorial below) to see if I can successfully schedule stuff in advance so I don't go awol again.
TWIMC, the discussion about the #BPF extensible #scheduler class for the #Linux #kernel that Peterz rejected[1] slowly continues:
Mel Gorman recently shared his view and is "opposed to it conceptually": https://lore.kernel.org/all/20230817124457.b5dca734zcixqctu@suse.de/
Josh Don meanwhile "reiterated Google’s support for this proposal": https://lore.kernel.org/all/CABk29Nt_iCv=2nbDUqFHnszMmDYNC7xEm1nNQXibnPKUxhsN_g@mail.gmail.com/
[1] https://lore.kernel.org/all/20230726091752.GA3802077@hirez.programming.kicks-ass.net/ #LinuxKernel
#bpf #linux #kernel #linuxkernel #scheduler
How to make an automatic sprinkler with ESP8266 controlled by Arduino Cloud
https://www.techrm.com/how-to-make-an-automatic-sprinkler-with-esp8266-controlled-by-arduino-cloud/
#arduinocloud, #atmosphericpressure, #atmosphericpressuresensor, #BH1750, #BMP180, #breadboard, #cloud, #datalogger, #DHT22, #Dupontcables, #esp8266, #humidity, #internetofthings, #iot, #KiCad, #library, #lightintensity, #lightintensitysensor, #platformio, #resistor, #scheduler, #sensor, #sensors, #temperature, #tutorial, #wifi
#arduinocloud #atmosphericpressure #atmosphericpressuresensor #bh1750 #BMP180 #breadboard #cloud #datalogger #dht22 #dupontcables #esp8266 #humidity #internetofthings #iot #kicad #library #lightintensity #lightintensitysensor #platformio #resistor #scheduler #sensor #sensors #temperature #tutorial #wifi
Come creare un sistema di irrigazione automatica con ESP8266 controllato da Arduino Cloud
#arduinocloud, #BH1750, #BMP180, #breadboard, #caviDupont, #cloud, #datalogger, #DHT22, #digitale, #elettronicadigitale, #esp8266, #intensitàdiluce, #internetdellecose, #iot, #KiCad, #libreria, #NodeMCU, #platformio, #pressioneatmosferica, #resistenza, #scheduler, #sensore, #sensorediintensitàdiluce, #sensoredipressioneatmosferica, #sensori, #temperatura, #tutorial, #umidità, #wifi
#arduinocloud #bh1750 #BMP180 #breadboard #cavidupont #cloud #datalogger #dht22 #digitale #elettronicadigitale #esp8266 #intensitadiluce #InternetdelleCose #iot #kicad #libreria #nodemcu #platformio #pressioneatmosferica #resistenza #scheduler #sensore #sensorediintensitadiluce #sensoredipressioneatmosferica #sensori #temperatura #tutorial #umidita #wifi
To create #TYPO3 projects in a few minutes, I've updated my #v10/#v11/#v12 auto-installation #bash scripts based on #DDEV, DDEV-CRON plugin (#scheduler #cronjob) and my #sitepackage base structure. Feedback of any kind is welcome.
https://gist.github.com/ErHaWeb/961dc1029ce05cee49825f4600219573
https://www.youtube.com/watch?v=PiNRszYlZxg
#typo3 #v10 #bash #DDEV #scheduler #cronjob #sitepackage
I have successfully written the world's absolute dumbest #kubernetes #scheduler. It watches for pending pods, picks a random node, and binds the pod to the node. Does it check any pod constraints? Nope! Does it even bother checking the response from the bind call to see if there's an error? Nope!
Should you ever use this scheduler in production? Well I wrote it in #rust, so clearly it must be perfect in every way.
#kubernetes #scheduler #rust #k8s
Has anyone seen #windows11 assigning the wrong cores for a task like sharing your screen?
My i7 has 4 efficiency cores, and windows tends to hammer them with the effort of encoding a 4K screen on the slowest cores, and the others are idling.
Some kind of strange #scheduler mishap. But it does freeze my computer completely. I guess windows and Intel gotta learn some stuff form arms big/little arch setup.
Happy to report that the EEVDL scheduler rewrite really makes a difference compared to CFS. Pretty good context switch results and much improved interactive behaviour under load (esp. for desktop where CFS is just plain unusable). Results from "perf bench" are still a bit dodgy though, with extremely high deviation between runs.
#Avoid Windows #TaskScheduler When Running Microsoft 365 PowerShell Scripts #language
I am bemused when I read articles advising Microsoft 365 tenant administrators to run PowerShell scripts using the Windows Task Scheduler. On the other hand, the task scheduler is an old-fashioned utility that struggles [...]
https://bit.ly/45tzkNZ #run #script #Task #permission #Scheduler
Source: Microsoft Tech Community Office 365 Blog
#avoid #taskscheduler #language #run #script #task #permission #scheduler
Ubuntu 22.10 with intel 13900K system is unresponsive at full load #ssh #intel #2210 #scheduler
::: System76 (premium Linux PC & OS makers) - Scheduler 2.0.1 :popos:
System76-Scheduler 2.0 is a tool running in the background optimizing performance / responsiveness.
It now detects additional processes - has a PipeWire integration, new performance boosters +more.
Reduction of memory usage and CPU consumption is a thing here.
System76 in house Linux Pop!_OS is popular amongst gamers, et al.
=> https://github.com/pop-os/system76-scheduler/releases/tag/2.0.1
#Linux #optimization #System76 #PopOS @system76 #Scheduler #daemon #desktop #gaming #performance #CPU #RAM #PipeWire #development
#development #pipewire #ram #cpu #performance #gaming #desktop #daemon #scheduler #popos #system76 #optimization #linux
New AWS::Scheduler::ScheduleGroups
Use the Schedule resource to create a new schedule group to tag and organize your schedules.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedulegroup.html #scheduler #cloudformation
New AWS::Scheduler::Schedule
Use the Schedule resource to create a new schedule.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedule.html #scheduler #cloudformation
Change the scheduler #grub2 #bash #cron #io #scheduler
#grub2 #bash #cron #io #scheduler
Among the main #scheduler updates merged for #Linux #Kernel 6.3 were:
- Improve the scalability of the CFS bandwidth unthrottling logic with large number of CPUs.
- fix boatloads of cpuidle bugs & quirks.
- improve scheduling granularity with a large number of SCHED_IDLE tasks.
- Debuggability enhancement on sys_exit()
- Micro-optimize
* cpufreq and sched-util methods;
* ttwu_runnable()
* idle-scanning in update_numa_stats() […]
https://git.kernel.org/torvalds/c/1f2d9ffc7a5f916935749ffc6e93fb33bfe94d2f
Oooh. This looks interesting. Signed up on the waiting list. iOS, MacOS and (most importantly) Windows. #routine #productivity #scheduler https://www.youtube.com/watch?v=rIGVzVDEvRQ
#routine #productivity #scheduler
The video and the slides for Julia Lawall's #FOSDEM 2023 talk "Graphing tools for scheduler tracing" are now available here:
https://fosdem.org/2023/schedule/event/sched_tracing/ #Linux #kernel #LinuxKernel #scheduler
```tools […] to help understand scheduling behavior on highly multicore machines. The tools to be presented enable 1) obtaining a graph showing what tasks are running on what cores, with a variety of coloring schemes, 2) detecting overload situations, and 3) stepping through a recorded execution. […]```
#fosdem #linux #kernel #linuxkernel #scheduler
I'm looking for something like #Scompler for Mastodon.
A tool that lets you schedule posts and analyze your interactions.
So far I've found and tried #Analytodon #Buffer #Fediplan #Scheduler and #Seenly.
I made a quick table with the results of my tests: https://joinfediverse.wiki/Scheduling_and_analytic_tools_for_Mastodon
Does anybody know any other tools? Preferably something that ticks all the boxes?
#scompler #analytodon #buffer #fediplan #scheduler #seenly