qaz

joined 1 year ago
[–] [email protected] 4 points 2 days ago

It's also a lot easier to do so with Rust because you can easily statically compile it with the musl target so you don't even rely on the system's libc version.

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

Of course not, but then there's not really a point to using another Pi instead of your main machine, right?

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

The Raspberry Pi Zero has a 32-bit CPU, the newer big RPI's have 64-bit CPU's. Wouldn't that cause problems?

[–] [email protected] 2 points 3 days ago* (last edited 2 days ago)

Numeric .xyz domains only cost $1 a year. They're not great for things like mail because they're often used by spammers (probably because of the price), but it's great for cheap signed DNS hostnames.

I point it to the server on my local network and use Wireguard to connect myself.

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

I still wonder why they decided to write their own UI framework from scratch.

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

Rider can do code replacement too and has worked much better in my experience

[–] [email protected] 27 points 3 days ago* (last edited 3 days ago) (1 children)

The company I work for loves Azure. If it's not available as an Azure service it won't be used (except for uptime kuma). Some time ago there was a global Azure outage and we could do literally nothing. All tasks and code were on Azure Devops and all communication went through Teams and Outlook.

The webhook integration has also recently been removed from Teams so uptime kuma also didn't work for like a week until it was fixed by using Azure's automation service.

[–] [email protected] 9 points 6 days ago* (last edited 6 days ago)

Just like how people should use long unique passwords

[–] [email protected] 15 points 6 days ago (2 children)

A lot of cryptowallets let the user log in with a randomly generated combination of words. They often ask the user to write those down on paper. However, some people just screenshot that. This malware looks for those combinations specifically.

[–] [email protected] 16 points 1 week ago

A classmate I was doing a project with saved his code as screenshots in a word document.

[–] [email protected] 14 points 2 weeks ago

There are only 7 unit test classes. 2 of which I wrote myself this month.

[–] [email protected] 30 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

I already did so an hour ago

UPDATE: It has been merged

 
 

Just take the string as bytes and hash it ffs

 
 
 

I'm planning on building a new home server and was thinking about the possibility to use disc spanning to create matching disk sizes for a RAID array. I have 2x2TB drives and 4x4TB drives.

Comparison with RAID 5

4 x 4 TB drives

  • 1 RAID array
  • 12 TB total

4 x 4 TB drives & 2 x 2 TB drives

  • 2 RAID arrays
  • 14 TB total

5 x 4* TB drives

  • Several 4TB disks and 2 smaller disks spanned to produce a 4 TB block device
  • 16 TB total

I'm not actually planning on actually doing this because this setup will probably have all kinds of problems, however I do wonder, what would those problems be?

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

I'm trying to build a DIY NAS, I already have some (6) 3.5" SATA disks, a Mini-ITX case, and power supply, but I'm still unsure on which motherboard & CPU to get. I think a motherboard + N100 combo is a good option because of the price and power consumption.

I'm currently using a MiniPC with an i5-6500T (4784 passmark) and an external HDD enclosure connected with USB using RAID-1 (software) which uses about 35W. The USB enclosure is limited to 2 slots, and I've heard from here that it can be problematic in combination with RAID. The N100 (5551) boards have a slightly better passmark score but most importantly more expandability (SATA & PCIe) and supposedly a lower power consumption. The i5-6500T has a TDP of 65W, the N100 a TDP of 6W, that doesn't say much but it seems to a lot better when looking at info online. The N100 also apparently has Quicksync support while the i5's support is limited and struggles to encode 1080p (100% CPU usage).

There are 2 main boards I'm considering. The BKHD 1264 and the ASRock N100M. ASRock is a better known brand, but their version only supports DDR4 and 2 SATA ports while the BKHD board supports DDR5, has 6 SATA ports, and has 4 × 2.5G network ports. I've also heard complaints about high temps (90c) with the N100m because it only has passive cooling, while the BKHD board has active cooling and a large heat sink. However, the BKHD board is a bit more expensive (~€150 vs ~€130), but it seems worth it because I won't have to add an external HBA.

What do you think would be the better option?

EDIT 2024-05-26: I ended up getting the ASUS Prime N100I-D D4 because it's significantly cheaper (€95). It does have less SATA ports (1), but I accidentally bought a SATA card so that actually works out pretty well.

 
 
view more: next ›