I don't know how this actually works, but this can't _always_ be the case if they run national ad campaigns [1] for $5 meal deals, right? Unless they're baking a lot into "pricing and participation may vary"
I've been slowly working on a web app that keeps track of cocktail recipes and all the liquor bottles in my home bar, then it tells me what drinks I can make right now. It's been a fun way to spend way too much money at the liquor store buying "just one more bottle", and I've found some new favorite drinks via these recipes.
It doesn't do anything amazing yet, but it's been fun to tinker with it over time and get back to coding as I do more and more management at work.
Salsify is a leading CommerceXM platform that serves as the system of record and work for brands like Mars, L'Oreal, Coca-Cola, and many more across 80+ countries.
We're hiring a Senior/Staff Software Engineer to join our core data modeling and search/indexing team, working especially on scaling our most demanding services and APIs.
This definitely seems like the "Kafka" way to solve this problem, but I fear there are implications to this partitioning scheme I'd love to see answered. For example, partition counts aren't infinite, and aren't easily adjusted after the fact. So if you choose, say, 10 partitions originally, for a SKU space that is nearly infinite, then in reality you can only handle 10 parallel streams of work. Any SKU that is partitioned behind a bit of slow work is then blocked by that work.
It's doable to repartition to 100 partitions or more, but you basically need to replay the work kept in the log based on 10 partitions onto the new 100 partitions, and that operation gets more expensive over time. Then of course you're basically stuck again once your traffic increases to a high enough level that the original problem returns. If the unit of horizontal scaling is the partition, but the partition count can't be easily changed, consumers eventually lose their horizontal scalability in Kafka, from my perspective.
Some of this may be valid, but you don't have to go very far to disprove your first point. A picture critical of Chinese investment in Reddit is in the Top 10 posts of all time on one of the biggest subreddits, r/pics [1]
For what it's worth, I don't think ruby achieves this goal either. I've been programming full time in Ruby for nearly three years and things like this [1] still surprise me. Ruby feels less surprising than C++, sure, but that's a pretty low bar to clear.
I've had one for a couple months now, and it largely goes unused on a daily basis. I remapped caps lock to escape for vim usage, so my most common theoretical use of it isn't necessary anymore.
I will say, however, there are moments when it shows promise. The 3rd party app BetterTouchTool lets you put custom shortcuts on it, so I created some utility shortcuts for things I never remember how to do, like taking screenshots. In those moments it's very nice, but I don't think I'd think less of the computer without the touchbar.
I totally agree that things got pretty uncomfortable at times during the show, and the Brian Reed covered some perhaps excessively personal things, but I'm curious if you can go into detail on the bisexual erasure you mention. Are you referring to the perspectives on John's sexuality, or were there other instances I missed?
Generally systemd manages enabled/disabled services through symlinks in /etc/ (/etc/systemd/system/ on my Fedora 24, for instance), which you can add/delete in the shell if you want to. It's admittedly not plain-text, but manipulation-wise it's about equal.
Boston, MA | ONSITE | FULLTIME | Software Engineer
Junior to mid-level software engineer working on Starry Internet and/or WiFi products.
ESSENTIAL DUTIES AND RESPONSIBILITIES:
- Collaborate with a small team of developers working on mid-/low-level software driving consumer facing services. Including architecture definition, implementation, debugging, production deployment and support/maintenance
- Development predominantly done in C++, Python, and Go
- Using a combination of Starry developed hardware, firmware, RF technology and components developed by our manufacturing partners
- Work to develop and deploy the next generation wireless ISP and/or WiFi product set
EXPERIENCE AND EDUCATION REQUIRED:
- BS or MS in Computer, Electrical or Software engineering or equivalent discipline/experience
- Minimum of 2 years experience in product related environment
- Real time development and debugging skills
- Comfortable working in a small team, and sometimes ambiguous or fluid environments
- Knowledge/use of Linux
- Understanding of networking fundamentals and configuration
- Proficient in C++, Python and C
- Experience using git for source control
- Ability to develop new ideas and creative solutions
At least locally within your repo, it's actually very hard to lose work completely with git, via any combination of resets or rebases. The reflog (git reflog) stores all the movements of HEAD such that you can recover from almost any mistake as long as you realize you made it.
The fear of rebase seems to always come from its ability to "delete your work", but that fear is almost always unfounded and based on a lack of knowledge on git's internal structures. Of course, one of git's biggest and well recognized faults is that its UI makes no attempt to alleviate those fears.
As someone working at a consumer hardware company, it's easy to see how you can get bogged down by details and micromanagement, like Tony Fadell seems to have done at Nest. Hardware seems to involve so many more things to focus on and perfect when compared to a SaaS product.
This may have more to do with my ignorance of the possibilities out there, but as a soon to be college grad who would love to work in a growing community such as Chattanooga, where does one look for available positions? The sites often mentioned, like the one in the OP, usually highlight startups which are not publicly hiring. Are there startup job boards?
[1] https://www.mcdonalds.com/us/en-us/full-menu/5-dollar-meals....