Ermahgerd! What Are You Even Working On, Like, Right Now?

  • (135 Pages)
  • +
  • « First
  • 109
  • 110
  • 111
  • 112
  • 113
  • Last »

2021 Replies - 100767 Views - Last Post: 27 November 2021 - 12:14 PM

#1651 modi123_1   User is online

  • Suitor #2
  • member icon



Reputation: 16481
  • View blog
  • Posts: 65,328
  • Joined: 12-June 08

Re: Ermahgerd! What Are You Even Working On, Like, Right Now?

Posted 25 August 2021 - 12:14 PM

For me it helps to tangentially take snipes at it. Do bare minimum organization or take stock in what ever supplies you have/need. Then be ok with that minimal work for the day, and do a bit more tomorrow or the next day.
Was This Post Helpful? 0
  • +
  • -

#1652 NeoTifa   User is offline

  • NeoTifa Codebreaker, the Scourge of Devtester
  • member icon





Reputation: 4935
  • View blog
  • Posts: 20,264
  • Joined: 24-September 08

Re: Ermahgerd! What Are You Even Working On, Like, Right Now?

Posted 25 August 2021 - 12:31 PM

Oh yeah and then I gotta prep for DnD. :( What did I get myself into?
Was This Post Helpful? 0
  • +
  • -

#1653 jon.kiparsky   User is offline

  • Beginner
  • member icon


Reputation: 12350
  • View blog
  • Posts: 20,989
  • Joined: 19-March 11

Re: Ermahgerd! What Are You Even Working On, Like, Right Now?

Posted 25 August 2021 - 12:39 PM

You know, I think I might have had a better work-life balance when I was working in a mail room. Dead-end job, union pay and benefits, 35 hour week, and my work never got in the way of my real life.
But I suspect this whole engineering thing is working better for me all things considered.
Was This Post Helpful? 0
  • +
  • -

#1654 BetaWar   User is offline

  • #include "soul.h"
  • member icon

Reputation: 1695
  • View blog
  • Posts: 8,592
  • Joined: 07-September 06

Re: Ermahgerd! What Are You Even Working On, Like, Right Now?

Posted 26 August 2021 - 08:48 AM

😭 People decided that integration tests were too difficult to deal with, so they disabled them from blocking PR merges. Now, I go to create a database migration and find that the integration tests are broken. Look at it, a change that went in 2 months ago was obviously not reviewed, and the integration tests were obviously not run for it. First, the tests are failing on for the database migration they are meant to be verifying. Second, the database migration is adding and modifying table columns in potentially incompatible ways (IDs being a mixture of BIGINT and INT... for the same ID, in different tables).

Step 1: Clean up the tests and get them running again.
Step 2: Add myself as a code owner for the integration tests and migrations (yay... something else that I am the only one caring enough to actually look at)
Step 3: Hunt down any of the other migrations that aren't in the integration tests
Step 4: Add a migration to fix the column types from that first migration
Step 5: Finally get to adding the migration I came here for.
Was This Post Helpful? 0
  • +
  • -

#1655 xclite   User is offline

  • I wrote you an code
  • member icon


Reputation: 1528
  • View blog
  • Posts: 4,449
  • Joined: 12-May 09

Re: Ermahgerd! What Are You Even Working On, Like, Right Now?

Posted 26 August 2021 - 10:28 AM

View PostNeoTifa, on 25 August 2021 - 08:38 AM, said:

I'm pretty sure I remember doing operator overloading in school like 10 years ago in Java. We're using java.sql.Date though.

Java has never had operator overloading, I promise!

java.sql.date sucks, and I almost immediately convert it into a java 8 date any time I'm doing anything, and then convert it back.
Was This Post Helpful? 0
  • +
  • -

#1656 jon.kiparsky   User is offline

  • Beginner
  • member icon


Reputation: 12350
  • View blog
  • Posts: 20,989
  • Joined: 19-March 11

Re: Ermahgerd! What Are You Even Working On, Like, Right Now?

Posted 26 August 2021 - 10:52 AM

@neo maybe you're thinking of overriding a method?

@xclite - technically, there is a little bit of overloading in java. String concatenation with `+`, for example. But if you mean users are not allowed to overload operators, then yeah, that's correct.
Was This Post Helpful? 0
  • +
  • -

#1657 modi123_1   User is online

  • Suitor #2
  • member icon



Reputation: 16481
  • View blog
  • Posts: 65,328
  • Joined: 12-June 08

Re: Ermahgerd! What Are You Even Working On, Like, Right Now?

Posted 26 August 2021 - 10:52 AM

It's not every day the knock at your door is the neighbor's nooner escort looking for directions.
Was This Post Helpful? 1
  • +
  • -

#1658 xclite   User is offline

  • I wrote you an code
  • member icon


Reputation: 1528
  • View blog
  • Posts: 4,449
  • Joined: 12-May 09

Re: Ermahgerd! What Are You Even Working On, Like, Right Now?

Posted 26 August 2021 - 11:05 AM

View Postjon.kiparsky, on 26 August 2021 - 12:52 PM, said:

@neo maybe you're thinking of overriding a method?

@xclite - technically, there is a little bit of overloading in java. String concatenation with `+`, for example. But if you mean users are not allowed to overload operators, then yeah, that's correct.


I did think about mentioning the bastard String type! So amazing that they chose to allow it for that single complex type, but not for like... BigInteger.
Was This Post Helpful? 0
  • +
  • -

#1659 jon.kiparsky   User is offline

  • Beginner
  • member icon


Reputation: 12350
  • View blog
  • Posts: 20,989
  • Joined: 19-March 11

Re: Ermahgerd! What Are You Even Working On, Like, Right Now?

Posted 26 August 2021 - 11:18 AM

Particularly since in the String case it's actually facilitating the Wrong Way to Do It.
Was This Post Helpful? 1
  • +
  • -

#1660 NeoTifa   User is offline

  • NeoTifa Codebreaker, the Scourge of Devtester
  • member icon





Reputation: 4935
  • View blog
  • Posts: 20,264
  • Joined: 24-September 08

Re: Ermahgerd! What Are You Even Working On, Like, Right Now?

Posted 26 August 2021 - 11:34 AM

Then was it C++ that I'm thinking of? I specifically remember overloading + and -. I'm not crazy!

Thinking about quitting games with rare exceptions. I need to focus on art. I've really been ramping it down, evidenced by my lack of streaming, but I think I'm gonna just stream art from now on... At least until the Phas updates go out.
Was This Post Helpful? 0
  • +
  • -

#1661 jon.kiparsky   User is offline

  • Beginner
  • member icon


Reputation: 12350
  • View blog
  • Posts: 20,989
  • Joined: 19-March 11

Re: Ermahgerd! What Are You Even Working On, Like, Right Now?

Posted 26 August 2021 - 12:18 PM

Most likely C++, I'd suppose.
Was This Post Helpful? 0
  • +
  • -

#1662 NeoTifa   User is offline

  • NeoTifa Codebreaker, the Scourge of Devtester
  • member icon





Reputation: 4935
  • View blog
  • Posts: 20,264
  • Joined: 24-September 08

Re: Ermahgerd! What Are You Even Working On, Like, Right Now?

Posted 27 August 2021 - 07:21 AM

Getting my roommate used to my vomit-looking food that actually tastes pretty divine. XD He enjoyed my "garbage soup" and now my "egg $hit" is a hit. Lmao.
Was This Post Helpful? 0
  • +
  • -

#1663 DarenR   User is offline

  • D.I.C Lover

Reputation: 793
  • View blog
  • Posts: 5,094
  • Joined: 12-January 10

Re: Ermahgerd! What Are You Even Working On, Like, Right Now?

Posted 27 August 2021 - 07:40 AM

still upgrading reports
Was This Post Helpful? 0
  • +
  • -

#1664 modi123_1   User is online

  • Suitor #2
  • member icon



Reputation: 16481
  • View blog
  • Posts: 65,328
  • Joined: 12-June 08

Re: Ermahgerd! What Are You Even Working On, Like, Right Now?

Posted 27 August 2021 - 11:19 AM

Well dinkus in a meeting kept saying "BBC" instead of the email field "BCC" even after someone mentioned he was saying it wrong.

He opted to power through with his pronunciation.

I must be tired as the humor wore off.

Posted Image
Was This Post Helpful? 0
  • +
  • -

#1665 NeoTifa   User is offline

  • NeoTifa Codebreaker, the Scourge of Devtester
  • member icon





Reputation: 4935
  • View blog
  • Posts: 20,264
  • Joined: 24-September 08

Re: Ermahgerd! What Are You Even Working On, Like, Right Now?

Posted 27 August 2021 - 11:38 AM

It's okay, a coworker keeps accidentally calling "camel case" as "camel toe". XD
Was This Post Helpful? 0
  • +
  • -

  • (135 Pages)
  • +
  • « First
  • 109
  • 110
  • 111
  • 112
  • 113
  • Last »