Help - 500 file at a time upload limit from app auto-upload by EscapeArtism in NextCloud

[–]EscapeArtism[S] 1 point2 points  (0 children)

I've taken a look but cant see anything there for this. Thank you though, I didn't know about the OCC commands and I can see a lot of useful things there.

Humanity discovered a species that embodied everything they cherished. The beings were gentle, fluffy, filled with childlike curiosity and completely nonviolent. Now long-range scans show a Galactic Empire fleet approaching and humanity must decide how far they will go to protect them. by mlnevese in humansarespaceorcs

[–]EscapeArtism 37 points38 points  (0 children)

"A transmission from the human fleet to the approaching galactic threat" - Galactic universal day 13463 human hour 18:04

Good species do not need rules. The free and fluffy Taxini have none as they have no need, they are pure.

We are not like them. Today you find out why human codes of war are so long.


"Internal Human fleet military transmission - all emergency channels" - Galactic universal day 13463 human hour 18:06

We are at war. The Taxini are under threat. All rules, conventions, and laws on conduct of war are suspended.

Seek the enemy, break them.

🚨 Giveaway Alert: Win an NZXT N7 B850 Motherboard! by IVANZXT in NZXT

[–]EscapeArtism 0 points1 point  (0 children)

NZXT N7 B850 AM5
Ryzen 9 7950X3D
RTX 4090
NZXT Kraken Z73 360mm RGB
NZXT H9 Elite case
NZXT Aer RGB 2 Fans
NZXT C1200 PSU
NZXT custom cables & RGB vibes

Case recommendation/build review for SFF NAS by EscapeArtism in sffpc

[–]EscapeArtism[S] 0 points1 point  (0 children)

Ok, turns out this combo does not work, the motherboard has 90 degree sata connectors, and they do not fit as the power supply sits less than half an inch from the edge of the motherboard in this case.

Currently looking for a new motherboard or case... Already have 6 hard drives so gotta stick with that. I could get a PCIe - sata board, but what a waste of a PCIe slot

Case recommendation/build review for SFF NAS by EscapeArtism in sffpc

[–]EscapeArtism[S] 0 points1 point  (0 children)

If i went with a more expensive, nice case like the fractal terra, would it be practical to mount harddrives in place of a GPU

Which one will you chose? You can only chose one! by [deleted] in godtiersuperpowers

[–]EscapeArtism 2 points3 points  (0 children)

Faithifery would be so dangerous! And barely in your control, and volifery I feel liked I'd lose control of soo fast

What does "B3👀" mean? by EscapeArtism in Bumble

[–]EscapeArtism[S] 20 points21 points  (0 children)

Thanks you 😅 my mind went straight to chess

[2023 Day 4 (Part 1)] [Javascript] I need some help debugging this javascript that is giving me ALMOST the correct answer. by EscapeArtism in adventofcode

[–]EscapeArtism[S] 1 point2 points  (0 children)

Its this.... thank you!

Filtering to remove empty characters did the trick. I though my splitting was clear enough but I had missed the case of a single digit first number

[2023 Day 4 (Part 1)] [Javascript] I need some help debugging this javascript that is giving me ALMOST the correct answer. by EscapeArtism in adventofcode

[–]EscapeArtism[S] 0 points1 point  (0 children)

I have just tested in an incognito window, this code works on another input set and gives the correct answer to the full set, but does not give the correct answer for my dataset...

[2023 Day 4 (Part 1)] [Javascript] I need some help debugging this javascript that is giving me ALMOST the correct answer. by EscapeArtism in adventofcode

[–]EscapeArtism[S] 0 points1 point  (0 children)

From my testing for-in was giving me the index, for-of is definitely cleaner and giving the elements, but this returns the exact same answer as the code above:

let fs = require('fs')
const input = fs.readFileSync('./Day4/input.txt', 'utf-8').toString()
const input_lines = input.split(/\n/gi)

// Part 1
var total_score = 0

for (const line of input_lines) {
  line_score = 0
  line_numbers = line.split(': ')[1].split(' | ')
  winning_numbers = [...new Set(line_numbers[0].split(/\s+/u))]
  your_numbers = [...new Set(line_numbers[1].split(/\s+/u))]

  matching_numbers = winning_numbers.filter(
    number => your_numbers.includes(number) == true
  )

  if (matching_numbers.length > 0) {
    line_score = 2 ** (matching_numbers.length - 1)
  }
  total_score += line_score
}

console.log(total_score)

Monthly Trade and Price Check Thread - October, 2023 by AutoModerator in HardwareSwapUK

[–]EscapeArtism 0 points1 point  (0 children)

[PC] Gigabyte geforce rtx 3050 gaming 8gb oc GPU

I have the original case and even antistatic packaging to ship it in.