Search results

  1. ShakyJake

    Guild Wars 2

    Judging by all the mechs present during open world events, I'd say yes.
  2. ShakyJake

    Guild Wars 2

    Running a Celestial Firebrand currently. Kind of late to the party on this build, but man it's fun.
  3. ShakyJake

    Guild Wars 2

    You have xp boosts and food that grants bonus xp. Good grief, it definitely isn't a slog. Later, doing dailies and daily login rewards you'll get xp scrolls and tomes. I think I have over 200 tomes of knowledge in the bank. That's two free lvl80 characters if I wanted.
  4. ShakyJake

    Guild Wars 2

    I've been playing the game for years and still haven't worked through all the LW stuff. I don't think it's terrible or anything. I just hate doing story shit in any game. For PvE, I just get a kick out of trying out different builds across the various professions, running around solo'ing...
  5. ShakyJake

    Guild Wars 2

    Also, https://metabattle.com/wiki/MetaBattle_Wiki Also, https://www.youtube.com/c/LordHizen Also, https://www.youtube.com/c/MindOverMeta/playlists
  6. ShakyJake

    Guild Wars 2

    That's what it should do. If you kept spamming your attack it'll auto target the next mob. Unless you just want to walk away from the keyboard and have it continuously attack whatever is in range??
  7. ShakyJake

    Guild Wars 2

    That's my key combo, not sure if it's assigned by default.
  8. ShakyJake

    House of the Dragon

    No no, it was quite clear when he said he lost his wife and son. Just during the birth scene I thought everything was fine.
  9. ShakyJake

    House of the Dragon

    Did I blink? I totally missed that the child didn't make it
  10. ShakyJake

    The Rehearsal

    That was a finale? Dammit. Yeah, I don't know how much of this is for comedy vs real Nathan. Rather sad.
  11. ShakyJake

    Bitcoins/Litecoins/Virtual Currencies

    It's in a downtrend and has been running sideways for weeks. Totally expected.
  12. ShakyJake

    Scraping data from news/social media sites?

    Are you looking to scrape the HTML?
  13. ShakyJake

    Guild Wars 2

    GW2's item progression is horizontal. However, the depth to be found is in the build system and excellent combat mechanics. The game is legit fun once you get to 80 and spec into one of the elite specializations. Also, I returned to the game in 2019 or so and the account and characters I had...
  14. ShakyJake

    IT/Software career thread: Invert binary trees for dollars.

    These are junior developers, but I'm the new guy. However, I've been working with this particular frontend framework (Angular) for over five years so I feel I have a pretty good handle on how things should be done. They've been blindly copy/pasting code they find throughout other parts of the...
  15. ShakyJake

    IT/Software career thread: Invert binary trees for dollars.

    Got feedback on a pull request of mine today where the reviewing developers lost their minds because I decided to refactor some code they had written originally. But I'm sorry, my feeling is that this is agile software development, and some rework inevitably occurs. But it wasn't like I...
  16. ShakyJake

    Computer Issues

    It does
  17. ShakyJake

    Computer Issues

    It's locked down - I can't do firmware updates.
  18. ShakyJake

    Computer Issues

    I have a REALLY strange problem with my work laptop. I do software development, and how I usually work is I build a VMware virtual machine that runs Windows along with all my development tools. That way, if something happens to the host OS I always have a copy of the VMware image that I can...
  19. ShakyJake

    The Rehearsal

    What surprises me the most is how fucking weird some people are.
  20. ShakyJake

    The Orville

    I'm with Ted Danson that I would've opted to wipe out the Kaylons. They are WAY too big of a threat.
  21. ShakyJake

    The Orville

  22. ShakyJake

    Investing General Discussion

    I tend to look at DIA, SPY, and QQQ on FinViz and examine the relative vs average volume indicators. Anyway, my point is the market is up, sure, but it's not like buyers are swarming in.
  23. ShakyJake

    Investing General Discussion

    Market is up, but volume is really low.
  24. ShakyJake

    IT/Software career thread: Invert binary trees for dollars.

    MFE stands for "micro front end". It's where the client UI is split into vertical slices of functionality. I think the idea behind it is that it allows for greater flexibility for development. One team could be working on feature A, another on feature B independently and are able to deploy...
  25. ShakyJake

    IT/Software career thread: Invert binary trees for dollars.

    This is so weird. Apparently, our client has mandated that our application be "MFE compliant". I've read a little about MFEs, but it's a relatively new concept and there's no real standards in place. Looking at how poorly constructed the current monolithic app is, I shudder to think what the...
  26. ShakyJake

    Investing General Discussion

    Could be if the market thinks the Fed will pivot.
  27. ShakyJake

    Investing General Discussion

    Assuming inflation doesn't decline dramatically in the future, I think paying off a mortgage early doesn't makes much sense.
  28. ShakyJake

    Investing General Discussion

    Gold and uranium mining ETFs.
  29. ShakyJake

    Bitcoins/Litecoins/Virtual Currencies

    I just need to send some BTC for a subscription. Not planning on accumulating for now.
  30. ShakyJake

    Bitcoins/Litecoins/Virtual Currencies

    What's a recommended crypto exchange service that's not Coinbase?
  31. ShakyJake

    Warframe

    Right, but there's no incentive for doing this other than just to do it. There's no sense of, "oh man, I can't wait to get X in order to do Y". It ultimately all feels meaningless.
  32. ShakyJake

    Warframe

    I played Warframe with friends and we always get burned out after a couple months. Yes, the gameplay is super fun but the game is hyper grindy. And what I realized is, what's the carrot to keep grinding? I spent a good amount of time leveling Mesa Prime (which means running Hydron 1000 times)...
  33. ShakyJake

    IT/Software career thread: Invert binary trees for dollars.

    All the frameworks have the concept of "state".
  34. ShakyJake

    The Orville

    Yeah I'm getting a bit tired of Moclun stories.
  35. ShakyJake

    The Astronomy Thread

    Please do Hoag's Object.
  36. ShakyJake

    IT/Software career thread: Invert binary trees for dollars.

    React, Svelte, Angular, and VueJs are all client-side JavaScript frameworks. That's the stuff that runs directly in your browser. Bootstrap (or any other CSS framework) simply supplies you with CSS classes that you can apply to buttons, inputs, etc. to get that slick look. With the...
  37. ShakyJake

    IT/Software career thread: Invert binary trees for dollars.

    Right, you'll have some kind of backend API running on a server. You could go the cloud route with Azure or AWS. In fact, that might be a worthy option since you'll learn how the cloud systems work. Most everything is moving in that direction now so definitely shouldn't be ignored. And they...
  38. ShakyJake

    IT/Software career thread: Invert binary trees for dollars.

    Most people use a CSS framework like Bootstrap, Material, Bulma, etc. Unless you're an artist I highly doubt you'll want to be styling your own stuff anyway. I dunno, if you don't know any of this then you're in for a lot of learning. Is Swift really all that great? I always heard it was...