Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AL
Posts
0
Comments
61
Joined
1 yr. ago

  • Kind of, you would use a deployment node to manage the individual blades, they are running really specialized software that is basically useless without the management nodes. It wouldn't be difficult to spin it up (Terascale would have it ready to batch out jobs within a few hours) but you are going to need to engineer your building around it to even get that far. Your foundation needs to support multiple tons of weight, be perfectly level, be able to deliver megawatts of power, remove megawatts of heat (it is water cooled, so you need to have infrastructure and cooling towers to handle that), and you need to be able to get it into the building to begin with. I have worked on this system a few times, just moving it would literally cost upwards of 7 figures. The computer is pretty easy to use, it's all of the supporting infrastructure that will need a literal team of engineers. I could (and have, kind of) spin the machine up to start crunching data within a day on my own. Fuck moving it, and double fuck re-cabling it. Literal miles of fiber in those racks.

    You do literally pop in an image that is pre-configured in and it deploys to everything at once. That's probably the easiest part of the whole setup.

  • Yeah, red states are holding this nation back in a huge number of ways. Wyoming still publicly defends racism and hate speech under the guise of "free speech". Check out the statements made by the University of Wyoming regarding a guy that comes onto campus specifically to harass and spew hate at transgender people this year. The college not only gives him his own table in the student Union, they encourage him to harass people. It sparked entire groups of people to literally scream racism and hate speech at people all over town because "muh freedoms". It's bad. Being a minority in this state is legit scary.

  • The thing is, if it gets rescheduled it will be entirely up to the states to handle growing the plant. I fully expect places like Wyoming to continue the draconian laws (like they just did with D8, it's a felony after June 1st, farm act be damned) but most places will just regulate based on their current laws. What worries me is the ATF being assigned as the federal regulatory body, but that would only happen with it being a taxable, saleable, product. I don't forsee big pharma being able to do much with rescheduling, it's too easy to grow.

  • But in order to get that ROM you need an unlocked bootloader, breaking integrity (best case scenario is device level integrity, you can't get strong anymore). Google RCS will sort of work if you can pass Device, but in my experience things break silently if you don't pass Strong (massively delayed messages, messages not sending, and RCS randomly disabling for no reason at all in the middle of a conversation).

  • There are some nice perks to good credit outside of interest. It can qualify you for better housing, better perks on certain rentals, not having to worry about emergency situations killing your savings outright, and let's you take advantage of stuff like cash back and bulk purchasing discounts. An example is staple foods, being able to hit the once-a-year bulk deals on stuff like rice or Lawreys garlic salt can cut the price of those items in half or better (personal examples, but the thought should hold). Ancillary perks, but they do add up.

  • You could just ask easily be the bank yourself and save the "interest" for a birthday gift or something later on. This really isn't a difficult concept to use as a teaching opportunity without just screwing over a kid. Do you teach your kids to not walk into traffic by letting them get hit by a car too?

  • My most arcane pieces of code (abusing null references to make the garbage collector handle object deletion kind of cursed) are usually posted publicly somewhere... If it works and all that.

  • That button doesn't specifically perform a right click. It is a button to open a menu, not necessarily right click. It just happens that right clicking in a lot of situations also acts as hitting the menu key. It's super pedantic, but a lot of software still makes use of it and it sends a different command for stuff like scripting and macros.

  • Hi, I contribute to a number of projects that require incredibly specific information to facilitate (GPGPU kernel optimizations and unit tests for BLAS) and I use Reddit to collaborate with other engineers to solve issues like doing calculus on Lie groups resulting in a divide by zero because some non-zero groups multiply to zero in the middle of the calculation. The best engineers and mathematicians I know moved here, so I moved with them to continue the dissemination of these principles. The majority of memes and shitposts offer a common forum to get real work and study done in a way that publicly offers those solutions to anyone asking the same questions. Reddit wants just the shitposts and astroturfing, so they can keep it. I have work to do.

  • DHT is an identifying protocol by design, it is how people find you to send/receive data. If your connection to the swarm is anonymized there really isn't a ton the AI is going to be able to do that isn't already happening with traditional methods.

  • It is, but I can see a few use cases that could make it useful. Namely, it can look for common scam/virus patterns to filter more effectively and offer better content suggestions. There are also cases to be made for more descriptive indexing and content identification: lots of torrents have particularly bad naming schemes or misspellings that make finding the content somewhat more difficult or involved.

  • They are closer to $40-60 after shipping, not $25. I have been using a $10 Weller for a lot of years, with proper technique I have never been able to notice a difference in my joints or difficulty in soldering. I prefer my Weller for some jobs because it simply has more thermal mass. Stuff like repairing the connections on a 3D printer hotbed would be impossible with a Pinecil.

  • CGNAT uses RFC 6598 and a particular type of NAT, not all are created equal. Port forwarded public address space doesn't mean you aren't sharing the address, just that you can bind one of the ports in the space and expect that traffic to reach you. Thats what most ISPs do, if your server is being a router at home you are going through a minimum of a single NAT layer, usually 2. That's literally what port forwarding is, forwarding traffic from one address and port to another on a different subnet (or a different machine on the same subnet. You see this often with separate DNS and DHCP servers in enterprise networks.) CGNAT specifically messes with port forwarding because it assigns traffic somewhat arbitrarily and the user has no control of the routing. That's why you have to use reverse connections to get around them: you can establish an outgoing connection then use it to serve data, you just don't have a public address that can be guaranteed to point to your machine.

    Not all NAT is CGNAT, and not all NAT disallows incoming connections. I don't understand how everyone thinks it's reasonable to assume that A. your whole network has been compromised or B. that it would benefit the attacker in any way to use your connection to download movies. They use a crap modem, that's why it crashes often, and using IKWYD without knowing how DHT and IPv4 addressing works is just causing paranoia through ignorance.

  • There isn't really a good reason to not be doing that already just because of the intrusion detection systems Proxmox has to offer. Most of them would alert you immediately if you were compromised told it to look for DHT broadcasts going out of the network.

  • Yeah, there are a few ways to check for sure. The most effective is to take a device with 2 Ethernet NICs, plug it in between your modem and router, bridge the interfaces, and sniff the bridge. You can also look into ARP poisoning yourself to check whether the modem is compromised, but the likelihood of that would be slim to none (your modem doesn't have storage or enough compute to handle that kind of traffic redirection.) In all likelihood you are on an ISP that uses CGNAT that assigns a few peoples traffic to the same public facing IP address, in that case the traffic could easily be going to a neighbor that uses the same ISP.