@skeptrune@PawelJLisowski code review isn’t just to review the code. it’s also for others to ask questions and gain context, and for them to ask you to put inline comments or add more to the commit message so the intent is clear. when debug an issue at 3am, you aren’t around, they can figure things out.
@GergelyOrosz Waste or not, I would say it got a lot of AI skeptics to jump onboard and many now happily and willingly use it for their work every day.
Interviewer:
Which of these two queries
performs better and why?
-- Query A
SELECT * FROM orders
WHERE YEAR(created_at) = 2024
-- Query B
SELECT * FROM orders
WHERE created_at >= '2024-01-01'
AND created_at < '2025-01-01'
@neogoose_btw@oisyn i meant do the equivalent like the Java side where you wrap the unsafe inside a safe function, then do .expect(...) instead of just .unwrap()
@gregmushen@DougChampion what about redundancy? MR/DR? your ISP down? power outage? basement flooding? I self-host what i can, but i hope you realize in addition to hardware, you're paying for the SLA & the up time.
I'm glad that Kamala Harris lost, very cautiously optimistic abt what might come next. But if politics is the main place where find meaning, community, and identity, you're screwed whatever side you're on. Politics can't do the work of living your life for you.
All the replies in here saying "you shouldn't sort by ID" doesn't realize the database itself often uses the primary key to order how it stores data. This industry is doomed.
@davepl1968 c++ makes it easy to abuse.
besides, rust has a better type system, fewer to no UB.
most importantly, Cargo. c++ build and dependency management is still a mess.
@davepl1968@Shinsego@ZacksJerryRig Disagree with "not of their own making." It's these people's own doing when they choose to support Elon, that's part of the risk they take. And it is their own making for not assessing the risks associated with whom they're investing in.
@CountTwoOne @veerpy @im_roy_lee sounds like you have never worked in big tech. I won’t continue this conversation further as we don’t have the same knowledge baseline about this subject