HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dev-jayson

no profile record

Submissions

GPT-5 Could Be Coming as Soon as May

theverge.com
6 points·by dev-jayson·ano passado·1 comments

There's Nothing on Apache Commons Website

commons.apache.org
2 points·by dev-jayson·há 2 anos·0 comments

Why 2024 Sucks for Junior Dev Applicants

jaysonliang.com
7 points·by dev-jayson·há 2 anos·0 comments

comments

dev-jayson
·ano passado·discuss
Thanks for reminding me how reading code feels when I just got started.
dev-jayson
·ano passado·discuss
Wait DOGE (Department of Government Efficiency) is real?? I live an ocean apart from the U.S and all this time I thought it was a meme.
dev-jayson
·ano passado·discuss
Working fine on FireFox. Can someone from Chrome Confirm?
dev-jayson
·ano passado·discuss
Coming up next: Californians petition to buy Denmark from EU
dev-jayson
·há 2 anos·discuss
My engineer can beat up your engineer.
dev-jayson
·há 2 anos·discuss
At least he's blunt about it.
dev-jayson
·há 2 anos·discuss
They already do, all they gotta do is take out the redirect to App popup and voila.
dev-jayson
·há 2 anos·discuss
This is probably the longest comment I've ever seen on this platform.
dev-jayson
·há 2 anos·discuss
For a PDF created in 2002, it's incredibly easy to read on a smartphone.
dev-jayson
·há 2 anos·discuss
Considering how we're all "conditioned" to scroll through a chat log, by the time we come to our senses we've probably browsed through half of your landing page already. Very nice!
dev-jayson
·há 2 anos·discuss
Not the author, but I make micro commits because it helps me backtrack my implementation decisions. A lot of times I would look at a line of code thinking why I would write something like that and find the reasoning by git blaming that specific line or chunk of code. In short, I do it to make up for my poor memory.
dev-jayson
·há 2 anos·discuss
I only have 3 minutes to hack into the mainframe.

*still finds time to write neatly crafted comments on what the code does
dev-jayson
·há 2 anos·discuss
I think you might be on to something
dev-jayson
·há 2 anos·discuss
Please tell me the content isn't as cursed as the title suggests
dev-jayson
·há 2 anos·discuss
Yeah, I think I'm getting more detailed analysis on Social Media from strangers, which I know I should take with a grain of salt. But I guess I'm expecting a lot more than "a filed caused this" from the company that caused this havoc.
dev-jayson
·há 2 anos·discuss
I'm no expert but who in the right mind agrees to getting paid in Boeing stocks?
dev-jayson
·há 2 anos·discuss
I'm reading this article because I'm bored. And I'm commenting this midway into the article because I got bored again. I guess the author really did get his point across.
dev-jayson
·há 2 anos·discuss
Buying gf
dev-jayson
·há 2 anos·discuss
Since when did McDonalds start conducting LeetCode interviews for hiring cashiers?
dev-jayson
·há 2 anos·discuss
I can totally understand the move fast and break things mentality, but I'd like to stress it's equally important to pay back the occurring tech debts. I am working on a massive spring monolith that's somewhat of a huge pile of spaghetti, and when the higher management decided to enforce code quality in the pipeline, it became a living hell to work on.

I can't even add a logger without having to refactor the whole 2000 line class while writing a whole-ass unit test for it. It's been a full year and I still have to deal with this sort of crap on a weekly basis.

The most ironic part is that most of the devs that cooked the spaghetti are now either in upper management or in the same devOps team that's demanding us to clean the mess up.