GetOffMyLan

joined 3 months ago
[–] GetOffMyLan 1 points 2 hours ago* (last edited 2 hours ago)

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

[–] GetOffMyLan 2 points 4 hours ago* (last edited 3 hours ago) (1 children)

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 4 points 4 hours ago

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

[–] GetOffMyLan 2 points 7 hours 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 1 points 7 hours ago* (last edited 7 hours ago)

Makes sense. So far I've been able to do all that within the project file itself with tasks and property files.

[–] GetOffMyLan 2 points 9 hours 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 3 points 9 hours ago

Exactly. Absolutely standard practise. Kill off small competitors by selling stupid cheap (maybe up to losing money) then jack the prices up.

[–] GetOffMyLan 2 points 9 hours ago

It asks you to scan poke stops for some kind of reward. So I'm assuming it's a big part of it.

Presumably they know what the poke stop is and can use this in their models. Like near me one is church and the other is the village hall.

[–] GetOffMyLan 4 points 9 hours ago

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

[–] GetOffMyLan 1 points 9 hours ago

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

[–] GetOffMyLan 3 points 9 hours ago

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

[–] GetOffMyLan 8 points 9 hours ago

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

 

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 ›