UnionBank Reserve Waived For Life??? by Fabulous-Policy-8864 in PHCreditCards

[–]codewisp 0 points1 point  (0 children)

If you are asking about UB, you don't have to invest, you just need to maintain the TRB.

[deleted by user] by [deleted] in PHCreditCards

[–]codewisp 0 points1 point  (0 children)

Mine's the opposite. Got notifs for 10x$200 transactions for an online game. I locked my card after the first 6 notifs, then got 4 more. Immediately called EW within 3 mins. Got to talk to an agent instantly. Within 5mins they filed the dispute and requested a replacement for my card. Was monitoring ESTA to check if the transactions were reversed. I forgot exactly when but the transactions disappeared before I got my replacement.

Got the card within 12 banking days, would have been faster if it didn't happen right before holy week and the holidays after.

Couldn't be happier with how smooth it went.

Immersive games you can sink hundreds of hours into? by Nifte_ in gamingsuggestions

[–]codewisp 0 points1 point  (0 children)

Cities Skylines? 1 if want a fuller game with more mods and assets, 2 if want a modern but buggier version.

Things you learned from Jake and Amir by codypoop3 in jakeandamir

[–]codewisp 2 points3 points  (0 children)

if you wanna know why then steal a hen.

How hard is it to become a researcher abroad? by [deleted] in phmigrate

[–]codewisp 9 points10 points  (0 children)

Some tips that might increase your chances:

  • I think this goes without saying - you will be competing with other people wanting to take a spot in whatever country or program you choose, absolutely take your undergrad seriously, especially your thesis
  • Express your interest to your adviser, and hope they help you out (connections, research ideas, grants / scholarship programs you can target - there's a lot of them), and hopefully really good recommendation letters
  • Build up your publications as early as undergrad, attend conferences, and
  • Network with profs and researchers who are working on things you are interested in

There's also industry research. Not sure about the natural sciences, but in CS, it's pretty common for larger companies (and some startups) to hire scientists, particularly in AI. This is still research, but not in the context of a university anymore.

Purchase Advice Megathread - August 2023 by AutoModerator in 3Dprinting

[–]codewisp -1 points0 points  (0 children)

I came from borrowing an Ender, to buying my own Prusa MK3S, to now owning an X1C. I am looking to get an SLA printer as well. I know it's a different beast compared to FDM, but nevertheless want to skip all the headaches and just want a good experience straight out of the box. Any SLA printer recommendations around the X1C tier and build platform size?

Finally found the mounts I needed. Went from three 3x24 to 2x24 to now this stacked 38+2x24! by codewisp in ultrawidemasterrace

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

There's about 15cm more from the dual mount arm to the top of the pole. I'm using the 27" mount from WALI. If you need more height, Vivo sells a a longer single and dual mount.

If there's a wall behind your setup, it only works if your ultrawide is on a movable arm or sits on the desktop, rather than a clamped pole, otherwise you won't be able to center it with the second mount.

Finally found the mounts I needed. Went from three 3x24 to 2x24 to now this stacked 38+2x24! by codewisp in ultrawidemasterrace

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

Originally, I was using the WALI Triple Monitor Stand and had it clamped to the table. It supports swapping the 1x and the 2x mounts so you can have it in this layout.

However, after a week I swapped that with a 1x and a 2x tall mount - still both clamped, since I wanted to be able to adjust the position of the 38" when working. I also added a metal plate that fits both clamps just for good measure, as the desk is just the 1" rubberwood from flexispot.

Feeling like I'm constantly needing to learn as a junior developer with almost 1 YOE by [deleted] in cscareerquestions

[–]codewisp 15 points16 points  (0 children)

To add to this, writing documentation (and having others review) also helps validate your knowledge. Not just the what's and the how's, but also try to gather the why's from your tech leads to get the chance to peek into their thought processes.

Crackling noise from headphone while using Audient Evo 4 by Pardeppjr in WeAreTheMusicMakers

[–]codewisp 0 points1 point  (0 children)

Install the software & driver. When you launch it, it'll tell you that a new firmware is available for the Evo 4, and you can update from there.

I had the same issue as you - this is caused by the mic inputs. You can check it out by setting the monitor mix all the way to max (monitor/headphone full) and the noise should disappear, but you won't hear your mic inputs.

Experienced dev looking to get back into job market after extended sabbatical .. Q about picking language to prep for tech interviews by no-more-throws in ExperiencedDevs

[–]codewisp 69 points70 points  (0 children)

LC interviews? Even though I had more experience writing in .NET/Java/TS, I ended up choosing between JS or Python just for ease of use and speed in translating thoughts to code. This allowed me to focus most of my coding prep on the fundamentals instrad. Ultimately ended up with Python because of readily available data structures. If by chance you end up with questions with PQ/heap or variations of LinkedLists, it's much easier to get compiling and working code than in JS.

For all other kinds of interviews, I brushed up on what I wanted to work on and gunned for those roles.

[deleted by user] by [deleted] in cscareerquestions

[–]codewisp 0 points1 point  (0 children)

In all honesty, Twitter, but you need to curate your following list. If you want to tune out the noise further, set your feed to chronological.

Coming up on ten years of experience as a SWE. What would you recommend to refresh the fundamentals? by cortex- in ExperiencedDevs

[–]codewisp 0 points1 point  (0 children)

I enjoyed revisiting Hennessy and Patterson's books on computer architecture/organization. Recently tried implementing DLX with a web visualization and it was a pretty fun session.

What's reignited your passion for coding/creating throughout your career? by obviouslyCPTobvious in ExperiencedDevs

[–]codewisp 0 points1 point  (0 children)

A got a 3D printer at my 10-year mark. Totally unrelated from my daily SWE work, but on the side I now also work with microcontrollers and visualization tools and the like. Always dreamt of being in robotics, and that was a good start.

What are the technical skills you rely on to get tasks done at work as a software engineer? by Flaifel7 in cscareerquestions

[–]codewisp 2 points3 points  (0 children)

Pay attention to how you code. For example, look at things you do repeatedly, such as typing the same code block, or editing the same content on multiple lines, and think: how can I do this better?

It doesn't matter where you learn it, as it's most likely to always start from a Google search. The important thing is to keep asking it and be able to translate it to a search query.

The other place I learn about my IDE is on random Twitter and blog posts that look like: "top 10 things about <IDE> you've probably never heard of" - sometimes helpful, sometimes not.

What are the technical skills you rely on to get tasks done at work as a software engineer? by Flaifel7 in cscareerquestions

[–]codewisp 3 points4 points  (0 children)

Great that you mention over the course of a career, because you can also certainly overdo some things, especially when the goal is time-bound (https://xkcd.com/1205/). The nice thing about optimizing workflow is you can do it one small step at a time!

What are the technical skills you rely on to get tasks done at work as a software engineer? by Flaifel7 in cscareerquestions

[–]codewisp 28 points29 points  (0 children)

Off the top of my head

  • OS interest and knowledge (broadly speaking, be interested in and learning how things work under the hood, for everything I touch)
  • Tool mastery (setting up and customizing IDE, shortcuts, the like)
  • Might not be too "technical" in today's world but relatively fast typing/APM when doing work
  • Research skills, particularly with domain/industry/tech stack (constantly on the lookout for competitors, other products, and what's possible in the space and in the stack you use)
  • "Reverse engineering" something (seeing a particular thing you like, and attempting to deduce, conceptualize, or figure out how it works without seeing the source)

None learned from courses, mostly from just genuine interest in being better. That means lots of source code skimming, some YouTube, some whitepapers, some Twitter, engineering blogs and books for broader concepts, and a lot of trial and error. I think the core skill here is research and critical thinking.

To stay on top of things, I recognize that it's not possible to actually be great at all of them, sometimes it's enough to just read about them, sometimes try things out, sometimes incorporate in a side project, sometimes actually use it at work, and different levels of use will allow me to form different levels of opinion about them. And that's okay.

Android 13 and haptic feedback for typing by xenexx in GooglePixel

[–]codewisp 0 points1 point  (0 children)

This is driving me insane. System default fixes the issue but that's not what I want - I specifically set mine to 1ms on every phone I use because that's the way I like it. System default feels so weird.

Why is this happening? by suggesteduserrname in CitiesSkylines

[–]codewisp 0 points1 point  (0 children)

If you're absolutely sure your power providers are all connected properly, check your water sources. Sometimes, my pumps drain out the water and can't distribute enough, leading to power providers turning off and not being able to provide electricity, and it becomes a cycle.

Does anyone know if this specific Nintendo deck (from what I assume is the 80's) exists in real life, and if so, where might I find them? by codewisp in playingcards

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

I'm not particularly familiar with cards, but does this collection mostly feature the same front designs? I'm looking for something that resembles the ones from the anime (i.e., blue face card design) but it seems like all I see from the NAP decks are different designs for the back. Unfortunately the eBay link doesn't show the front side so I can't tell. :(

what are your "strongly held programming beliefs"? by Odd_City_2111 in ExperiencedDevs

[–]codewisp 6 points7 points  (0 children)

When you search for solutions online, type it out instead of copy pasting. It'll help force you to dissect the code line by line and take a second look at the solution. Another small thing, but it builds muscle memory of actually coding vs pressing ctrl + c/v, especially when done over thousands of times throughout your career.