Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bagrow
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
bagrow
2mo ago
I'd like to see a cumulative version of that power law plot. How many papers had a delay of at least X days. I have been bit by several inexplicable, long delays recently. In my case, I suspected the reason was choosing stat.ml as prim
2.
▲
by
bagrow
6mo ago
Here's a question that I hope is not too off-topic. Do people find the nano-banana cartoon infographics to be helpful, or distracting? Personally, I'm starting to tire seeing all the little cartoon people and the faux-hand-drawn i
3.
▲
by
bagrow
9mo ago
Well, yes, but, perhaps shortsightedly, I assumed the goal of the professor was to teach the course.
4.
▲
by
bagrow
9mo ago
If you can use AI agents to give exams, what is stopping you from using them to teach the whole course? Also, with all the progress in video gen, what does recording the webcam really do?
5.
▲
by
bagrow
1y ago
> I cannot distinguish between the love I have for people and the love I have for dogs. - Kurt Vonnegut.
6.
▲
by
bagrow
2y ago
> I have evidence of the opposite. Do you? [1] [1] https://myscp.onlinelibrary.wiley.com/doi/abs/10.1002/jcpy.1...
7.
▲
by
bagrow
2y ago
One time I needed to call 911 and was greeted with the recorded message, "Dear Nine One One customer, your call is important to us." Customer? Like others in the thread, I'm skeptical of plugging new tech into that network.
8.
▲
by
bagrow
2y ago
https://apple.github.io/coremltools/docs-guides/source/palet...
9.
▲
by
bagrow
2y ago
> Write a program for a weighted random choice generator. Use that program to say ‘left’ about 80% of the time and 'right' about 20% of the time. Simply reply with left or right based on the output of your program. Do not say
10.
▲
by
bagrow
2y ago
The best way to compute the empirical CDF (ECDF) is by sorting the data: N = len(data) X = sorted(data) Y = np.arange(N)/N plt.plot(X,Y) Technically, you should plot this with `plt.step`.
11.
▲
by
bagrow
4y ago
Does user-generated content count? https://steamcommunity.com/sharedfiles/filedetails/?id=70213...
12.
▲
by
bagrow
4y ago
> by filtering any "books" (rather, files) that are larger than 30 MiB we can reduce the total size of the collection from 51.50 TB to 18.91 TB I can see problems with a hard cutoff in file size. A long architectural or graphic
13.
▲
by
bagrow
4y ago
What will the future use to write about us when all our paywalled records are gone?
14.
▲
by
bagrow
4y ago
Anyone else annoyed at how narrow the term Homelab really is relative to what it could be? Any scientific or maker hobbies could take place in a "home lab," from breeding seedlings, to soldering and electronics work, to 3D printin
15.
▲
by
bagrow
5y ago
von Neumann did slightly more than that. https://en.m.wikipedia.org/wiki/List_of_things_named_after_J...
16.
▲
by
bagrow
5y ago
Anyone play RoboWar back in the day? https://en.m.wikipedia.org/wiki/RoboWar
17.
▲
by
bagrow
5y ago
There's been a lot of movement in the past few years on colormaps informed by studies of human perception. Viridis, now the matplotlib default, is quite popular: * https://bids.github.io/colormap/ * https:/&
18.
▲
by
bagrow
5y ago
Zero is a digit.
19.
▲
by
bagrow
6y ago
A short fat engineer is likely a dilettante.
20.
▲
by
bagrow
6y ago
Parent is talking about embroidery.
21.
▲
by
bagrow
6y ago
Many industries such as insurance have legal requirements that prevent the use of many black box methods. Scientists using ML for research often wish to understand their subjects, and interpretable ML would probably be more likely than non-
22.
▲
by
bagrow
6y ago
Buried deep in this article are some troubling comments about race, gender, and religion. The author argues that historically most "geniuses" have been non-catholic white men and coincidentally scientific innovations become less
23.
▲
by
bagrow
6y ago
Citation needed. Comcast for one is _vehemently_ anti-union. I see only right-wing media claiming unions drive up internet costs.
24.
▲
by
bagrow
6y ago
Thoughts on how the economic situation will affect machine learning and data science in industry more generally?
25.
▲
by
bagrow
7y ago
He could have a vision impairment.
26.
▲
by
bagrow
7y ago
I think the same thing is happening in Python for data science due to Pandas. It’s a great package, but many data scientists are only able to manipulate data using Pandas, and know little “base” Python.
27.
▲
by
bagrow
7y ago
Board members are not employees. Alford works for PayPal for example.
28.
▲
by
bagrow
8y ago
Reminds me of the old (2003) story where a brand new Microsoft employee blogged a photo of some pallets of Power Macs he saw on the company campus, “Looks like someone is getting some new toys!” Or something to that effect. He was quickly f
29.
▲
by
bagrow
8y ago
> When was the last time your Unix workstation was as useful as a Macintosh? Some of that discussion has not aged well :)
30.
▲
by
bagrow
8y ago
Having taught git several times within a data science course I find two concepts especially worth extra time: WHY there is a staging area, and what is the difference between “git” and “github”.
More ›