I've tried both (but have not completed them): In contrast to OSSU, TYSCS focuses purely on the fundamentals.
HN user
KarimDaghari
please delete this account.
sent request on Nov. 7th, 2021 from karim_daghari@outlook.com
wasting their time writing blog posts
Mind expanding on this?
I first learned this from Tim Ferris (btw, that guy isn’t full of it he actually gives out some good stuff) : it’s better to learn things JIT (just in time) than JIC (just in case).
What you said sounds correct however it’s not really as black and white as it may seem. Figuring out pmf means figuring out what make your product unique relative to your competitors which makes it a bit hard if not downright impossible to skip this step.
Honestly, for me, the hardest one to replace is YouTube. I think the best I can do is to create an account specifically for it + use firefox containers.
Also, Kurzgesagt released a cool video about it: https://youtu.be/dSu5sXmsur4
Maybe take a look at Nest.js: https://nestjs.com/
Thanks OP for sharing this podcast/episode! For me it was very informative (and dare I say, pretty cool). I'm wondering what other podcasts I'm missing out on!
Not GP, but here's my 2c:
How do you test your product hypothesis without a product?
You can't. Actually... it depends on how you define a product. The way I think of it is: a product is merely a vehicle for the added value. With that understanding it becomes easier to decouple the value from the actual product. Therefore the MVP is no longer a stripped down version of the product but rather the simplest tool you can build to provide [that] value.
for whatever it's worth, I find dev.to as the better alternative to medium (at least for technical subjects)
Why would I use this instead of WebAuth?
I have this comment in my favorites which I check every now and then: https://news.ycombinator.com/item?id=24356341
This is the first time I hear of this, still I’ll try to answer. I can’t really give a specific time frame but it’s mostly during “quiet” hours (so, either early morning or late at night)
I would use: `flex-direction: row`. And use wrap the number and asterisk in a `span` and style them as needed.
I completely agree with you.
Honestly, I think one should be skeptical of anyone who’s (1) giving advice and (2) don’t have the experience (knowledge itself is not enough) to back it up.
nav, figure and button: why wouldn't flex cut it?
Grid is great for 2D layouts especially if you're going to shift stuff around (e.g. responsive versions of the layout).
Exactly!
There are some things that grids aren't optimized for, one example that comes to mind is `justify/space-between` where you don't really need to think about the layout (by adjusting cols spans).
But yeah, for structural layouts grids are better.
My rule of thumb:
2d -> grid
1d -> flex
For the resources, I recommend:
Flexbox: https://flexboxfroggy.com/
Thanks!
Whaaaaat? What is this sorcery? Polls in HN? Cool.
It was Amazon. You're right about what the commenter said.
The power of the web is that it’s accessible from ANY platform and there’s already an app to use it which comes preloaded with whichever platform you’re in: the browser.
That said, native app performance is still unmatched (but not by a long shot!) the react-native project (both by FB and MSFT) looks promising.
If I remember correctly when Judge was asked about what company hooli was supposed to represent he said something along the lines of “hooli is not one company, it’s all of them [FAANG]”.
In my experience, WSL2 is noticeably better than WSL1. Note that that I have an SSD w/ 32 gigs of ram so ymmv.
Fundamentally the result is the same: the conversation will happen regardless of the medium.
However, there’s a big difference between the types of conversations: async or sync.
That said, my recommendation is to pick whichever medium is easier for you to manage/moderate on the go.
Thanks for the nuggets!
Completely unrelated:
113. The only constructive theory connecting neuroscience and psychology will arise from the study of software.
This is really interesting. I haven't ventured into neuroscience (yet) but I've been "practicing" psychology (I'm not an SME; I'm just observing, introspecting and thinking about the thing) and I've found the two (software + psychology) to be well connected. For instance, when it comes to designing the UI/UX, you _need_ to have an (intuitive) understanding of the psychology underlaying the design.
Go by the average rating, not popularity. It’s better to watch something a million people love than something 10 million people watched and consider okay.
I agree on the principle, however there’s a trust issue.
Out of n reviews on IMDB and RT how many of them are authentic? And how much weight does a critic’s review bear on the overall score?
In my case, be it for a movie or a book (not so much for songs though) the Lindy effect applies.
Disclaimer: I haven’t taken any psychedelics.
all the various mental abstractions we have built for ourselves in life and society are not necessarily 'wrong', but definitely questionable.
If I may interject here: The mental models we, both as a society and individuals, operate on are at best incomplete and at worst inaccurate. But then again, humanly-speaking there are no and there will never be a complete or accurate nor true or even correct model — it is by design. And the most obvious (inward) reason is: cognitive biases (and therefore, evolution by extension).
That said, while on a micro scale it might seem imperfect/suboptimal, on a macro scale it’s actually beneficial because that’s (the imperfection) what actually allows us as a group of individuals to evolve and adapt.