phx

joined 2 years ago
[–] [email protected] 1 points 1 day ago

IMO there's nothing wrong with both.

  • Machine prints out paper ballot, properly inscribed with the selected vote so that there's no "ooh, but there's a smudge here that might mean a vote for X". It could also print out a 3D barcode that contains metadata such as time, place, machine, checksums, etc
  • Human who voted can verify the correct box is selected etc.
  • Vote slip goes into second machine where it's counted (or a box for later counts)
  • Paper vote slips are maintained for recount/validation purposes
[–] [email protected] 6 points 2 days ago

A lot depends on the implementation rather than the idea itself. I've read plenty of stories of people stuck on hold with 9-1-1 - including deaths - as well as cases where they've been hung up on by shitty operators.

An AI system might be able to do some basic triage to prioritize calls for the human operators and actually result in faster access/response and saved lives. It might also be able to do things like transcribing information such as addresses or location for responders. If the AI is planned to be a replacement for humans rather than an augmentation though, lives will likely be lost

[–] [email protected] 17 points 2 days ago (1 children)

How about we just tell him it's happened, hasten him to a bunker, and then let him take to some guy via radio that lets him think he's one of the few survivors.

Hell, that'd be a good use for AI. Let it listen to his rambling and simulate a human response so nobody else needs to bother

[–] [email protected] 7 points 2 days ago

He's definitely only a part of a far larger problem, but he's also the face and voice of the MAGA cult. It feels like they've tried a few times too pass on that torch but they're kinda stuck with him now.

[–] [email protected] 5 points 3 days ago

They probably just walk around downtown and recruit from whomever has a cut-off shirt and a swastika tattoo

[–] [email protected] 10 points 3 days ago

When I think herbivore cows are pretty high in the list, but I've seen more than one video of a cow eating a chick along with her diet of grass

[–] [email protected] 7 points 4 days ago

Not just profoundly stupid, but proudly so as well

[–] [email protected] 4 points 4 days ago

Yeah, everyone should remember that the Supreme Court fucked you all by paving the way for this, and the rest of the Legislative branch as well by either ignoring their duty or actively supporting a massive overreach in power and outright ignoring existing limits.

[–] [email protected] 3 points 4 days ago

If that's the case, I'm still hoping for clear skies with a well-placed lightning bolt

[–] [email protected] 2 points 4 days ago

My kids will never understand why I'm excited about this, but I am

[–] [email protected] 3 points 4 days ago

Enterprise doesn't get a lot of love, but I really enjoyed it and was sad when it got cut short.

[–] [email protected] 1 points 5 days ago
6
submitted 3 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]
 

I've been looking at some Linux based phones and one thing that caught my eye was a Pi based build.

This makes a lot of sense to me in many ways as the smaller Pi's carry a lot of power and expandability, however it was based on an older 3b platform and consequently very bulky.

Currently, my searches online have led me mainly to boards that support CM4 but also have ethernet ports etc (adding build) or use USB/pinouts with no CM (Compute Module)connector.

Anyone know if there's a small board that can support cellular connectivity with a native CM connector?

Also, any way around the lack of SDCard support for Pi's that boot from eMMC (would like eMMC for the OS and SDCard for larger stuff, pictures etc)?

I'll add: the board doesn't have to be credit-card sized. Something along the lines of an average smartphone so I can fit a decent LCD would be fine, just no Ethernet etc making it too thick

 

My current system is running on an old 2U HP rackmount server with dual 16-core AMD Opteron-6262HE CPU's and two RAID-5 arrays (fast SSD array and slow 2.5" HDD array). There are generally 5-6 VMs running under a Linux master at a given time but none of them are using a whole lot of CPU cycles.

In general, it's noisy but fairly effective for my needs.

I'm looking at the future and what might be good replacement that offers a blend of power-efficiency, flexibility, and storage cost.

In particular, I'd like to:

  • Ditch the 2.5" HDD array in favor of an efficient separate storage system, preferably an attached NAS with 3.5" disks on RAID5 but probably actually networked and not USB based (both for reliability and also so I can potentially provide storage directly to stuff running on separate SBC's etc). A storage system I could drop in now and still use after I upgrade the compute system would be great

  • I'd like to keep the SATA-SSD array for stuff that needs faster disk, or possibly move up to a RAID'ed M2/NVMe.

  • Move up to a more modern CPU that has a good Power-per-watt balance. 8-16 cores totally is probably good if that can be reasonably power efficient for idle cores etc, but dropping some VM's to run stuff on the aforementioned SBC's is also an option

  • Still be rack-mounted for the main system, but not so freaking loud, and actually fit in a standard 24" deep rack

  • Potentially be able to add a decent GPU or add-on board for processing AI models etc

Generally what it will be running is a bunch of VM's for stuff like NextCloud, remote-admin software, Media servers (Plex/Jellyfin), a Fileserver, some virtual desktops and various other fairly low-power VMs, BUT it'd be nice if I could add the dGPU or something with the horsepower for AI processing and periodic rendering/ripping/etc

I'm sorry debating on whether might make more sense to move all storage to BAD, then just replace the always-running stuff (NextCloud, Plex,Fileserver) with SBC's so that they're fairly easily swappable if something fails.

 

(sorry in advance for the long post)

What I'm looking for:

Basically, without a lot of work to setup and maintain a Domain/Kerberos server, what's the best way to provide consistent logins and remote folder/share (from a server) access across various Linux desktops


I've configured domain controllers using Samba. I've also configured Linux systems as domain-joined hosts. Between the two I tend to find that keeping talking - especially for systems that are only on infrequently - can be a bit troublesome. Updates sometimes break the Samba server, tokens expire, etc etc

I've also used NFS of various versions, but found v4 with the Kerberos implementation a bit finicky (for similar reasons to the SMB based implementation). NFSv3 of course is fairly fast and efficient, but lacks the user-level authentication and relies on IP's for access-control.


Now it's been awhile since I've given a shot at this except for some NFS shares between VMs and SSHFS for desktops, it would be nice to have a consistent but easily maintainable way to provided common shares for larger files (videos, albums, 3d models, and projects etc) without having to constantly troubleshoot. Maybe the domain/NFS route had gotten easier but it still seems to be fairly manual at times.

 

One of the problems with having switched over a number of relatives to Linux is that I'm "the guy" when they have issues, and I can't always get over to help them in a timely manner. A lot of the time most stuff is working just fine and it's just a matter of popping into the desktop and fixing a bad link or a naughty plugin that's slipped into Chrome etc, but it DOES require being able to see what they see.

Windows has a system where you can "request assistance" and then provide a code for access at which point it shares your desktop. There are similar systems where one can get a link in email and click it for support.

I'd like to find a system that I can host myself to allow users to queue up for support at which point I can pop into their system, without needing to open ports on their routers or using something hackish like forwarding a VNC port to an SSH server etc

 

Has anyone seen anything in terms of locks that could be used for smaller doors etc. For example, a drawer/cabinet style lock or something that might work for bifold closet doors etc. Also setups that could be used to automatically slide out a drawer.

I'd like to create some "secret drawers" as well as be able to lock out stuff like the "candy/snack drawer" as certain members of my household have poor impulse control and like snitch candy then not easy their dinner

(Yes I've tried hiding it, putting it up high etc, but they're sneaky and automation is more fun)

 

Does anyone use X11 forwarding with Android devices, so that they can access their UI apps remotely?

If so, what apps do you use and what issues have you run across?

There's a "MobaXterm ssh" app and while I do love that app on other OS's it doesn't seem to be made by the same company so I don't really trust it

 

While I quite like the ability to broadcast TTS, media, and other such things to Google Nest or Amazon Alexa devices, I'm trying to rein in my HASS setup so that it doesn't send data to our require cloud services.

Does anyone know of or recommend a wireless speaker service that can accept broadcast/streamed/sent audio without needing an internet connection. Bonus if it has a microphone that can integrate with something like a local Genie instance for accepting voice commands (without cloud processing)

 

I'm not sure if we're allowed to ask questions on this sub. It seems mostly news articles but I figured I'd give it a go.

So Bruce Power in Ontario is planning to build the world's biggest nuclear plant in the world (by expanding on an existing plant).

https://www.cbc.ca/news/canada/london/ontario-new-nuclear-build-1.6897701

BC is more well known for hydroelectric, but that particular source hasn't really been greatly expanded on in decades and site-C is pretty controversial.

This got be thinking:

How do we in BC feel about nuclear power? Would you support one near where you live? Why or why not, and what other power options would you prefer?

 

Can anyone recommend a good place to get parts for a homebrew system (available to Canada, at a reasonable price).

Full disclosure, I'm actually looking to build a large 3D scanning system but in terms of movement of the camera heads, I've been looking at my printer and thinking that it could use a similar configuration though on a slightly larger scale (rails, with a wheeled+track system for horizontal and large spiraled cylinder for vertical) , but I have no idea where to source these sort of parts.

Any ideas?

 

Does anyone know where to find some good measurements of performance differences between common distros (with like hardware and config).

I'm interested to see if some perform better than others due to optimization etc

 

I'm looking for a wall switch that I will take Tasmota firmware (so a ESP82XX chipset generally) but can get easily sourced and aren't a huge pain to reprogram.

I'm totally cool with soldering some serial jump points from the board of the appropriate Rx/Tx/GRND/3.3V and pin0 are readily available, but try to avoid stuff that requires soldering the chip itself.

I used to be able to get Globe etc dimmers from Costco that were flashable via the old OTA Tuya-Convert method, but that seems to be a thing of the past and I just need a regular ol' non-dimmer switch which is easy to find and access the required pins these days.

If there are switches which take 110VAC but don't output power, that's even better as some I'm just looking to supplement devices already have power but are inconvenient to access

 

Kevin Mitnick - the world's first famous "hacker" - has died at age 59 after succumbing to pancreatic cancer.

Mitnick gained fame for his hacking skills and eventual arrest on hacking and wire fraud charges. After his release from prison, he went on to release various books and speak at conferences on the topic of cyber security/hacking. He is the founder of "Mitnick Security Consulting" which provides cyber consulting and penetration testing services.

Kevin's influence on the world of cyber security is undeniable, as is his almost legendary reputation in the field.

view more: next ›