Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
schneidmaster
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
schneidmaster
5y ago
> if you live in the northern or Southern Hemispheres so... anywhere in the world?
2.
▲
by
schneidmaster
5y ago
Change of venue and jury sequestration are controlled by the judge, not the prosecutor, and thus definitionally cannot be prosecutorial misconduct. And it's not misconduct for a prosecutor to disparage the defense in front of the jury
3.
▲
by
schneidmaster
5y ago
That's what I meant by the devil being in the details -- these gray area questions hinge on the specific facts. Lawyers on both sides will argue which factors apply based on past caselaw and available evidence, and the court renders a
4.
▲
by
schneidmaster
5y ago
Again, not a lawyer, just a guy who likes reading this stuff. The devil is usually in the details of copyright cases. The Turnitin case hinged substantially on whether Turnitin's use of copyrighted essays was "fair use". Ther
5.
▲
by
schneidmaster
5y ago
There's a decent bit of caselaw indicating that computers reading and using a copyrighted work simply "don't count" in terms of copyright infringement -- only humans can infringe copyright. This article[0] does a pretty
6.
▲
by
schneidmaster
5y ago
> This attitude makes me kind of uncomfortable. I think the point though is that security warnings need to be actionable and high-signal. Experienced folks are absolutely tuning out the security warnings on npm install, because 95% of th
7.
▲
by
schneidmaster
5y ago
I've used the following list of packages for eslint, prettier, and TypeScript. It's not as effortless as it should be, but the two LSP packages in particular do give reference navigation that's pretty equivalent to VS Code. -
8.
▲
by
schneidmaster
5y ago
AJAX (Asynchronous Javascript and XML) is purely orthogonal to DOM updates. An AJAX request is just a network request initiated asynchronously via some Javascript on the page, as opposed to a request initiated synchronously when a user clic
9.
▲
by
schneidmaster
5y ago
Most of the issues on that dashboard don't seem related to the JS SDK, e.g. "Increased latency on marketing insights API" and "Instagram comments webhooks event delivery traffic drop". It's a blended view of ev
10.
▲
by
schneidmaster
5y ago
Police absolutely do not have to read your Miranda rights in order to arrest you -- they only need to read your rights if they plan to question you with regards to a criminal investigation and they would like to use your statements as evide
11.
▲
by
schneidmaster
5y ago
Breyer has actually been writing on these issues for quite some time; see for example his article "The Uneasy Case for Copyright: A Study of Copyright in Books, Photocopies, and Computer Programs" [0] -- published in the Harvard L
12.
▲
by
schneidmaster
6y ago
Aha! ( https://www.aha.io ) | Rails / React / Security | REMOTE Aha! is the #1 tool for product managers to plan strategy and roadmaps. We serve more than 300,000 users worldwide. We are looking for: * Experienced full-s
13.
▲
by
schneidmaster
6y ago
Google tells me that coffee has about twice as much caffeine as black tea (depending on the blend) so your 10+ cups of tea are probably similar to my previous 5+ cups of coffee. Obviously I'm not a doctor and I can't diagnose anyo
14.
▲
by
schneidmaster
6y ago
Not really. Even when I first started drinking coffee (around high school) I never got much of a boost from it. I think your caution makes sense for folks with neurotypical brains, but even now (drinking 0-1 cups per day) I drink it for the
15.
▲
by
schneidmaster
6y ago
Coffee consumption was actually one of the questions that I was asked when my therapist first suspected that I had ADHD. I used to drink 5+ cups per day (especially workdays) while feeling fairly little effect from it. I'm now on medic
16.
▲
by
schneidmaster
6y ago
Aha! ( https://www.aha.io ) | Rails / React / Security | REMOTE Aha! is the #1 tool for product managers to plan strategy and roadmaps. We serve more than 300,000 users worldwide. We are looking for: * Experienced full-s
17.
▲
by
schneidmaster
6y ago
Aha! ( https://www.aha.io ) | Rails / React / Security | REMOTE Aha! is the #1 tool for product managers to plan strategy and roadmaps. We serve more than 300,000 users worldwide. We are looking for: * Experienced full-s
18.
▲
by
schneidmaster
6y ago
Aha! ( https://www.aha.io ) | Rails / React / Security | REMOTE Aha! is the #1 tool for product managers to plan strategy and roadmaps. We serve more than 300,000 users worldwide. We are looking for: * Experienced full-s
19.
▲
by
schneidmaster
6y ago
Aha! ( https://www.aha.io ) | Rails / React / Security | REMOTE Aha! is the #1 tool for product managers to plan strategy and roadmaps. We serve more than 300,000 users worldwide. We are looking for: * Experienced full-s
20.
▲
Hacktoberfest Changes to Opt-In
(hacktoberfest.digitalocean.com)
3 points
by
schneidmaster
6y ago
|
1 comments
21.
▲
by
schneidmaster
6y ago
Aha! ( https://www.aha.io ) | Rails / React / Security | REMOTE Aha! is the #1 tool for product managers to plan strategy and roadmaps. We serve more than 300,000 users worldwide. We are looking for: * Experienced full-s
22.
▲
Gitlab Security Release: 13.3.4, 13.2.8, and 13.1.10
(about.gitlab.com)
1 points
by
schneidmaster
6y ago
|
0 comments
23.
▲
by
schneidmaster
6y ago
Aha! ( https://www.aha.io ) | Rails / React / Security | REMOTE Aha! is the #1 tool for product managers to plan strategy and roadmaps. We serve more than 300,000 users worldwide. We are looking for: * Experienced full-s
24.
▲
by
schneidmaster
6y ago
My personal favorite is "United States v. Approximately 64,695 Pounds of Shark Fins" ( https://en.wikipedia.org/wiki/United_States_v._Approximately... )
25.
▲
by
schneidmaster
6y ago
Aha! ( https://www.aha.io ) | Rails / React / Security | REMOTE Aha! is the #1 tool for product managers to plan strategy and roadmaps. We serve more than 300,000 users worldwide. We are looking for: * Experienced full-s
26.
▲
A Treatise on JavaScript Dependencies
(aha.io)
1 points
by
schneidmaster
6y ago
|
0 comments
27.
▲
by
schneidmaster
6y ago
I think there are two primary reasons why JavaScript projects tend to have much larger dependency trees than in ruby or other ecosystems. 1. The JavaScript standard library is much more sparse than what you get out-of-the-box with ruby or m
28.
▲
by
schneidmaster
6y ago
Actually, I guess I was wrong about node_modules not being included in the slug -- it's just that the slug is compressed so node_modules don't take up anything close to their stat size. One common gotcha is that if you have large
29.
▲
by
schneidmaster
6y ago
No problem! FYI there may be something else bloating your slug. With the ruby buildpack, heroku by default will install node_modules to a shared cache directory and not include them in the slug artifact. For example I have a Rails app that
30.
▲
by
schneidmaster
6y ago
Rails 6 by default includes webpack to bundle assets for production. Aside from webpack, several of the top 10 on your list are libraries that ensure a great user & developer experience across browsers: - babel transpiles ES6/7+ Ja
More ›