Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
NoThisIsMe
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
NoThisIsMe
1y ago
> sat fat matter more to blood cholesterol than food cholesterol Can you expand on this? I don't understand.
2.
▲
by
NoThisIsMe
1y ago
From the article > What this code does is read an index file that contains the list of R packages from CRAN, and subsequently download the description files of the first 200 packages to the user home directory (which is actually a virtua
3.
▲
by
NoThisIsMe
1y ago
You're thinking of memoization, which is related to but distinct from DP. Memoization is "top down", DP is "bottom up". DP generally has better space complexity (memory requirements). For example, for a function tha
4.
▲
by
NoThisIsMe
1y ago
> no difference between man/womnan For the record, nobody says or believes this. We believe one should be free to change their gender, eg a woman should be free to live as a (trans) man. That's an entirely different thing than
5.
▲
by
NoThisIsMe
1y ago
I also wish there were more compact options, but the Pixel 8 is 71mm wide and you can unlock the bootloader. And if you're gonna run a custom ROM, the Pixel 5 is still a decent option.
6.
▲
by
NoThisIsMe
1y ago
It's distributed in the Play Store, so Google controls the update servers, no? Edit: or Apple, whathaveyou
7.
▲
by
NoThisIsMe
1y ago
This! Whenever I mention that to me fancy light roasts taste sour, the response is almost always puzzlement, even from those who prefer dark roasts. Nice to know it's not just me.
8.
▲
by
NoThisIsMe
2y ago
Is there an advantage to borosilicate glass over food-grade stainless steel?
9.
▲
by
NoThisIsMe
2y ago
It's a deliriant, not a disassociative. Worth mentioning the trip is said to be deeply unpleasant, and also the plant is poisonous. But yeah I too find it interesting how a drug can seemingly yield the same specific hallucination in di
10.
▲
by
NoThisIsMe
2y ago
Alexander doesn't like sky scrapers, but he absolutely does not advocate for suburbia, at least not the the car-dependent hellscape you presumably have in mind. You can archive considerable density without skyscrapers. In fact we'
11.
▲
by
NoThisIsMe
2y ago
What are you talking about? Nixpkgs is one of the largest and most up-to-date distro package repos out there.
12.
▲
by
NoThisIsMe
2y ago
> but your cutesy coding style makes that a non-starter I don't think this is fair. The code looks pretty readable to me.
13.
▲
by
NoThisIsMe
2y ago
Yep that too
14.
▲
by
NoThisIsMe
2y ago
It is absolutely not an anti pattern to check Direnv's `.envrc` in to source control, and if you don't then you're passing up on much of Direnv's value proposition. Obviously don't put secrets in there. For secrets
15.
▲
by
NoThisIsMe
2y ago
> This is dumb. The same way wrapping cars in bubble wrap would be dumb but also make the cars safer. I doubt that would work, but if it did, why exactly would it be "dumb"? > Most of the ideas in that channel are just insan
16.
▲
by
NoThisIsMe
2y ago
Sad but not surprising. [Private] property is theft, as they say.
17.
▲
by
NoThisIsMe
2y ago
Invented their own database? They use Cassandra IIRC
18.
▲
by
NoThisIsMe
3y ago
There is stop scroll support in GTK4
19.
▲
by
NoThisIsMe
3y ago
Clojure is not particularly obscure
20.
▲
by
NoThisIsMe
3y ago
You can get all of that with just Emacs tho
21.
▲
by
NoThisIsMe
3y ago
This is not an issue with Emacs though, GUI or otherwise, because everything's just a buffer
22.
▲
by
NoThisIsMe
3y ago
Yes
23.
▲
by
NoThisIsMe
3y ago
That's not the question. The question is: If there are no marbles in a bag, are all marbles in the bag black?
24.
▲
by
NoThisIsMe
3y ago
Looks much closer to Grain [1] than AssemblyScript 1. https://grain-lang.org/
25.
▲
by
NoThisIsMe
3y ago
That's not how the term is used in programming. Side effects may be intentional. "Effects" (without the "side") usually means the effect is modeled as a type/value that is returned by the function.
26.
▲
by
NoThisIsMe
4y ago
> Which allows you to create images using the command line to build them up step-by-step. I mean.. you can also do this with the Docker CLI right?
27.
▲
by
NoThisIsMe
4y ago
This would be an atypical use case for Vault AFAIK. My understanding is it's intended for sensitive config-like data, not sensitive app data.
28.
▲
by
NoThisIsMe
4y ago
No, that's fine. I'd shy away from third party libs though, would probably use what Node.js provides out of the box. Or possibly something in the database, but I've never looked into that. Just don't roll your own crypto
29.
▲
by
NoThisIsMe
4y ago
Could you expand on this, or provide a source? I don't see how physics could yield a pure math result like that.
30.
▲
by
NoThisIsMe
4y ago
This is testing the code that emits the SQL code, not the SQL code itself. Sometimes that's what you want, but it's not what OP asked for.
More ›