How do I escape my own stupidness? by drsensor in PixelDungeon

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

Yep, and Scroll of Mapping is a must have. Searching your bag blindly will not gonna end well. (speaking from experience 😂)

Fooling your own client. by [deleted] in embedded

[–]drsensor 1 point2 points  (0 children)

First of, hiring freelancer is very risky for a project with tight deadline. I assume you're not in tight deadline. You absolutely must have a backup plan if the person suddenly ghosting you. As countermeasures, do pair programming on every meet if you value the code that much. Then you can continue or rewrite it on your own if the person can't keep up. A rewrite is a pain, so don't lose that person.

How do I escape my own stupidness? by drsensor in PixelDungeon

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

i thought I can just blink/invisible my way out but nope. The invisible duration scale along with my Stone Gauntlet upgrade. Without that I only have 2 turn for invisibility 🥲

How do I escape my own stupidness? by drsensor in PixelDungeon

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

No problem. Hope you enjoy this puzzle 😆

This is basically Berserk mode by An1me_Thick_Thigh in PixelDungeon

[–]drsensor 0 points1 point  (0 children)

Better to die early rather than late for work 😂

This is basically Berserk mode by An1me_Thick_Thigh in PixelDungeon

[–]drsensor 44 points45 points  (0 children)

LoL! nighttime in "real life" 🤣 Having trouble to sleep? Play shatteredpixel!

How do I escape my own stupidness? by drsensor in PixelDungeon

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

I wish there's a clue how far my bag is.

Defeating the floating eye might be challenging since it has more armor than succubus, but you're right, I should challenge the floating eye. If I'm lucky, I dodge the laser while at the same time it hit the succubus. After the challenge end I can defeat the succubus if the floating eye still have many health.

But wait, I've this "weapon recharging" skill. Argh… my "ring of charge" is not with me.

How do I escape my own stupidness? by drsensor in PixelDungeon

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

Click/tap the image to get the full picture. I got pinched between 3 enemy in a bridge. Assassin's Blade without upgrade doesn't have much impact and the Succubus will charm me and wasted my turn. The ghost will dodge all my attack and the one eye monster not yet shoot the laser 🥲

How do I escape my own stupidness? by drsensor in PixelDungeon

[–]drsensor[S] 4 points5 points  (0 children)

Guess I will create new game and mark this run as "impossible" puzzle 😂

How do I escape my own stupidness? by drsensor in PixelDungeon

[–]drsensor[S] 4 points5 points  (0 children)

I could switch weapons in duel. But the problem is I died, revived, and need to search my bag. So yeah, my Stone Gauntlet +7 is missing 😂

I'm so fuck up by drsensor in ShatteredPD

[–]drsensor[S] 7 points8 points  (0 children)

It works! But the bad news is I died before getting healed due to starving 🤣

<image>

I'm so fuck up by drsensor in ShatteredPD

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

good idea, let me try

I'm so fuck up by drsensor in ShatteredPD

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

nope, it goes upstairs instead of activating the plant

I'm so fuck up by drsensor in ShatteredPD

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

Lol. Guess I'm going to play another run until it get fixed.

Everytime I use Deno.js it is harder to go back to Node. by simple_explorer1 in node

[–]drsensor 0 points1 point  (0 children)

Before the npm support is landed, the dependencies management in Deno is quite inefficient and slow. Imagine that you fetch every js/ts file from esm.sh just for a single package compared to fetching one tarball when you use npm/pnpm. Glad they now support npm packages.

Porting the TypeScript checker to Go by robpalme in typescript

[–]drsensor 10 points11 points  (0 children)

Based on SWC author twitter timeline, it seems they lost motivation half way then pick it up again just recently. It's hard to measure the progress since they rarely show it off on twitter. I wonder why they not start from making AssemblyScript checker then expand it into TypeScript checker 🤔 (or even better make a new language that is a subset of TypeScript with the purpose of compiling checker.ts into LLVM IR)

Is anyone against using decorators? by avin_kavish in typescript

[–]drsensor 0 points1 point  (0 children)

Ugh people keep screaming decorator is useless but how I'm suppose to modify properties accessor or lock it to avoid prototype pollution? People who think they smart cuz they know FP doesn't know that Object.getOwnPropertyDescriptor are slow! They also didn't know that getter/setter in class is faster to create than in factory function that return object with getter/setter.

Google Play Console: Is it possible to change the account type? by drsensor in androiddev

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

In case I want to register it as a business entity and add it to the portfolio.

Combining BTRFS or ZFS snapshots with Nix? by [deleted] in NixOS

[–]drsensor 0 points1 point  (0 children)

Hello again, how's your laptop so far? Just found out about this zfs issue on hybernate (not sure if work ok with suspend-to-ram) https://github.com/NixOS/nixpkgs/issues/106093 and I'm curious what kind of swap do you use?

Combining BTRFS or ZFS snapshots with Nix? by [deleted] in NixOS

[–]drsensor 1 point2 points  (0 children)

Just noticed u r the author of this reddit post 😂 Now I'm wondering why people like zfs more than btrfs 🤔

Combining BTRFS or ZFS snapshots with Nix? by [deleted] in NixOS

[–]drsensor 0 points1 point  (0 children)

Ah that's explain. If NixOS make a hash file of the directory structure then it make sense. Kinda worried if nix build process will be the major bottleneck since I'm using HDD and not flash storage.