The article said it's for small form factor PCs - were the motherboards you were looking at designed for microatx or something similar?
HN user
toumorokoshi
It sounds like this splits the pcie lanes it provides into two, effectively halving bandwidth. Wouldn't this impact the performance of the GPU?
(author here) Sorry the description was truncated, so I'll leave a comment:
Hello! I wanted to share a project I've been working on off and on for a couple of years: a simple tool to help make directories of shell scripts more easily accessible.
It's reached a point of stability that I'm interesting in feedback and thoughts. Thanks for reading!
This has been posted a couple times, but GCP has an equivalent that's been around for a while:
https://cloud.google.com/config-connector/docs/overview
disclaimer: I work at GCP.
Zillow | Seattle, WA | ONSITE FULL TIME | https://zillow.com
Zillow is the leading real estate website in the US. Our company was founded on empowering consumers by making data more available, applying that idea to specific areas like homes, rental listings, and mortgages.
We have a variety of openings across the US for our websites under the Zillow Group banner (e.g. Trulia, Hotpads), from web and mobile development to data science:
https://www.zillow.com/careers/jobs/data-science-analytics,p...
But for a highlight, I'd like to post a position for my team:
Senior Software Developer: Monitoring
https://www.zillow.com/careers/openings/?j=otJM5fwN
We're building and developing a in-house monitoring and full-stack testing framework, written in Python3 and asyncio.
If high concurrency, distributed systems, and processing of millions of data points a minute are interesting to you, please reach out to me at yusuket@zillowgroup.com
Feel free to e-mail me about questions for any other roles as well.
vanilla zeromq is a pretty bad choice for any database. zmq explicitly makes no guarantees about reliable delivery, so losing random inserts or queries here or there would be considered acceptable.
subscribers also lose the first few messages the publisher sends, unless you make sure you start the subscriber first. The publisher will make no indication of which messages are lost and which ones have actually been sent to someone:
http://zguide.zeromq.org/page:all#Getting-the-Message-Out
I would suggest building something on top of request-reply instead: it's actually possible to get build reliable delivery on that.
I definitely see the merit that StackOverflow provides. It's a great place to find a quick answer or get help on something you've never touched before.
I'm just glad it's not my only tool anymore. And sometimes using the harder tools have unexpected benefits.