home.social

#parallel — Public Fediverse posts

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

fetched live
  1. PCB designers / engineers: Hey, hardware people - parallel buses are a pain.
    Serial is easier to handle. Can you do that?

    IEEE-1284 and RS-232: Okay, here's USB!

    IDE/ATA: We can do that! SATA.

    SCSI: Cool. Here's SAS.

    PCI: ... how about a really fast serial connection, but we have a bunch of them side-by-side?

    #bus #ComputerBus #DataBus #parallel #serial #SignalPropagation #IEEE1284 #RS232 #ATA #IDE #SCSI #SAS #PCI #PCIe #Centronics

  2. PCB designers / engineers: Hey, hardware people - parallel buses are a pain.
    Serial is easier to handle. Can you do that?

    IEEE-1284 and RS-232: Okay, here's USB!

    IDE/ATA: We can do that! SATA.

    SCSI: Cool. Here's SAS.

    PCI: ... how about a really fast serial connection, but we have a bunch of them side-by-side?

    #bus #ComputerBus #DataBus #parallel #serial #SignalPropagation #IEEE1284 #RS232 #ATA #IDE #SCSI #SAS #PCI #PCIe #Centronics

  3. Run tasks in parallel without subshells losing variable changes. Use `wait` & background processes for independent jobs. Keep your environment intact.

    #bash #parallel #ValtersIT

    valtersit.com/vault/bash-subsh

  4. Inception в GitLab CI: практическая шпаргалка по вложенным пайплайнам для Middle+

    По репозиториям на Git часто видно: вложенные пайплайны в GitLab CI остаются редкой экзотикой, а в проде в основном живут линейные сценарии. Тем не менее я убежден, что грамотные downstream'ы прекрасно связывают процессы в единый поток, снимают ручной труд с команды и добавляют архитектуре гибкости. Конечно, запутаться в многоуровневой логике может даже опытный DevOps-инженер или тимлид, но чтобы вы не блуждали в сложной структуре, я подготовил для вас практическую шпаргалку по работе с ними. Последние несколько лет я занимался сопровождением вендорской разработки, строил CI/CD преимущественно на базе Gitlab CI и мне есть что рассказать. Помните фильм «Начало»? Сегодня он станет нашим наглядным гидом по архитектуре наследуемых пайплайнов и, надеюсь, поможет вам взглянуть на многослойный CI‑конвейер под другим углом. Погрузиться

    habr.com/ru/companies/cloud_ru

    #gitlab #gitlabci #вложенные_циклы #devops #ci #cicd #parallel #downstream #extends

  5. #parallel : side by side and having the same distance between

    - French: parallèle

    - German: parallel

    - Italian: parallelo

    - Portuguese: paralelo

    - Spanish: paralelo

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

    Thank you so much for being a member of our community!

  6. DeepSeek‑V4‑Flash на двух DGX Spark: как мы убрали очередь и получили multi‑user Подняли DeepSeek‑V4‑Flash на двух GB10, упёрлись ...

    #dgx #spark #vllm #deepseek-v4 #gb10 #tensor #parallel #AGmind #llm #inference #спекулятивный

    Origin | Interest | Match
  7. 🚀 Want to run boot() in #parallel? Use

    b <- boot(city, ratio, R = 1000) |> futurize()

    from the futurize package

    #rstats

    futurize.futurever.se

  8. 🚀 Want to run boot() in #parallel? Use

    b <- boot(city, ratio, R = 1000) |> futurize()

    from the futurize package

    #rstats

    futurize.futurever.se

  9. 🚀 Want to run plyr::llply() in #parallel? Use

    y <- llply(x, fcn) |> futurize()

    from the futurize package

    #rstats

    futurize.futurever.se

  10. 🚀 Want to run plyr::llply() in #parallel? Use

    y <- llply(x, fcn) |> futurize()

    from the futurize package

    #rstats

    futurize.futurever.se

  11. 🚀 Want to run foreach() in #parallel? Use

    y <- foreach(z = x) %do% { fcn(z) } |> futurize()

    from the futurize package

    #rstats

    futurize.futurever.se

  12. 🚀 Want to run foreach() in #parallel? Use

    y <- foreach(z = x) %do% { fcn(z) } |> futurize()

    from the futurize package

    #rstats

    futurize.futurever.se

  13. 🚀 Want to run purrr::map() in #parallel? Use

    y <- map(x, fcn) |> futurize()

    from the futurize package

    #rstats

    futurize.futurever.se

  14. 🚀 Want to run purrr::map() in #parallel? Use

    y <- map(x, fcn) |> futurize()

    from the futurize package

    #rstats

    futurize.futurever.se

  15. 🚀 Want to run lapply() in #parallel? Use

    y <- lapply(x, fcn) |> futurize()

    from the futurize package

    #rstats

    futurize.futurever.se

  16. 🚀 Want to run lapply() in #parallel? Use

    y <- lapply(x, fcn) |> futurize()

    from the futurize package

    #rstats

    futurize.futurever.se

  17. After cooperation on SMILE mission, ESA and China chart parallel but separate paths
    atlas.whatip.xyz/post.php?slug
    <p>ESA and China recently launched the joint SMILE magnetosphere mission after a decade of cooperation
    #cooperation #parallel #separate #mission

  18. Batch-Convert all files in the current folder to #mp3:

    mkdir mp3s; for i in *.* ; do sem --jobs 32 --id ffmpeg "nohup ffmpeg -y -i \"$i\" \"mp3s/${i%.*}.mp3\"" ; echo "\"mp3s/${i%.*}.mp3\""; done; sem --id ffmpeg --wait

    (using GNU #parallel and #ffmpeg to minimize time)

    Add -map_metadata -1 to strip out all metadata.

  19. Batch-Convert all files in the current folder to #mp3:

    mkdir mp3s; for i in *.* ; do sem --jobs 32 --id ffmpeg "nohup ffmpeg -y -i \"$i\" \"mp3s/${i%.*}.mp3\"" ; echo "\"mp3s/${i%.*}.mp3\""; done; sem --id ffmpeg --wait

    (using GNU #parallel and #ffmpeg to minimize time)

    Add -map_metadata -1 to strip out all metadata.

  20. Paris-based Parallel raises 20M USD in Series A to scale its AI agents for hospital administration. The startup, backed by Index Ventures, Y Combinator and Frst, develops AI that operates directly within existing hospital software to automate tasks like medical coding and billing. tech.eu/2026/03/19/parallel-ra #Tech #Startup #News #AI #Parallel

  21. Paris-based Parallel raises 20M USD in Series A to scale its AI agents for hospital administration. The startup, backed by Index Ventures, Y Combinator and Frst, develops AI that operates directly within existing hospital software to automate tasks like medical coding and billing. tech.eu/2026/03/19/parallel-ra #Tech #Startup #News #AI #Parallel

  22. Deadline extended until March 16th!

    - Final weekend to submit your feedback -

    Can you spare a minute for a very short survey? If you have ever used our OpenMP API Examples book, we are asking for your feedback in how we can improve it. The survey is short and quick.

    Survey: link.openmp.org/4

    (We will *not* add you to our contact list or sell your information)
    #openmp #parallel #programming #HPC