Viewing profile — syvex
syvex
HN member- Joined
- Sat, Sep 04, 2010, 3:09 AM UTC
- HN karma
- 22
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About syvex
Recent public activity
-
comment
Comment #39918441
Seems like most Git workflows are over-engineered. Here I'm exploring a workflow that gives just enough structure for the most agile teams.
- story
- story
- story
-
comment
Comment #25335309
Tempus Ex | tempus-ex.com | San Francisco, CA | Onsite | Full Time Tempus Ex is the technological vanguard for the sports and entertainment industry. Utilizing the latest AI, ML, a…
-
comment
Comment #25045806
Tempus Ex | tempus-ex.com | San Francisco, CA | Onsite | Full Time Tempus Ex is the technological vanguard for the sports and entertainment industry. Utilizing the latest AI, ML, a…
-
comment
Comment #24052516
Tempus Ex | tempus-ex.com | San Francisco, CA | Onsite | Full Time Tempus Ex is an Andreessen Horowitz backed startup bringing advances in real-time image recognition to sports. We…
-
comment
Comment #23381162
Tempus Ex | tempus-ex.com | San Francisco, CA | Onsite | Full Time Tempus Ex is an Andreessen Horowitz backed startup bringing advances in real-time image recognition to sports. We…
-
comment
Comment #23118289
Tempus Ex | tempus-ex.com | San Francisco, CA | Onsite | Full Time Tempus Ex is an Andreessen Horowitz backed startup bringing advances in real-time image recognition to sports. We…
-
comment
Comment #22771698
Tempus Ex | tempus-ex.com | San Francisco, CA | Onsite | Full Time Tempus Ex is an Andreessen Horowitz backed startup bringing advances in real-time image recognition to sports. We…
-
comment
Comment #22478136
Tempus Ex | tempus-ex.com | San Francisco, CA | Onsite | Full Time Tempus Ex is an Andreessen Horowitz backed startup bringing advances in real-time image recognition to sports. We…
-
comment
Comment #22250894
Tempus Ex | tempus-ex.com | San Francisco, CA | Onsite | Full Time With our real-time 3D tracking technology, we create data models for live predictive analytics. This enables new …
-
comment
Comment #21940194
epf.ai | San Francisco, CA | Onsite | Full Time With our real-time 3D tracking technology, we create data models for live predictive analytics. This enables new types of fantasy sp…
-
comment
Comment #17567600
Guido's leadership has really been what's kept Python so consistent during its evolution. This is in contrast to languages governed by committee or corporation. Hopefully Python co…
-
comment
Comment #17567476
We've just started to dabble in GraphQL, and like many others we've seen mixed results. On the upside, we can construct complex queries than eliminate many consecutive RPCs that yo…
- story
-
comment
Comment #17442977
AAF | San Francisco | Onsite | Fulltime | https://aaf.com Our engineering team will build a new live streaming platform that makes a truly interactive television experience. Our br…
-
comment
Comment #17401701
The linked article doesn't mention if this involves another manufacturing company, but the original article adds more detail and context. https://economictimes.indiatimes.com/tech/…
-
comment
Comment #8395138
Looks like the BitTorrent Sync specs have been updated http://www.bittorrent.com/sync/tech-specs
-
comment
Comment #7845355
I can't say I'm 100% happy with the slicing notation. I played around with some other wacky things, but then settled on overloading operator() to get a concise syntax. In principle…
-
comment
Comment #7845325
The hash is FNV-1a, which should be faster that what you usually get in your standard library. It's also relatively easy to implement with constexpr so that you get those nice comp…
-
story
Show HN: C++11 immutable string
I'm looking for feedback on this approach to an immutable string (istring). The idea is to provide a super fast immutable string that can be efficiently passed to lambdas as well a…
-
comment
Comment #1694736
After working with payment processing of credit, debit, EBT, and gift cards for the past few years, I have started using cash more. For most transactions, a merchant is charged bet…