HN user

andrewnc

1,481 karma

https://andrewnc.github.io/

Posts52
Comments182
View on HN
gretel.ai 3y ago

Bringing AI-generated images to enterprise use cases

andrewnc
12pts3
tigyog.app 4y ago

Interactive course about “everyday” data science

andrewnc
153pts52
www.talraviv.org 4y ago

More Constraints Please

andrewnc
2pts0
news.ycombinator.com 4y ago

Ask HN: What tech stack would you use to write Animation software?

andrewnc
11pts9
www.adept.ai 4y ago

Adept AI Labs

andrewnc
3pts1
web.eecs.utk.edu 4y ago

Lessons from my PhD

andrewnc
403pts130
news.ycombinator.com 4y ago

Ask HN: What are your book recommendations on drawing or animation software?

andrewnc
2pts1
windowsontheory.org 4y ago

Yet Another Backpropagation Tutorial

andrewnc
1pts0
sveltestorm.com 5y ago

The first IDE for Svelte web application development

andrewnc
4pts0
www.sifive.com 5y ago

SiFive P550 Core: High-Performance RISC-V Processor

andrewnc
191pts84
andrewnc.github.io 5y ago

Show HN: I wrote a book about using data science to solve “everyday” problems

andrewnc
632pts96
www.improvethenews.org 5y ago

Improve the news org: Find news from the other side and reduce polarization

andrewnc
3pts0
www.theguardian.com 5y ago

Barcelona launches 10 year plan to reclaim city streets from cars

andrewnc
2pts0
news.ycombinator.com 5y ago

Ask HN: Why are game dev positions hard to find?

andrewnc
6pts5
www.forbes.com 5y ago

Google discontinues Daydream VR headset

andrewnc
3pts0
sundayscaries.substack.com 5y ago

Curiousity, Not Credentials

andrewnc
2pts0
news.ycombinator.com 5y ago

Ask HN: Current State of Swift for TensorFlow

andrewnc
1pts0
medium.com 5y ago

I left full-time employment, here’s what happened since

andrewnc
4pts0
rootsofprogress.org 5y ago

Unsustainable (2018)

andrewnc
1pts0
dcgross.com 5y ago

Academia: An Outsider's Perspective

andrewnc
3pts0
news.ycombinator.com 5y ago

Ask HN: Locked down OS for kids learning to code

andrewnc
3pts3
dcgross.com 5y ago

How to Become Convincing

andrewnc
40pts19
danco.substack.com 6y ago

Social Capital in Silicon Valley

andrewnc
2pts0
sandymaguire.me 6y ago

Double-Dipping in Dunning–Kruger (2018)

andrewnc
2pts0
lettersofnote.com 6y ago

Do not remain nameless to yourself (1966)

andrewnc
782pts122
ncase.me 6y ago

Sight and Light: how to create 2D visibility/shadow effects for your game

andrewnc
3pts1
news.ycombinator.com 6y ago

Ask HN: Modern State of Desktop Developmenet

andrewnc
1pts0
nadiaeghbal.com 6y ago

Cities

andrewnc
2pts0
andrewnc.github.io 6y ago

Show HN: Data science with esoteric programming languages blog

andrewnc
9pts1
www.americamagazine.org 6y ago

We're All Monks Now

andrewnc
1pts0

I think "The Gong Show" was an old tv show about amateur talents. Sometimes good, most of the time terrible and hilariously unaware. Not sure if that was what was intended here.

We're currently beta testing something that fits this use case directly. The models we have today are really great at capturing the original distribution, but they're not always the fastest. This new stuff will change that, feel free to reach out (maybe on our slack?) and we can see if we can get something working

One examples of this is back translation [0]

It works fairly well as model size increases

Also, shameless plug, we're pretty proud of our generated anything's at Gretel[1]. It's tabular, text, and time series for now - but we recently had a blog post that shows how generated data can be useful for downstream ML [2]

[0] https://arxiv.org/abs/2110.05448

[1] https://gretel.ai/

[2] https://gretel.ai/blog/how-to-safely-work-with-another-compa...

Thanks for the feedback, I was hoping the course would be something of a redemption.

I self published the book to prove I could do something like that. It got much more traction than I had planned and, in hindsight, I wish I had paid for editing and formatting as a minimum.

As for the quality of the paperback, that was unfortunately out of my control as I used Amazon's print on demand services. Definitely a painful lesson for me.

In any case, I appreciate this comment and others here. I'm definitely working towards much higher substance with increased polish. :)

Thank you for this list!

The grand vision is a reimagined interface (keeping some familiar things like keyframes and curves, but moving other things forward.) Without getting too deep into the buzzword weeds, I'm hoping to weave in more ML / generative modeling technologies.

I've thought about hacking around in Blender, but it seems a bit overkill for what I'm building - at least as an MVP

I use it to code on my deep learning machine from my macbook. It makes things a bit more secure and ssh-ing is painless that way.

Then I can check experiments from wherever without worrying about a lot of the fiddly details.

I don't see why not. I think they can be used for anything a GNN / Transformer could be used for, but with better probabilistic qualities.

So, let's say I want to implement these (or other) curves into a drawing program. How do I go about doing that? I mean to say, I want to implement a brush on canvas type interface - how do Bézier curves fit into that?

Do I collect points when mouse is down and build a curve with those points? Do I get some other path information and rasterize?

I'm trying to write my own drawing program (for fun) but given my lack of background in this I feel myself floundering.

As they say in the start up world "Ship It!"

I've seen lots of advice that says people ship too late. I'm not sure if that's the case here, but something to consider.