Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mycelium
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
mycelium
6y ago
What did you replace it with?
2.
▲
by
mycelium
6y ago
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 as ju
3.
▲
by
mycelium
8y ago
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 that you just don'
4.
▲
by
mycelium
8y ago
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 w
5.
▲
by
mycelium
8y ago
The inefficiency you speak of is not inefficiency of code review, but rather the inefficiency of reaching a shared, deep agreement on what your code should look like and how it should work. Code review is just a place that it pops up. Think
6.
▲
by
mycelium
8y ago
Completely disagree. I catch bugs, and have my bugs caught, at least a few times a month. Beyond the "this will likely deadlock without a timeout", "this does not clean up after itself on exception", "if the cache i
7.
▲
by
mycelium
8y ago
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.
8.
▲
by
mycelium
8y 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
9.
▲
by
mycelium
8y ago
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.
10.
▲
by
mycelium
8y ago
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 our first response is
11.
▲
by
mycelium
8y ago
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.
12.
▲
by
mycelium
8y ago
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.
13.
▲
by
mycelium
8y ago
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 engineering capa
14.
▲
by
mycelium
8y ago
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 where to star
15.
▲
by
mycelium
8y ago
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...
16.
▲
by
mycelium
8y ago
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
17.
▲
by
mycelium
8y ago
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 integration work
18.
▲
by
mycelium
8y ago
No, it sucked.
19.
▲
by
mycelium
8y ago
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 managem
20.
▲
by
mycelium
8y ago
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 s
21.
▲
by
mycelium
9y ago
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 experience of the p
22.
▲
by
mycelium
9y ago
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 non-actionable. Do yo
23.
▲
by
mycelium
9y ago
> You don't clarify what you mean by "a good thing." To be fair to the grandfather comment, that was the point.
24.
▲
by
mycelium
9y ago
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.
25.
▲
by
mycelium
9y ago
Some quick ones I did for myself: Frontend frameworks: https://i.imgur.com/Sd1g5zw.png State management frameworks: https://i.imgur.com/HCD32bo.png
26.
▲
by
mycelium
9y ago
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 parti
27.
▲
by
mycelium
9y ago
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 idea from a business v
28.
▲
by
mycelium
9y ago
All of the gov.uk guidance (not sure about the research) is excellently written up. This is a great start: https://www.gov.uk/guidance/government-design-principles
29.
▲
by
mycelium
9y ago
In general Django REST Framework is a better package. Hooking in your own customization is less ad-hoc with DRF than with Tastypie, I've found. The DRF documentation is also absolutely stellar and the wider ecosystem around it is reall
30.
▲
by
mycelium
9y ago
Thank you much for the substantive thoughts. As an every day working programmer, it's nice to hear higher level thoughts that explain the wider context of "NNs play mario". We're looking to include some ML based features
More ›