Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
craigching
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
craigching
2y ago
Sampling is lossy though
2.
▲
by
craigching
2y ago
Maybe even hermetic builds? https://bazel.build/basics/hermeticity
3.
▲
by
craigching
2y ago
We have an enhancement opened with Apple to have a way to delete .cstemp files if the tool runs into them. You'd think we could just add a `find . -name '*.cstemp' -exec rm {} \;` to our build toolchains before building, but
4.
▲
by
craigching
3y ago
At one company, I was responsible for putting together all the third-party software and their licenses. I called it the TPS report :)
5.
▲
by
craigching
3y ago
In my case, sentry events that represent crash logs for Adobe Digital Video applications. I’m trying to remember off the top of my head, but I think it was in the gigabytes for a single event.
6.
▲
by
craigching
3y ago
Probably anywhere that requires parsing large JSON documents. Off the shelf JSON parsers are notoriously slow on large JSON documents.
7.
▲
by
craigching
3y ago
Also micrograd from Andrej Karpathy: https://github.com/karpathy/micrograd
8.
▲
by
craigching
3y ago
Someone downvoted you, I upvoted because I think you have a good point but it would be nice to back it up. I think I agree with you, but I have only used concurrent.futures with threads.
9.
▲
by
craigching
3y ago
I remember maybe circa 2004 debating Postgres and mysql with a colleague. I told him to unplug the machine that was hosting his mysql instance. He did and corrupted his database. He said it didn't matter, he had backups, speed was more
10.
▲
by
craigching
3y ago
To your point, I replaced an LSTM that required ~$100k of infrastructure with XGBoost that required no more infrastructure (we created and used the model at query time on existing infrastructure we already had for query loads) and only lost
11.
▲
by
craigching
3y ago
I used to introduce people new to machine learning with a python-converted version of ISL that I was developing. I never finished converting all of ISLR so this is very welcome!
12.
▲
by
craigching
3y ago
Bishop is going to be more theoretical than ISL. It is true that Bishop is taught as an introduction to ML in many universities, but if you want more hands on to start with, ISL is an excellent option. There is another text called "Ele
13.
▲
by
craigching
3y ago
ISL is a more introductory book than Bishop or Murphy. There's no reason not to read all of them, they're all excellent books that cover different topics. I'd also throw in Elements of Statistical Learning from the same autho
14.
▲
by
craigching
3y ago
https://en.m.wikipedia.org/wiki/Stellar_classification Answers most of your first two questions about classes of stars and stars that promote the possibility of life, though I don’t see Wolf-Rayet mentioned there.
15.
▲
by
craigching
3y ago
Reminds me of https://www.cakewrecks.com :)
16.
▲
by
craigching
3y ago
Uber wrote a blog on using Clickhouse to store logs: https://www.uber.com/blog/logging/
17.
▲
by
craigching
3y ago
Integrate this into Grafana as an app plugin and you’d have me. I don’t want to leave Grafana where I have all my other operational dashboards for this.
18.
▲
by
craigching
3y ago
If you want to understand the theory, that's true. If you want to develop an intuitive understanding without having to understand all the nuts and bolts (and I understand that can be a big ask for how some people learn/understand)
19.
▲
by
craigching
3y ago
I was where you're at about ... oh wow, it's been almost ten years since I jumped into machine learning. Mind you, I've been learning on the side most of this time other than a theoretical class at the University of Minnesota
20.
▲
by
craigching
3y ago
I’m a touch typist and don’t find that argument valid either for vi or emacs. And I’ve used emacs for over 30 years now and still do use vi occasionally on production servers where I’m not going to load my full emacs config just for sys adm
21.
▲
by
craigching
3y ago
I honestly thought it was going to be something cool about routing automobile traffic in the Twin Cities as well!
22.
▲
by
craigching
3y ago
What are all these acronyms? I read the first paragraph but it really doesn't give much context if you're an outsider.
23.
▲
by
craigching
3y ago
Impeachment is a political process, not a legal process. EDIT: To back this up, from Wikipedia: In the United States, impeachment is a remedial rather than penal process,[13][14]: 8 intended to "effectively 'maintain constitu
24.
▲
by
craigching
4y ago
I use my Puget for build performance for a large mono-repo at Adobe. I could set my watch to the consistency in memory and CPU usage during a full build of our products.
25.
▲
by
craigching
4y ago
I have a puget system with the Samsung SSDs mentioned and it locks up on me every 2-4 weeks. This sounds like it would explain the problem. Puget sent out a message this week to upgrade the Samsung firmware, but I am at the latest. I’ll be
26.
▲
by
craigching
4y ago
On mobile, I accidentally hit flag quite often trying to tap the link of the article below it. I do go back every time and unflag, but I can imagine not everyone would.
27.
▲
by
craigching
4y ago
Go has no built-in set data structure, you use map if you don’t want to bring in a third party. Maybe this is why?
28.
▲
by
craigching
4y ago
Exactly. There are tons of different ways to solve that problem in react-date picker, this being one of them: https://reactdatepicker.com/#example-year-dropdown
29.
▲
by
craigching
4y ago
It's not bad, but I have grown really fond of Grafana's date/time picker and can whip up a clone of that using React-Bootstrap and React Datepicker ( https://reactdatepicker.com ) in about ten minutes :)
30.
▲
by
craigching
4y ago
Agreed. When brew installed in /usr/local I ranted much like this post. I’m much happier with brew since the move to /opt.
More ›