mycelium
No user record in our sample, but mycelium 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 mycelium has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
What did you replace it with?
What was the diagnosis process like? I'm in my early 30s and have been putting off trying to get an ADHD diagnosis (and medication) even though the symptoms clearly resonate, because I'm concerned that I'll be dismissed…
I would highly highly recommend ETL as service, after adopting it recently. It substantially changes your relationship with your data sources in a really positive way. And frankly, ETL for common data sources is code…
Wells Fargo has laundered billions of dollars for drug cartels, yet people have not stopped using them: https://www.huffingtonpost.com/rj-eskow/al-capone-meet-wells... If people can't get off their asses to stop working…
Why was this article hidden from the front page? A similar satellite journalism article from the BBC about a killing in west Africa was allowed on the front page a few weeks ago.
The origin of those shared commands isn't from readline, but rather from emacs key bindings that made it into both readline and MacOS: https://jblevins.org/log/kbd
Any particular sites/webapps you like as examples of hierarchical design? I am a tech lead and struggle to come up with anything better than Material Design's nav drawers with sub-items, or equivalent.
I build internal tools in my organization. Most of our developers are on MacOS and use Chrome day to day. Most of our users are on Windows. Whenever a browser specific issue comes up, we do our best to address it, but…
I'm on Mac OS 10.11.6 (15G22010). The regression might be due to some interaction between Firefox and changes in the OS, if you're on a more recent version.
I spent a few minutes trying to replicate on a MacBook Pro (Retina, 13-inch, Late 2013) with Firefox 62.0.2 and could not replicate, browsing a number of resource intense sites.
Former employee and it's been a few years, but for what it's worth I was actually very reassured by what I saw there in terms of internal data security. For all products I worked with or knew something about in an…
there are whole other approaches to the problem... which are extremely successful in practice, with real observational data sets. I'm going to echo my sibling commenter, would love to hear it if you have any pointers on…
One counter-argument to agriculture is Jared Diamond's classic article: "The Worst Mistake in the History of the Human Race" http://discovermagazine.com/1987/may/02-the-worst-mistake-in...
If your first thought is "Oh ----, I'm a manager now. How the hell do I do this?" I'd highly recommend The Effective Manager by Mark Horstman. It's prescriptive in a helpful way, and was brilliant in helping me find my…
Thanks to both of you for your time doing that discussion! @slap_shot and anyone else — I'm curious if you have thoughts on, or even have heard of the Ballerina language? It's a programming language for doing data…
No, it sucked.
And to pile on the anecdotes, I've been in the exact opposite situation where we needed somebody right now to handle a new requirement, and we hired someone "pretty good" after already taking longer than the rest of…
I'd highly recommend the xonsh shell for scripting if you're familiar with python: http://xon.sh/tutorial.html Once you do tutorial and learn the rules for going between shell and python, it's super easy to slice and…
No-install, no sign-in is amazing. Appear is one of the services I've referred people to the most, for just that reason. The main critique I have is their push to monetize as of late has been clumsily executed in my…
This completely squares with my experiences as well — a lot of instances of complaints about management are hollow because developers aren't managing upward correctly. Their followup on their issues is missing, or…
> You don't clarify what you mean by "a good thing." To be fair to the grandfather comment, that was the point.
My default stack is almost exactly yours, except > gunicorn Any particular reason you use it over uwsgi? I last did real research in 2013 and have not revisited since then.
Some quick ones I did for myself: Frontend frameworks: https://i.imgur.com/Sd1g5zw.png State management frameworks: https://i.imgur.com/HCD32bo.png
The awesome youtube channel Applied Science put out a 40 minute intro video to melting your own glass a week or two ago, going into the equipment, chemistry and recipies: https://www.youtube.com/watch?v=mUcUy7SqdS0 In…
I try to shift from Ruby (on Rails) to to Clojure. But I feel hard to rewrite mountains of RoR convieniece and habits into Clojure (1.day.ago, named routes, ActiveMailer, encrypted cookie etc). This seems like a bad…