[-] GetOffMyLan@programming.dev 38 points 18 hours ago

Don't license it as free to use then.

[-] GetOffMyLan@programming.dev 1 points 5 days ago

I think the term downloading does imply that tbh. But i get your point.

[-] GetOffMyLan@programming.dev 1 points 6 days ago* (last edited 6 days ago)

It is correct. Half is 3/6 a third is 2/6. So a half is one third larger than 1/3

[-] GetOffMyLan@programming.dev 2 points 6 days ago* (last edited 6 days ago)

I think it means to the file system. As in they only ever exist inside the browser sandbox in memory. This should be completely safe.

So you don't have to download them and drag to the browser. It requests the data and processes it in the browser environment.

[-] GetOffMyLan@programming.dev 15 points 6 days ago

This is a really interesting and actually useful application of AI. I'm all for it.

[-] GetOffMyLan@programming.dev 1 points 6 days ago

It's essentially why people have moved away from server side rendering.

It is way less resource intensive to send just the data and let the client do the rendering. Both in data transfer and compute.

[-] GetOffMyLan@programming.dev 2 points 6 days ago

QBasic was my first language when I started learning around the turn of the century. I remember it being super accessible even with the limited learning resources of the time.

[-] GetOffMyLan@programming.dev 6 points 6 days ago

The obvious problem is that I would have been quicker to write the function yourself than the examples.

[-] GetOffMyLan@programming.dev 1 points 6 days ago

I use the ai daily at work. But more as an interactive docs and refactoring tool.

[-] GetOffMyLan@programming.dev 3 points 6 days ago

My git gui has a tick box on that prompt to specifically include added files. I now see why haha

[-] GetOffMyLan@programming.dev 8 points 6 days ago

Every new project for me starts with setting up git. There's no reason not to. It takes seconds.

3

This may be common knowledge but I've never seen it online.

[MaybeNull] public Entity Entity { get; set; }

You now get a warning when accessing without a check and when setting to null.

Sadly you still need to ! in quries

view more: next ›

GetOffMyLan

joined 4 months ago