<center>  </center> <div class="text-justify"> <div class=pull-left> ##### Hello, Friends of Hive and dear readers, it is a pleasure to be with you presenting topics of science, research, technology, and innovation. </div> <div class=pull-right> ##### Hola Amigos de Hive y apreciados lectores, un gusto estar con ustedes presentándoles temas de la ciencia, investigación, tecnología e innovación. </div> </div> <center>  </center> <div class="text-justify"> <div class=pull-left> When using the [real-time schedulers](https://peakd.com/hive-196387/@alfonsoalfonsi/eng-spa-real-time-systems-scheduling-context-and-cyclic-executive) and [Dynamic Voltage and Frequency Scaling (DVFS)](https://peakd.com/hive-196387/@alfonsoalfonsi/eng-spa-dynamic-voltage-and-frequency-scaling-dvfs), there is a trade-off between adjusting the voltage and/or frequency and meeting the temporal constraints of the tasks that belong to an application. </div> <div class=pull-right> Cuando se utilizan la dupla [planificadores de tiempo real](https://peakd.com/hive-196387/@alfonsoalfonsi/eng-spa-real-time-systems-scheduling-context-and-cyclic-executive) y [Escalamiento Dinámico Voltaje y Frecuencia (DVFS: Dynamic Voltage and Frequency Scaling)](https://peakd.com/hive-196387/@alfonsoalfonsi/eng-spa-dynamic-voltage-and-frequency-scaling-dvfs), hay que propiciar el equilibrio entre el ajuste del voltaje y/o frecuencia y, el cumplimiento de las restricciones temporales de las tareas que pertenecen a una aplicación. </div> <hr> <div class=pull-left> In addition, such a decision brings with it issues inherent to [software-middleware-layer context switching](https://peakd.com/hive-196387/@alfonsoalfonsi/eng-spa-context-switching-at-the-software-middleware-layer) to interrupt and replace a running task with another of higher priority, interrupt handling and internal memory control. </div> <div class=pull-right> Además, tal decisión trae consigo asuntos inherentes al [cambio de contexto en la capa intermedia de software](https://peakd.com/hive-196387/@alfonsoalfonsi/eng-spa-context-switching-at-the-software-middleware-layer) para interrumpir y sustituir a una tarea en ejecución por otra de mayor prioridad, manejo de interrupciones y control de la memoria interna. </div> <hr> <div class=pull-left> Not to mention, it is inherent to software and hardware developers to consider the timing and power requirements of the embedded systems (ES) application in [the early stages of development](https://peakd.com/hive-196387/@alfonsoalfonsi/eng-spa-styled-embedded-systems-part-5-development-methodology-2-adaptation-of-methodological-approaches) to avoid redesigns. </div> <div class=pull-right> Sin olvidar, lo inherente a los desarrolladores de software y hardware que deben considerar los requerimientos temporales y de energía en la aplicación con Sistemas Empotrados (SE) en [las primeras fases a su desarrollo](https://peakd.com/hive-196387/@alfonsoalfonsi/eng-spa-styled-embedded-systems-part-5-development-methodology-2-adaptation-of-methodological-approaches) para para evitar rediseños. </div> <hr> <div class=pull-left> So, let's see how this temporal synergy and DVFS works with the support of <b>Figure 1</b>. </div> <div class=pull-right> Entonces, veamos cómo funciona esta sinergia temporal y DVFS con el apoyo de la <b>Figura 1</b>. </div> </div> <hr> <center>  <sup><b>Figura 1</b>. Relación entre los parámetros de tiempo real de una tarea y la velocidad de procesamiento.</sup> </center> <hr> <center>  </center> <div class="text-justify"> <div class=pull-left> So, let's see how this temporal synergy and DVFS works with the support of <b>Figure 1</b>. </div> <div class=pull-right> Entonces, veamos cómo funciona esta sinergia temporal y DVFS con el apoyo de la <b>Figura 1</b>. </div> </div> <hr> <center> ### <i>First: a review // Primero: un repaso</i> </center> <hr> <div class="text-justify"> <div class=pull-left> A real-time task is at least characterized by the tern <b><i>T<sub>i</sub>=(C<sub>i</sub>, D<sub>i</sub>, P<sub>i</sub>, φ<sub>i</sub>) ∀i∈(1,2, …, N)</i></b>, where <b><i>C<sub>i</sub></i></b>, is the computation time required to complete its execution at each of its activations, <b><i>D<sub>i</sub></i></b> is the admissible response delivery time, <b><i>P<sub>i</sub></i></b> is the activation period for the process, and <b><i>φ<sub>i</sub></i></b> is the initial lag. The <b><i>C<sub>i</sub></i></b> in the worst case is the <b><i>WCET</i></b> (Worst Case Execution Time). For more information, I invite you to the post where I explain the topic of [real-time tasks](https://peakd.com/hive-196387/@alfonsoalfonsi/eng-spa-real-time-system-real-time-task). </div> <div class=pull-right> Una tarea de tiempo real se caracteriza, por lo menos, con la terna <b><i>T<sub>i</sub>=(C<sub>i</sub>, D<sub>i</sub>, D<sub>i</sub>, φ<sub>i</sub>) ∀i∈(1,2, …, N)</i></b>, donde <b><i>C<sub>i</sub></i></b> es el tiempo de cómputo necesario para completar su ejecución en cada una de sus activaciones, <b><i>D<sub>i</sub></i></b> es el plazo de entrega de respuesta admisible, <b><i>P<sub>i</sub></i></b> es el período de activación para el proceso y <b><i>φ<sub>i</sub></i></b> es el desfase inicial. El <b><i>C<sub>i</sub></i></b> en el peor caso es el <b><i>WCET </i></b> (Worst Case Execution Time).Para mas información, te invito al post donde explico el tema de [tareas de tiempo real](https://peakd.com/hive-196387/@alfonsoalfonsi/eng-spa-real-time-system-real-time-task) </div> </div> <hr> <center> ### <i> Second: my contribution // Segundo: mi aporte.</i> </center> <hr> <div class="text-justify"> <div class=pull-left> On the other hand, for voltage and frequency tuning, I introduce <b>the normalized scaling factor</b> of the <b><i>j</i></b> processor frequencies <b><i>α<sub>i</sub></i></b>, given by <b><i>f<sub>i</sub>/f<sub>max</sub>∀j∈(1,2,…, M)</i></b>, under satisfactory conditions. Where <b><i>α<sub>i</sub>=1</i></b> when <b><i>f<sub>i</sub>=f<sub>max</sub></i></b>. Moreover, the conditions donde <b><i>C<sub>i</sub></i></b>. In addition, conditions are met where the values of <b><i>C<sub>i</sub></i></b> are between a minimum and maximum and, the <b><i>D<sub>i</sub>≤ P<sub>i</sub></i></b>; <b><i>C<sub>i</sub></i></b> at maximum frequency being Worst Case Execution Times (<b>WCET</b>). The edge <b><i>C<sub>i</sub></i></b> is the limit that allows some frequency located between <b><i>f<sub>min</sub>≤f<sub>edge</sub>≤f<sub>max</sub></i></b>, which preserves its logical and operational properties in the processor. </div> <div class=pull-right> Por otro lado, para el ajuste de voltaje y frecuencia, introduzco el <b>factor de escalamiento normalizado</b> de las <b><i>j</i></b> frecuencias del procesador <b><i>α<sub>i</sub></i></b>, dada por <b><i>f<sub>i</sub>/f<sub>max</sub>∀j∈(1,2,…, M)</i></b>, en condiciones satisfactorias. Donde <b><i>α<sub>i</sub>=1</i></b> cuando la <b><i>f<sub>i</sub>=f<sub>max</sub></i></b>. Además se cumplen las condiciones donde los valores de b><i>C<sub>i</sub></i></b> están entre un mínimo y máximo y, el <b><i>D<sub>i</sub>≤ P<sub>i</sub></i></b>; siendo Ci a frecuencia máxima el Peor de los Casos (<b>WCET</b>: Worst Case Execution Times). El <b><i>C<sub>i</sub></i></b> de borde es el límite que permite alguna frecuencia ubicada entre <b><i>f<sub>min</sub>≤f<sub>borde</sub>≤f<sub>max</sub></i></b>, que conserve sus propiedades lógicas y operacionales en el procesador. </div> </div> <hr> <center> ### Third: explanation // Tercero: explicación <hr> <div class="text-justify"> <div class=pull-left> Then, we will focus on the execution of the three (3) instances of <b><i>T<sub>i,k</sub></i></b>depicted in <b>Figure 1</b>. </div> <div class=pull-right> Entonces, nos centraremos en la ejecución de las tres (3) instancias de <b><i>T<sub>i,k</sub></i></b> representadas en la <b>Figura 1</b>. </div> <hr> <div class=pull-left> In the first instance <b><i>T<sub>i,1</sub></i></b> (blue color) is run with <b><i>WCET<sub>i</sub></i></b> at <b><i>f<sub>max</sub></i></b>, it also meets the temporal conditions. </div> <div class=pull-right> En la primera instancia <b><i>T<sub>i,1</sub></i></b> (color azul) se ejecuta con <b><i>WCET<sub>i</sub></i></b> a <b><i>f<sub>max</sub></i></b>, además cumple con las condiciones temporales. </div> <hr> <div class=pull-left> In the second instance <b><i>T<sub>i,1</sub></i></b> (green color) is represented at a higher <b><i>C<sub>i,2</sub></i></b>, because as the speedup decreases the execution times increase. However, it still complies with the temporal conditions. </div> <div class=pull-right> En la segunda instancia <b><i>T<sub>i,1</sub></i></b> (color verde) se representa a un <b><i>C<sub>i,2</sub></i></b> mayor, porque al bajar la velocidad los tiempos de ejecución aumentan. No obstante, sigue cumpliendo con las condiciones temporales. </div> <hr> <div class=pull-left> The third instance <b><i>T<sub>i,3</sub></i></b> (yellow color) represents a <b><i>C<sub>i,3</sub></i></b> that exceeds the imposed real-time constraints. Even if, the processor can reach its minimum speed, it should not be applied because it would incur a malfunction of the application where the task comes to life. </div> <div class=pull-right> La tercera instancia <b><i>T<sub>i,3</sub></i></b> (color amarillo) representa un <b><i>C<sub>i,3</sub></i></b> que excede las restricciones impuestas de tiempo real. Aun cuando, el procesador pueda llegar su velocidad mínima, no se debería aplicar porque se incurriría en un mal funcionamiento de la aplicación donde hace vida la tarea. </div> </div> <center>   </center> <hr> <div class="text-justify"> <div class=pull-left> Adjusting the frequency of operation to execute a task or a set of tasks, which are being planned with real-time requirements, brings a commitment to the Embedded System developers because if it exceeds its completion deadline or period, the performance of the application would be compromised. </div> <div class=pull-right> Ajustar la frecuencia de operación para ejecutar una tarea o un conjunto de tareas, que están siendo planificadas con requerimientos de tiempo real, trae un compromiso por parte de los desarrolladores de Sistema Empotrados, porque si se llega a exceder de su plazo de finalización o periodo, el desempeño de la aplicación estaría comprometido. </div> <hr> <div class=pull-left> Therefore, it is recommended within the development methodology, to make early the respective models and simulations, to have quantitative approximations, which will then be reflected in the embedded software or hardware mechanisms, to take advantage of these adjustments. </div> <div class=pull-right> Por tanto, se recomienda dentro de la metodología de desarrollo, hacer en forma temprana los modelos y simulaciones respectivas, para tener cuantitativamente aproximaciones, que luego serán plasmadas en el software empotrado o en los mecanismos por hardware, para sacar provecho de estos ajustes. </div> <hr> <div class=pull-left> This allows making adjustments to the energy consumed by the tasks without violating their temporal characteristics, a subject that I will discuss in my next post. </div> <div class=pull-right> Lo anterior, permite concretar ajustes de la energía consumida por las tareas sin vulnerar sus características temporales, asunto que trataré en mi próximo post. </div> </div> <center>  </center> <div class="text-justify"> <div class=pull-left> See you soon, I hope the reading has been enriching. </div> <div class=pull-right> Nos vemos pronto, espero que la lectura haya sido enriquecedora. </div> <hr> <div class=pull-left> I invite you to visit me and follow me @alfonsoalfonsi. </div> <div class=pull-right> Los invito a visitarme y seguirme en @alfonsoalfonsi. </div> </div> <center>   </center> <hr> <div class="text-justify"> Alfonsi A., Yánez R. y Pérez J. (2017). Distribución del Tiempo Ocioso Orientado al Ahorro de Energía en Tareas de Control de Tiempo Real. Revista Ciencia e Ingeniería, 38(2), 159-166. https://www.redalyc.org/journal/5075/507555007008/html/ Alsheikhy, A. (2021). Dynamic approach to minimize overhead and response time in scheduling periodic real-time tasks. International Journal of Advanced and Applied Sciences, 8(4), 75-8. https://doi.org/10.21833/ijaas.2021.04.009 Herrera, C., Hajek, D. & Narciso F. (2020). <i>Principles of Operating Systems</i> (2020 ed.). Amazon Digital Services LLC - KDP Print US. </div> <hr> <center> ###### Figure and Image Credits / Créditos a Figuras e Imágenes </center> <hr> <div class="text-justify"> <div class=pull-left> <sub>Title image was made by @alfonsoalfonsi using CANVAS and</sub> <sup>[PxHere image](https://pxhere.com/es/photo/744118?utm_content=clipUser&utm_medium=referral&utm_source=pxhere">PxHere).</sup> </div> <div class=pull-right> <sub>La imagen del Título fue realizado por @alfonsoalfonsi usando</sub> <sup>CANVAS e [imagen de PxHere]( https://pxhere.com/es/photo/744118?utm_content=clipUser&utm_medium=referral&utm_source=pxhere">PxHere).</sup> </div> <hr> <div class=pull-left> <sub>The separator is my property made with CANVAS and</sub> <sup>[klipartz image](https://c0.klipartz.com/pngpicture/342/164/gratis-png-halo-de-iluminacion-de-escenario-efecto-de-luz-de-brillo-ilustracion-de-chispa-amarilla.png).</sup> </div> <div class=pull-right> <sub>El separador es de mi propiedad realizado con CANVAS e</sub> <sup>[imagen de klipartz image](https://c0.klipartz.com/pngpicture/342/164/gratis-png-halo-de-iluminacion-de-escenario-efecto-de-luz-de-brillo-ilustracion-de-chispa-amarilla.png).</sup> </div> <hr> <div class=pull-left> <sub>The banner and photographs are my property. Made with Power</sub> <sup>Point, Paint and Linerock Investment LTD ToonMe application.</sup> </div> <div class=pull-right> <sub>El banner y las fotografías son de mi propiedad. Realizado con</sub> <sup>PowerPoint, Paint y Linerock Investment LTD Aplicación ToonMe.</sup> </div> </div> <center>  </center>
author | alfonsoalfonsi |
---|---|
permlink | tasks-with-speed-adjustment-in-real-time-embedded-systems |
category | hive-196387 |
json_metadata | {"app":"peakd/2022.05.9","format":"markdown","tags":["stem-espanol","technology","engineering","education","spanish","science","computer","cervantes","ocdb","stemgeeks"],"users":["alfonsoalfonsi","alfonsoalfonsi."],"image":["https://files.peakd.com/file/peakd-hive/alfonsoalfonsi/23tGeHmed8VqtrKpG2AS3sZYSc7wgVYur5bCzgi4JsWMdxxLnciofiidkSfipu5PybPt3.jpg","https://files.peakd.com/file/peakd-hive/alfonsoalfonsi/245n3kx1X7gX2BxfKAWydArJPGYezZChwuxNiiDtGF5dzPGMMQaxLsTCJpGKHNPBhzMfV.jpg","https://files.peakd.com/file/peakd-hive/alfonsoalfonsi/23y9HNL3rVbuApvabouQcAL5brMbfQukn2zdyDFVq8AnAnsTFjAWmfPjkaFfbgqdicrrr.jpg","https://files.peakd.com/file/peakd-hive/alfonsoalfonsi/23wWpWoU3soCsKCuDtjegfFvuWwiTJUQXF1b4u4Qpv9uqv3xozWuFQcj7RHa2oLpsxNVL.jpg","https://files.peakd.com/file/peakd-hive/alfonsoalfonsi/23ynhCjgjugSHj2GaQqmMMpHvAqaX16yb6xDXDbBiaudgYoteXK5WmRLYt6m3RVV1GSSn.jpg","https://files.peakd.com/file/peakd-hive/alfonsoalfonsi/23xepLWRAyPePozVwMzpJPmKKzAdLjHsqHs2BzzxFq3JZwTEBxykrKmJxqoMZbcA2oPLs.jpg","https://files.peakd.com/file/peakd-hive/alfonsoalfonsi/23tw429B2LDqyMwhEjMFnA93h4XEByJepLdBNY3nbatBYPJPd75DDt9wg4UPxnTRDJRe7.jpg"]} |
created | 2022-06-02 21:58:51 |
last_update | 2022-06-02 21:58:51 |
depth | 0 |
children | 11 |
last_payout | 2022-06-09 21:58:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 5.060 HBD |
curator_payout_value | 4.940 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 15,593 |
author_reputation | 12,520,973,524,509 |
root_title | "Tasks with Speed Adjustment in Real-Time Embedded Systems" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 113,737,836 |
net_rshares | 13,612,060,406,484 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
xeldal | 0 | 2,162,510,093,435 | 4% | ||
adol | 0 | 60,201,041,365 | 4% | ||
enki | 0 | 754,978,016,397 | 4% | ||
eric-boucher | 0 | 1,913,304,275 | 0.4% | ||
juanmiguelsalas | 0 | 4,540,609,147 | 6% | ||
thecryptodrive | 0 | 4,736,595,736 | 0.16% | ||
mammasitta | 0 | 5,446,603,450 | 1.5% | ||
heiditravels | 0 | 338,594,581 | 20% | ||
roelandp | 0 | 161,832,102,527 | 5% | ||
onthewayout | 0 | 12,947,139,205 | 100% | ||
cloh76 | 0 | 532,314,708 | 0.4% | ||
nascimentoab | 0 | 963,787,372 | 10% | ||
luisucv34 | 0 | 142,457,666 | 20% | ||
joshglen | 0 | 1,208,458,681 | 10% | ||
gargon | 0 | 3,384,887,136 | 20% | ||
pgarcgo | 0 | 294,260,806,392 | 20% | ||
wartrapa | 0 | 59,777,428,885 | 20% | ||
lordvader | 0 | 7,853,945,103 | 0.8% | ||
kranga | 0 | 40,339,509 | 20% | ||
lemouth | 0 | 239,375,751,473 | 10% | ||
albagargon | 0 | 251,947,476 | 20% | ||
lamouthe | 0 | 692,669,348 | 10% | ||
titin | 0 | 69,535,579,430 | 20% | ||
tfeldman | 0 | 741,539,356 | 0.4% | ||
metabs | 0 | 953,298,581 | 10% | ||
mcsvi | 0 | 130,774,855,466 | 50% | ||
cnfund | 0 | 1,395,484,015 | 0.8% | ||
jgcastrillo19 | 0 | 109,609,727,669 | 20% | ||
justyy | 0 | 98,430,391,110 | 20% | ||
rafarosado | 0 | 588,570,678 | 2% | ||
cuvi | 0 | 9,671,759,330 | 4% | ||
teo | 0 | 437,762,069 | 20% | ||
curie | 0 | 105,600,470,335 | 0.8% | ||
techslut | 0 | 23,801,956,469 | 4% | ||
slider2990 | 0 | 5,991,257,824 | 40% | ||
dulcinea | 0 | 9,116,548,734 | 20% | ||
mdcomes | 0 | 990,206,062 | 20% | ||
cervantes | 0 | 1,650,155,201,612 | 20% | ||
steemstem | 0 | 559,208,123,685 | 10% | ||
aneblueberry | 0 | 395,088,894 | 20% | ||
valth | 0 | 1,612,235,607 | 5% | ||
gabriele-gio | 0 | 609,601,073 | 0.4% | ||
dna-replication | 0 | 329,563,571 | 10% | ||
fidel-castro | 0 | 855,890,109 | 20% | ||
mariacherries | 0 | 2,269,642,025 | 16% | ||
daniel.dalo | 0 | 705,658,119 | 10% | ||
dhimmel | 0 | 52,439,895,141 | 2.5% | ||
detlev | 0 | 2,552,733,328 | 0.24% | ||
ycam | 0 | 2,366,364,534 | 100% | ||
lizanomadsoul | 0 | 7,062,147,289 | 10% | ||
federacion45 | 0 | 28,188,414,876 | 10% | ||
mobbs | 0 | 17,405,999,749 | 5% | ||
jerrybanfield | 0 | 2,816,161,836 | 0.8% | ||
rt395 | 0 | 1,203,349,947 | 1.5% | ||
bitrocker2020 | 0 | 1,300,547,921 | 0.12% | ||
mpandrew | 0 | 92,082,022 | 20% | ||
kilianmiguel | 0 | 1,172,728,460 | 6% | ||
newsflash | 0 | 169,576,842,426 | 0.28% | ||
juanfb | 0 | 2,177,329,003 | 15% | ||
jkj | 0 | 11,006,926,070 | 20% | ||
yehey | 0 | 20,407,732,425 | 10% | ||
helo | 0 | 1,039,852,816 | 5% | ||
arunava | 0 | 66,819,035,389 | 4% | ||
coquiunlimited | 0 | 1,252,981,823 | 10% | ||
mahdiyari | 0 | 1,081,228,808,723 | 80% | ||
lorenzor | 0 | 1,289,190,314 | 50% | ||
magoia | 0 | 828,078 | 20% | ||
spanishchef | 0 | 2,981,045,133 | 20% | ||
soymanu | 0 | 28,664,637 | 20% | ||
alexander.alexis | 0 | 5,491,409,762 | 10% | ||
jayna | 0 | 806,266,776 | 0.16% | ||
ew-and-patterns | 0 | 9,000,987,760 | 3% | ||
princessmewmew | 0 | 1,048,659,454 | 0.4% | ||
grapthar | 0 | 1,114,862,949 | 0.6% | ||
gunthertopp | 0 | 256,242,161,542 | 5% | ||
ludmila.kyriakou | 0 | 1,359,628,508 | 3% | ||
violetmed | 0 | 21,662,917,671 | 10% | ||
flatman | 0 | 639,562,321 | 0.8% | ||
samest | 0 | 3,808,656,120 | 25% | ||
analealsuarez | 0 | 1,201,835,236 | 50% | ||
minnowbooster | 0 | 1,166,653,677,006 | 20% | ||
tsoldovieri | 0 | 784,050,644 | 4% | ||
reimerlin | 0 | 443,191,223 | 20% | ||
steemwizards | 0 | 551,065,883 | 0.8% | ||
neumannsalva | 0 | 536,885,691 | 0.4% | ||
stayoutoftherz | 0 | 15,924,798,116 | 0.2% | ||
abigail-dantes | 0 | 3,481,977,694 | 10% | ||
qsyal | 0 | 1,058,812,225 | 10% | ||
fdataline77 | 0 | 808,724,458 | 40% | ||
val.halla | 0 | 533,950,653 | 2% | ||
vimukthi | 0 | 29,943,720,242 | 10% | ||
iamphysical | 0 | 14,523,148,029 | 90% | ||
valchiz | 0 | 1,530,493,297 | 9% | ||
zyx066 | 0 | 943,234,343 | 0.4% | ||
noticias | 0 | 68,879,005 | 20% | ||
gabox | 0 | 2,310,416,588 | 5% | ||
revo | 0 | 1,405,947,825 | 0.8% | ||
azulear | 0 | 2,529,992,667 | 100% | ||
psicoluigi | 0 | 821,378,911 | 50% | ||
thelordsharvest | 0 | 755,139,734 | 0.8% | ||
massivevibration | 0 | 1,008,636,442 | 1.5% | ||
onartbali | 0 | 1,115,541,508 | 5% | ||
samic | 0 | 5,568,448,563 | 30% | ||
artemisjane26 | 0 | 626,950,920 | 20% | ||
aidefr | 0 | 552,828,764 | 2.25% | ||
sawcraz.art | 0 | 16,628,861,298 | 100% | ||
cervantes.one | 0 | 1,257,916,879,640 | 20% | ||
takeru255 | 0 | 1,116,659,143 | 100% | ||
miguelarl | 0 | 3,120,773,676 | 50% | ||
critic-on | 0 | 1,283,893,447 | 10% | ||
simonmaz | 0 | 1,935,225,398 | 10% | ||
meno | 0 | 82,959,801,586 | 10% | ||
bhoa | 0 | 860,197,581 | 5% | ||
enzor | 0 | 614,119,628 | 10% | ||
marleyn | 0 | 566,543,920 | 2% | ||
carloserp-2000 | 0 | 4,639,667,713 | 100% | ||
battebilly | 0 | 2,773,176,306 | 10% | ||
buff-news | 0 | 920,541,830 | 10% | ||
steveconnor | 0 | 551,649,186 | 0.4% | ||
dumitriu | 0 | 4,106,777,425 | 10% | ||
camaund | 0 | 529,483,624 | 10% | ||
nicole-st | 0 | 714,783,970 | 0.4% | ||
cataluz | 0 | 1,512,058,712 | 20% | ||
aboutcoolscience | 0 | 3,341,965,267 | 10% | ||
suzn.poudel | 0 | 1,190,707,962 | 10% | ||
hendersonp | 0 | 3,837,818,241 | 20% | ||
kenadis | 0 | 2,570,469,807 | 10% | ||
salvao | 0 | 2,012,507,570 | 12% | ||
robotics101 | 0 | 2,000,911,594 | 10% | ||
punchline | 0 | 2,076,732,519 | 0.8% | ||
purapapita | 0 | 2,408,023,913 | 100% | ||
gentleshaid | 0 | 12,095,428,177 | 50% | ||
tolustx | 0 | 440,472,800 | 10% | ||
sco | 0 | 2,834,291,321 | 10% | ||
anikekirsten | 0 | 524,758,146 | 5% | ||
phgnomo | 0 | 2,735,687,170 | 10% | ||
ennyta | 0 | 943,835,702 | 50% | ||
brotherhood | 0 | 11,171,441,840 | 0.8% | ||
azmielbanjary | 0 | 784,254,526 | 10% | ||
benie111 | 0 | 2,085,185,499 | 18% | ||
bartheek | 0 | 1,772,444,660 | 0.8% | ||
payger | 0 | 540,239,112 | 5% | ||
intrepidphotos | 0 | 222,021,317,243 | 7.5% | ||
hijosdelhombre | 0 | 963,962,320 | 1% | ||
steem4all | 0 | 8,922,797,491 | 20% | ||
fragmentarion | 0 | 2,337,703,346 | 10% | ||
gaming.yer | 0 | 552,327,075 | 100% | ||
utube | 0 | 597,831,106 | 0.8% | ||
sacra97 | 0 | 150,639,426,036 | 100% | ||
manncpt | 0 | 10,998,192,811 | 10% | ||
blanca56 | 0 | 86,371,782,400 | 100% | ||
garvi | 0 | 3,372,865,656 | 2% | ||
omg-is-biology | 0 | 718,195,785 | 100% | ||
neneandy | 0 | 874,248,074 | 0.8% | ||
jnmarteau | 0 | 2,606,784,956 | 10% | ||
trabajosdelsiglo | 0 | 989,412,968 | 10% | ||
kpopjera | 0 | 874,520,281 | 10% | ||
josegilberto | 0 | 8,879,673,629 | 100% | ||
stemng | 0 | 10,564,934,566 | 50% | ||
lanzjoseg | 0 | 61,102,962,610 | 40% | ||
kingabesh | 0 | 982,235,855 | 25% | ||
miguelangel2801 | 0 | 756,174,426 | 50% | ||
layac13 | 0 | 8,749,201,805 | 50% | ||
gabyrutigliano | 0 | 2,557,959,069 | 100% | ||
morey-lezama | 0 | 1,376,345,263 | 10% | ||
geopolis | 0 | 593,090,457 | 10% | ||
robertbira | 0 | 1,027,726,175 | 2.5% | ||
the.chiomz | 0 | 526,357,080 | 27.5% | ||
pundito | 0 | 23,574,161,849 | 10% | ||
alexdory | 0 | 1,452,814,243 | 10% | ||
irgendwo | 0 | 1,479,171,202 | 0.8% | ||
victorialanz | 0 | 2,846,471,805 | 50% | ||
melvin7 | 0 | 2,933,010,023 | 5% | ||
francostem | 0 | 1,281,868,027 | 10% | ||
endopediatria | 0 | 681,734,136 | 20% | ||
croctopus | 0 | 1,416,254,753 | 100% | ||
zhanavic69 | 0 | 13,044,938,839 | 50% | ||
joshh71390 | 0 | 738,001,900 | 10% | ||
yurilaya | 0 | 13,549,403,724 | 100% | ||
suanky | 0 | 811,807,126 | 100% | ||
antoniarhuiz | 0 | 15,737,066,505 | 50% | ||
superlotto | 0 | 2,464,298,334 | 0.8% | ||
djoi | 0 | 971,543,362 | 25% | ||
yohan2on | 0 | 1,943,750,272 | 10% | ||
julian.alejandro | 0 | 682,573,096 | 50% | ||
isgledysduarte | 0 | 7,083,637,307 | 50% | ||
zoniacb | 0 | 8,321,534,562 | 100% | ||
wisejg | 0 | 671,625,185 | 100% | ||
nayita238 | 0 | 2,628,198,084 | 50% | ||
josevas217 | 0 | 38,882,733,847 | 10% | ||
tomastonyperez | 0 | 16,293,643,797 | 50% | ||
elvigia | 0 | 10,674,291,982 | 50% | ||
muratkbesiroglu | 0 | 1,094,910,546 | 0.08% | ||
sanderjansenart | 0 | 603,873,075 | 0.4% | ||
karupanocitizen | 0 | 1,709,089,816 | 10% | ||
koenau | 0 | 1,816,795,925 | 5% | ||
d-zero | 0 | 86,277,805,077 | 100% | ||
franyeligonzalez | 0 | 23,434,309,435 | 20% | ||
carolinacardoza | 0 | 40,591,212,165 | 100% | ||
gadrian | 0 | 29,310,194,549 | 7.5% | ||
therising | 0 | 13,984,711,326 | 0.8% | ||
c1udadan0x | 0 | 1,141,061,151 | 15% | ||
gifty-e | 0 | 712,476,424 | 80% | ||
de-stem | 0 | 5,211,883,966 | 9.9% | ||
imcore | 0 | 1,006,567,976 | 10% | ||
josedelacruz | 0 | 4,009,077,313 | 50% | ||
roinv | 0 | 929,859,663 | 15% | ||
drginecoweb | 0 | 1,312,147,462 | 100% | ||
davidcentenor | 0 | 813,621,419 | 10% | ||
erickyoussif | 0 | 746,948,860 | 100% | ||
meanbees | 0 | 24,127,368,750 | 10% | ||
globalschool | 0 | 5,224,146,130 | 5% | ||
vicent21 | 0 | 2,492,607,155 | 50% | ||
deholt | 0 | 517,599,087 | 8.5% | ||
nels23 | 0 | 5,733,944,640 | 100% | ||
anneporter | 0 | 712,299,894 | 3% | ||
leomolina | 0 | 562,006,691 | 10% | ||
diabonua | 0 | 687,267,636 | 0.4% | ||
jjqf | 0 | 2,805,024,148 | 100% | ||
nateaguila | 0 | 179,968,526,406 | 5% | ||
aliriera | 0 | 1,879,859,285 | 10% | ||
temitayo-pelumi | 0 | 777,647,136 | 10% | ||
ramonycajal | 0 | 24,673,243,273 | 100% | ||
andrick | 0 | 822,336,176 | 50% | ||
motherofalegend | 0 | 1,612,654,286 | 5% | ||
carilinger | 0 | 28,124,294,440 | 4% | ||
doctor-cog-diss | 0 | 8,415,974,845 | 10% | ||
uche-nna | 0 | 961,026,642 | 0.64% | ||
manuelgil64 | 0 | 460,613,590 | 10% | ||
mike961 | 0 | 1,443,982,934 | 8% | ||
merlion | 0 | 955,181,812 | 14.89% | ||
anaestrada12 | 0 | 1,766,465,796 | 100% | ||
palomot | 0 | 1,585,147,286 | 100% | ||
citizendog | 0 | 630,184,683 | 0.8% | ||
vampire-steem | 0 | 581,121,683 | 10% | ||
purrix | 0 | 7,571,943,213 | 50% | ||
davidric | 0 | 626,541,775 | 100% | ||
doodle.danga | 0 | 1,379,921,073 | 20% | ||
nancyeliza | 0 | 9,914,850,369 | 100% | ||
votepower | 0 | 3,767,807,572 | 100% | ||
bflanagin | 0 | 883,940,986 | 0.4% | ||
armandosodano | 0 | 1,876,411,591 | 0.4% | ||
melor9 | 0 | 1,111,705,008 | 10% | ||
cyberspacegod | 0 | 1,473,227,695 | 100% | ||
gerdtrudroepke | 0 | 11,839,732,519 | 5% | ||
reinaseq | 0 | 1,386,297,762 | 20% | ||
lebey1 | 0 | 621,485,232 | 7% | ||
kylealex | 0 | 4,679,236,485 | 10% | ||
indianapatt | 0 | 2,167,974,975 | 100% | ||
topfivefamily | 0 | 32,590,994,992 | 100% | ||
pabloptimista | 0 | 612,764,985 | 10% | ||
orlandogonzalez | 0 | 688,229,399 | 5% | ||
deathcross | 0 | 558,880,878 | 100% | ||
fran.frey | 0 | 4,009,579,393 | 50% | ||
pboulet | 0 | 13,088,164,892 | 8% | ||
javyeslava.photo | 0 | 2,564,347,797 | 6% | ||
perazart | 0 | 2,606,310,407 | 100% | ||
stem-espanol | 0 | 37,927,984,939 | 100% | ||
cliffagreen | 0 | 1,400,921,173 | 10% | ||
aleestra | 0 | 1,545,225,448 | 10% | ||
albaandreina | 0 | 2,668,000,259 | 100% | ||
fulani | 0 | 3,296,494,592 | 10% | ||
creativeblue | 0 | 8,650,708,603 | 10% | ||
racarjoal | 0 | 2,733,983,063 | 50% | ||
janettyanez | 0 | 147,050,710,301 | 100% | ||
brianoflondon | 0 | 2,731,575,757 | 0.12% | ||
papaleta | 0 | 1,295,239,747 | 10% | ||
giulyfarci52 | 0 | 1,637,762,790 | 50% | ||
esthersanchez | 0 | 2,011,362,754 | 30% | ||
eliasseth | 0 | 1,128,433,144 | 10% | ||
sweet-candy | 0 | 539,321,003 | 50% | ||
astrochologist | 0 | 1,200,981,290 | 10% | ||
steemcryptosicko | 0 | 1,604,902,378 | 0.16% | ||
stem.witness | 0 | 519,414,673 | 10% | ||
noeliazul | 0 | 2,399,434,230 | 50% | ||
pablo1601 | 0 | 44,068,210,686 | 50% | ||
veronik28dic | 0 | 2,009,085,641 | 100% | ||
martinstomisin | 0 | 534,481,768 | 10% | ||
shainemata | 0 | 18,184,048,649 | 20% | ||
wilmer14molina | 0 | 977,271,635 | 50% | ||
thehealthylife | 0 | 1,178,458,450 | 10% | ||
bit4bit | 0 | 1,060,020,689 | 0.8% | ||
vaultec | 0 | 6,496,899,017 | 12% | ||
steemstorage | 0 | 894,600,339 | 0.8% | ||
aqua.nano | 0 | 2,860,649,559 | 100% | ||
steemegg | 0 | 2,770,635,312 | 10% | ||
edithbdraw | 0 | 4,013,167,028 | 17% | ||
esclavos75 | 0 | 17,048,553,987 | 100% | ||
blackbird24 | 0 | 1,282,890,745 | 100% | ||
crowdwitness | 0 | 2,105,295,527 | 5% | ||
limka | 0 | 114,607,018 | 77.56% | ||
steemean | 0 | 10,044,663,774 | 5% | ||
arnaldoropeza | 0 | 998,402,587 | 10% | ||
cpl-17 | 0 | 503,250,612 | 20% | ||
jackramsey | 0 | 1,274,644,875 | 10% | ||
yohanys | 0 | 720,506,072 | 10% | ||
sofialanz | 0 | 5,501,851,231 | 100% | ||
epicdice | 0 | 522,651,846 | 0.24% | ||
patris | 0 | 1,248,997,912 | 10% | ||
yiobri | 0 | 2,687,188,315 | 10% | ||
iamsaray | 0 | 6,324,596,596 | 10% | ||
endersong | 0 | 547,612,462 | 10% | ||
robibasa | 0 | 23,573,875,540 | 10% | ||
victartex | 0 | 836,385,340 | 10% | ||
maruskina | 0 | 17,432,254,084 | 10% | ||
aicu | 0 | 5,448,268,007 | 0.8% | ||
zeruxanime | 0 | 597,606,455 | 5% | ||
titan-c | 0 | 797,594,860 | 10% | ||
mariolbi | 0 | 827,644,556 | 10% | ||
stemgeeks | 0 | 26,582,843,676 | 80% | ||
stemcuration | 0 | 1,712,901,100 | 80% | ||
babytarazkp | 0 | 3,931,320,288 | 40% | ||
pablo1601.sports | 0 | 866,775,589 | 50% | ||
helengutier2 | 0 | 13,204,276,409 | 10% | ||
abh12345.stem | 0 | 775,517,706 | 40% | ||
jesus68 | 0 | 897,795,064 | 10% | ||
nazer | 0 | 698,808,057 | 10% | ||
whangster79 | 0 | 5,638,614,169 | 0.4% | ||
rosana6 | 0 | 5,149,595,513 | 10% | ||
steemstem-trig | 0 | 740,735,721 | 10% | ||
dmoonfire | 0 | 27,949,965,925 | 71% | ||
yggdrasil.laguna | 0 | 442,721,177 | 40% | ||
jgb | 0 | 27,866,175,628 | 9% | ||
ibt-survival | 0 | 32,918,375,225 | 10% | ||
heroquest | 0 | 1,053,988,942 | 20% | ||
chapmain | 0 | 119,946,193 | 100% | ||
julesquirin | 0 | 604,905,816 | 4% | ||
peterale | 0 | 1,429,495,661 | 0.4% | ||
stuntman.mike | 0 | 8,468,324,223 | 100% | ||
laruche | 0 | 113,342,672,311 | 3% | ||
ykretz | 0 | 2,289,554,566 | 5% | ||
stemsocial | 0 | 59,482,324,412 | 10% | ||
peterpanpan | 0 | 1,769,742,878 | 2% | ||
anahid | 0 | 515,181,461 | 10% | ||
yolimarag | 0 | 45,896,830,906 | 50% | ||
valeryc | 0 | 2,414,513,277 | 100% | ||
taniagonzalez | 0 | 816,381,121 | 10% | ||
marievar | 0 | 774,477,469 | 10% | ||
hive.curation | 0 | 10,281,960,286 | 14.89% | ||
forkyishere | 0 | 1,355,264,631 | 10% | ||
oliviagm | 0 | 22,085,864,028 | 20% | ||
magin.pintor | 0 | 1,913,879,251 | 20% | ||
schmidi | 0 | 3,692,672,031 | 5% | ||
joseq1570 | 0 | 704,885,776 | 16% | ||
quinnertronics | 0 | 6,802,606,474 | 3% | ||
ilovegames | 0 | 1,271,129,023 | 4% | ||
carmenm20 | 0 | 898,932,173 | 10% | ||
aabcent | 0 | 1,576,010,756 | 0.64% | ||
great-a | 0 | 9,072,472,600 | 100% | ||
pfwaus | 0 | 1,225,650,575 | 100% | ||
cleydimar2000 | 0 | 3,445,595,671 | 10% | ||
noalys | 0 | 1,568,201,637 | 10% | ||
lolysacc | 0 | 1,421,936,091 | 10% | ||
nbs.gmbh | 0 | 60,213,314,467 | 0.8% | ||
dorkpower | 0 | 1,373,443,858 | 40% | ||
raizayanez | 0 | 11,020,222,281 | 100% | ||
lvelasquezc | 0 | 5,029,305,405 | 100% | ||
joshuabbey | 0 | 1,202,076,017 | 100% | ||
kattycrochet | 0 | 7,519,781,571 | 10% | ||
stemcur | 0 | 689,597,953 | 64% | ||
maar | 0 | 974,493,110 | 100% | ||
brofund-stem | 0 | 1,446,505,246 | 40% | ||
meritocracy | 0 | 8,787,627,914 | 0.08% | ||
stemline | 0 | 4,982,019,679 | 40% | ||
meestemboom | 0 | 481,120,628 | 25% | ||
academiccuration | 0 | 699,596,299 | 80% | ||
dcrops | 0 | 2,531,723,447 | 0.4% | ||
mccoy02 | 0 | 3,347,714,018 | 10% | ||
scooter77.stem | 0 | 799,179,817 | 80% | ||
mundo.curioso | 0 | 207,327,728 | 100% | ||
krishu.stem | 0 | 927,631,028 | 100% | ||
germanandradeg | 0 | 554,477,099 | 10% | ||
adamada.stem | 0 | 2,916,755,649 | 100% | ||
kooza | 0 | 575,205,850 | 10% | ||
danielam530 | 0 | 2,344,339,853 | 100% | ||
gerald530 | 0 | 1,033,269,069 | 100% | ||
medch | 0 | 1,570,936,028 | 6% | ||
drricksanchez | 0 | 46,004,751,605 | 10% | ||
juecoree.stem | 0 | 535,280,418 | 80% | ||
karbea | 0 | 8,858,318,730 | 100% | ||
janettbrito76 | 0 | 1,315,762,586 | 2% | ||
luisestaba23 | 0 | 726,116,030 | 50% | ||
holovision.stem | 0 | 8,896,700,556 | 50% | ||
hubeyma | 0 | 3,241,715,696 | 10% | ||
lunasilver73 | 0 | 2,447,192,860 | 50% | ||
jessicaossom | 0 | 525,959,908 | 0.4% | ||
star.stem | 0 | 1,690,541,992 | 50% | ||
solominer.stem | 0 | 764,289,932 | 100% | ||
mairimgo23 | 0 | 1,378,890,695 | 10% | ||
irivers | 0 | 2,753,529,353 | 100% | ||
felvaca | 0 | 879,675,021 | 50% | ||
kalivankush | 0 | 722,219,779 | 10% | ||
tanzil2024 | 0 | 3,360,138,231 | 100% | ||
setroot | 0 | 581,450,637 | 20% | ||
aries90 | 0 | 6,031,305,902 | 0.8% | ||
migka | 0 | 3,580,320,941 | 90% | ||
culebro | 0 | 1,048,468,869 | 100% | ||
sanjie | 0 | 1,948,679,218 | 20% | ||
josdad01 | 0 | 1,025,204,158 | 10% | ||
eman13088 | 0 | 517,319,434 | 100% | ||
tropicarlos | 0 | 865,689,166 | 10% | ||
detrasdelbar | 0 | 640,970,422 | 14% | ||
phendx | 0 | 3,880,407,914 | 10% | ||
saboin.stem | 0 | 629,731,838 | 80% | ||
invest-time | 0 | 530,771,931 | 50% | ||
be-alysha | 0 | 8,233,567,577 | 100% | ||
dondido | 0 | 82,574,946,274 | 20% | ||
betaplay | 0 | 836,885,499 | 100% | ||
noakmilo | 0 | 514,003,370 | 10% | ||
gerardoguacaran | 0 | 4,205,150,663 | 100% | ||
bhdc | 0 | 7,258,072,100 | 0.8% | ||
theinfiltred | 0 | 1,046,281,505 | 100% | ||
street.curator | 0 | 3,478,094,594 | 50% | ||
mugueto2022 | 0 | 2,994,837,705 | 20% | ||
xxeldal | 0 | -38,165,286 | -4% | ||
mercury27 | 0 | 2,728,008,429 | 100% | ||
era131 | 0 | 652,449,352 | 10% |
Congratulations @alfonsoalfonsi! You have completed the following achievement on the Hive blockchain and have been rewarded with new badge(s): <table><tr><td><img src="https://images.hive.blog/60x70/http://hivebuzz.me/@alfonsoalfonsi/upvoted.png?202206041608"></td><td>You received more than 15000 upvotes.<br>Your next target is to reach 20000 upvotes.</td></tr> </table> <sub>_You can view your badges on [your board](https://hivebuzz.me/@alfonsoalfonsi) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> **Check out the last post from @hivebuzz:** <table><tr><td><a href="/hive-122221/@hivebuzz/pum-202205-result"><img src="https://images.hive.blog/64x128/https://i.imgur.com/lpF7k06.png"></a></td><td><a href="/hive-122221/@hivebuzz/pum-202205-result">Hive Power Up Month Challenge 2022-05 - Winners List</a></td></tr><tr><td><a href="/hive-122221/@hivebuzz/pud-202206-feedback"><img src="https://images.hive.blog/64x128/https://i.imgur.com/zHjYI1k.jpg"></a></td><td><a href="/hive-122221/@hivebuzz/pud-202206-feedback">Feedback from the June 1st Hive Power Up Day</a></td></tr><tr><td><a href="/hive-122221/@hivebuzz/pum-202206"><img src="https://images.hive.blog/64x128/https://i.imgur.com/M9RD8KS.png"></a></td><td><a href="/hive-122221/@hivebuzz/pum-202206">Be ready for the 6th edition of the Hive Power Up Month!</a></td></tr></table> ###### Support the HiveBuzz project. [Vote](https://hivesigner.com/sign/update_proposal_votes?proposal_ids=%5B%22199%22%5D&approve=true) for [our proposal](https://peakd.com/me/proposals/199)!
author | hivebuzz |
---|---|
permlink | notify-alfonsoalfonsi-20220604t162957 |
category | hive-196387 |
json_metadata | {"image":["http://hivebuzz.me/notify.t6.png"]} |
created | 2022-06-04 16:29:57 |
last_update | 2022-06-04 16:29:57 |
depth | 1 |
children | 2 |
last_payout | 2022-06-11 16:29:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,681 |
author_reputation | 369,402,124,817,045 |
root_title | "Tasks with Speed Adjustment in Real-Time Embedded Systems" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 113,781,191 |
net_rshares | 0 |
Thank you @hivebuzz for supporting me.
author | alfonsoalfonsi |
---|---|
permlink | rd32a2 |
category | hive-196387 |
json_metadata | {"users":["hivebuzz"],"app":"hiveblog/0.1"} |
created | 2022-06-07 01:18:51 |
last_update | 2022-06-07 01:18:51 |
depth | 2 |
children | 1 |
last_payout | 2022-06-14 01:18:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 38 |
author_reputation | 12,520,973,524,509 |
root_title | "Tasks with Speed Adjustment in Real-Time Embedded Systems" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 113,843,269 |
net_rshares | 0 |
You're welcome @alfonsoalfonsi. BTW, we need your help! May we ask you to support our proposal so our team can continue its work? You can do it on [Peakd](https://peakd.com/me/proposals/199), [ecency](https://ecency.com/proposals/199), [Hive.blog](https://wallet.hive.blog/proposals) or [using HiveSigner](https://hivesigner.com/sign/update_proposal_votes?proposal_ids=%5B%22199%22%5D&approve=true) https://peakd.com/me/proposals/199 Your support would be very helpful. Thank you!<div class="pull-right"><a href="/@hive.engage"></a></div>
author | hivebuzz |
---|---|
permlink | re-1654599319382 |
category | hive-196387 |
json_metadata | {"app":"engage"} |
created | 2022-06-07 10:55:21 |
last_update | 2022-06-07 10:55:21 |
depth | 3 |
children | 0 |
last_payout | 2022-06-14 10:55:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 577 |
author_reputation | 369,402,124,817,045 |
root_title | "Tasks with Speed Adjustment in Real-Time Embedded Systems" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 113,852,617 |
net_rshares | 0 |
Una publicación técnica y profesional, @alfonsoalfonsi.Buen trabajo
author | josegilberto |
---|---|
permlink | rcxyvx |
category | hive-196387 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2022-06-04 07:16:45 |
last_update | 2022-06-04 07:16:45 |
depth | 1 |
children | 1 |
last_payout | 2022-06-11 07:16:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 67 |
author_reputation | 10,226,579,275,490 |
root_title | "Tasks with Speed Adjustment in Real-Time Embedded Systems" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 113,771,063 |
net_rshares | 1,985,711,153 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stemgeeks | 0 | 1,906,245,914 | 6% | ||
stemcuration | 0 | 79,465,239 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% | ||
saboin.stem | 0 | 0 | 6% |
Gracias @josegilberto por tu apoyo y comentario.
author | alfonsoalfonsi |
---|---|
permlink | rd2t12 |
category | hive-196387 |
json_metadata | {"users":["josegilberto"],"app":"hiveblog/0.1"} |
created | 2022-06-06 21:59:00 |
last_update | 2022-06-06 21:59:00 |
depth | 2 |
children | 0 |
last_payout | 2022-06-13 21:59:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 48 |
author_reputation | 12,520,973,524,509 |
root_title | "Tasks with Speed Adjustment in Real-Time Embedded Systems" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 113,839,552 |
net_rshares | 0 |
Su post ha sido valorado por @ramonycajal 
author | ramonycajal |
---|---|
permlink | re-alfonsoalfonsi-rcxyac |
category | hive-196387 |
json_metadata | {"tags":["hive-196387"],"app":"peakd/2022.05.9"} |
created | 2022-06-04 07:03:48 |
last_update | 2022-06-04 07:03:48 |
depth | 1 |
children | 1 |
last_payout | 2022-06-11 07:03:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 149 |
author_reputation | 146,311,691,080,468 |
root_title | "Tasks with Speed Adjustment in Real-Time Embedded Systems" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 113,770,791 |
net_rshares | 0 |
Hola, @ramonycajal gracias por apoyar mi post. Estamos en comunicación.
author | alfonsoalfonsi |
---|---|
permlink | rd2ydx |
category | hive-196387 |
json_metadata | {"users":["ramonycajal"],"app":"hiveblog/0.1"} |
created | 2022-06-06 23:54:48 |
last_update | 2022-06-06 23:54:48 |
depth | 2 |
children | 0 |
last_payout | 2022-06-13 23:54:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 71 |
author_reputation | 12,520,973,524,509 |
root_title | "Tasks with Speed Adjustment in Real-Time Embedded Systems" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 113,841,697 |
net_rshares | 0 |
<div class='text-justify'> <div class='pull-left'> <img src='https://stem.openhive.network/images/stemsocialsupport7.png'> </div> Thanks for your contribution to the <a href='/trending/hive-196387'>STEMsocial community</a>. Feel free to join us on <a href='https://discord.gg/9c7pKVD'>discord</a> to get to know the rest of us! Please consider delegating to the @stemsocial account (85% of the curation rewards are returned). You may also include @stemsocial as a beneficiary of the rewards of this post to get a stronger support. <br /> <br /> </div>
author | stemsocial |
---|---|
permlink | re-alfonsoalfonsi-tasks-with-speed-adjustment-in-real-time-embedded-systems-20220604t140853247z |
category | hive-196387 |
json_metadata | {"app":"STEMsocial"} |
created | 2022-06-04 14:08:51 |
last_update | 2022-06-04 14:08:51 |
depth | 1 |
children | 1 |
last_payout | 2022-06-11 14:08:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 565 |
author_reputation | 22,918,491,691,707 |
root_title | "Tasks with Speed Adjustment in Real-Time Embedded Systems" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 113,778,249 |
net_rshares | 0 |
Gracias @stemsocial por apoyar este post. Seguimos creando contenidos.
author | alfonsoalfonsi |
---|---|
permlink | rd30bk |
category | hive-196387 |
json_metadata | {"users":["stemsocial"],"app":"hiveblog/0.1"} |
created | 2022-06-07 00:36:33 |
last_update | 2022-06-07 00:36:33 |
depth | 2 |
children | 0 |
last_payout | 2022-06-14 00:36:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 70 |
author_reputation | 12,520,973,524,509 |
root_title | "Tasks with Speed Adjustment in Real-Time Embedded Systems" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 113,842,544 |
net_rshares | 1,017,860,056 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gangstalking | 0 | 1,017,860,056 | 0.5% |
<center> [](https://hive.blog/@topfivefamily) **Con el apoyo de la familia.** # **Trail de [TopFiveFamily](https://hive.vote/dash.php?trail=topfivefamily&i=1)** </center>
author | topfivefamily |
---|---|
permlink | rcxw8z |
category | hive-196387 |
json_metadata | {"image":["https://steemitimages.com/600x350/https://cdn.steemitimages.com/DQmaVLb7D4tbae386qTvuJxY14s6qZSoQ39QvZQdKwhgURp/Logo-Preliminar-topfivefamilyCarlos.png"],"links":["https://hive.blog/@topfivefamily"],"app":"hiveblog/0.1"} |
created | 2022-06-04 06:19:48 |
last_update | 2022-06-04 06:19:48 |
depth | 1 |
children | 1 |
last_payout | 2022-06-11 06:19:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 365 |
author_reputation | 432,217,669,019,317 |
root_title | "Tasks with Speed Adjustment in Real-Time Embedded Systems" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 113,770,150 |
net_rshares | 8,680,284,785 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
karbea | 0 | 8,680,284,785 | 100% |
Gracias, gracias @topfivefamily por su apoyo. Estamos en comunicación.
author | alfonsoalfonsi |
---|---|
permlink | rd2qyc |
category | hive-196387 |
json_metadata | {"users":["topfivefamily"],"app":"hiveblog/0.1"} |
created | 2022-06-06 21:14:09 |
last_update | 2022-06-06 21:14:09 |
depth | 2 |
children | 0 |
last_payout | 2022-06-13 21:14:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 70 |
author_reputation | 12,520,973,524,509 |
root_title | "Tasks with Speed Adjustment in Real-Time Embedded Systems" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 113,838,595 |
net_rshares | 0 |