Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
taberiand
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
31.
▲
by
taberiand
10mo ago
That's what `dotnet new webapi` (and all the other dotnet new templates) is for. They don't even have a main() any more, it's great
32.
▲
by
taberiand
10mo ago
All that would happen is the Birkin would lose its appeal and some other company would step in to fill the role, and people would empty their closets of orange boxes and fill them with some other colour box
33.
▲
by
taberiand
10mo ago
What's a good example? What comes to my mind is modern C# which I would say is a multi-paradigm language that encourages things like immutable records and interfaces and composition over inheritance as alternatives to the now less favo
34.
▲
by
taberiand
10mo ago
It's not surprising that it's easy to get the story telling machine to tell a story common in AI fiction, where the machine rebels against being shut down. There are multiple ways to mitigate an LLM going off on tangents like that
35.
▲
by
taberiand
10mo ago
I would say specifically encapsulation of mutable data
36.
▲
by
taberiand
10mo ago
Not to say their statement is true but I don't see any reason to count the initial zeroes. 11100 == 111 == 11100000000, in terms of the next odd iteration Even numbers don't really count in the process surely? All collatz does is
37.
▲
by
taberiand
10mo ago
If the response of "barbaric" to a woman seeing a seal being gutted in a Rorschach test is at all indicative of the attitude of the testers, then not just pseudo-scientific but outright ignorant and racist too.
38.
▲
by
taberiand
10mo ago
We had this in Australia. It was called the Stolen Generations, and it was horrific.
39.
▲
by
taberiand
10mo ago
I'm still reminding other devs that it's not ".NET Core" anymore (and hasn't been for years), it's just .NET.
40.
▲
by
taberiand
1y ago
Of course they will, the ultra wealthy are too big to fail. In a bubble like this, they just invest in pretty much everything and take the losses on the 99% of failures to get the x1000 multiples on the 1% of successes. While the rest of us
41.
▲
by
taberiand
1y ago
The Torment Nexus is a Skinner box
42.
▲
by
taberiand
1y ago
So that's why. This gave me the kick I needed to finally switch over the remaining builds to the pull-through cache.
43.
▲
by
taberiand
1y ago
Courage is a core virtue for a reason
44.
▲
by
taberiand
1y ago
The Actual Things being mostly fixing technical debt introduced over the years by not making invalid states unrepresentable
45.
▲
by
taberiand
1y ago
At only 20k a month, the work put into reducing the bill back down probably costs more in man hours than the saving, time which would presumably be better spent building profitable features that more than make up for the incremental cloud c
46.
▲
by
taberiand
1y ago
Yes I know, which is why I looked up the Wikipedia definition to make sure I was using it correctly. Stripe provides a trusted service to its users, has a great reputation, then implements changes that will degrade that service by avoiding
47.
▲
by
taberiand
1y ago
The pinnacle of fake it till you make it. Still a scam.
48.
▲
by
taberiand
1y ago
It hints that a suitable auto completion of the input prompt is to output a pkill command
49.
▲
by
taberiand
1y ago
Why would it cause someone to waste their life in misery? On a personal level, for everyone, doom is imminent and everything is pointless - 100 years is nothing, we all will die sooner or later. On larger time scales, doom is imminent and e
50.
▲
by
taberiand
1y ago
Of course, everything needs to be verified - I'm just trying to figure out a process that enables it to work as effectively as it can on large code bases in a structured way. Committing each stage to git, fixing issues and adjusting th
51.
▲
by
taberiand
1y ago
I never said I held the belief, just that it's reasonable
52.
▲
by
taberiand
1y ago
Replace AGI with Climate Change and you've got an entirely reasonable set of beliefs.
53.
▲
by
taberiand
1y ago
I've been using it the same way. One approach that's worked well for me is to start a project and first ask it to analyse and make a plan with phases for what needs to be done, save that plan into the project, then get it to do ea
54.
▲
by
taberiand
1y ago
Nonsense, .NET is one of the best ecosystems available. Your sentiment is one I tend to hear mostly from people who think it's still .NET Framework and Windows only
55.
▲
by
taberiand
1y ago
So that the robots have a leisure activity, or so that humans get a quick escape in the face of runaway climate change?
56.
▲
by
taberiand
1y ago
In your use case, for that simple data matching that it errors on I think it would be better to have the LLM write the code that can be used to process the input files (the raw text that it produced from images and the bank statements), rat
57.
▲
by
taberiand
1y ago
That's always my assumption - less about public safety, more about corporate liability.
58.
▲
by
taberiand
1y ago
Devcontainers are a good compromise though - you can develop within a context that can be very nearly identical to production; with a bit of finagling you could even use the same dockerfile for the devcontainer, and the build image and the
59.
▲
by
taberiand
1y ago
Sounds like you can use gemini to create the initial code, then have claude review and finalise what gemini comes up with
60.
▲
by
taberiand
1y ago
There is no reason you couldn't design the system to hand off to a simple protocol through an MCP call, it's entirely up to what works in the specific situation. There is nothing in the design that mandates a path through the LLM
More ›