Hacker News
- Final-Parsec Problem https://en.wikipedia.org/wiki/Binary_black_hole 2 comments
- Unity to acquire Parsec for $320M https://investors.unity.com/news/news-details/2021/Unity-Enters-Into-Agreement-to-Acquire-Parsec/default.aspx 88 comments
- Parsing the untyped λ-calculus with Parsec http://mattwetmore.me/posts/parsing-combinators-with-parser-combinators.html 6 comments
- Astronomers observe supermassive black hole feeding and feedback on sub-parsec scales https://phys.org/news/2023-11-astronomers-supermassive-black-hole-feedback.html 3 comments space
- Issues with PARSEC https://parsec.app/ 2 comments gamedev
- Troubles using Unity with Parsec None 3 comments unity3d
- Lockheed Martin is building a Moon-to-Earth satellite communications network. Parsec will help astronauts stay in touch during lunar missions. https://www.engadget.com/lockheed-martin-is-building-a-moon-to-earth-satellite-communications-network-204507410.html 22 comments technology
- Parsec alternative for Linux https://docs.microsoft.com/en-us/windows/win32/direct3ddxgi/desktop-dup-api 18 comments linux_gaming
- Open Parsec woke up again - New Commits and Development! https://github.com/OpenParsec/openparsec/commits/main 3 comments linux_gaming
- Astronomers analyzing 3D maps of the shapes and sizes of nearby molecular clouds have discovered a gigantic cavity in space. The sphere-shaped void pans about 150 parsecs—nearly 500 light years. Researchers believe the cavity was formed by ancient supernovae that went off some 10 million years ago. https://phys.org/news/2021-09-gigantic-cavity-space-stars.html 22 comments space
- Astronomers have discovered a world only a little bit bigger than Earth, whirling around a bright star about 31 parsecs from our planet. The world, known as TOI 700 d, orbits in its star’s ‘habitable zone’ — the region in which liquid water could exist. https://www.nature.com/articles/d41586-020-00014-7?utm_source=twt_nnc&utm_medium=social&utm_campaign=naturenews&sf227670454=1 23 comments science
- Inflation of 430-parsec bipolar radio bubbles in the Galactic Centre by an energetic event https://www.nature.com/articles/s41586-019-1532-5 3 comments science
- Unable to start a service (Parsec Daemon) https://wants=network-online.target 15 comments archlinux
- PARSEC: A Paradigm Shift for Asynchronous and Permissionless Consensus https://medium.com/safenetwork/parsec-a-paradigm-shift-for-asynchronous-and-permissionless-consensus-e312d721f9d8 3 comments technology
- PARSEC - Maidsafe Claimed to Make Historic Consensus Algorithm Breakthrough https://safenetforum.org/t/maidsafe-dev-update-may-24-2018-introducing-parsec/23647 52 comments ethereum
- Nvidia NVENC Outperforms AMD VCE On H.264 Encoding Latency In Parsec Co-op Sessions https://blog.parsecgaming.com/nvidia-nvenc-outperforms-amd-vce-on-h-264-encoding-latency-in-parsec-co-op-sessions-713b9e1e048a 15 comments nvidia
- question for (mega|atto)parsec experts! https://www.reddit.com/r/haskell/comments/6f28jq/question_for_megaattoparsec_experts/ 5 comments haskell
- readcsv: Lightweight CSV parser/emitter without parsec dependency (Uses ReadP from base). https://hackage.haskell.org/package/readcsv-0.1 12 comments haskell
- [Haskell-cafe] ANNOUNCE: Megaparsec – an improved and actively maintained fork of Parsec https://mail.haskell.org/pipermail/haskell-cafe/2015-september/121530.html 9 comments haskell
- Erasing "expected" messages in Parsec http://jaspervdj.be/posts/2015-09-02-erasing-parsec-expected-messages.html 3 comments haskell
- Next time someone asks for an example of beautiful, modern Haskell code I know where to send them. (Also good, if someone asks how the hell does Parsec work.) https://github.com/purescript/purescript/blob/master/src/language/purescript/parser/lexer.hs 37 comments haskell
- parser-combinators: A Parser combinator library based on parsec https://hackage.haskell.org/package/parsec 24 comments rust
- Monadic Parsers: Implementing a micro Parsec http://olenhad.me/articles/monadic-parsers/ 4 comments haskell
- Attempto Controlled English: A Parsec Parser http://chrisdone.com/posts/attempto-controlled-english 7 comments haskell
- Parsec IRC parsing help https://gist.github.com/klrr/6977017 15 comments haskell
- Apache Log & Parsec https://variadic.me/posts/2012-02-24-adventures-in-parsec.html 10 comments haskell
- "It's the ship that made the Kessel run in less than twelve parsecs!" http://raid71.tumblr.com/post/18601462181/kessel-run-on-flickr 13 comments bicycling
- School of Haskell Pick of the Week: "Parsing Floats with Parsec" https://www.fpcomplete.com/user/stevely/parsing-floats-with-parsec 6 comments haskell
- Astronomers discover third-closest star system to Earth (binary brown dwarf system, 6.5 light years/2 parsecs from Earth) http://www.slate.com/blogs/bad_astronomy/2013/03/11/nearby_stars_astronomers_discover_third_closest_star_system_to_earth.html 9 comments science
- Parsec Patterns: Tricks that cleaned up my Parsec code https://github.com/colah/colah-essays/blob/master/parsecpatterns.md 22 comments haskell
- 24 Days of Hackage: parsec http://ocharles.org.uk/blog/posts/2012-12-10-24-days-of-hackage-parsec.html 7 comments haskell
- Using Text.Parsec.Indent to parse an indentation-sensitive language with Haskell’s Parsec library. http://spin.atomicobject.com/2012/03/16/using-text-parsec-indent-to-parse-an-indentation-sensitive-language-with-haskells-parsec-library/#.t2nseayjqmo.reddit 7 comments haskell
- Adventures in Parsec - Making it go faster with attoparsec http://www.reddit.com/r/programming/comments/q5ggk/adventures_in_parsec_making_it_go_faster_with/ 13 comments haskell
- Adventures in Parsec - Making it go faster with attoparsec http://variadic.me/posts/2012-02-25-adventures-in-parsec-attoparsec.html 20 comments programming
- Adventures in Parsec - Parsing logs in Haskell http://variadic.me/posts/2012-02-24-adventures-in-parsec.html 22 comments programming
- Unordered Parsing in Parsec with Neat Example Code http://massaioli.homelinux.com/wordpress/2010/09/15/unordered-parsing-in-parsec/ 6 comments haskell
- Advice on writing efficient Parsec parsers? http://hackage.haskell.org/packages/archive/extcore/0.5/doc/html/src/Language-Core-ParsecParser.html 9 comments haskell
- TagSoup, meet Parsec! http://therning.org/magnus/archives/367 4 comments haskell
- Brainfuck in Haskell: with parsec, and a zipper for memory http://sabbatical-year.blogspot.com/2008/01/brainfuck-its-last-one-i-promise.html 7 comments programming
- Playing fast and loose with Parsec for parsing in Haskell http://www.serpentine.com/blog/2007/01/19/playing-fast-and-loose-with-parsec-for-parsing-in-haskell/ 3 comments programming