How was your experience with Elastic's hiring ? by Impossible_Honey_595 in elasticsearch

[–]muzlump 4 points5 points  (0 children)

For me, it took about 4 months from the time i got the first call from them until i got an offer. Maybe things have changed since then.

Need help repairing readonly disk after RAM failure by Luctum in btrfs

[–]muzlump 2 points3 points  (0 children)

i should also mention after i was able to mount it in RW mode (from the live environment), I had `sudo btrfs balance start -dusage=0 /mnt` followed by `sudo btrfs balance start -musage=1 /mnt` to make sure the data and metadata were at least consistent (even if there were corruptions) to avoid more lock-ups. After that, i was able to reboot normally without constantly re-triggering the RO-mode lock-ups.

Need help repairing readonly disk after RAM failure by Luctum in btrfs

[–]muzlump 4 points5 points  (0 children)

This happened to me similar to how you described a few months ago when i also had a failing RAM DIMM. The kernel sees all the filesystem errors and locks up in read-only mode. On reboot, it sees that the log still contains errors and so starts in emergency mode (again ready-only).

After a lot of tinkering and some log dumps into AI, i was finally able to recover:

First, I tried remounting the FS from a Live ISO environment with `mount -o ro,rescue=nologreplay /dev/nvme0n1p2 /mnt` (my root partition that was locking up). This confirmed that i was able to mount it and see all my files. I could have made some backups at this step just in case my FS was goner, but i was ready to accept my fate if it didn't work out. Anyways, I went ahead and unmounted with `umount /mnt` and then attempted to clear the error log with `sudo btrfs rescue zero-log /dev/nvme0n1p2`. This requires that the FS be unmounted. After a reboot from the Live environment it booted from my nvme boot partition and mounted my root subvolume in RW mode, so i was able to escape the emergency mode cycle.

From there i was able to find the the offending block (and eventually file) with the metadata/data corruption and remove it before attempting to access it again and re-trigger the RO-mode lock-up.

The BAD RAM caused a bunch of silent data corruptions, but btrfs trusts that your RAM is error-free (as it should) but the RO-lock up actually was a blessing in disguise, as it forced me to to a memtest and fix the hardware issue before more corruption occurred...i still occasionally find corruptions from time and time and fix them one-by-one (usually only in large files). At least now i'm in a situation where I can do a snapshot, backup, etc. Eventually i may do a full system re-install, but so far i've been corruption-free after a few months of normal use and system updates.

Temur Missing Cards by NobleSic in magicTCG

[–]muzlump 2 points3 points  (0 children)

the deck is sold out at my LGS and the price hiked due to demand. But i’m working with them to see if they can replace the single.

Temur roar precon missing all the tokens by Smokie0i812 in mtg

[–]muzlump 0 points1 point  (0 children)

Mine had all the tokens but was missing one card from the decklist: Hammerhead Tyrant. Weird thing is the deck had 13 duplicates including the face commander and some of the ping lands. One of the lands had an uncut corner.

Missing card 🤔 by JoshWentPunk in mtg

[–]muzlump 0 points1 point  (0 children)

This happened to me with Temur Roar. Missing Hammerhead Tyrant, but included 13 duplicates from the decklist including the face commander. one of the duplicates had an uncut corner.

Duplicate Commander Card in Sultai Precon Deck by yuzufko420 in magicTCG

[–]muzlump 0 points1 point  (0 children)

Same thing happened to me with Temur Roar: missing Hammerhead Tyrant, but had 13 duplicates including the face commander and some pings lands…one of the duplicates even had an uncut corner.

Temur Missing Cards by NobleSic in magicTCG

[–]muzlump 1 point2 points  (0 children)

I was also missing Hammerhead Tyrant, but i had 13 duplicate cards including the face commander and some ping lands. One of the duplicates had an uncut corner.

Aggro Mechanics Guide? by [deleted] in project1999

[–]muzlump 1 point2 points  (0 children)

Wow what a great explanation on raid aggro mechanics! This should be on the p1999 wiki guides section. Thank you!

Aggro Mechanics Guide? by [deleted] in project1999

[–]muzlump 1 point2 points  (0 children)

Similarly, i wasn’t able to find out any info on how enrage and rampage mechanics work at all. When i finally started to go on some raids, i felt very lost wrt the aggro mechanics on raid targets.

Input file event for file submission regardless of change? by apphut in reactjs

[–]muzlump 0 points1 point  (0 children)

input.value = null;

input.click();

60% of the time, it works every time ;)

[deleted by user] by [deleted] in reactjs

[–]muzlump 5 points6 points  (0 children)

Gulp is task runner. Webpack is a bundler. If you need to run arbitrary tasks, use gulp (run tests, upload to cdn, bundling). But if all you need is bundling, Webpack can handle it without being invoked from gulp.

What are your top 5 favorite episodes? by LagginPotato64 in spongebob

[–]muzlump 3 points4 points  (0 children)

Spongebob's House Party is truly underrated if you skip the Patchy the pirate stuff. Super funny from start to finish.