Hacker Newsnew | past | comments | ask | show | jobs | submit | slmjkdbtl's commentslogin

https://space55.xyz

haven't updated in 6 years...


article contains the best chart in the world


Viznut also made a audio / visual live coding tool IBNIZ, used it for a performance once it's fire

http://viznut.fi/ibniz/


Viznut has made a shitload of amazing things: https://www.pouet.net/user.php?who=2547


I love this so much.

I'm envious of the level of nerdiness and genius at display, and hope some of it rubbed off on me by watching that demo.


Download the program and play with it for a while. You can prepare to learn by watching, but you will only really learn by doing and teaching.


I wouldn't say TE's products are not ergonomic and totally useless


they are expensive over-engineered toys for millennials with a bad case of arrested development and enough disposable income to afford it

_op-1 owner_


op-1 is the most notorious one, but they do have some well designed not over-priced products


I'm daily user of the old 3-piece suite, should I be worried they will be taken away from me in the near future?


> React looks cleaner. It reads better at first glance. But that readability comes at a cost: you're trading explicit simplicity for abstraction complexity.

Not always, SolidJS code can look the same as React code, but what goes under the hood is very simple and straightforward.


How do they acquire these images?


Probably harvested from MySpace and Facebook.


They did exactly what I've been wanting to do and did a great job, I'm happy for them, they must be having so much fun writing softwares.


It's very sad this is what's happening. React hooks was a major innovation but a very bad one, people in the front-end world seem to value more about radical innovation and marketing buzzwords like "functional UI" (which is not true) than truly evaluating a system. The earliest momentum started from trend chasing, also a lot of people use React because they see the JSX looks pretty nice in the examples.


Based on how they are run they are completely not just ordinary JavaScript functions, hook era components are also not just JavaScript functions, it's a very complicated system. React calling them "just functions" is untrue, just marketing buzz words, and it leads developers into traps.


Many functions can only be called in a certain context. Calling them "not functions" is misleading imo because it implies those functions are compiled out or something, like `$state()` in Svelte.


Yeah they themselves are functions but how they're called are managed by a complicated system, I think treating them as a separate new concept is less misleading than calling them plain functions


Well they aren't plain functions, they're like lifecycle methods for the component with an implicit `this`. Perhaps that's how they should be described.


> React calling them "just functions" is untrue

I'm pretty sure this is also untrue. AFAIK React has never used that phrase (and at the very least, I can't find it anywhere official right now), it came from other people convincing newcomers that hooks aren't something more complicated like objects (comparing to class-based components). React has always treated them as special functions, hence always prefixing them with the word "use".


> it came from other people convincing newcomers

Yeah I think you're right


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: