Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
codenesium
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
codenesium
5d ago
The parts have to be unlocked with like a DRM system to work.
2.
▲
by
codenesium
3y ago
I ask how do you build quality software in interviews. A lot of people are caught completely flat footed by it. They have no idea.
3.
▲
by
codenesium
3y ago
Nice of them to test your failover for you.
4.
▲
by
codenesium
3y ago
That is scale I can't comprehend.
5.
▲
by
codenesium
3y ago
I think you're missing several orders of magnitude on that math. Maybe a T instead of a B.
6.
▲
by
codenesium
3y ago
Rabbit and most databases have their own failover strategy. Putting it all on k8s is fine for a toy app but idk why anyone would deploy a real system like that.
7.
▲
by
codenesium
3y ago
The distance was like 75 yards. I visited the book depository as a child and even then thought I could make that shot.
8.
▲
by
codenesium
4y ago
An undersea civilization is exploring the air world.
9.
▲
by
codenesium
4y ago
99% of the time it doesn't kill you isn't what we're shooting for.
10.
▲
by
codenesium
4y ago
Captured the requests in a flash client used in a 6 hour defensive driving class to skip to the last page. Got my certificate. My friend did the same thing and the company reached out trying to figure out why they were getting all of these
11.
▲
by
codenesium
4y ago
The list is long. If you're familiar with c++ take a look at C#. Go and Java are safe bets as well. Beyond that there are a million backend languages out there.
12.
▲
by
codenesium
4y ago
Probably thought it was the run over and blow up kind not the kind with a magnet.
13.
▲
by
codenesium
4y ago
I'm curious what things you're trying to do that requires you to overload xunit classes? We use xunit for everything and haven't found any gaps so far.
14.
▲
by
codenesium
4y ago
Also, the data may be coming from multiple systems. So somewhere you have to stich that data together.
15.
▲
by
codenesium
4y ago
Because the API is a REST API and you don't want your frontend to have to make 100 calls to render a screen. Each frontend may be a completely different app so they all need the data in their own format. And each team may control their
16.
▲
by
codenesium
4y ago
You're going to think you have it figured out and then they and you are going to get sick. I'm 3 months in and the lack of sleep is tough. Hobbies are on hold. Just try not to think about it too much and focus on taking care of yo
17.
▲
by
codenesium
4y ago
Buy an electric crib that rocks and has music. Take shifts if you can. Sleep whenever you can get it. Workout.
18.
▲
by
codenesium
4y ago
When I see a job posting with no salary all I think is what are they scared of? Must be low. A 4 hour project for a senior? For DevOps? I could spend those 4 hours pinging people in my network and probably have interviews scheduled.
19.
▲
by
codenesium
4y ago
You pump it back out into the ocean.
20.
▲
by
codenesium
4y ago
You probably have. You just don't know it.
21.
▲
by
codenesium
4y ago
How does returning it to the river solve the problem of their isn't enough groundwater? That water goes back into the ocean where it's stuck if it never rains.
22.
▲
by
codenesium
4y ago
If it's a catastrophe I don't know why the government should have to buy everyone out. The insurance companies should just stop insuring the crops and let the market sort it out.
23.
▲
by
codenesium
4y ago
It probably makes a huge difference how the irrigation is applied. Flooding land with water or digging trenches and running water to crops is a lot less efficient than drip emitters on each plant. Obviously doesn't work for stuff like
24.
▲
by
codenesium
4y ago
In the U.S. that's called at will in most states. They can fire you for no reason as long as it's not one of the limited reason protected by the federal government. It doesn't matter how long you've worked there.
25.
▲
by
codenesium
4y ago
Also, my memory is terrible. Poor recall from my childhood and even today. However, I'm good at improvising as an engineer and also as a musician.
26.
▲
by
codenesium
4y ago
The way I have described it is in the movie The Dark Knight they build the machine that uses phones to build something like sonar to see in environments. The way that is depicted in the movie is how I visualize things. I can navigate rooms
27.
▲
by
codenesium
4y ago
The point of "points" is nobody can estimate how long a task will take and it gets worse the larger it is. So it's better to have reference tasks of a certain size and complexity that you do know how long they took and compar
28.
▲
by
codenesium
4y ago
Having been down the route of repos for every service I would always choose monorepo in the future. I could see separate repos for libraries. There is just too much overhead trying to manage multiple repos. With a single repo it's poss
29.
▲
by
codenesium
5y ago
With .net core references are much cleaner. There isn't a reference to every file it's handled automatically. The whole csproj hell you're talking about is gone now.
30.
▲
by
codenesium
5y ago
Yes. .net now has self contained builds. The whole deploy can be a single executable with some caveats.
More ›