Open Side Menu Go to the Top
Register
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** ** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD **

07-05-2018 , 03:55 PM
2nd game firmly in progress btw if anyone cares. Will be definitely interesting to see how this works out. I'm not a game designer by any means but I'm putting together some ideas from other games in the genre and will have direct access to the data to balance the game so should be able to make something somewhat decent.

Current game still getting ~10k hits to the site per day so if I get half of that and have some ads and a "give me $20 for premium flair + no ads" or something I should get some passive income.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
07-05-2018 , 03:56 PM
I recently had a 2 factor nightmare in which I only had access to email on a new machine, which wanted to send a code to my phone - which was new, and in order to set that up, I needed to access my email.

Pretty much got completely locked out of everything for 4 hours. Was absolutely infuriating.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
07-05-2018 , 07:23 PM
Quote:
Originally Posted by Larry Legend
It's copy and paste, but yes.

I use Passpack, the older version. It has always seemed good to me and they seem to take security very seriously and seem very thoughtful from the admittedly little that I have read of their writing.

My standard login process is logging into Passpack with 2 passwords and 2 FA (depending if I'm on a trusted device or not) and then accessing my saved passwords, some if which are also in 2FA. So yea it can take 3 passwords and 2 texts/emails (my 2 FA methods are somewhat varied) to log into something but once you get used to it the extra 20 seconds goes by very quickly.
You inspect the element to get the option text in the drop down list?

I use 2FA for everything important. The problem is with iMessage there's a big hole.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
07-05-2018 , 07:26 PM
I got a company interested in me from Angels List. Let's look at the job board:



** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
07-05-2018 , 07:34 PM
Secret question with a pick list? That's a thing?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
07-05-2018 , 07:34 PM
I would lol at a lot of those salaries in the Midwest. Seeing what it's going to cost in the LA/OC area, super duper lol.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
07-05-2018 , 07:43 PM
Quote:
Originally Posted by Larry Legend
Secret question with a pick list? That's a thing?
The question not the answer.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
07-05-2018 , 07:44 PM
Quote:
Originally Posted by KatoKrazy
I would lol at a lot of those salaries in the Midwest. Seeing what it's going to cost in the LA/OC area, super duper lol.
Yeah I'm not sure I'd trust a company that lowballs their salary like that. Here's their product:

Quote:
Santa Monica · Developer Tools
The most effective way to assess engineers

Size
1-10 employees

Product
Qu.alified enables companies to find the best engineers based on their real-world development abilities. This takes place in the form of code assessments and collaborative pair-programming interviews, which can easily fit across a companies hiring process.

This gives your team the ability to make more accurate hiring decisions, speeding up your hiring process, and saving productivity hours in doing so. These improvements have been found to create immense value through the impact of better hires, while drastically cutting the ~$22,750 companies spend in lost employee productivity that goes into each new hire.

Qua.lified Assess
Screen with code assessments. They are auto-scored using integrated test frameworks. This allows testing across frameworks, databases, object-oriented programming, project-based skills, API understanding, and test-driven development (TDD).

Qu.alified Interact
Interview with in a pair-programming session through our collaborative code editor.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
07-05-2018 , 07:46 PM
Quote:
Originally Posted by suzzer99
I got a company interested in me from Angels List. Let's look at the job board:
Software Developer Paid Internship - no salary / no equity
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
07-05-2018 , 07:46 PM
Free snacks?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
07-05-2018 , 07:48 PM
WTF is with the random period placement? Did you add that to prevent googling?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
07-05-2018 , 07:49 PM


Followed by:



REMOVE CARD NOW. YOU HAVE 5 SECONDS TO COMPLY.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
07-05-2018 , 07:49 PM
Quote:
Originally Posted by RustyBrooks
WTF is with the random period placement? Did you add that to prevent googling?
Yeah no need to make enemies.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
07-05-2018 , 09:58 PM
Anyone have any idea why only my iPhone X would have problems logging on to my mom's wifi? My computer works, ipads work. But the iphone goes back and forth between "Unable to Join Network" and "Incorrect Password" - even though the password is correct.

It was doing something similar on a lot of networks in Central America. It would log on, be happy with the password, work fine. But then you wander into another area and all of a sudden it says bad password. For the same network, same password.

I thought it was a Central America thing. But now I think it's an iPhone X thing - possibly with crappy older routers. Although my Mom's has a 5G option. So it can't be that old.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
07-05-2018 , 11:02 PM
Quote:
Originally Posted by OmgGlutten!
a mistake people make on git is when they rebase off master and master has a bunch of merge conflicts with the code they have written, they should first squash all of their commits on their branch before rebasing/merging into master otherwise they could end up in a situation where they have to deal with merge conflicts for twenty different commits, which could take all day.
I believe commits should document granular changes. If your feature branch requires 4 changes, it should be spread out among 4 commits.

If you have organized commits, then you shouldn't have merge conflict nightmares (no worse than 1 squashed commit). For example, I see a lot of people do this:

commit 1: Add x
commit 2: blah
commit 3: Undo x or replace it with y

In reality, commit 1 should be amended with 3 or vice versa. Otherwise, yes, this can potentially generate 2 conflicts when rebased.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
07-06-2018 , 05:45 AM
Yea squashing commits seems like a misuse of git to me, that confused me.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
07-06-2018 , 09:06 AM
Quote:
Originally Posted by Grue
2nd game firmly in progress btw if anyone cares. Will be definitely interesting to see how this works out. I'm not a game designer by any means but I'm putting together some ideas from other games in the genre and will have direct access to the data to balance the game so should be able to make something somewhat decent.

Current game still getting ~10k hits to the site per day so if I get half of that and have some ads and a "give me $20 for premium flair + no ads" or something I should get some passive income.
I find the game updates interesting, so please keep doing them!
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
07-06-2018 , 09:43 AM
Quote:
Originally Posted by Larry Legend
Yea squashing commits seems like a misuse of git to me, that confused me.
is it better to undo commits and then combine them? thats pretty much the same thing.

or do you want a bunch of little commits like the following?

-fixed broken unit test
-fixed syntax. added line in proper place.
-removed f from unit test (always forget the damn f lol)
-fixed typo in header wording
-temp commit. saving work to switch branches and work on different card.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
07-06-2018 , 09:54 AM
Quote:
Originally Posted by jjshabado
I find the game updates interesting, so please keep doing them!
I'd kind of like to see one of them, I guess you don't link to them to keep anonymous?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
07-06-2018 , 10:25 AM
Quote:
Originally Posted by Victor
is it better to undo commits and then combine them? thats pretty much the same thing.

or do you want a bunch of little commits like the following?

-fixed broken unit test
-fixed syntax. added line in proper place.
-removed f from unit test (always forget the damn f lol)
-fixed typo in header wording
-temp commit. saving work to switch branches and work on different card.
I prefer little commits, but with more details (e.g. which unit test). I would combine the two unit test ones if they're referencing the same one. If the syntax is related to the same unit test, I would combine that one too.

And consider using stash as a temp commit. Otherwise, ammend the commit later.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
07-06-2018 , 10:37 AM
https://www.theatlantic.com/educatio...n-debt/563093/

Quote:
Pathrise helped Aaron Ko, a 22-year-old software engineer, switch from a $68,000-a-year coding job to a position at an e-commerce startup called Ipsy, where he makes more than $100,000. The 7 percent payback rate seemed fair to him given the salary bump, he said, and he’s satisfied with his new job. But he pointed out that, since California taxes are so high, his Pathrise payments represented about 11 percent of his post-tax income. “That part is a little bit misleading,” he said. Wu said he is exploring how the program might be tax-deductible for students as a job-search expense.
Just curious - if anyone ever use one of these coding schools that takes a % of your first year income. Seems better than going way into debt.

When I was just getting started I almost got sucked into a DeVry type thing with a really expensive client-server programming course that I might still be paying off - and not using given the internet killed client-server. Blech.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
07-06-2018 , 10:55 AM
What are some opinions on tech meetups as far as job networking goes?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
07-06-2018 , 10:57 AM
Squashing A ton of commits is aids
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
07-06-2018 , 11:05 AM
Maybe we're weird but I looked at pull request description, then a pull request diff if I really needed to know something.

I can't remember ever needing to dig through commit history except when doing a git bisect - which is rare.

Hence we always just merged, never rebase, to avoid gnarly conflicts.

Or I guess when I needed to roll back changes. But that was almost always just a local branch. If bad stuff got into master we'd just fix it manually and add a new commit.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
07-06-2018 , 11:08 AM
I was going to ask that too. I almost always look at pull requests for the logical grouping of related work.

Do you guys get value out of all of the effort spent maintaining a super clean git commit history?

The idea that some people are using force pushes to master just seems kind of crazy to me.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote

      
m