Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
redditor98654
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
redditor98654
3mo ago
In my experience, both Claude and codex are way too good these days that I don’t have to selectively create a prompt with just the right files. I just say something like “look at the current changes in the repo and generate a good commit me
2.
▲
by
redditor98654
4mo ago
I am curious, what kind of work do you use Claude for that sometimes requires hours of working. In my case, I have never seen it go off for more than 10 mins and even that is very rare.
3.
▲
by
redditor98654
5mo ago
I had the same thought. TBH there is nothing in those individual sentences that read like AI but when you read them all together I could see it too. I dunno what it is, only way I can describe it is that it does not sound like a normal huma
4.
▲
by
redditor98654
5mo ago
Absolutely. What I had hoped was a proper 75% layout with proper full sized up and down arrow keys.
5.
▲
by
redditor98654
7mo ago
My introduction to Feynman was more from other science communicators either quoting him or retelling some story about him and initially it formed a mental picture in my mind that he might be one of those personalities more famous culturally
6.
▲
by
redditor98654
9mo ago
us-west-2 is indeed very large, but will still not be able to take a full failover from us-east-1
7.
▲
by
redditor98654
11mo ago
Hi there, I was looking to get a NAS that I can just install and not have to worry about maintenance too much and senility was at the top of the list. If not synology what would you suggest?
8.
▲
by
redditor98654
1y ago
May be a “fast follow”? Right after launch of the “MVP”?
9.
▲
by
redditor98654
1y ago
Do you use or have used MySQL in the past?
10.
▲
by
redditor98654
1y ago
One benefit is that it makes these operations lazy. There are no intermediate lists created when you call a map on a stream. If map were a method in a list, it would need to return a new list. And if you have multiple such maps etc, it woul
11.
▲
by
redditor98654
1y ago
From what I recall, Reddit uses AWS extensively. Could they not have replaced RabbitMQ with SQS? You get the near unlimited horizontal scalability, extremely good uptime, guaranteed at least once message delivery and for the case of a worke
12.
▲
by
redditor98654
1y ago
The way you have expressed this, I am borrowing it for myself. Many times i run into these kind of situations and I fail to explain why doing something like this is frustrating and actually useless. Thank you.
13.
▲
by
redditor98654
1y ago
Interesting. I have used free marker. Pretty happy with it in general. But inability to mutate collections is an annoyance. I will checkout blueprint. A zero dependency library is always a bonus. I don’t see any mention of thread safety in
14.
▲
by
redditor98654
1y ago
A while ago, I had attempted to do it the Rust style with a Result type in Java (where it is called Data oriented programming) and the result is not great. I was fighting a losing battle in a naive attempt to replace checked exceptions but
15.
▲
by
redditor98654
1y ago
They thought Alexa will enable users to buy more from Amazon just by voice. But most users turned out like me. I would not spend a single dollar on Amazon without actually seeing the item on my mobile or desktop. I wouldn’t even add to cart
16.
▲
by
redditor98654
1y ago
Hmmm, thinking aloud, Oracle?
17.
▲
by
redditor98654
1y ago
Whoa! Mind sharing the company?
18.
▲
by
redditor98654
1y ago
I use the dedicated app but IntelliJ ultimate bundles datagrip into the ide too.
19.
▲
by
redditor98654
1y ago
If you have the license for it, it is hard to beat Datagrip from Jetbrains. Support for just about any database and also integrated support for AI/Copilot making it much easier to write exploratory queries.
20.
▲
by
redditor98654
1y ago
Do you already have some common templates ready to be used somewhere?
21.
▲
by
redditor98654
1y ago
I know this does not answer the question for non-Amazon folks but the internal Amazon metrics portal UI is so functional and dense that it was a joy to use. If someone from AWS Cloudwatch is seeing this, this is a plea to make cloudwatch eq
22.
▲
by
redditor98654
1y ago
Interesting that you choose to do it manually. Do you do this as a transaction so that the indexes are always updated. If not, how do you handle partial failures?
23.
▲
by
redditor98654
1y ago
Not really. I have done multiple AWS pricing and costing exercises while launching services and there was never a direction from the VP to sell it lower than what it costs to build and operate. Cost to build and operate includes everything
24.
▲
by
redditor98654
1y ago
Correct, you lose that ordering but then the only other option is to retry indefinitely. You have to think through what your error handling looks like as is the case with any application.
25.
▲
by
redditor98654
1y ago
I agree on the head of the line blocking problem and that not everyone needs the per partition ordering. For that I have started to use SQS FIFO with the message grouping key being the logical key for the event/resource. This gives me
26.
▲
by
redditor98654
2y ago
What do you mean? My green card application has been pending for 9 years. Based on current projections I won’t get it in less than 100 years or so. Indian. This is a well known fact.
27.
▲
by
redditor98654
2y ago
How did you run explain queries on DynamoDB? Or may be you mean something different and I misunderstood you?
28.
▲
by
redditor98654
2y ago
At this point I have tried them all and don’t like any of them. What I really want to know is more granular data on where I am spending my money on. These apps will tell me I spent $6000 last year at Costco but it cannot tell me if some tha
29.
▲
by
redditor98654
2y ago
I don’t agree. What do you mean by all the additional nonsense if a class. This sees to give an unreasonable leeway to copy pasted code to imperative functional languages. What if the copied function also has side effects, mutates a global
30.
▲
by
redditor98654
2y ago
Why is this a OOP problem and not a problem in large code-bases in general? I can easily see it happening in functional or imperative languages where one creates an almost identical copy of a function instead of reusing and modifying an ex
More ›