TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Coding Curves

267 点作者 atan2超过 2 年前

14 条评论

bit-101超过 2 年前
Series author here. To respond to some of the comments...<p>Making it interactive with a repl would be great, I agree. I&#x27;ve thought about going down that route a few times in the past, but it&#x27;s then something new to maintain forever. Text and pseudocode will last a long time without touching it.<p>Thanks for the contents on the Youtube channel. The reason I stopped was because it takes a lot of effort to make those things. And I never was able to successfully monetize them. I&#x27;ve made videos on some other platforms and made good money from them. I just don&#x27;t have the time to sink into that now for nothing in return.<p>As for needing a better sales pitch, etc. heh, yeah. This is just a labor of love. It&#x27;ll go up there and stay up there for many years hopefully. If people find it and get something out of it, I&#x27;m happy. I don&#x27;t expect to make a cent out of it. I&#x27;m just passionate about writing and teaching. And I find I learn a lot more when I try to teach.
评论 #33748333 未加载
评论 #33748833 未加载
评论 #33752794 未加载
评论 #33751187 未加载
评论 #33751299 未加载
tzarko超过 2 年前
A similar, and fantastic resource is the book Morphing Architecture [1].<p>A while back I made an interactive REPL for the book, building out it&#x27;s DSL, where you can play with the different examples interactively [2]. From what I can tell, a lot of the examples overlap.<p>[1] <a href="https:&#x2F;&#x2F;www.archdaily.com&#x2F;612210&#x2F;morphing-mathematical-transformations-in-architecture" rel="nofollow">https:&#x2F;&#x2F;www.archdaily.com&#x2F;612210&#x2F;morphing-mathematical-trans...</a><p>[2] <a href="https:&#x2F;&#x2F;morphing-architecture.onrender.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;morphing-architecture.onrender.com&#x2F;</a>
评论 #33748329 未加载
weinzierl超过 2 年前
I&#x27;m pleasantly surprised that is actually about programming geometric curves. This was my entry into coding as kid.<p>What would be cool is to present two different ways to plot the curves: The &#x27;analytic&#x27; (or parametric way) and then also shader style where you basically decide for every pixel independently if you draw it or not.
评论 #33745341 未加载
nuancebydefault超过 2 年前
Nice blog! It would be awesome if the author could make the site more interactive, for example let the viewer play with parameters using sliders, while providing live rendering. That would be more fun and at the same time give more insight into the algebra behind it. It doesn&#x27;t need to be super fancy, take a look at this page: <a href="https:&#x2F;&#x2F;www.earlevel.com&#x2F;main&#x2F;2021&#x2F;09&#x2F;02&#x2F;biquad-calculator-v3&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.earlevel.com&#x2F;main&#x2F;2021&#x2F;09&#x2F;02&#x2F;biquad-calculator-v...</a>
评论 #33746092 未加载
评论 #33747347 未加载
yarg超过 2 年前
I messed around a bit with this sort of thing: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=pe4UAmb2wJw" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=pe4UAmb2wJw</a>
评论 #33750811 未加载
allenrb超过 2 年前
Any thoughts on the least intrusive yet modern simple graphics library for Python? I&#x27;ve been wanting to play with some of these things but never quite find the time&#x2F;motivation to deal with the &quot;getting started&quot; overhead.
评论 #33749787 未加载
评论 #33753868 未加载
评论 #33753851 未加载
Keyframe超过 2 年前
Already an error on first page. moveTo and Line to should have i * 10, not count * 10.
评论 #33748172 未加载
FractalHQ超过 2 年前
A live, interactive REPL for coding these would take a weekend to implement and add orders of magnitude to the accessibility and UX of this resource.
评论 #33745857 未加载
评论 #33745976 未加载
评论 #33747363 未加载
fatneckbeardz超过 2 年前
see also <a href="https:&#x2F;&#x2F;dwitter.net" rel="nofollow">https:&#x2F;&#x2F;dwitter.net</a>
biggerChris超过 2 年前
The author wasn’t kidding. This is literally about coding curves. I guess a simple x^2 and the derivative of Sum isn’t enough in this day and age of programming.
Noumenon72超过 2 年前
Intro page needs to be more of a sales page. &quot;This series is your introduction to the simple equations that can produce images like &lt;image&gt;, &lt;complicated Lissajou image&gt;, &lt;beautiful image&gt;, and more!&quot; Not &quot;Let me start by regretting that I didn&#x27;t care enough to make this a book, and then show how to draw a straight line.&quot; I only clicked another chapter heading because of the HN endorsement.
评论 #33745466 未加载
评论 #33745648 未加载
cjsawyer超过 2 年前
Cool site, but I almost missed the content. I’m on mobile and just scrolling for pictures I blew past the index and saw<p>&gt; Wait for it! &gt; Look for the first installment soon!<p>You might want change that into a big “next article” button or something :)
评论 #33750016 未加载
ChrisMarshallNY超过 2 年前
That looks like a cool book!<p>I wish you well.<p>The consumer demographic may be a bit on the sparse side, so don&#x27;t buy your yacht, just yet...
keithalewis超过 2 年前
At least the OP is honest about his motivation and humble about his ignorance. I guess this is the result of an educational system that hands out participation awards instead of encouraging diligent work. Pointing out the truth is a surefire way to downvotes.