tiflolinux.org - GNU Social
  • Login

Bienvenido

  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social), page 19

  1. Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Sunday, 22-Oct-2023 20:37:39 CEST Ekaitz Zárraga 👹 Ekaitz Zárraga 👹
    • Ludovic Courtès
    • McSinyx

    @cnx Make me a favor please, open an issue in #guix and send me an email in copy. I'll try to fix.
    @pjotrprins @civodul

    In conversation Sunday, 22-Oct-2023 20:37:39 CEST from mastodon.social permalink
  2. Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Sunday, 22-Oct-2023 16:34:12 CEST Ekaitz Zárraga 👹 Ekaitz Zárraga 👹
    • jartigag
    • zital

    @jartigag @zital La flecha es un acceso a un miembro de la estructura a la que el puntero state apunta.

    typedef struct {int a;} STRUCTURA;

    STRUCTURA my_struct;
    my_struct.a // es el campo a de la estructura.

    STRUCTURA *puntero;
    puntero = &my_struct;
    puntero->a // es el campo a de la estuctura

    `state` en el programa es el estado de tu watch-face. Te lo dan ellos como argumento de entrada a la funcion, pero es un puntero a tu estructura de datos.

    In conversation Sunday, 22-Oct-2023 16:34:12 CEST from mastodon.social permalink
  3. Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Saturday, 21-Oct-2023 16:39:32 CEST Ekaitz Zárraga 👹 Ekaitz Zárraga 👹
    • Gorka Bereziartua

    @gorka_bm poliziaren logoa inkautatutako elementua da edo polizaren zigilua jartzeko da?

    In conversation Saturday, 21-Oct-2023 16:39:32 CEST from mastodon.social permalink
  4. Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Saturday, 21-Oct-2023 01:39:49 CEST Ekaitz Zárraga 👹 Ekaitz Zárraga 👹
    • jartigag
    • zital

    @jartigag https://github.com/joeycastillo/Sensor-Watch/pull/305

    cc @zital

    In conversation Saturday, 21-Oct-2023 01:39:49 CEST from mastodon.social permalink

    Attachments


  5. Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Saturday, 21-Oct-2023 01:17:18 CEST Ekaitz Zárraga 👹 Ekaitz Zárraga 👹
    • Ludovic Courtès

    @civodul Even with the thousands of ideas you probably have, you are the nicest person in the earth.

    I've seen the mailing list. ❤️

    In conversation Saturday, 21-Oct-2023 01:17:18 CEST from mastodon.social permalink
  6. Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Friday, 20-Oct-2023 18:49:42 CEST Ekaitz Zárraga 👹 Ekaitz Zárraga 👹
    in reply to

    @arnelson This helps to be used later and you don't need comments because almost everything is obvious.

    (the algorithm here is horrible, but anyway... it's readable)

    In conversation Friday, 20-Oct-2023 18:49:42 CEST from mastodon.social permalink

    Attachments


    1. https://files.mastodon.social/media_attachments/files/111/268/352/459/215/576/original/3fe1cc3ce8021753.png
  7. Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Friday, 20-Oct-2023 18:44:19 CEST Ekaitz Zárraga 👹 Ekaitz Zárraga 👹

    @arnelson
    Probably something like this: short functions with obvious names.

    In conversation Friday, 20-Oct-2023 18:44:19 CEST from mastodon.social permalink

    Attachments


    1. https://files.mastodon.social/media_attachments/files/111/268/340/430/719/588/original/57d84fe9cd0b0c96.png
  8. Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Friday, 20-Oct-2023 17:46:45 CEST Ekaitz Zárraga 👹 Ekaitz Zárraga 👹

    Writing #C code like if it was #scheme.
    Everything is more understandable.

    In conversation Friday, 20-Oct-2023 17:46:45 CEST from mastodon.social permalink
  9. Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Friday, 20-Oct-2023 17:46:32 CEST Ekaitz Zárraga 👹 Ekaitz Zárraga 👹

    Writing #C code as if was #scheme.
    Everything is more understandable.

    In conversation Friday, 20-Oct-2023 17:46:32 CEST from mastodon.social permalink
  10. Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Friday, 20-Oct-2023 17:29:00 CEST Ekaitz Zárraga 👹 Ekaitz Zárraga 👹
    • Andrew Tropin
    • David Wilson

    @abcdw @daviwil hahahah

    In conversation Friday, 20-Oct-2023 17:29:00 CEST from mastodon.social permalink
  11. Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Friday, 20-Oct-2023 17:27:37 CEST Ekaitz Zárraga 👹 Ekaitz Zárraga 👹
    • jartigag

    @jartigag http://www.c25k.com/ eso pero en el reloj:

    +info:
    https://github.com/ekaitz-zarraga/Sensor-Watch

    In conversation Friday, 20-Oct-2023 17:27:37 CEST from mastodon.social permalink

    Attachments



  12. Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Friday, 20-Oct-2023 15:19:21 CEST Ekaitz Zárraga 👹 Ekaitz Zárraga 👹
    • Andrew Tropin
    • David Wilson

    @daviwil @abcdw Next, if you want to try it, interview me about the RISC-V bootstrapping process lol

    In conversation Friday, 20-Oct-2023 15:19:21 CEST from mastodon.social permalink
  13. Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Friday, 20-Oct-2023 11:18:56 CEST Ekaitz Zárraga 👹 Ekaitz Zárraga 👹
    • pancake :verified:

    @pancake Good question!
    I think it's they are invested in some kind of rubbish like m4a or something.

    In conversation Friday, 20-Oct-2023 11:18:56 CEST from mastodon.social permalink
  14. Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Thursday, 19-Oct-2023 21:46:39 CEST Ekaitz Zárraga 👹 Ekaitz Zárraga 👹
    • Andrew Tropin
    • David Wilson

    @postroutine @abcdw @daviwil i think they mean 17.3 or more recent.

    In conversation Thursday, 19-Oct-2023 21:46:39 CEST from mastodon.social permalink
  15. Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Thursday, 19-Oct-2023 21:42:43 CEST Ekaitz Zárraga 👹 Ekaitz Zárraga 👹
    • Andrew Tropin
    • David Wilson

    @postroutine @abcdw @daviwil Yes I just read it!
    Thanks for the correction!

    In conversation Thursday, 19-Oct-2023 21:42:43 CEST from mastodon.social permalink
  16. Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Thursday, 19-Oct-2023 21:42:00 CEST Ekaitz Zárraga 👹 Ekaitz Zárraga 👹
    • Andrew Tropin
    • David Wilson

    @postroutine @abcdw @daviwil Yes, for WebRTC you need a server but is *any* server ok?

    In conversation Thursday, 19-Oct-2023 21:42:00 CEST from mastodon.social permalink
  17. Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Thursday, 19-Oct-2023 21:20:27 CEST Ekaitz Zárraga 👹 Ekaitz Zárraga 👹
    • Andrew Tropin
    • David Wilson

    @postroutine @abcdw @daviwil I don't know very well how it works. If you know better, please tell!

    In conversation Thursday, 19-Oct-2023 21:20:27 CEST from mastodon.social permalink
  18. Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Thursday, 19-Oct-2023 21:18:53 CEST Ekaitz Zárraga 👹 Ekaitz Zárraga 👹
    • Devine Lu Ator
    • psf

    @neauoire @psf video and audio problems mostly.

    In conversation Thursday, 19-Oct-2023 21:18:53 CEST from mastodon.social permalink
  19. Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Thursday, 19-Oct-2023 20:27:46 CEST Ekaitz Zárraga 👹 Ekaitz Zárraga 👹
    • zital

    @zital erlojurako app bat garatu dut.
    Ez dakit ondo ibiliko den baina egin dut... instalatu behar dut jakiteko... Simulatzaile bat dago baina emscripten ez dago #guix-entzat paketizatuta eta ez daukat denborarik mierdetan xahutzeko.

    Egingo dut zuzeneko bat (ez dakit noiz oraindik) eta ikusiko dugu ea nola doan.

    In conversation Thursday, 19-Oct-2023 20:27:46 CEST from mastodon.social permalink
  20. Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Thursday, 19-Oct-2023 20:25:16 CEST Ekaitz Zárraga 👹 Ekaitz Zárraga 👹
    • Digital Mark λ 📚 🕹 💾 🥃

    @mdhughes @brokenix yes!
    It's just recursion on a tail call:

    This is a tail call:
    function f(){
    return f();
    }

    This is not:
    function f(){
    return 1 + f();
    }

    The concept is easy.

    In conversation Thursday, 19-Oct-2023 20:25:16 CEST from mastodon.social permalink
  • After
  • Before

User actions

    Ekaitz Zárraga 👹

    Ekaitz Zárraga 👹

    Engineer. Creator.en/es/euhttp://elenq.techI made this once: https://elenq.gitlab.io/artodon/

    Tags
    • (None)
    ActivityPub
    Remote Profile

    Following 1

    • Javier Dorado

    Followers 1

    • Javier Dorado

    Groups 0

      Statistics

      User ID
      130
      Member since
      5 Dec 2016
      Notices
      11899
      Daily average
      4

      Feeds

      • Atom
      • Help
      • About
      • FAQ
      • TOS
      • Privacy
      • Source
      • Version
      • Contact

      tiflolinux.org - GNU Social is a social network, courtesy of tiflolinux.org. It runs on GNU social, version 2.0.1-beta0, available under the GNU Affero General Public License.

      Creative Commons Attribution 3.0 All tiflolinux.org - GNU Social content and data are available under the Creative Commons Attribution 3.0 license.