HackerTrans
TopNewTrendsCommentsPastAskShowJobs

slmjkdbtl

no profile record

Submissions

[untitled]

1 points·by slmjkdbtl·9 miesięcy temu·0 comments

comments

slmjkdbtl
·26 dni temu·discuss
Great programmers often also have great personal website design, everything is so clear and not one bit of redundance.
slmjkdbtl
·3 miesiące temu·discuss
I love their stuff, but curious if anyone besides them actually use uxn to make stuff
slmjkdbtl
·6 miesięcy temu·discuss
https://space55.xyz

haven't updated in 6 years...
slmjkdbtl
·6 miesięcy temu·discuss
article contains the best chart in the world
slmjkdbtl
·7 miesięcy temu·discuss
Viznut also made a audio / visual live coding tool IBNIZ, used it for a performance once it's fire

http://viznut.fi/ibniz/
slmjkdbtl
·8 miesięcy temu·discuss
op-1 is the most notorious one, but they do have some well designed not over-priced products
slmjkdbtl
·8 miesięcy temu·discuss
I wouldn't say TE's products are not ergonomic and totally useless
slmjkdbtl
·8 miesięcy temu·discuss
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?
slmjkdbtl
·9 miesięcy temu·discuss
> 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.
slmjkdbtl
·9 miesięcy temu·discuss
How do they acquire these images?
slmjkdbtl
·9 miesięcy temu·discuss
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.
slmjkdbtl
·10 miesięcy temu·discuss
> it came from other people convincing newcomers

Yeah I think you're right
slmjkdbtl
·10 miesięcy temu·discuss
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
slmjkdbtl
·10 miesięcy temu·discuss
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.
slmjkdbtl
·10 miesięcy temu·discuss
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.
slmjkdbtl
·2 lata temu·discuss
That's literally what I fall into, making an engine then falls deeper into making programming language and editors, it's an endless hole.
slmjkdbtl
·2 lata temu·discuss
I think most "I want to make an engine so I can make games faster" people are cursed to make engines forever, this is rare.
slmjkdbtl
·3 lata temu·discuss
Creating a new lua context is pretty cheap, but I don't know how it compares to Deno / v8. It should be much lighter weight, but not sure if Deno / v8 does some special thing to speed up the use case you talked about.
slmjkdbtl
·3 lata temu·discuss
I love Lua but tbh I accept JS as the default scripting language, simply because it's ubiquitous, most runtimes are faster than or on par with Lua, and not harder to embed than Lua with stuff like quickjs. Also I don't think from language design perspective there's fundamental difference beyond syntax, metatable is pretty similar to prototype chain, JS has much more stuff you can argue it's bloated compare to Lua but you don't really pay for what you don't use.