Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ereyes01
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
ereyes01
2y ago
Funny enough, instant coffee has less caffeine than fresh brewed coffee.
2.
▲
by
ereyes01
3y ago
In 2014, I built some tools to make it easier to automate AWS and Google Cloud deployments. I did the following: - Applied to devops jobs on Angelfish, target companies with 10-20 employees - Passed their phone screen, learned about the par
3.
▲
by
ereyes01
5y ago
Really cool. Several jobs ago, I used cffi to create bindings to a library that controlled a camera's pan/tilt/zoom motors. Those were used to implement a test suite that validates the cameras in the manufacturing facility be
4.
▲
by
ereyes01
5y ago
There's been dozens of HN threads about this article, and it taught me much about the mechanics of making something that grows out of essentially nothing http://paulgraham.com/ds.html
5.
▲
by
ereyes01
6y ago
I think you've perfectly characterized why I love listening to Dan Carlin. He's masterful at personalizing history (even ancient history) and challenging you to ponder how you would act under the same circumstances. I think this f
6.
▲
by
ereyes01
6y ago
Go comes with thread sanitizer, which you can enable with go test -race ... If your unit test exercises a race condition, this will blow up your test with stack traces of the data race. It sounds a bit like Coyote, which also looks very use
7.
▲
Covid-19 Event Risk Assessment Planning Tool
(covid19risk.biosci.gatech.edu)
1 points
by
ereyes01
6y ago
|
0 comments
8.
▲
by
ereyes01
6y ago
I grew up in South Florida and when I visit my parents, they are horrified when I insist on walking the quarter mile to the Starbucks in the corner. It's definitely a part of the culture here.
9.
▲
by
ereyes01
6y ago
Another way to look at it is that you'll be a new CS graduate with some good practical experience under your belt (many CS graduates can't say the same). I guess you would be in a similar category as other peers that do internship
10.
▲
by
ereyes01
6y ago
At the beginning of a startup, there are no "big tech decisions" per se, only a whittling down of your problem space and target market. If that can be done with zero technology, all the better. What gets to be called a "start
11.
▲
by
ereyes01
6y ago
Another early assumption about the internet and computers in general is that users were going to exert large amounts of control over the software and systems they use. This assumption has thus far been apparently invalidated, as people by f
12.
▲
by
ereyes01
6y ago
I drew an alien demon grabbing his penis, but alas, it was not recognized :(
13.
▲
by
ereyes01
6y ago
upspin.io seemed like a strong decentralized alternative from the same people who maintain the Go language, but unfortunately it seems defunct, judging by it's GitHub activity. Anyone know if it has been forked and maintained elsewhere
14.
▲
by
ereyes01
6y ago
I'm assuming you are a developer / engineer with what follows, but you are likely not a decision maker with purchasing authority in the type of company they are targeting with these posts. I also don't think it's in Goog
15.
▲
by
ereyes01
6y ago
I can see immutable infrastructure and this concept working in a copy-on-write model. For instance, if a service is up and running, a modification can consist of duplicating the infrastructure so you have your own copy and then making the m
16.
▲
by
ereyes01
6y ago
What does the "Programming Languages" section mean? Blogs that discuss the languages? Use the languages in snippets within posts?
17.
▲
by
ereyes01
6y ago
Works for me on Linux, after signing in (I'm using a paid plan).
18.
▲
by
ereyes01
6y ago
I preheat the dutch oven in a 475f oven, but I put the dough on a piece of parchment paper, grab the corners, and safely drop it into the blazing hot pot. As a bonus, this also makes it easy to pull out. Works great.
19.
▲
by
ereyes01
6y ago
I couldn't find yeast easily, but I nabbed a couple bags of unbleached flour, so I've started making a sourdough starter. An entertaining and very informative series of videos on sourdough, including recipes and some basic info:
20.
▲
by
ereyes01
7y ago
The medium of in-person communication is very different from the tools of remote communication. You're trying to force in-person protocols and expectations in a situation that isn't well suited to this medium. This just adds to st
21.
▲
by
ereyes01
7y ago
This is also a good chart: https://www.arcgis.com/apps/opsdashboard/index.html#/bda7594... It shows global trend lines, and per-country + per-region data. That said, nice job to OP.
22.
▲
by
ereyes01
7y ago
> The Fifth Amendment gives witnesses a right not to testify against themselves. Rawls argued that producing a password for the hard drives would amount to an admission that he owned the hard drives. But the 3rd Circuit rejected that arg
23.
▲
by
ereyes01
7y ago
My first performance review came 6 months after I started at IBM. I was basically told that I did everything perfectly but I still got what amounted to a middling "satisfactory" rating. My manager told me that I will get a better
24.
▲
by
ereyes01
7y ago
I think this phenomenon is evidence of the value ceiling of IC work. What is the point of diminishing returns on paying an IC more money to do what they already do well vs hiring an additional younger and less expensive person to do the sam
25.
▲
by
ereyes01
7y ago
I don't live in CA, and have been to many places both in and out of the US. I 100% agree with the statement that San Francisco is in a uniquely beautiful natural setting. Yes I saw the encampments, the people shooting up in the street,
26.
▲
by
ereyes01
7y ago
IMO this article betrays a bit about why and how the author has come to be a fast talker. It has to do with how he distills the information and presents it to the reader. The article explains a really cool application he put together to aut
27.
▲
by
ereyes01
7y ago
Trivia
28.
▲
by
ereyes01
7y ago
My cofounder is in the Bay area, and we're looking for help in this area. How do we get in touch with you?
29.
▲
by
ereyes01
7y ago
You may call them "slaves" using a more modern lens, sure, but of course different times and places require a relativistic shift in order to understand things as a local living in the time would have understood them. You are right
30.
▲
by
ereyes01
7y ago
For loops and their map/filter/reduce functional equivalents to me are just that: equivalent constructs, two styles/paradigms of doing the same thing. Can you elaborate on why one is poorer and the other much more productive
More ›