Lightfire228

joined 1 year ago
[–] Lightfire228@pawb.social 15 points 1 month ago (1 children)

If they've been blind since birth, then their brain might not be capable of processing this completely new stimulus fast enough

It'd be the equivalent of us being able to "see" magnetic flux using our nipples, for 30 seconds

[–] Lightfire228@pawb.social 1 points 2 months ago (1 children)

I run Arch, so docker was the easiest method of installation.

Rather than try and figure out how to install a .deb manually (and lose package manager perks)

[–] Lightfire228@pawb.social 8 points 2 months ago (3 children)

Vscode and dotnet core (5+) work well on linux

You can also run SQL Server via docker

[–] Lightfire228@pawb.social 0 points 2 months ago

The market is cyclic with each boom and bust.

We're experiencing the beginnings of a bust.

Here's a good video on these topics

https://youtu.be/LXUw0xSib-g

[–] Lightfire228@pawb.social 7 points 2 months ago (1 children)

That said, coming the fruit denatures the proteins

Got any coconuts?

[–] Lightfire228@pawb.social 2 points 2 months ago (4 children)

If you do that, you lose formatting and comments every time you load the source from disk

[–] Lightfire228@pawb.social 1 points 2 months ago

Why he droppa da fish?

[–] Lightfire228@pawb.social 4 points 3 months ago (1 children)

I'm at a loss for words

[–] Lightfire228@pawb.social 86 points 3 months ago (4 children)

As much as this hurts, yeet; as an alias throw; is hilarious

[–] Lightfire228@pawb.social 12 points 3 months ago (1 children)

Sanity checks

Always, always check if your assumptions are true

  • am i even running the function?
  • is this value what i think it is?
  • what is responsible for loading this data, and does it work as expected?
  • am i pointed at the right database?
  • is my configuration set and loaded in correctly?
[–] Lightfire228@pawb.social 15 points 3 months ago (1 children)

I've never done that in my life

[–] Lightfire228@pawb.social 29 points 3 months ago (3 children)

Software dev here,

It doesn't stop you from typing code, but it does drastically hinder the process. You often need to pull up technical documentation (for the language, framework, platform, etc), or search the internet for things, like "C# HttpClient how to serialize JSON with a different naming policy"

Not to mention, if any of your dev resources are online, no Internet prevents you from running your code. Like, if you need to connect to an S3 bucket, AWS instance, or Azure Database

view more: ‹ prev next ›