State of the game - Juny 2023 - crossbar / Stan gry - czerwiec 2023 - poprzeczka

[EN] We welcome the brave souls who decided to take part in the Juny # crossbar. You've been with us for 25 months now! Thank you.

This time, we continue testing reports on the number of steps by any application. Most of them will probably stay with #actifit, but we're trying out a new one. The basic principle is trust. Don't be afraid to call @poprzeczka to get your report noticed.

If you are not with us yet, you can join every month - next deadline is July 3rd.

The rules are the same as always: every next day we take a thousand more steps. If you fail three times in a row,you fall.

This article, and especially in the comments, will tell you about the next days of the competition. Until the end. Here you can also add your own reports for subsequent days in the comments, if you don't want to create separate posts.

In the May @poprzeczka, still don't know who's won.


{PL] Witamy śmiałków, którzy zdecydowali się na udział w czerwcowej #poprzeczce. Jesteście z nami już 25 miesięcy! Dziękuję.

Tym razem kontynuujemy testy raportowania liczby kroków przez dowolną aplikację. Większość zapewne pozostanie przy #actifit, ale próbujemy z nowym. Podstawowa zasada - zaufanie. Nie bój się zawołać @poprzeczka by Wasz raport był zauważony. Jeśli nie ma Cię jeszcze z nami to możesz dołączyć co miesiąc - następny termin upływa 3 lipca.

Zasady są takie jak zawsze: Każdego kolejnego dnia robimy tysiąc kroków więcej. Jeśli trzy razy z rzędu się nie uda - odpadasz.

W tym wpisie a zwłaszcza w komentarzach będą relacje z kolejnych dni rywalizacji. Aż do końca. Tu także możesz w komentarzach dodawać swoje raporty z kolejnych dni, jeśli nie chcesz tworzyć oddzielnych postów.

W majowej edycji ciągle nie wiemy kto zwyciężył.



0
0
0.000
56 comments
avatar

You need some sponsors to make this grow!

0
0
0.000
avatar

Would be nice

0
0
0.000
avatar

Did you ask any of Mafit sponsors?

0
0
0.000
avatar

I haven't asked for support yet because the crossbar is still a local game on hive.blog. Everyone can contribute and everyone can participate.
Finding sponsors who would send us some tokens would be 'problematic' for me, because I would have to come up with some other classification.

In my head, I rather create an application that would count everything - both steps and classification. So far GPT Chat has already written me the code, but I haven't had time to test it further.

[PL]

Nie prosiłem jeszcze o wsparcie bo poprzeczka nadal jest lokalną rozgrywką na hive.blog. Każdy może wesprzeć i każdy może brać w niej udział.
Pozyskanie sponsorów, którzy sypnęli by nam jakieś tokeny - byłoby dla mnie problematyczne bo musiałbym wymyślić jakąś kolejną klasyfikację.

W głowie mam raczej stworzenie aplikacji, która by wszystko liczyła - i kroki i klasyfikację. Jak na razie Czat GPT napisał mi już kod, ale nie miałem czasu na dalsze testy.

0
0
0.000
avatar

So far GPT Chat has already written me the code, but I haven't had time to test it further.

I would love to see what you used gpt for, is it js or python?

0
0
0.000
avatar

I have no idea, I don't know programming. I programmed only on Atari Basic 800XL

GPT gave me this:

```java
import android.hardware.Sensor;
import android.hardware.SensorEvent;
import android.hardware.SensorEventListener;
import android.hardware.SensorManager;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.TextView;

public class MainActivity extends AppCompatActivity implements SensorEventListener {

private SensorManager sensorManager;
private Sensor stepSensor;
private TextView stepsTextView;
private int totalSteps = 0;
private int totalPoints = 0;

@Override
protected void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    setContentView(R.layout.activity_main);

    // Initialize sensor manager and step sensor
    sensorManager = (SensorManager) getSystemService(SENSOR_SERVICE);
    stepSensor = sensorManager.getDefaultSensor(Sensor.TYPE_STEP_COUNTER);

    // Initialize text view for displaying steps
    stepsTextView = findViewById(R.id.stepsTextView);
}

@Override
protected void onResume() {
    super.onResume();

    // Register sensor listener for step sensor
    sensorManager.registerListener(this, stepSensor, SensorManager.SENSOR_DELAY_NORMAL);
}

@Override
protected void onPause() {
    super.onPause();

    // Unregister sensor listener to conserve battery
    sensorManager.unregisterListener(this);
}

@Override
public void onSensorChanged(SensorEvent event) {
    // Update total steps and display in text view
    totalSteps = (int) event.values[0];
    stepsTextView.setText("Total Steps: " + totalSteps);

    // Calculate total points based on current date and number of steps
    int dayOfMonth = Calendar.getInstance().get(Calendar.DAY_OF_MONTH);
    int pointsPerDay = 1000 + (dayOfMonth - 1) * 1000;
    totalPoints = totalSteps / pointsPerDay;

    // Display total points in text view
    TextView pointsTextView = findViewById(R.id.pointsTextView);
    pointsTextView.setText("Total Points: " + totalPoints);
}

@Override
public void onAccuracyChanged(Sensor sensor, int accuracy) {
    // Do nothing
}

}

0
0
0.000
avatar
(Edited)

Halo, to ja Wasza czerwcowa poprzeczka i jeszcze nikt mnie w tym miesiącu nie strącił.

Hello, it's me, your June crossbar, and no one has lost me yet this month.

0
0
0.000
avatar

Halo - tu miesiąc czerwiec.
Udało się nadrobić zaległości. W ostatniej chwili bo kolejne dni mogą być ciężkie.

Hello - it's the month of June. We managed to catch up. At the last minute because the next few days can be hard.

Nadal bezbłędni w czerwcu:
Still flawless in June:

@asia-pl , @browery, @cezary-io , @edycu007 @fredkese ,@homesteadlt, @manuvert, @merthin, @sk1920

@ racibo i @drlobes mają potknięcia ale nadal są w grze. No chyba, że drlobes strąci dzisiaj poprzeczkę po raz trzeci z rzędu.

@racibo and @ drlobes have their lapses but are still in the game. Well, unless drlobes knocks down the bar for the third time in a row today.

Pierwsze miejsce (od końca) zajęli w czerwcowej edycji (ex aequo)
They took the first place (from the end) in the June edition (ex aequo)

12.@marianomariano, @ataraksja 5

Zobaczcie kto wygrał edycję majową bo już wiadomo. Na ostateczne wyniki jeszcze trochę poczekamy.
See who won the May edition because we already know. We're still waiting for the final results.

0
0
0.000
avatar

@racibo - możesz liczyć na mnie, za parę dni zrobię update.

przy okazji - Maj możesz zamknąć. Nie będzie ataku na personal best

0
0
0.000
avatar

Hello fans,
Since @racibo is busy, I'll step in and update the state of the game.
@drlobes has been publishing some nice vacation photos, but he has said "pass" and is out of the June competition. 10 contestants are still in. Most of them still have clean sheets - this will probably change during this week.

Leaders as of June 11: @browery, @cezary-io, @fredkese, @homesteadlt, @manuvert, @merthin (Defending Champion), @sk1920
Others in the game: @asia-pl, @edycu007, @racibo

image.png

0
0
0.000
avatar
(Edited)

Good day,

Two significant changes since the last update. @homesteadlt and @edycu007 have finished playing in June. @racibo is close to dropping, too. He needs to report 21k for yesterday.

The flawless leaders are @cezary-io @fredkese and @manuvert. @merthin cleared all days until the 20th and then stumbled on 21k. @sk1920 and @browery are in the game, with a "OXOX" pattern.

Standings as of June 20

0
0
0.000
avatar

It's already getting harder at this of the month

0
0
0.000
avatar

I forgot to post a day or two but don't think that made any difference. Congratulations to all.

0
0
0.000
avatar

Good day all,

While I was away taking my mountain guide exams (passed!), a lot has happened in the competition. @browery has dropped out and all leaders have had their first stumbles.

Since my exams are taken out there in mountains, I have cleared the bar on 23rd and 24th (and have made it today as well - @actifit report card coming later in the evening). This makes me temporarily the new leader.

@cezary-io @fredkese @racibo and @sk1920 are all at 23k. @manuvert is a bit behind (22), but it's probably only a matter of time zone difference. So 6 of us are in the play in the final week of June. Are we going to take the competition into July?

Standings as of June 23

0
0
0.000
avatar

Today, I stumbled for the second time. I will try to stay in competition with over 26k steps tomorrow.

0
0
0.000
avatar

I'll do the opposite - having cleared 25, I will take a day or two off from the contest. Wednesday will be critical for me - if I make it, it takes me into the weekend of July 1/2

0
0
0.000
avatar

Enjoy your rest and good luck on Wednesday!!!

0
0
0.000
avatar

Update from my side: I cleared the bar on 24th, but failed on 25th.
Good luck y'all!
!ALIVE

0
0
0.000
avatar

@merthin! You Are Alive so I just staked 0.1 $ALIVE to your account on behalf of @manuvert. (2/20)

The tip has been paid for by the We Are Alive Tribe through the earnings on @alive.chat, feel free to swing by our daily chat any time you want, plus you can win Hive Power and Alive Power delegations and Ecency Points in our chat every day.

0
0
0.000
avatar
(Edited)

Zostało 5 graczy. 3 zwycięzców i 2 którzy zazwyczaj kończyli gdzieś w okolicy 3 miejsca na podium.
Stan gry na 25 czerwca:
?..@cezary-io
?..@racibo
?..@merthin
?..@fredkese
?..@sk1920
?..@manuvert

7..@browery 19
8..@edycu007 17
9..@homesteadlt 16
10..@asia-pl 10
11..@drlobes 8
12..@ataraksja , @marianomariano 5

0
0
0.000
avatar

Saved myself today with over 27k, but I'm not sure if I can go much longer...
Happy stepping!
!ALIVE

0
0
0.000
avatar

@poprzeczka! You Are Alive so I just staked 0.1 $ALIVE to your account on behalf of @manuvert. (1/20)

The tip has been paid for by the We Are Alive Tribe through the earnings on @alive.chat, feel free to swing by our daily chat any time you want, plus you can win Hive Power and Alive Power delegations and Ecency Points in our chat every day.

0
0
0.000
avatar

The closest to the personal record in the crossbar are: 💪

@racibo - he is only 4 days away from breaking the record from August 2021 (31)
@fredkese - he is only 5 days away from breaking the record from June 2022 (31)

@sk1920 - 13 days
@cezary-io - 14 days
@merthin - 17 days
@manuvert - 17 days


Najbliżej rekordu życiowego w poprzeczce są:

@ racibo - brakuje mu jedynie 4 dni do pobicia rekordu z sierpnia 2021 roku (31)
@ fredkese - brakuje mu jedynie 5 dni do pobicia rekordu z VI 2022 roku (31)

@ sk1920 - 13 dni
@ cezary-io - 14 dni
@ merthin - 17 dni
@ manuvert - 17 dni

0
0
0.000
avatar

Jak to powiadają: pożyjemy zobaczymy.

0
0
0.000
avatar

We have a complete set of results from June 27. The situation looks like this:
Mamy komplet wyników z 27 czerwca. Sytuacja wygląda tak:

?..@cezary-io 27
?..@fredkese 27 🔼
?..@sk1920 27
?..@manuvert 27
?..@racibo 25 🔼
?..@merthin 25

💤7..@browery 19 🔼🆙
💤8..@edycu007 17
💤9..@homesteadlt 16 🔼
💤10..@asia-pl 10 🆙
💤11..@drlobes 8 🔼🆙
💤12..@ataraksja , @marianomariano 5 🔼🆙

🔼⏫💤 🥇🥈🥉🆙🎁🎅🐇💪🔥🎯🆘🔢🎖️®️
As you can see in the tails of the classification there are several improvements in results and promotions.
Jak widać w ogonach klasyfikacji jest kilka popraw wyników oraz awansów.

0
0
0.000
avatar
(Edited)

wondering if all 6 would make it into July. That would be probably a record breaking month. @cezary-io, @manuvert and @racibo already are in July. I did 28, but missed 29 and will not reach the target today either. Back in the game tomorrow with 31 (July 1st). @fredkese said he would be out, but perhaps he can give it go? @sk1920 is injured, but he's a tough guy, so we shall wait.

Looking forward to your weekend's results!

0
0
0.000
avatar

Udało mi się chapsnąć 30000!
Wymagało to sporo poświęceń (ale przyjemnych).
Około 23 wyjechałem jeszcze rozwieść jedno zlecenie i w ten sposób wpadły dodatkowe 4 tysiące kroków. Na dodatek wpadł napiwek. Może klient wyczuł?

I managed to snag 30,000!
It required a lot of sacrifice (but enjoyable).
Around 11 p.m. I left to deliver one more item and thus added 4,000 more steps. Plus, there was a tip. Maybe the client felt it?

0
0
0.000
avatar

We still don't know the composition of the podium. In the game for victory we have 4 players. We have long days and the day looks different in every place in the world. Currently the classification looks like this:

Ciągle nie znamy składu podium. W grze o zwycięstwo mamy 4 graczy, dni mamy długie i w każdym miejscu na Świecie doba wygląda inaczej. Na tę chwilę klasyfikacja wygląda tak:

?..@merthin 31
?..@racibo 30🔼🆙
?..@cezary-io 29 🔼
?..@manuvert 28

💤5..@fredkese 27 🔼
💤6..@sk1920 27

💤7..@browery 19 🔼🆙
💤8..@edycu007 17
💤9..@homesteadlt 16 🔼
💤10..@asia-pl 10 🆙
💤11..@drlobes 8 🔼🆙
💤12..@ataraksja , @marianomariano 5 🔼🆙

I also invite everyone to the entry with new edition of the crossbar (no 26 - July).
Zapraszam też wszystkich do wpisu z nową edycją poprzeczki (nr 26 - lipiec).

🔼⏫💤 🥇🥈🥉🆙🎁🎅🐇💪🔥🎯🆘🔢🎖️®️

0
0
0.000
avatar

That is it for me, I missed the last 3 bars. No podium for me this time! Good luck to the ones still going
!ALIVE

0
0
0.000
avatar

@poprzeczka! You Are Alive so I just staked 0.1 $ALIVE to your account on behalf of @manuvert. (4/20)

The tip has been paid for by the We Are Alive Tribe through the earnings on @alive.chat, feel free to swing by our daily chat any time you want, plus you can win Hive Power and Alive Power delegations and Ecency Points in our chat every day.

0
0
0.000
avatar

After the weekend, 3 players are still in the game. @manuvert has dropped off.
@cezary-io @racibo and @merthin will battle for the title. Not easy for me, as I am travelling on business Mon-Wed. However, having cleared the bar on Sunday, I can have two days off. I will do an attempt on Wednesday - train/airplane transfers should produce some steps and then I will see what can be done in the evening.

image.png

0
0
0.000
avatar

Good luck to you and @racibo 👍. He needs to make over 33k steps today, or he is out.

0
0
0.000
avatar

I am safe until Wed. Even though I will be travelling, I will make an attempt, obviously

0
0
0.000
avatar

Halo tu czerwiec. Jeszcze czerwiec. Około 35 czerwca.

Hello June here. Still June. Around June 35.

Znamy już podium (🔢), ale walka o zwycięstwo się zaostrza. Rotacyjnie Panowie przeskakują nad coraz to wyżej umieszczoną poprzeczką

We already know the podium (🔢), but the fight for victory is getting harder. Rotatingly, the gentlemen jump over the higher and higher placed crossbar

?..@cezary-io 34 🔼🆙🔢
?..@racibo 33🔼🆙🔢
?..@merthin 32🔢

💤4..@manuvert 28

💤5..@fredkese 27 🔼
💤6..@sk1920 27

💤7..@browery 19 🔼🆙
💤8..@edycu007 17
💤9..@homesteadlt 16 🔼
💤10..@asia-pl 10 🆙
💤11..@drlobes 8 🔼🆙
💤12..@ataraksja , @marianomariano 5 🔼🆙

🥇🥈🥉🆙🎁🎅🐇💪🔥🎯🆘🔢🎖️

Dzięki coraz dłuższej rozgrywce pula nagród w skarbonce wzrosła do 1,9 HBD i to nadal nie jest dużo, ale to już coś jest.

With the game getting longer and longer, the prize pool in the piggy bank has increased to 1.9 HBD and it's still not much, but it's something.

0
0
0.000
avatar

The winner is cezary-io! But he can still break all records!

1..@cezary-io 39 🔼⏫🆙🔢 (....?)
2..@racibo 33🔼🆙🔢🔥
3..@merthin 32🔢

💤4..@manuvert 28

💤5..@fredkese 27 🔼
💤6..@sk1920 27

💤7..@browery 19 🔼🆙
💤8..@edycu007 17
💤9..@homesteadlt 16 🔼
💤10..@asia-pl 10 🆙
💤11..@drlobes 8 🔼🆙
💤12..@ataraksja , @marianomariano 5 🔼🆙

🥇🥈🥉🆙🎁🎅🐇💪🔥🎯🆘🔢🎖️⏫🔼

0
0
0.000
avatar

Tak, nie byłem w stanie przeskoczyć 36 dnia. Na wycieczce w pracy było pusto i w ten sposób wyszło jakieś 5 tysięcy kroków mniej niż zwykle (ok 20 000- 22 000). W domu gdy wróciłem to miałem 18000 i by pobić rekord musiałbym jeździć kilka godzin na rowerze. A następnego dnia rano do pracy.

Jak teraz patrzę na wynik mistrza to cieszę się, że tego nie zrobiłem. Podłamało by mnie to trochę. Gratuluję @cezary-io a ja cieszę się z nowego rekordu osobistego.

0
0
0.000
avatar

Dziękuję bardzo i wzajemnie gratuluję srebrnego medalu i życzę powodzenia w Lipcu.

0
0
0.000
avatar

I honestly believed that @racibo would make it over 36k. Anyway I am happy that I am the winner of June edition of the #poprzeczka competition.
Congratulations to @racibo and @merthin for 2nd and 3rd place!👍

0
0
0.000
avatar

Gdyby wczoraj było dzisiaj to bym dał radę ;) Zwłaszcza jak ma się następny dzień wolny.
To Twoje trzecie zwycięstwo. Przed Tobą tylko ten, który ciągle chodzi po górach :)

Gratulacje

0
0
0.000
avatar

Aby wygrać z tym, który ciągle chodzi po górach , trzeba mieć dużo szczęścia albo on musi mieć cholernego pecha ( tak jak parę dni temu).
Sytuację "gdyby wczoraj było dzisiaj " znam z autopsji.
Jeszcze raz gratuluję 2giego miejsca i powodzenia w lipcu życzę.

0
0
0.000
avatar

Congrats to the winner, and good luck everybody for July!
!ALIVE

0
0
0.000
avatar

@poprzeczka! You Are Alive so I just staked 0.1 $ALIVE to your account on behalf of @manuvert. (1/20)

The tip has been paid for by the We Are Alive Tribe through the earnings on @alive.chat, feel free to swing by our daily chat any time you want, plus you can win Hive Power and Alive Power delegations and Ecency Points in our chat every day.

0
0
0.000