86J8oyZv
No user record in our sample, but 86J8oyZv has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but 86J8oyZv has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
It’s the same reason as the third-party app API changes: prevailing forces within the company want to know that for every X API requests made, Y targeted ads were put in front of eyeballs. Most mobile browsers can block…
1) Having worked for a company that did this (after learning that it was an anti-pattern at a previous company)... Putting all Protobuf files in a single "registry"/repo is definitely an anti-pattern. You should put…
I would add that clubs, gyms, and meetups are a good, often free or very cheap option as well. Running, biking, skateboarding, climbing, calisthenics/acrobatics, board games, maker groups, art, music… all have very low…
These features aren’t each supported by all those languages though. I also don’t think expecting a dev interested in Rust to understand several C-like languages is unreasonable, at least enough ti understand these…
Presumably it starts well below that, reaching $190K mid-career. And it’s still less than I make as a software engineer with an undergrad state school CS degree that left me only $30K in debt…
I’m shocked to not see Flutter supported here. It’s not truly truly native I guess. But Dart is very modern and capable and the Flutter framework is better for building native UIs than nearly anything else out there.…
In Ruby it’s “require” rather than “import.” But it would be more like “require bar; foo()”. However, Ruby does have auto-loading conventions. So you could define “module Baz{ module Bar { def foo end; } }” in…
For most Americans, exposure to outside cultures will happen much more through reading about them or interacting with, say, foreign exchange students and foreign cultural social groups, than visiting the places.…
You actually have the option to just use any USB-C charger in the 3 USB-C ports though, at least on my work 14-inch M1 Pro MBP. I just keep the MagSafe charger in my backpack, because those are the situations where I'd…
It does: I've used RoboKiller (who provided the data from the article) since I switched to iPhone in 2020 and missed the Google Assistant stuff from my Pixel. It has a free and a $40/year tier both of which are good…
Somewhere in here, there's a general (not-just-computer-science) lesson to be learned about certifications and hierarchies owned by private corporations vs. those owned by the people who work and have a place in them.
At some point we'll realize that all income tax is regressive, and that property/wealth taxes (including on owned stocks, crypto, etc.) are the only thing that makes sense. Cash, frankly, doesn't matter at this stage of…
Um, is your argument that "we could technically classify these random other things as 'privilege' if we really stretch the word, therefore more obviously problematic things related to privilege like family wealth,…
I just got 5/6 with just my MacBook Pro speakers (but am a musician). "Bigger and stronger" is kind of an asinine way to describe the difference though. Was "you hear more subtle details" too many words?
This is the endgame of putting JS/programmability (rather than just markup) in browsers at all. HTML and CSS are great for formatting documents. But, in spite of years of jQueries, Angulars, Reacts, Vues, and 10M other…
Eh, I make well over twice what they offered now, still live in a MCOL area that I love, am set to retire early having grown up in a poor area in a poor family for the area, and am building awesome unique software that…
I interviewed there a couple years back. They loved me but the culture seemed pretty clearly to be "we are the elite of the elite reporters, and software engineers are brainless minions here at our pleasure." The offer…
When you get into how music editing works these two things are actually very much related. I’ve built a multi platform Flutter app that basically uses the “music theory” concepts of keys and chords to automate solving…
Seems like only a few groups tried to silence this because it was demonstrably fake news. Others are happy to play it up. This is more like the type of journalism that put Hitler into power than, say, the smear…
Given the arrests in Portland, does that mean every country should ban American products?
I generally agree, though I'd say donated money should go to every sponsored individual/party equally by default, with donors able to set weights to recipients in their preferences. Weighting videos on watch time, or…
Rent is based on demand and competition in the market, which is why it reflects consumers' incomes. That's the entire problem with UBI: it will just result in widespread inflation, in housing and every other market. The…
Do you mean "most politically connected" or "best marketed at the right time?" Outside of products being used by state agencies, I don't think political connections have much bearing...
What about "inline images can't be linkable?" Caption text could still link to an enlarged/detailed version. But if images can never be clicked/linked, it would be hard to abuse them for ads the way we see today.
So, is this basically Android's Bundle semantics made standard and cross-platform? Are there differences implementation-wise?