What’s so special about US. Rest of the world is doing just fine right ?
Why does someone need to survive on tips? Why can’t it be part of their base pay?
What I hate about US tipping is that tips are a 15% hidden tax. It’s expected out of you even though the service is terrible. People get legit mad if they don’t get their minimum 15% tip.
It’s not about owning. It’s having trust in the device that it will do what it says it will. Buying from Apple there is generally a trust that the device meet’s Apple’s bar and hasn’t been tempered with.
I was in the Windows org for a bit and this is one of the reasons why I quit Microsoft. I couldn’t live with myself that I am working on something that frustrates users by shoving ads in their face.
Every time our tests ran the windows menu showed ads. Edge default home page showed ads. An OS was supposed to be on the users side and Windows wasn’t.
I quit and have been much happier. Although I work for a tracking company so may be I am a hypocrite. But my current employer has strong ethics when it comes to GDPR, DNT cookie, No cross domain tracking Yada yada.
Robotics is hard because hardware is hard. Add software complexity to it and it grows to a monster. Rather than shutting down, i’d have hoped them to be acquired by someone else with deeper funds.
Anything to do with several possible answers and assessing how they lay out different solutions, their trade off and work towards a pragmatic and incremental solution.
Using debuggers effectively takes skill. When I was younger I would ask other people “hey how does this work?” Now I just debug it and go deep on interesting function to see how deep the rabbit hole goes. It’s helped me pick up things pretty fast.
I worked on Browser devtools. The #1 used tool was console. Nothing beats being able to put some console.log and see its output. Console.warn is even better since it captures the stacktrace.
Logs give a timeline of change.
I had this idea of console.snap but never got around to it. The idea is that it would not only capture the stacktrace, but a shallow copy of scopes at every function. You can query the snap to see how a variable changed, or find what set of variables caused something else to change later on.
I feel like this is the holy grail of debugging. Smarter logs that you can reason with and do time travel analysis.
I never got around to doing it, but now working at an analytics company, I see it being very valuable as it saves so much guess work.
I beg to differ. SQLite is a very popular embedded database. There is inherent simplicity to just reading and writing flat files.
Redis feels like that. It’s a simple data structure server. Now if we could have those datastructurs sync with flatfiles with the same redis API, a lot of applications would become much simpler.
I’m not sure how big of an undertaking it is though.
I’m willing to bet, a fast general datasrtuctures database syncable to flat files would open up many possibilities.
How does cuckoo hashing work for 80% load factor. It may be possible that you fill out both the positions and your eviction algorithm is then no longer constant time for worst case.
AFAIK, cuckoo works best when load factor is less than 50%. Wikipedia seems to also agree with me.
It was border line toxic environment. So many new folks were getting hired and being shoe horned into random things.
My manager was new and a bit biased. Kinda racist who assumed white = smart, not so white = not so smart.
Both my grandfathers had passed from Covid after a few months. I was really depressed.
I felt suicidal sometimes. Left a few months after and never felt better.
Have no equity, but no amount of money is worth tolerating passive racism.