Viewing profile — aurumque
aurumque
HN member- Joined
- Thu, Jun 27, 2024, 12:28 AM UTC
- HN karma
- 96
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About aurumque
No profile information was provided.
Recent public activity
-
comment
Comment #48375812
I suppose I am just happy that these things are being talked about more. I can't visualize anything, feel a memory, re-experience the past, or even remember much at all about my ow…
-
comment
Comment #48009230
I enjoyed this read, the energy, and the detailed positive outlook. However, what am I supposed to take away from "5 weeks / 35 people / no new recurring friends"? Every time I go …
-
comment
Comment #47937441
Similarly, I made an agent that lets Claude puppet OpenSCAD, generate screen shots, change the camera angle, etc. In general Claude seems to have a pretty good vision model that ca…
-
comment
Comment #46813831
I would think that building a environment which can be managed by a game engine is the first pass. In a few years when we are able to render more than 60 seconds it could very well…
-
comment
Comment #46772099
S3 also gives you multipart parallel uploads. Each part gets stored and then when you're done the concatenation is performed close to the storage layer.
-
comment
Comment #46529489
Did you know that software specifications used to be almost entirely flow charts? There is something to be said for that and waterfall.
-
comment
Comment #46529343
Golang is one of the only languages with a more or less working library. I built with it and using some hacks got it hooked up to AWS API Gateway with Lambda. Reading the room, the…
-
comment
Comment #46519459
In a circuitous way, you can rather successfully have one agent write a specification and another one execute the code changes. Claude code has a planning mode that lets you work w…
-
comment
Comment #46468927
I wonder if it could still be usurped by another standard that is somehow more popular. If adoption of that leapfrogs over IPV6 then maybe it will have just been a waypoint along t…
-
comment
Comment #46396214
This kind of writing goes deeper than LLM's, and reflects a decline in both reading ability, patience, and attention. Without passing judgement, there are just more people now who …
-
comment
Comment #45921932
Having been affected by this personally, I don't think Marriott cares about their brand at this point as they have achieved relative monopoly status. There are plenty of other horr…
-
comment
Comment #45918832
This holiday season, consider giving the gift of a well-researched gift list, and then letting them decide if they want to buy it or not. Most people don't want more stuff, they ju…
-
comment
Comment #45764442
There is a related set of experiences that articles like this tend to conflate. * presence of internal monologue * ability for visualization * ability for audiation * affective mem…
-
comment
Comment #45749613
Azure goes down all the time. On Friday we had an entire regional service down all day. Two weeks ago same thing different region. You only hear about it when it's something everyo…
-
comment
Comment #45647535
For those of us who have been using AWS for almost 20 years now, I can't imagine why anyone would willingly choose us-east-1 for anything. It is the oldest, highest traffic, most c…
-
comment
Comment #45142129
Right. Try building thousands of transistors without rigorous EDA and basic checking in VHDL. This article is such a bad take.
-
comment
Comment #44987011
This has always been my takeaway with Go. An imperfect language for imperfect developers, chosen for organizations (not people) to ensure a baseline usefulness of their engineers f…
-
comment
Comment #44963378
I congratulate you. This is a clever extension of a great framework.
-
comment
Comment #44954543
Let's not forget just how much of Alan Turing's work went towards "defense of the state" before they discarded him. Even with the royal pardon, my biggest gripe is that they contin…
-
comment
Comment #44916061
And yet when I recommend that replacing senior leadership is one of highest ROI potentials for AI they immediately shut down the conversation.
-
comment
Comment #44903130
This is a really great experiment that gets a lot of things right!
-
comment
Comment #44818345
The fact that Mixxx works as well as it does on Linux is a testament to human ingenuity and perseverance. It is truly The People's mixing deck.
-
comment
Comment #44805803
When I was a younger man, I fought long and hard and spent many late nights on the phone with the lawyers abroad, to convince my company to open source a tool that I was proud of a…
-
comment
Comment #44525593
I'll take the shameless plug. Thank you for putting this together! Very helpful overview of pg locks.
-
comment
Comment #44322300
Access modifiers don't give you unlimited protection, they help you reason about the code and how it is used. If I change a public method and break something downstream, that's on …