HackerTrans
TopNewTrendsCommentsPastAskShowJobs

NoThisIsMe

no profile record

comments

NoThisIsMe
·10 miesięcy temu·discuss
> sat fat matter more to blood cholesterol than food cholesterol

Can you expand on this? I don't understand.
NoThisIsMe
·12 miesięcy temu·discuss
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 virtual filesystem in WebR [1]). > [1] https://docs.r-wasm.org/webr/latest/mounting.html

So I think it's a virtual filesystem in browser memory.
NoThisIsMe
·12 miesięcy temu·discuss
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 that computers the Fibonacci sequence, space complexity with memoization is O(n), vs O(1) with DP.

https://en.wikipedia.org/wiki/Dynamic_programming#Fibonacci_...
NoThisIsMe
·w zeszłym roku·discuss
> 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 saying the man/woman dichotomy doesn't exist.
NoThisIsMe
·w zeszłym roku·discuss
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.
NoThisIsMe
·w zeszłym roku·discuss
It's distributed in the Play Store, so Google controls the update servers, no?

Edit: or Apple, whathaveyou
NoThisIsMe
·w zeszłym roku·discuss
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.
NoThisIsMe
·w zeszłym roku·discuss
Is there an advantage to borosilicate glass over food-grade stainless steel?
NoThisIsMe
·w zeszłym roku·discuss
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 different people. See also spiders and DPH (another deliriant).
NoThisIsMe
·w zeszłym roku·discuss
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've been building vibrant, walkable cities without skyscrapers for most of history.
NoThisIsMe
·2 lata temu·discuss
What are you talking about? Nixpkgs is one of the largest and most up-to-date distro package repos out there.
NoThisIsMe
·2 lata temu·discuss
> but your cutesy coding style makes that a non-starter

I don't think this is fair. The code looks pretty readable to me.
NoThisIsMe
·2 lata temu·discuss
Yep that too
NoThisIsMe
·2 lata temu·discuss
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 and overrides you can use separate a `.env` file which is not checked in, and source it in `.envrc` with `dotenv_if_exists`
NoThisIsMe
·2 lata temu·discuss
> 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 insane emotional propaganda

Nah, most the ideas in that channel are the output of decades of empirical research on road/street safety by Dutch government agencies.

This video [1] from another channel describes how Dutch legal reforms in the early 90's enabled this evidence-based planning by correcting incentives and dramatically simplifying the regulatory framework.

1. https://youtu.be/b4ya3V-s4I0
NoThisIsMe
·2 lata temu·discuss
Sad but not surprising. [Private] property is theft, as they say.
NoThisIsMe
·2 lata temu·discuss
Invented their own database? They use Cassandra IIRC
NoThisIsMe
·2 lata temu·discuss
There is stop scroll support in GTK4
NoThisIsMe
·2 lata temu·discuss
Clojure is not particularly obscure
NoThisIsMe
·2 lata temu·discuss
You can get all of that with just Emacs tho