Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
floil
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
floil
28d ago
I'm unfamiliar with claudish and the example helped show the problem. But! There was something uncomfortably familiar in the Claudish example -- this is the way human programmers write when they're deep in the weedy details, and w
2.
▲
by
floil
2mo ago
This is correct (I worked on chrome in 2008) it's important to remember that chrome's renderer was webkit, an existing c++ stack. Chrome's stability innovation was to run different tabs in different processes, and the securit
3.
▲
by
floil
3y ago
And to connect it back to the original post: the moments that make me cringe the most in Grand Designs are the ones where the owner decides, as a cost-cutting measure, to manage the project themselves despite not having prior domain experie
4.
▲
by
floil
3y ago
> leafing through the book with gloves Rare books are typically handled with bare hands rather than gloves. Gloves increase the risk of damage. https://www.nytimes.com/2023/03/09/arts/rare-books-white-
5.
▲
by
floil
3y ago
My interpretation: the paper describes a system that works for a starting concentration of 200 parts per billion, or higher. This is unrealistic because, in real world contamination scenario, you would expect to see a starting concentration
6.
▲
by
floil
3y ago
I've read the book twice, decades apart, and it gave me great joy each times in very different ways. I can see how this text causes some to experience the opposite of joy. Both experiences are valid. But like there's not some big
7.
▲
by
floil
5y ago
Chrome browser extensions aren't really compiled, though I suppose they can be obfuscated. If you install this extension you ought to be able to find it in your Chrome profile directory and look at the manifest and JS source. (former l
8.
▲
by
floil
5y ago
Both the KitchenAid and the Hobart use a planetary action which is not the best for kneading bread. A better idea is to find a small spiral mixer where the bowl rotates and the mixer blade spins in place. I have a Haussler Alpha and it'
9.
▲
by
floil
5y ago
Site Isolation launched in Chrome in 2018, but the work started in earnest in 2012 -- see the below check-in. The idea in Chrome dated to before the Chrome 1.0 launch; it was the subject of Charlie Reis's PhD dissertation and he intern
10.
▲
by
floil
5y ago
It's not a whole new level. An aspect of Quadro differentiation has, since ages ago, been based on selectively disabling features that the consumer gpus silicon was capable of. It's the same strategy here. This makes sense to Nvid
11.
▲
by
floil
6y ago
As someone who walked away from programming two years ago, reading this stirred something in my heart that I honestly haven't felt since quitting. I've been frankly surprised that I haven't had the desire to code in that time
12.
▲
by
floil
6y ago
Fairly certain this feature is more then ten years old.
13.
▲
by
floil
6y ago
Here you go: https://www.chromium.org/developers/design-documents
14.
▲
by
floil
7y ago
When I was a kid, my next door neighbor was an ultra-marathoner and the fittest person I'd ever met. He died suddenly one day of a heart attack while out on a run.
15.
▲
by
floil
7y ago
Read it as "both decelerate more slowly and rotate more slowly" and it's an accurate description of what happens when you sweep in front of a curling stone.
16.
▲
by
floil
7y ago
Can confirm. The whole group working on that effort has been laid off.
17.
▲
by
floil
8y ago
Fwiw: this has always been the case, since Chrome 1.0.
18.
▲
What is phonetics? A 20 minute guide
(christiandicanio.blogspot.com)
4 points
by
floil
8y ago
|
0 comments
19.
▲
by
floil
8y ago
In chromium, the glyph attack defense works by normalizing to a "confusability skeleton" -- the ICU library actually does the normalization. Even within latin-1 this does some mangling: m gets normalized to rn, w to vv, etc. The q
20.
▲
by
floil
8y ago
For myself, I switched everything over to Google WiFi's, precisely because they auto-update, and having worked previously on a security-focused team at Google, I trust them to have a competent security team and actually stay on top of
21.
▲
by
floil
8y ago
Did you read the article? She hasn't worked at Instagram since 2014.
22.
▲
by
floil
8y ago
Moreover, github.io is in the public suffix list, so it is effectively a TLD (foo.github.io is a different site from bar.github.io; they can't become same origin by means of document.domain). The risk of eval() is giving control of the
23.
▲
by
floil
8y ago
Oh my.
24.
▲
by
floil
8y ago
Find out if it works for you by typing your employers name (or your spouse's/parent's/etc - coverage seems to be for "family") here: https://care.lyrahealth.com
25.
▲
by
floil
8y ago
This probably doesn't help OP but might help a reader who's facing the same logjam and qualifies: see if your employer (or a family member's) offers a benefit through https://www.lyrahealth.com/ . It is a sup
26.
▲
by
floil
8y ago
In chrome, what's blocked is page-initiated top-level navigations to data URLs (because of spoofing concerns). You can load them in iframes, and you can still do a browser-initiated navigation to them (i.e., type them into the omnibox)
27.
▲
by
floil
8y ago
Moreover, x and y are not independent on this plot -- x is just the rank of y. A graph constructed this way can never dip down. So a linear-looking upward trend is basically guaranteed.
28.
▲
by
floil
9y ago
Nvidia's gross margin is north of 60%. They want to sell GPUs. It seems more likely that they're trying to segment the market so that they can charge miners, gamers, and deep learning customers different prices; the per-customer l
29.
▲
by
floil
9y ago
Yes, but site per process is harder: iframes need to be booted out of process when they cross a site boundary. To illustrate how much complexity this brings, consider a browser feature like find-in-page. It used to work by traversing the do
30.
▲
by
floil
9y ago
Sooner than it would have if Spectre hadn't happened. Spectre, in my view, really changes the cost/benefit considerations here. Wish I had a better timeline to share, but with stuff like printing not working properly, it's no
More ›