Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cliff_badger
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
12 ms
·
1.
▲
by
cliff_badger
2mo ago
I'm trying to figure out who you're trying to slight... Either way I'll happily be part of your `nil` category.
2.
▲
by
cliff_badger
2y ago
Fool me once...
3.
▲
Mississippi Legislature 'Contraception Begins at Erection Act'
(scribd.com)
10 points
by
cliff_badger
2y ago
|
5 comments
4.
▲
by
cliff_badger
2y ago
This might be the funniest thing I read in a while.
5.
▲
by
cliff_badger
2y 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 comme
6.
▲
by
cliff_badger
3y ago
lol, what does this do? "I totally promise to not do bad things."
7.
▲
by
cliff_badger
3y 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?"
8.
▲
by
cliff_badger
3y 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 thin
9.
▲
by
cliff_badger
3y 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?
10.
▲
by
cliff_badger
4y 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 entertai
11.
▲
by
cliff_badger
4y 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/late
12.
▲
by
cliff_badger
4y ago
Thank you, I missed that. I assumed it was humans.
13.
▲
by
cliff_badger
4y ago
Can I ask, who in the hell agreed to be part of this study? "After seven weeks, tissue samples from 22 organ groups and the brain were taken at various periods during the day or night to examine their genetic makeup." They are doi
14.
▲
by
cliff_badger
4y ago
Take a look at https://heptabase.com/ . It may help you consolidate... (it's in an beta state, but getting updated weekly.)
15.
▲
by
cliff_badger
5y ago
I find this very interesting... 'I get paid a lot, and they treat me well, so who cares about anything else' Pull your head out of the sand and realize that when people talk about Facebook, they are talking about each and everyo
16.
▲
by
cliff_badger
5y ago
take a look at this: https://gaming.kinesis-ergo.com/product/freestyle-edge/ I think it is a better choice than the pro, as it costs the same once you purchase the wrist rests (which the pro comes with). You can r
17.
▲
by
cliff_badger
5y ago
Usage: git branches Code for your ~/.gitconfig branches = branch -a --sort=-committerdate --format='\ %(HEAD) \ %(if)%(HEAD)%(then)\ %(color:"#329664")%(objectname:short)%(color:reset) \ %(color:&
18.
▲
by
cliff_badger
6y ago
So at a big tech company, you're saying that a technical manager has never spoken to an interviewing team? That these kinds of questions materialized from thin air without any sort of technical oversight. In the small company case you&
19.
▲
by
cliff_badger
6y ago
Technical: - Don't be afraid to try new things. (this is tech, jobs, locations, people, everything...) - Don't be hard on yourself if something you thought was going to be "cool" or "interesting" turns out to n
20.
▲
by
cliff_badger
6y ago
I always ask, what are some things that can be improved in this company? Flipping the "what are your weaknesses?" back at them. You have weaknesses and so do they. If you can accept these "flaws" then you're one ste
21.
▲
by
cliff_badger
6y ago
I think you're incorrect, although I hope you're not. This idea will never become a reality for the vast majority of companies, for the exact same reason that companies fear piracy. If I open source my product then anyone who uses
22.
▲
by
cliff_badger
7y ago
Simple question. Do you exist the day your born, or only after your first birth day?
23.
▲
by
cliff_badger
7y ago
Has anyone found a decent solution to real time rendering of ReStructruedText ( https://en.wikipedia.org/wiki/ReStructuredText )?
24.
▲
by
cliff_badger
7y ago
I am sorry, I stand corrected. Now that I read the actual bill I see my error.
25.
▲
by
cliff_badger
7y ago
Just like the stupid cookie laws you'll just get a little popup that says: "In order for you to use our internet, you are agreeing to have your data tracked and sold..." This law prevents absolutely nothing...
26.
▲
by
cliff_badger
8y ago
Just to make it more efficient :) "instead of se number se nu
27.
▲
by
cliff_badger
8y ago
What? iterm2 is the only OSX program in that list of five. [edit] Plus, his whole point is that you don't need a GUI to get work done. Not, that you don't need software at all.
28.
▲
by
cliff_badger
8y ago
I use git and surround my note taking scripts with these two functions. # Pull Notes to make sure you are completely up to date before editing. function pull_notes() { ( cd $NOTES_DIR git stash git pull git stash pop )