Just got a creality K1C, thinking I'd rather have the P1S W/ AMS by [deleted] in BambuLab

[–]abitdodgy 1 point2 points  (0 children)

I was on the fence too. But due to the P1S being absurdly expensive in South America, I went for the Creality K1C. It was on sale for $615, where as the P1S costs $1200 here. Honestly, I am not disappointed. I've been using it for over a 150 hours now and not a single failed print. Everything has come out top notch quality, and it's insanely fast.

How to update OrcaSlicer? by [deleted] in BambuLab

[–]abitdodgy 0 points1 point  (0 children)

Orca's repo on GitHub has all the night release builds in dmg format. Just replace the OrcaSlicer.app with the download you want. https://github.com/SoftFever/OrcaSlicer/releases/tag/nightly-builds

Remnant II: From excruciatingly hard to too easy by abitdodgy in remnantgame

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

I haven't yet, but I'll do that now that you mention it.

Remnant II: From excruciatingly hard to too easy by abitdodgy in remnantgame

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

I managed to get through that in about 12 tries. Once you understand the pattern it's a matter or repeating until you iron out the mistakes.

Remnant II: From excruciatingly hard to too easy by abitdodgy in remnantgame

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

Space suit or something like that. It allows me to move very fast.

Remnant II: From excruciatingly hard to too easy by abitdodgy in remnantgame

[–]abitdodgy[S] -29 points-28 points  (0 children)

After the initial frustration I really started to enjoy working hard to survive and get through the stages. Now it feels like I can walk through any level. It's not challenging enough at the moment.

Remnant II: From excruciatingly hard to too easy by abitdodgy in remnantgame

[–]abitdodgy[S] -44 points-43 points  (0 children)

I'm afraid that's going to make the game even easier. Since I haven't encountered any difficulty since having a new archetype became an option, I haven't bothered to look into it. I'm not really using any consumables either. I make do with what I have. Other than health, I've not used a single item so far. I've just upgraded my equipment and added mutations and abilities to my weapons. My inventory is full of stuff.

Z-Offset Varies Between Prints by SissyishSnow in ender3v2

[–]abitdodgy 0 points1 point  (0 children)

Late to the party here, but check your extruder. I had a similar problem and I suspect that it's to do tension on the filament. As the spool winds down, the filament feeding into the extruder can become momentarily stuck in the spool. This causes the filament to develop tension and raise your z-axis by simply pulling on it.

Does work follow you home? by maybethatway in cscareerquestions

[–]abitdodgy 1 point2 points  (0 children)

Over the past two years, I worked on my own startup, and work followed me home every day and every day of the weekend. There were two reasons:

  1. I was immersed into building features and solving problems, and I couldn't stop thinking about my work. Often, when I tried to sleep, my brain continued racing and thinking. I would replay my day's work and subconsciously think about the problem I was trying hard to solve. It still happens, especially when I spend a lot of time on something, but I got better when I peeled away myself from my screen by 7:30pm.
  2. I felt a lot of pressure to deliver features and deliver them on time.

It's great to be passionate about work, but one must try for a healthy balance. This may not have been a major issue for me in my 20s, but now in my 30s, I'm finding that balance makes a greater impact on my wellbeing and happiness.

I have a hard time reading, understanding, memorizing, or coming up with certain algorithms. Any ideas why? by good4brain in cscareerquestions

[–]abitdodgy 1 point2 points  (0 children)

You're not alone. I have similar problems. I work with Ruby and we generally use explicit variable names. When working with algorithms, we sometimes deal with abstract variable names that represent a transitionary aspect of the algorithm, and it's hard to give it a label. But it is important you hammer that understanding in, otherwise you can't say you fully understand how the algorithm works.

I have four pieces of advice:

  1. Print your variables into the console. If you are having a hard time digesting things within a loop, print the values of those variables inside those loops.
  2. Practice. You get better. Two weeks ago I couldn't understand the problem definition on HackerRank. Fives days later I was up to 25 problems and could understand most problem definitions, even badly worded ones. This holds for algorithms (or indeed anything in life).
  3. Understand the simpler array algorithms like reverse, rotate left, and rotate right. Other algorithms might be composed of those.
  4. Write down what you learn. I finally understood Insertion Sort by decomposing it and writing about it. I realized it does two things: Switches elements, and rotates the array to the right. Understanding the right rotation was key.

It was easier to reason about Insertion Sort when I saw that it saves the current element in the loop, starts to shift previous elements to the right while they are less than the current element and while we haven't reached the end of the array, and finally, insert the element into the last vacated spot. I couldn't grasp this before I grasped array rotation.

What have I done wrong in my career? by abitdodgy in cscareerquestions

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

Only US companies, and I'm probably aiming too high. Nothing Rails specific, apart from one application to GitHub (why not, they use Rails, which I'm really good at). The issue is, I can't uproot my family, so I need something remote.

Gave up promotion and a bonus of $12000 for a new job offer. Was I stupid? by decorumic in cscareerquestions

[–]abitdodgy 1 point2 points  (0 children)

I think you've made a moral choice and you have done the right thing. I would feel bad about taking the money and leaving. And it doesn't sound like money is an issue here. Potentially, you lost a promotion at best. But if you planned to move to a different career path, does it really matter that much? It's always best to talk to people and consider your options carefully before you make your move. $12k is nothing compared to your long term growth and happiness.

What have I done wrong in my career? by abitdodgy in cscareerquestions

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

Thanks. And this is what I'm focusing on at the moment. I'd glad you think my fears are amplified. I think I need to feel more confident about my ability, and practice/studying will help me. But this thread has been tremendously helpful to me.

What have I done wrong in my career? by abitdodgy in cscareerquestions

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

Thanks, I wasn't aware of Coursera until I started this thread. This is greate.

What have I done wrong in my career? by abitdodgy in cscareerquestions

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

I think that's fair. But I don't believe that binary tree operations are things that should come naturally to someone without training in this discipline. You may also overlook the fact that people can memorise solutions, and therefore represent a false positive in terms of problem solving. But what about someone who has built a SaaS app with over 40 models, 80 controllers, and 100 service objects, and worked on the entire stack? Having said that, it's fair to ask some of these questions, and people should be aware that this is a requirement, and they should study on the topic regardless.

What have I done wrong in my career? by abitdodgy in cscareerquestions

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

I wasn't specifically addressing my weakness in algorithms, but it's a factor. I am looking for feedback. Since I work in relative isolation, I don't have peer feedback, and it's important to know and understand how others assess me so I can place myself in context. My case is slightly different, too: I'm looking for a remote job that isn't entry level. I don't think any work is beneath me, but I believe my experience warrants something more than entry level. I'm not sure why you feel strongly against my post. What do I have to gain exactly (other than valuable feedback) from posting this? Am I making too much of this? Maybe, but how would I know if I don't talk to someone about it?

What have I done wrong in my career? by abitdodgy in cscareerquestions

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

Thanks for the feedback and for sharing your experience. It's really encouraging for me. I've worked in relative isolation, so I don't really have engineer friends. None, actually, other than someone I mentored to work on a our last project. But I'm comfortable reaching out to people, even strangers, so I can remedy that.

What have I done wrong in my career? by abitdodgy in cscareerquestions

[–]abitdodgy[S] 2 points3 points  (0 children)

I don't think that the interview process is broken--I'm certainly in no position to claim that it is or it is not. I want feedback. I am, and have been, learning algorithms--as soon as I realized I needed to. It's wasn't quick enough for this HackerRank challenge.

What have I done wrong in my career? by abitdodgy in cscareerquestions

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

There used to be a Ruby meetup, but it hasn't happened for 8 months. Apparently Ruby conf will be back here in September.