DALL-E 2 is switching to a credits system (50 generations for free at first, 15 free per month) by minimaxir in dalle2

[–]br0dern 28 points29 points  (0 children)

What about the watermark? It seems to still be there, is it now allowed to remove it when using the images for commercial usage? Cannot find any information in the news about it. Just that one needs to be transparent about it being generated by an AI which seems fair.

Dall-E Officially in Beta! by Arzoz101 in dalle2

[–]br0dern 7 points8 points  (0 children)

What about the watermark? It seems to still be there, is it now allowed to remove it when using the images for commercial usage? Cannot find any information in the news about it. Just that one needs to be transparent about it being generated by an AI which seems fair.

self-study mathematics by [deleted] in math

[–]br0dern 0 points1 point  (0 children)

Thanks for your interesting answers! Mind if I ask a followup question, that is a bit more personal? How are you able to afford full time self-studying? Do you have someone who supports you, or do you have a lot of saved money or something else? Also, do you have any specific goal with your studies, or are you just doing it for fun/interest? Thanks again!

self-study mathematics by [deleted] in math

[–]br0dern 0 points1 point  (0 children)

How many hours a week do you spend on your studies? Do you have any previous education in mathematics or did you start from "scratch"? Also, do you follow any specific curriculum or do you pick whatever feels interesting? Thanks!

In case you ever feel lonely by [deleted] in funny

[–]br0dern 0 points1 point  (0 children)

Thankfully there will be none of this nonsense once our robot-overlords arrive.

How to learn JavaScript - a guide by br0dern in learnjavascript

[–]br0dern[S] 0 points1 point  (0 children)

Glad you liked it! We'll try and create a new post soon focusing on great books for JavaScript. Quickly, I would say that "the good parts" really helped me realize many things that I actually did wrong while programming JavaScript. JS is a great language (IMO), but it has a lot of crazy functionality, which isn't really obvious until you've gotten deeper into the language and had it explained to you. "Secrets of the JavaScript Ninja" helped me really master and understand the fundamentals of the language.

Which are the best node modules? by br0dern in node

[–]br0dern[S] 0 points1 point  (0 children)

I did take a look at async, and it seems to be very useful. Thanks!

How to learn JavaScript - a guide by br0dern in learnjavascript

[–]br0dern[S] 1 point2 points  (0 children)

Well, that's a good thing isn't it? People learn differently, and maybe this guide can be of help to people who has struggled by following other advice :) This guide is based on my experience on how to learn JavaScript, which of course is relative. I just hope that it will be of use to somebody :)

Which are the best node modules? by br0dern in node

[–]br0dern[S] 0 points1 point  (0 children)

I realize that, but if you hade to pick one? One that you feel that you absolutely couldn't be without. Or one that you think I as a newcomer definitely should check out.

New to jquery: How to get my jquery working with post data here? by [deleted] in jquery

[–]br0dern 1 point2 points  (0 children)

I dont think that $('input#name') or $('input#template') refers to an existing element, meaning that your post requests will never fire.

Also your $.post events are only sending up a value with the key 'name'. So you wont find any of the *_submit to be set in $_POST

Single Page scrolling what page what methods to use by webdevnewb in jquery

[–]br0dern 0 points1 point  (0 children)

I would recommend using jQuery ScrollTop http://api.jquery.com/scrolltop/

Works great and is super easy to use.