home.social

#task — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #task, aggregated by home.social.

fetched live
  1. #task : a piece of work to be done

    - French: tâche

    - German: die Aufgabe

    - Italian: lavoro

    - Portuguese: tarefa

    - Spanish: tarea

    ------------

    Guess the next word of the hour @ 24hippos.com

  2. The better #project and #task management tool has updated quite a bit in the last 4 months, but let's focus on where we were struggling since that makes a more interesting story.

    #todo2d

    blog.todo2d.com/catching-up-on

  3. Matthew McPherrin from Let's Encrypt doing a talk next Wednesday at TASK on post quantum readiness, TLS, and many things. Streaming link on site. task.to/schedule/july2026-busi #TASK #Toronto #Crypto #PostQuantum #PQ #InfoSec
    Edit: There are five Wednesdays this month

  4. Does it make sense to use variants for planing for small teams? I only worked with in the past, but on a very limited scale. Right now I would prefer something simple to keep track of long term projects and status updates. Any suggestions?

  5. Как сломать Swift Concurrency

    Нужно выполнять асинхронные операции, поддерживать многозадачность в приложении? Async/await к вашим услугам - просто и приятно. Кооперативный пул эффективно переключает потоки между задачами, а компилятор проверяет типы на потокобезопасность. И даже можно подсоединять старые части кода, написанные ещё на GCD! Вот только приложение на проде почему-то начало виснуть…

    habr.com/ru/articles/1055810/

    #swift #concurrency #async #await #gcd #task #ios #deadlock #threads