Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Throwaway23459
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
Throwaway23459
4y ago
Maybe he only knew C as you say. I did C++ professionally for a while. Not properly, just updating models in derivatives trading systems. I remember reading 3 Scott Meyer books, the Effective Programming series, at the time, they were a to
2.
▲
by
Throwaway23459
4y ago
> [Paraphrasing] Is Verse supposed to be an easy language for beginners ? Yes! Well that was the point of my comment. Maybe you have a different interpretation of 'Learnable as a first language' from the article, which is fine,
3.
▲
by
Throwaway23459
4y ago
Has it got currying? Partially applied functions passed around in folds and traverses are horribly difficult to read for beginners. Example: an Advent of Code solution posted in r/haskell for Day 10 this year, tell me how long it take
4.
▲
by
Throwaway23459
4y ago
My lecturer in second year, > 20 years ago mind, said we are learning C, because C++ is C with an ugly object oriented graft on top.
5.
▲
by
Throwaway23459
4y ago
> so-called 'lenient' evaluation strategy which is neither strict nor lazy, but somewhere in-between Sounds like we are still clinging on to laziness in some regard, I wish we could get shod of it entirely. Although laziness ma
6.
▲
by
Throwaway23459
4y ago
You appear to be reading more into my post then I intended. The point I was illustrating is that there is no cruft in React. Try and keep your posts factual.
7.
▲
by
Throwaway23459
4y ago
Most recent papers, in NLP at least, are so sparse on detail that it is impossible to reproduce their models. And then there's the compute cost, as at least one other poster has mentioned.
8.
▲
by
Throwaway23459
4y ago
React and Angular are both blazing fast, and are definitely not pointless. Open create react app, spin up a page with 50000 buttons, compare that to a plain js version, then come back and tell us about the atrocious performance.
9.
▲
by
Throwaway23459
4y ago
Well google use all of their own internal 'frameworks', so you can't really use their web applications to judge the rest of the web.
10.
▲
by
Throwaway23459
4y ago
Does Whisper ever respond with "I don't understand" or does it always try to amble on and give an answer, no matter the confidence of the prediction?
11.
▲
by
Throwaway23459
4y ago
I worked through a popular Introductory Category theory text. Did all the problems and made sure I understood everything in there really. It became clear by the end why some mathematicians like category theory. It lifts some results in cert
12.
▲
by
Throwaway23459
4y ago
> What really bites is when you need to change the type signature of a load-bearing > interface and find yourself spending hours changing every place where the type is > used only to see if your initial stab at something is feasibl
13.
▲
by
Throwaway23459
4y ago
> None of these techniques is relevant anymore given that all the hardware has Z buffers I remember the js13k game jam winner this year used BSPs. Linked below. https://github.com/SalvatorePreviti/js13k-2022
14.
▲
by
Throwaway23459
4y ago
There's no agreed way to organise a functional codebase. You end up with thousands of functions, can you imagine the mess a big team is capable creating? With some discipline I suppose it could work, but you would need some organising
15.
▲
by
Throwaway23459
4y ago
Laziness principally. In my opinion, laziness is as difficult as managing pointers in C++. Laziness makes memory usage of your program difficult to reason about as it becomes large.
16.
▲
by
Throwaway23459
4y ago
I know! I recently went for a job where when I got to the system architecture rounds they were asking about sharding and setting up a server/db for global level massive scale. I only know what I've done, which is set up EC2/E
17.
▲
by
Throwaway23459
4y ago
Seems to have been airbrushed off the site now.
18.
▲
by
Throwaway23459
4y ago
Full stack, been doing this a few decades now. Not really. Every new front end feature just feels like such a chore. You tire quickly of building new CRUD endpoints and pages pretty quickly. You need to write so many mind numbing tests with
19.
▲
by
Throwaway23459
4y ago
Speeding up the build could be done in other ways, were they using esbuild or something fast previously? Probably not. The memory usage saving is really not a big deal, load up your favourite news web page and look at the memory it chews up