Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
randomfool
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
31.
▲
by
randomfool
5y ago
Does anyone know if there's a trick to avoid the trailing newline when double-clicking a line to copy/paste it elsewhere? This always annoys me for single-line commands. I'd love a CSS solution but can only think of some ugly
32.
▲
by
randomfool
5y ago
All of these vaccines are approved under emergency authorization- the long-term effects are still unknown. At this same rate (6 in 6 million+), there could easily be unnoticed issues lurking in the alternatives as well. What we do know is t
33.
▲
by
randomfool
6y ago
It has a MathML fallback, but does not require MathML. Here's a useful discussion about MathML support in KaTeX (an alternative to MathJax) and it's importance for accessibility- https://github.com/KaTeX/KaTeX
34.
▲
by
randomfool
6y ago
One side of it is deplatforming, but the other side is protecting more vulnerable family and community members. The fact is that there are pied-pipers of disinformation on these platforms leading vulnerable members of our communities down r
35.
▲
by
randomfool
6y ago
Working on codebases where the compilation times can often be 30-60s, a 10x improvement makes a massive difference in development flow and is definitely worth a 2% regression in size. It's the difference between being multi-tasking whi
36.
▲
by
randomfool
6y ago
Google Closure's advanced optimizations require annotations throughout your codebase- in many codebases it may require significant effort to get this working. When you need that extra optimization it's great but can be a lot of ef
37.
▲
by
randomfool
6y ago
Plug that if you're a Jupyter user to chime in on the survey at https://www.surveymonkey.com/r/LCB7GBF . Background: https://blog.jupyter.org/survey-jupyterlab-and-beyond-88c7fb...
38.
▲
by
randomfool
6y ago
Fakes not Mocks- I hopped on this train and am super happy. I start out with a small & simple fake for something as I'm working on the layer above it, then keep flushing it out as I move on to higher and higher layers. In the end I
39.
▲
by
randomfool
6y ago
Kudos to Apple for taking action: https://www.inputmag.com/culture/exclusive-email-from-apple-...
40.
▲
by
randomfool
6y ago
Yes! Text which can be copy pasted!
41.
▲
by
randomfool
6y ago
Cross-laminated timber is already being used for 10-story buildings today. Here's an 18-story one: https://www.dezeen.com/2019/03/19/mjostarne-worlds-tallest-t... And there's a 12-story one in Portl
42.
▲
by
randomfool
6y ago
$20k to reward the amount of security analysis that went into finding this bug is an absolute deal for Microsoft. Seriously- a single FTE security researcher is going to be costing MS >$400k a year (salary, bonus, health care, office spa
43.
▲
by
randomfool
6y ago
I attended JupyterCon- the organizers were very focused on inclusivity, which I definitely appreciate. I love attending conferences just to hear from everyone. This is why inclusivity matters to me- it welcomes a broader slice of people. An
44.
▲
by
randomfool
6y ago
But the $8.3B is not coming out of the $10.7B that the family extracted. The title is not misleading at all- the family which profited $10.7B is paying $225M. The company already entered bankruptcy proceedings last year.
45.
▲
by
randomfool
6y ago
Incorrect- the family has already drained $10.7B from the company and are only being fined $225M themselves- they are not responsible for any other portion of the $8.3B. The family will lose control of the company in bankruptcy but they kne
46.
▲
by
randomfool
6y ago
No- the $8.3B settlement was against the company, but the Sackler family has already drained $10.7B in cash out of the company. They've known this was coming and drained as much as they could- from Dec 2019: https://arstechn
47.
▲
by
randomfool
6y ago
No, it leaves $10.5B profit to the family since they've already drained $10.7B from the company and are only being fined $225M themselves. The family will lose control of the company but they knew this was coming and drained it ahead o
48.
▲
by
randomfool
6y ago
$8.3B is extremely misleading- the article says it won't happen. "A forensic audit last year by Purdue found that the Sacklers directed at least $10.7 billion in the company’s proceeds to family-controlled trusts and holding compa
49.
▲
by
randomfool
6y ago
Feels like the descenders are just a bit lower than normal, I like the contrast that brings with the parens and brackets. It looks clean. I'm excited to spend some time trying this out.
50.
▲
by
randomfool
6y ago
Step 3 is not extinguish- step 3 is exposing APIs or programs in Linux which only work when executing on Windows.
51.
▲
by
randomfool
6y ago
Abusive behavior is behavior which Facebook decides turns away the users they want to keep.
52.
▲
by
randomfool
6y ago
Should HN be completely un-moderated? There's a decent chance that the quality of the forum would drop and users could move elsewhere. I firmly believe that Facebook is responsible for shaping the tone of their platform ( every social
53.
▲
by
randomfool
6y ago
A community that tolerates abusive behavior can be exploited to become a community that fosters abusive behavior. Facebook is in control of what type of community they want their social network to be. At some point users may make a decision
54.
▲
by
randomfool
6y ago
https://twitter.com/Susan_Hennessey/ has been looking into this quite a bit, some here: https://twitter.com/Susan_Hennessey/status/12682415415476592... Basically it sounds like her understand
55.
▲
by
randomfool
6y ago
The only thing I can think of is some 'test mode' override which inadvertently got enabled in production. 1. Don't add these. 2. If you must add something, structure it so it can only exist in test-only binaries. 3. If you
56.
▲
by
randomfool
6y ago
Early is the completion of the CDC's 15 day plan which was announced on March 16th: https://www.whitehouse.gov/wp-content/uploads/2020/03/03.16.... https://www.cdc.gov/coronavirus&#x
57.
▲
by
randomfool
7y ago
I was hoping they'd limit it to 100, or even 50. I don't see what 200+ gatherings they believe are safe to the public at this point. There's little downside to decisions like this- healthcare is most likely going to be overwh
58.
▲
by
randomfool
7y ago
> STEIN: You’ve consistently called for enormous cuts to the CDC… Does this experience at all give you pause? > TRUMP: No…I’m a business person, I don’t like having thousands of people around when you don’t need them…we can get ‘em ba
59.
▲
by
randomfool
7y ago
Nope. Shadow DOM isolates selectors, style sheets, etc. It’s about a public/private API for elements. Contains is about layout and rendering hints to the browser.
60.
▲
by
randomfool
7y ago
Also it may be difficult to annotate all of the descendants appropriately and to audit them to ensure performance. I’m in favor of browsers inferring whatever they can, but when it comes to critical performance sections I want to be explici
More ›