Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
noop_joe
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
noop_joe
2y ago
Totally, I think there's a lot of retroactive justification for what's familiar whether it be microservice or monolith. They both have advantages and disadvantages -- we're at a point where deploying and running either is ava
2.
▲
by
noop_joe
2y ago
I don't know of an internal feedback tool, that's not more general purpose. I think a lot of what you're describing is the-practice-of-software-development. There are Lots of possible solutions, what works best for _your_ tea
3.
▲
by
noop_joe
2y ago
As others have said, it depends a lot on the product. A lot of the people on PH are other people building stuff, if it makes sense to launch there, join some PH communities on LI. The more you're already engaged on PH, I think the bett
4.
▲
by
noop_joe
2y ago
One of the most difficult challenges with incidents is dispelling the initial conjecture. Something bad happens and a lot of theories flood the discussion. Engineers work to prove or disprove those theories, but the story about one might ta
5.
▲
by
noop_joe
2y ago
Noop [0] is a cloud platform that runs entire application ecosystems (including edge routing) locally and deploys the same setups globally -- it's a departure from the plug and play paradigm of kubernetes, but it means a lot less integ
6.
▲
by
noop_joe
2y ago
Heroku and Reclaim are far from the only two options available. The appropriate choice depends entirely on the team's available expertise and the demands of the applications under development. There's a lot of disagreements pittin
7.
▲
Generative AI Operations for Developer Platforms [video]
(youtube.com)
2 points
by
noop_joe
2y ago
|
0 comments
8.
▲
by
noop_joe
2y ago
The company [0] I work for gave a talk on this [1]. We're going a bit beyond analyzing logs because we have more contextual information about running software so we can compare different application state over time and infer whether it
9.
▲
by
noop_joe
2y ago
I agree with the storage example. > A counter point is that being a professional software developer is more than shipping features, you have to ship something that is profitable in the long run, which requires you have a broader perspect
10.
▲
by
noop_joe
2y ago
To me, it's about finding the right level of abstraction. At some point we developers have to trust that the underlying system will do what it says it's going to do.
11.
▲
Infrastructure Is an Implementation Detail
(developer.app)
1 points
by
noop_joe
2y ago
|
4 comments
12.
▲
by
noop_joe
2y ago
I guess what I'm wondering is more about the opposite of the "cool/neat" where orgs either prohibit development in non-standard langs (and that was good/bad) or allow development in non-standard langs (and that was
13.
▲
Ask HN: Should orgs limit the number of languages/frameworks?
31 points
by
noop_joe
2y ago
|
23 comments
14.
▲
by
noop_joe
2y ago
This sounds like software development
15.
▲
Declare Architecture Instead of Infrastructure
(developer.app)
2 points
by
noop_joe
2y ago
|
0 comments
16.
▲
by
noop_joe
2y ago
In areas where there's a decent amount of separation between the developers that made some application and the people responsible for running it, I can see a lot of use for AI. Especially for initial triage. For larger-scale apps with
17.
▲
by
noop_joe
2y ago
If I understand correctly, the benefit of using this over something like Compose is the parity with production. In my experience Compose is great for local development, but doesn't hold up well for complex architectures in production.
18.
▲
by
noop_joe
2y ago
We're a developer platform [0], for running apps at scale and locally. The platform is batteries included: global router, logs, metrics, managed resources (datbases, caches, block storage). Because we have all this data in a unified pl
19.
▲
Docker Desktop Alternative
(noop.dev)
2 points
by
noop_joe
2y ago
|
0 comments
20.
▲
by
noop_joe
2y ago
To me this is just one of many infrastructureisms. Tools, platforms, etc are all leveraging metaphors that don't map well to the mental model of _application development_.
21.
▲
by
noop_joe
2y ago
We are building an application/infra platform, Noop [0], it's multi-repo, one key benefit is it facilitates the deployment of different system components with greater isolation. That said, I'm a big fan of mono-repo. Noop act
22.
▲
by
noop_joe
2y ago
Have you considered using a provider that might help eliminate some of the operational burden of running your apps? At a very high level, when using the big 3 and hosting that's raw infra you're going to find ways to pay for _keep
23.
▲
App Mindset, Infra Mindset (2022)
(simplermachines.com)
2 points
by
noop_joe
2y ago
|
0 comments
24.
▲
by
noop_joe
2y ago
Disclosure I work for a company, Noop [1], which is the picture of the steak. As someone working on the marketing side of the endeavor, I see the shift the author describes. there are a handful of PaaS companies picking up where Heroku left
25.
▲
by
noop_joe
2y ago
For building docs sites I like Astro. There are at least a few tailwind+docs themes available if you want to get something started fast. By default all content is markdown, but you can integrate with other CMSs. I think I used something cal
26.
▲
by
noop_joe
2y ago
It might not matter _that much_ depending on the complexity of the application you're modeling. There are lots of options. A few things to consider: - Is it a dedicated individual or group responsible for the IaC? What are they comfort
27.
▲
Test Cloud Deployments Locally
(noop.dev)
1 points
by
noop_joe
2y ago
|
0 comments
28.
▲
by
noop_joe
2y ago
IaC is undeniably a good pattern for dealing with complex systems. The bigger problem is that it's not a solution for delineating responsibilities between software engineers and infrastructure engineers. All the specifics about an envi
29.
▲
by
noop_joe
2y ago
I like restclient. There's no UI, just .http files with a simple format for describing requests. there's a version for emacs and vscode that are mostly interoperable.
30.
▲
by
noop_joe
2y ago
We were using lima, but switched to directly interface with qemu. We were able to get better control for networking and lots of performance and status notification improvements. Linked in parent is a blueprint which is how we define applica
More ›