Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tinkertamper
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
tinkertamper
1y ago
I'm curious about what you mean here. It sounds like you're saying that applications shouldn't concern themselves with consistency. Can you elaborate?
2.
▲
by
tinkertamper
3y ago
Love this! Call me lame, but are there any open-source projects that accomplish this type of gui in typescript? I have an idea but it uses something written in JavaScript.
3.
▲
Show HN: ElectroDB – I made a library to simplify complex DynamoDB techniques
(github.com)
1 points
by
tinkertamper
3y ago
|
0 comments
4.
▲
by
tinkertamper
3y ago
I created a sub 9 years ago that now has a few million subscribers (so now requires a bit more effort to mod). I _don’t_ get paid, though I certainty wouldn’t turn it down. I started the sub because I like the content that is posted and I w
5.
▲
by
tinkertamper
3y ago
I was hoping this was about my coworkers tuning on our cloudwatch alarms until pagerduty stops calling
6.
▲
by
tinkertamper
3y ago
That’s not really a fair comparison here — A more fitting metaphor would be whether or not you could intervene on assembly code not knowing assembly.
7.
▲
by
tinkertamper
4y ago
This is just what was just called “speaking tech” back in the early 2000. I see a lot of discussion online about “prompt engineers” or “ai whispers” as you put, but I think the reality is that these tools are just another UI paradigm that o
8.
▲
by
tinkertamper
4y ago
An IDE that provides a linear view of your code base. Follow code paths as though they were all inline, e.g. expand views of function/method internals inside the calling function, etc. No more changing files/modules.
9.
▲
by
tinkertamper
5y ago
Before you wax poetic about this period, please read more on the complete disregard for the families and communities impacted by the large construction projects from that time. Replies comparing the US today to China would also benefit from
10.
▲
by
tinkertamper
5y ago
100%, this is exactly where my head is at too.
11.
▲
by
tinkertamper
5y ago
I used to have a boss who’d ask me to rate my company satisfaction with the company 1-10 at every 1:1. This always struck me as one of the laziest/misguided management moves I’ve encountered, and I’m sure he felt it was both accurate a
12.
▲
by
tinkertamper
5y ago
There’s also a playground to play with modeling and typing here: https://electrodb.fun Modeling, and actually implementing, single table design for DynamoDB has a lot of pitfalls and boilerplate. I wanted to make it easy and fas
13.
▲
Show HN: ElectroDB – Simple type safe DynamoDB for Node.js
(github.com)
5 points
by
tinkertamper
5y ago
|
1 comments
14.
▲
by
tinkertamper
5y ago
Ok, it’s clear where you stand. I’m not here to be negative, only to share with folks interested in the product that they are significantly back logged. Hopefully everyone knows what the means in a Kickstarter context. Their marketing is gr
15.
▲
by
tinkertamper
5y ago
Let me put it this way, I was backer #816. They currently have 37,987 backers. They raised $4,882,784 during a global pandemic. I think I’m not off base when I said “If you can get one.”
16.
▲
by
tinkertamper
5y ago
If you can get one. Ordered mine last April, still don’t have it, no sign of getting it, and they don’t respond to email/Twitter. I’ve given up.
17.
▲
by
tinkertamper
5y ago
Had a Product Manager who would always ask for Y, but had ego issues and would shut down when asked for context, examples, or client problem statements. Too many times we built Y then we had to face the consequences of not building X when p
18.
▲
by
tinkertamper
5y ago
Fintech doesn’t have anything against node, institutional banking are the ones where old habits die hard.
19.
▲
by
tinkertamper
5y ago
I bring up Maslow a lot at work, I think it’s one of the few things I enjoyed from my partial business degree. What’s missing from this article is the context of the release, project, company etc. Some project environments don’t allow for t
20.
▲
by
tinkertamper
6y ago
> I'm surprised to hear people keep re-learning this lesson. Back when web forums were popular, this was basically the one big mistake I kept seeing people make. Way too much compartmentalization. Ahh yes, the “General” section of p
21.
▲
by
tinkertamper
6y ago
I can understand this concern though I can assure you when I say "culture fit" I'm considering it a two way street. A good example: I had an interview earlier this week for a full-stack role and the inteviewee had recently co
22.
▲
by
tinkertamper
6y ago
Recently I started trying something new for our interviews. I start with a phone interview that is more about discussing their background, expertise, what they need to feel productive, and explain the role. If I think they’d be a good cultu
23.
▲
by
tinkertamper
6y ago
“The HTML is totally wrong and exceedingly verbose” is not exactly something someone who used frontpage cared about.
24.
▲
by
tinkertamper
6y ago
I mean in the early 2000s there was MySpace, LiveJournal, Blogger, etc. That’s not all that different from Facebook, Medium, Tumblr in the way you’re saying. Those older platforms were way more customizable though, and frontpage definitely
25.
▲
by
tinkertamper
6y ago
I hear this argument a lot but I think it is exactly OPs point when he says, “The market can’t act against what it can’t see”. Your average consumer doesn’t know the extent of what they’re trading. Take Facebook, even with high profile stor
26.
▲
by
tinkertamper
6y ago
But then how will developers exert their local domain dominance to imply and an even greater breadth of knowledge when patronizing other devs? /s
27.
▲
by
tinkertamper
6y ago
I see this criticism a lot for serverless but I don’t see it in reality. Serverless is still just running code, the only part that wouldn’t be portable is the entrypoint data structure which is amounts to practically nothing.
28.
▲
by
tinkertamper
6y ago
I’ve found returning a tuple with my validation functions to be very helpful. let [isValid, err] = validate(data) It’s nice for a few reasons: 1. I know anything returned `err` is safe to display back to the user 2. Using the array (
29.
▲
by
tinkertamper
6y ago
I’ll probably catch a lot of flack but a lot of criticism in these comments for the author who finished something. It’s easy to sit in the cheap seats and cast stones, but this guy made something that works, and you can always make your own
30.
▲
by
tinkertamper
6y ago
What is that based on? Anecdotally the folks around me right now agree a common flow is: 1. See hn link. 2. Go directly to comments. 3. Top comment is seen as counter argument to the article. 4. Discuss on premise defined by top comment (no
More ›