[-] [email protected] 1 points 3 days ago* (last edited 3 days ago)

The grid is effectively an (nearly) unlimited sink. So nearly all your power you generate gets pushed into it.

The catch is that as we all collectively push more and more power in, it increases the frequency (50hz -> 50.1hz), and most inverters have a cuttoff if the frequency gets too high. But as far as I know, that almost never happens, but if it did, that could cause a large set of power generation to drop offline simultaneously, which would then cause a frequency drop and a subsequent brownout.

[-] [email protected] 6 points 4 days ago
[-] [email protected] 16 points 4 days ago

"Looks like party balloons are back on the menu"

[-] [email protected] 36 points 5 days ago

As others have said, rather than learn a language, solve a problem. Find something that bothers you, and write some code to fix it. The specific language doesn't matter.

Its kinda similar to learning a spoken language, there is no point learning French if you cant use it in someway.

[-] [email protected] 1 points 5 days ago

Or reject all $<300k applicants so they can hold onto the $1b for themselves

[-] [email protected] 1 points 6 days ago

Yeah, probably. Although if a US ISP does something illegal to you, you can take them to court, whereas you have no recourse against mullvad. But of course you may have 0% chance of winning anyway, so :shrug:.

[-] [email protected] 7 points 1 week ago* (last edited 1 week ago)

I think that should do it. I'll try later today and report back.

Of course, this risks getting into an even worse state, because if the parent later tries to correctly wait for its child, the call will hang.

Edit: Will clean up the orphan/defunct process.

If the parent ever tried to wait, they would either get ECHILD if there are no children, or it would block until a child exited.

Will likely cause follow on issues - reaping someone elses children is generally frowned upon :D.

[-] [email protected] 79 points 1 week ago* (last edited 1 week ago)

Zombie processes are already dead. They aren't executing, the kernel is just keeping a reference to them so their parent process can check their return code (waitpid).

All processes becomes zombies briefly after they exit, just usually their parents wait on them correctly. If their parents exit without waiting on the child, then the child gets reparented to init, which will wait on it. If the parent stays alive, but doesn't wait on the child, then it will remain zombied until the parent exits and triggers the reparenting.

Its not really Linux's fault if processes don't clean up their children correctly, and I'm 99% sure you can zombie a child on redox given its a POSIX OS.

Edit: https://gist.github.com/cameroncros/8ae3def101efc08be2cd69846d9dcc81 - Rust program to generate orphans.

[-] [email protected] 2 points 1 week ago
[-] [email protected] 1 points 1 week ago

I vaguely recall reading something about some of their departments were not even using the floppy. Like you had to submit with a floppy, but it was never actually written or read from, and you supplied the documents another way. (I could have entirely made this up, don't quote me)

[-] [email protected] 2 points 1 week ago

The DNS risk is not mitigated by a VPN, just shifted.Your VPN has full ability to log your connection if they wish. You have to decide who you trust more. Bear in mind that depending on your location, your ISP may be more legally restricted from snooping on you than a VPN hosted in another country (I know nothing about the US laws, further research would be required).

Also, unless you are using one of the encrypted DNS variants, just changing your DNS provider does nothing, as the ISP or VPN can snoop the unencrypted traffic regardless of its destination.

[-] [email protected] 2 points 2 weeks ago

I don't hate all public cameras, I live in an area with lots of them, and most are fine enough.

This one in particular irks me because it doesn't serve a purpose beyond voyeurism. It doesn't cover the any of the persons property, or any entranceways to their property. Its only for monitoring people in the street. It might be technically a public places, and technically legal for anyone to record, but I really don't think that makes it a good idea for everyone to just record everything.

I have seen kids running around naked in their front yard just down the road from this camera, so that also raises questions.

I'd prefer if surveillance of public places was left to law enforcement, at least there is a theoretically some form of oversight.

38
submitted 4 months ago by [email protected] to c/[email protected]

Hi All. I have been watching a lot of House lately, and just started "Extrodinary Attorney Woo". I am curious to know what you all think of their portrails of Autism. Is it pandering? Representation? Romantisation?

Also see "The Good Doctor", "Atypical", "Love on the spectrum" etc.

12
Cutting Garolite (G10) (programming.dev)
submitted 5 months ago* (last edited 5 months ago) by [email protected] to c/[email protected]

I posted here a while back when my glass bed failed. One of the suggestions was to replace with Garolite or G10. My sheet finally arrived and i set about cutting it down to size.

...

Within 4cm, my basically unused jigsaw blade was worn flat, and by the end of the first cut (20cm), there is basically no more teeth.

For the second side, I tried using a multitool cutter, and within a few millimeters it was visibly blunt (plastic and metal tools). Finished it off with a standard wood hand saw, which seemed to go better.

So warning to anyone considering garolite, dont use power tools, it will fuck them up.

11
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]

Day 25: Snowverload

Megathread guidelines

  • Keep top level comments as only solutions, if you want to say something other than a solution put it in a new post. (replies to comments can be whatever)
  • You can send code in code blocks by using three backticks, the code, and then three backticks or use something such as https://topaz.github.io/paste/ if you prefer sending it through a URL

FAQ

10
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]

Day 24: Odds

Megathread guidelines

  • Keep top level comments as only solutions, if you want to say something other than a solution put it in a new post. (replies to comments can be whatever)
  • You can send code in code blocks by using three backticks, the code, and then three backticks or use something such as https://topaz.github.io/paste/ if you prefer sending it through a URL

FAQ

9
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]

Day 22: A Long Walk

Megathread guidelines

  • Keep top level comments as only solutions, if you want to say something other than a solution put it in a new post. (replies to comments can be whatever)
  • You can send code in code blocks by using three backticks, the code, and then three backticks or use something such as https://topaz.github.io/paste/ if you prefer sending it through a URL

FAQ

9
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]

Day 22: Sand

Megathread guidelines

  • Keep top level comments as only solutions, if you want to say something other than a solution put it in a new post. (replies to comments can be whatever)
  • You can send code in code blocks by using three backticks, the code, and then three backticks or use something such as https://topaz.github.io/paste/ if you prefer sending it through a URL

FAQ

14
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]

Day 21: Step

Megathread guidelines

  • Keep top level comments as only solutions, if you want to say something other than a solution put it in a new post. (replies to comments can be whatever)
  • You can send code in code blocks by using three backticks, the code, and then three backticks or use something such as https://topaz.github.io/paste/ if you prefer sending it through a URL

FAQ

13
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]

Day 20: Pulse

Megathread guidelines

  • Keep top level comments as only solutions, if you want to say something other than a solution put it in a new post. (replies to comments can be whatever)
  • You can send code in code blocks by using three backticks, the code, and then three backticks or use something such as https://topaz.github.io/paste/ if you prefer sending it through a URL

FAQ

6
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]

Day 19: Aplenty

Megathread guidelines

  • Keep top level comments as only solutions, if you want to say something other than a solution put it in a new post. (replies to comments can be whatever)
  • You can send code in code blocks by using three backticks, the code, and then three backticks or use something such as https://topaz.github.io/paste/ if you prefer sending it through a URL

FAQ

13
submitted 7 months ago* (last edited 7 months ago) by [email protected] to c/[email protected]

Day 18: Lavaduct Lagoon

Megathread guidelines

  • Keep top level comments as only solutions, if you want to say something other than a solution put it in a new post. (replies to comments can be whatever)
  • You can send code in code blocks by using three backticks, the code, and then three backticks or use something such as https://topaz.github.io/paste/ if you prefer sending it through a URL

FAQ

14
submitted 7 months ago* (last edited 7 months ago) by [email protected] to c/[email protected]

Day 17: Clumsy Crucible

Megathread guidelines

  • Keep top level comments as only solutions, if you want to say something other than a solution put it in a new post. (replies to comments can be whatever)
  • You can send code in code blocks by using three backticks, the code, and then three backticks or use something such as https://topaz.github.io/paste/ if you prefer sending it through a URL

FAQ

17
submitted 7 months ago by [email protected] to c/[email protected]

I have a moderately long HDMI cable running to a screen that has worked for quite a while. Recently the screen lost its connection. I replaced the cable with the exact same model of HDMI cable, and its all good. The cables arent frequently inserted or removed, and they are otherwise in good condition. I have no idea how or why this could happen. Any ideas?

view more: next โ€บ

CameronDev

joined 1 year ago
MODERATOR OF