GetOffMyLan

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

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

[–] GetOffMyLan 1 points 4 hours ago

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

[–] GetOffMyLan 3 points 4 hours ago

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

[–] GetOffMyLan 5 points 5 hours ago

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

[–] GetOffMyLan 2 points 12 hours ago (2 children)

Can someone explain why I would use this over the dotnet command.

I do some semi complex Dev ops stuff at work and haven't hit anything that can't be done through the cli.

[–] GetOffMyLan 6 points 17 hours ago

It's like going on holiday to a warehouse surrounded by water.

[–] GetOffMyLan 8 points 17 hours ago

I'm so sorry for your loss.

From my experience with grief there isn't a lot you can do. It simply takes time to process and adjust. Trying to ignore it and power through only makes it harder and longer in my experience.

Try and think about your fond memories and be grateful that you got the time you did. Though I'm sure that means nothing right now.

Talking to a therapist can give you a space to express yourself in a safe and constructive way if you have access to that.

 

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 ›