Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rjmorris
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
rjmorris
2mo ago
That's weird, I've never experienced that, and I'm also a pretty frequent Reddit user.
2.
▲
by
rjmorris
9mo ago
No, it doesn't imply that. Saying party X plans to do something implies nothing about what party Y plans to do.
3.
▲
by
rjmorris
10mo ago
I had the same problem. Updating uBlock Origin fixed it.
4.
▲
by
rjmorris
11mo ago
Can you elaborate on how the two titles mean something different? To my reading, "Here's how they ..." and "How they ..." mean the same thing. "Here's" is unnecessary. (Not saying I agree with HN remo
5.
▲
by
rjmorris
1y ago
They sold .dev to Squarespace a couple years ago.
6.
▲
by
rjmorris
1y ago
Unless you get hit with the flat fee instead. > Packages sent to the US from mainland China and Hong Kong with a value of up to $800 now face a 120% tax rate or are subject to a flat fee. The fee started at $100 and is due to rise to $20
7.
▲
by
rjmorris
2y ago
This is specifically not selectlist. "Previously, the Chrome team was working on the idea of a selectlist element. What's described in this post is that feature redesigned to reuse the existing select element instead."
8.
▲
by
rjmorris
2y ago
> History is full of examples of companies doing the right thing if only to prevent government regulation. Citing a couple would help your argument.
9.
▲
by
rjmorris
2y ago
You were lucky. Lots of people who recently had their battery replaced (before the update was announced) were affected by this.
10.
▲
by
rjmorris
2y ago
> I can say from experience that it doesn't. No, I don't think you can say that. If you're getting daily notifications about being out of date, then you clearly haven't gotten the update yet. There are two possibiliti
11.
▲
by
rjmorris
2y ago
Google didn't announce anything. That's a message from a customer support rep to a single individual.
12.
▲
by
rjmorris
2y ago
Only for 2006. All months are available for earlier years.
13.
▲
by
rjmorris
2y ago
I don't understand why you said they didn't explain the reason for the 3-month ban. Your link [0] lays out the reasons.
14.
▲
by
rjmorris
2y ago
How did they type '2' on those old typewriters?
15.
▲
by
rjmorris
3y ago
Maybe I misunderstood you, but Anduril doesn't include strobe modes on the main cycle, and it lets you configure how many brightness steps you want (or hold for continuous ramping). So it sounds to me like you should want people to che
16.
▲
by
rjmorris
3y ago
That didn't work. You should get that cough checked out.
17.
▲
by
rjmorris
3y ago
Except when you run across sites like https://developer.mozilla.org/en-US/docs/Web that intercept Ctrl-K for their own internal search tool. At least that one passes a second Ctrl-K on to the browser for focusing
18.
▲
by
rjmorris
3y ago
The article pointed to a study noting that about half of patients who survived wished they hadn't. In other words, they found survival to be a worse outcome than death.
19.
▲
by
rjmorris
4y ago
I had the same issue. I think changing the logo to improve legibility is a good idea.
20.
▲
by
rjmorris
4y ago
I think they meant not answering the door.
21.
▲
by
rjmorris
4y ago
I'm a native English speaker, and it's confusing for me sometimes, too. I've had to ask multiple times whether someone was expecting an answer from me when they used this construct.
22.
▲
by
rjmorris
4y ago
The underscore is to avoid conflicts with your own attributes named make, asdict, etc. So you could do: MyClass = namedtuple("MyClass", ["make", "asdict", "fields"]) x = MyClass(make=10, asdict=
23.
▲
by
rjmorris
4y ago
The article seemed to go out of its way not to mention any specific package manager or ecosystem. So I think comparing to Rust is completely reasonable.
24.
▲
by
rjmorris
5y ago
Not wild at all if those extra features get in the way and make it harder to do the subset of things you want to do. Those extra features also occupy the developers' attention, leaving less time for them to focus on the things you care
25.
▲
by
rjmorris
5y ago
Thanks for this great explanation! These do sound like useful reasons for daemon mode. My workflow is pretty different, so some of these wouldn't apply to me, but it does give me a lot to think about plus some potential workflow tweaks
26.
▲
by
rjmorris
5y ago
Thanks for this, I found a few things to investigate adding to my own config. I have a question about the server/client mode: > Experienced Emacs users run a single instance of Emacs and do all their editing activities via this sing
27.
▲
by
rjmorris
5y ago
What do you use to prevent the Slack web client from telling other people you're typing? Searching just now, I found a Chrome extension that hasn't been updated in a couple of years, but maybe you have a better method.
28.
▲
by
rjmorris
5y ago
I'm guessing because you misunderstood the question. The question in the research was something like, "Which one of these shapes is called 'bouba' and which is called 'kiki'?" There was no option to invent
29.
▲
by
rjmorris
5y ago
My concern with this approach is that it gives the impression that you can use all the same switches that are available to the real shell commands, which isn't the case. For example, taking the first command documented on the README, c
30.
▲
by
rjmorris
5y ago
I'm pretty sure sh just runs the commands in a subprocess using the shell, so it isn't like shelljs at all. From the linked page: "Note that these aren’t Python functions, these are running the binary commands on your system
More ›