Readit News logoReadit News
cliff_badger commented on We're bringing Pebble back   repebble.com/... · Posted by u/erohead
cliff_badger · 7 months ago
Fool me once...
cliff_badger commented on Mississippi Legislature 'Contraception Begins at Erection Act'   scribd.com/document/81897... · Posted by u/cliff_badger
cliff_badger · 8 months ago
This might be the funniest thing I read in a while.
cliff_badger commented on Notebooks Are McDonalds of Code   yobibyte.github.io/notebo... · Posted by u/sebg
cliff_badger · a year ago
Holy hell why didn't he say "Jupyter Notebooks Are..."

I sat there reading through this thing, staring at my, spiral bound, paper notebook being utterly confused at what in the hell he was talking about.

I took a random comment, here, saying it for me to realize what was going on.

cliff_badger commented on Supreme Court of the United States Statement Regarding the Code of Conduct [pdf]   supremecourt.gov/about/Co... · Posted by u/Amorymeltzer
cliff_badger · 2 years ago
lol, what does this do?

"I totally promise to not do bad things."

cliff_badger commented on Ask HN: Do Agile 'Sprints' Benefit Software Developers?    · Posted by u/rickcarlino
Sohcahtoa82 · 2 years ago
When I first started coding professionally, I thought sprints were stupid. We've got a backlog that will easily take us a year to complete. Why bother with organizing them into 2-week sections? Why not just finish a ticket, take the next one off the pile, and start working?

Over time, I learned that time-boxing your work creates short-term goals, a slight sense of urgency, and some accountability. Otherwise, it's easy to just look at the huge lists of tasks and think "Well, I'm expected to take a year to complete all these, and during that time, more work will be added to the pile, so I can just take my time" and become complacent.

That all said, sprint planning is impossible to get perfect, especially with an incompetent manager that fails to recognize patterns in point assignments. Consistent underestimations on the number of points the tasks are can look like people are underperforming. Consistent overestimations look like you have a team of rock stars.

cliff_badger · 2 years ago
Isn't the task itself time boxed by the points you assign to the story?

> "It is a 2 point story, why have you taken three weeks to complete it?"

cliff_badger commented on Where in the USA is this?   pudding.cool/games/where/... · Posted by u/chippy
cliff_badger · 2 years ago
If anyone knows the creator of this site, they might want to fix the bug of being able to get a different `frame` of reference on all of the images.

Wiki commons may be a great place to find images, but they do too good of a job naming things.

cliff_badger commented on Ask HN: How do you approach a problem you are not sure has a solution?    · Posted by u/peteradio
gms7777 · 2 years ago
One thing that my grad advisor used to emphasize is “failing fast”. That is, for every problem of the form “Is it possible to do X?”, there is a dual problem of “Can you prove it’s not possible to do X?”

Before spending far too much time on the first question, it’s worth it to spend a little bit of time on the second: what’s the quickest way to show that this can’t possibly work? Often this takes the form of looking for statements such as “If X worked, then Y would work too”, and then you go test Y. Just because Y holds, doesn’t mean X does… but if it doesn’t, you know X doesn’t.

It can feel like a bit of a diversion in the moment (“why am I wasting my time with Y, when I really care about X?”) but it has saved me months, possibly years of going down rabbit holes in my career. Likewise, it definitely helps with that anxiety you mention, because it means I at least have some motivation that my idea isn’t completely crazy.

cliff_badger · 2 years ago
I sorry, but I am truly confused at the logic here.

If X, then Y.

To test X works you first you start on Y?

If Y succeeds then you don't know if X failed or not && if Y fails then you know that X failed too?

cliff_badger commented on Ask HN: What is your retirement plan? After retirement, what?    · Posted by u/akudha
cliff_badger · 3 years ago
When I feel safe enough to do so, I'm leaving the engineering field completely. Hopefully I can find interesting work where I can take large swaths of time off when the kids are out of school. Really the job itself is there to entertain the brain and provide insurance.

After I do that for a while, I'll enjoy the world and what it has to offer. Whatever that means, with whatever savings is still available.

cliff_badger commented on Make a Resume in LaTeX   drshika.me/2022/04/15/lat... · Posted by u/penguincodes
cliff_badger · 3 years ago
If you have any interest in building the document locally, here is a container I've used in the past.

(I haven't needed it in a year or so, so it may need some updates...)

https://gitlab.com/fearthebadger/latex-build-container

u/cliff_badger

KarmaCake day44January 10, 2019View Original