HackerTrans
TopNewTrendsCommentsPastAskShowJobs

slmjkdbtl

no profile record

Submissions

[untitled]

1 points·by slmjkdbtl·قبل 9 أشهر·0 comments

comments

slmjkdbtl
·قبل 27 يومًا·discuss
Great programmers often also have great personal website design, everything is so clear and not one bit of redundance.
slmjkdbtl
·قبل 3 أشهر·discuss
I love their stuff, but curious if anyone besides them actually use uxn to make stuff
slmjkdbtl
·قبل 6 أشهر·discuss
https://space55.xyz

haven't updated in 6 years...
slmjkdbtl
·قبل 6 أشهر·discuss
article contains the best chart in the world
slmjkdbtl
·قبل 7 أشهر·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 أشهر·discuss
op-1 is the most notorious one, but they do have some well designed not over-priced products
slmjkdbtl
·قبل 8 أشهر·discuss
I wouldn't say TE's products are not ergonomic and totally useless
slmjkdbtl
·قبل 9 أشهر·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 أشهر·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 أشهر·discuss
How do they acquire these images?
slmjkdbtl
·قبل 9 أشهر·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 أشهر·discuss
> it came from other people convincing newcomers

Yeah I think you're right
slmjkdbtl
·قبل 10 أشهر·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 أشهر·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 أشهر·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
·قبل سنتين·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
·قبل سنتين·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 سنوات·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 سنوات·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.
slmjkdbtl
·قبل 4 سنوات·discuss
Based on how you use that data imo, otherwise give it a textbox, or a drawing canvas