Viewing profile — time_to_smile
time_to_smile
HN member- Joined
- Tue, Nov 16, 2021, 8:07 PM UTC
- HN karma
- 1,075
- Public activity
- 474 items
- HN profile
- View on Hacker News ↗
About time_to_smile
No profile information was provided.
Recent public activity
-
comment
Comment #36358377
What about blog spam written by human content writers? The trouble is we've already had a web flooded with "ai content" long before GPT was public. Plenty of young writers have bee…
-
comment
Comment #36248724
The problem lies with carbon's essential role as part of the energy cycle that powers the majority of this planet. H2O + (Solar) Energy + CO2 => Useful hydrocarbons (everything for…
-
comment
Comment #36243202
Strong agree on the remote training being entirely possible. My first dev job was remote (long before the pandemic) and onboarding was not a problem at all. In fact because you nee…
-
comment
Comment #36243018
Not to mention the added hypocrisy that at nearly every company I've worked at, big and small, C-levels are almost never physically in the main office building. Sometimes they're t…
-
comment
Comment #36241691
> I don't understand how intelligent people can continue to believe this stuff is the future of finance. My experience is that all of the really intelligent people interested in cr…
-
comment
Comment #36030801
For those curious what the big deal is here: PyTrees make it wildly easier to take derivatives with respect to parameters involving a complex structure. This makes it much easier t…
-
comment
Comment #36012762
A good chunk of this comes directly from Richard Hamming's incredible The Art of doing Science and Engineering (a video of the specific lecture on n-dimensional spaces can be found…
-
comment
Comment #36006620
[flagged]
-
comment
Comment #36003005
Problem is that everything needs X powered by clean energy, which means we need both a lot more clean energy and, if we want to slow/stop climate change, to massively reduce our us…
-
comment
Comment #35979863
I'm still not entirely convinced that pipes aren't an anti-pattern. Absolutely an improvement over nested function calls: a(b(c(d))) vs d |> c |> b |> a but I'm not convinced pipes…
-
comment
Comment #35979675
It's open source in the sense of OSINT [0]. Clearly confusing on a site like Hacker News, but this has been standard usage of the term for that community for a long time now. 0. ht…
-
comment
Comment #35948656
I'm surprised how long the "solution in search of a problem" trend has dominated tech product design, despite obvious and repeated failures of this approach to produce results. AI/…
-
comment
Comment #35862579
You can implement SVM, gradient boosted decisions trees, and almost all classical models using the techniques of differentiable programming and it will have 0 impact on the amount …
-
comment
Comment #35830337
I'm a huge fan of classical AI, and adore PAIP, but this isn't really true if your goal is anything other than a deep understanding of AI in the most general sense. While it would …
-
comment
Comment #35830148
Out of curiosity, what's the use case here? It seems like if the goal is to "play around with vector databases", why not just install it on your local machine? Part of using these …
-
comment
Comment #35818517
> Gone is the naive belief that rare/valuable skills secure higher salaries over a long period of time. While I agree that this is a naive belief to have (at this point in my caree…
-
comment
Comment #35803227
Personally I think this is a strength of Haskell that many people don't really recognize and appreciate. It's a language the provides a lot of flexibility. If you want it to be a p…
-
comment
Comment #35734290
I worked for a travel startup for a bit and after that experience I only book airfare and hotels directly. Specifically with airfare, a 3rd party is not allowed to sell for less th…
-
comment
Comment #35730059
Thanks for the correction!
-
comment
Comment #35729267
I have a hard time believing you have serious experience working in a tech company anywhere near leadership. I've worked at a pretty wide range of tech companies throughout my 15+ …
-
comment
Comment #35720077
oh I fully agree. I'm just pointing out that even the defining example of "moonshot" took some serious dedication of resources and time. What's really wild is that the entire Apoll…
-
comment
Comment #35719654
Metaverse has already been deprioritized, and Meta is shifting to generative AI [0]. I was always a huge skeptic of the Metaverse conceptually, but it was a moonshot project (and I…
-
comment
Comment #35703833
Don't love it, it's not correct. > what the reward / punishment system really equates to Nothing, and least as far as neural network training goes. This is an extremely poor analog…
-
comment
Comment #35702418
> I'm sure it leaves enough out to make most experts angry It's not that it leaves out details, it's that the articles metaphors are not actually correct in regards to the way deep…
-
comment
Comment #35702328
> This is how neural networks work: they see many examples and get rewarded or punished based on whether their guesses are correct. This description more closely describes reinforc…