Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
codebolt
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
31.
▲
by
codebolt
7mo ago
> People aren't prompting LLMs to write good, maintainable code though. Then they're not using the tools correctly. LLMs are capable of producing good clean code, but they need to be carefully instructed as to how. I recently u
32.
▲
by
codebolt
7mo ago
MS Copilot for Android has some annoying UI bugs which they seemingly refuse to fix. The biggest is that the chat area sometimes gets randomly resized so that you can hardly read anything. There is also no way to search past chats. For all
33.
▲
by
codebolt
8mo ago
Going to need a citation on this one.
34.
▲
by
codebolt
8mo ago
I guess you didn't catch this: > ChatGPT started coaching Sam on how to take drugs, recover from them and plan further binges. It gave him specific doses of illegal substances, and in one chat, it wrote, “Hell yes—let’s go full trip
35.
▲
by
codebolt
8mo ago
Giving the LLM tools with an OData query interface has worked well for me. In C# it's pretty trivial to set up an MCP server with OData querying for an arbitrary data model. At work we have an Excel sheet with 40k rows which the LLM wa
36.
▲
by
codebolt
8mo ago
I've noticed Gemini tends to struggle with current news.
37.
▲
Getting Started with MCP Development in C#
(codebolt.github.io)
1 points
by
codebolt
8mo ago
|
0 comments
38.
▲
by
codebolt
9mo ago
Another anecdote: I built my first Android app in less than a dozen hours over the holiday, tailored for a specific need I have. I do have many years of experience with Java, C# and JS (Angular), but have never coded anything for mobile. Ge
39.
▲
by
codebolt
9mo ago
I've been a heavy user of the MS Copilot chat app on my Android phone, which I've been pretty happy with as a free basic AI chat option except for some annoying GUI bugs that they will apparently never get around to fixing. But I&
40.
▲
by
codebolt
11mo ago
Atlassian cloud is also having issues. Closing in on the 3 hour mark.
41.
▲
by
codebolt
11mo ago
Atlassian cloud is having problems as well.
42.
▲
Major AWS outage takes down Fortnite, Alexa, Snapchat, and more
(theverge.com)
211 points
by
codebolt
11mo ago
|
1 comments
43.
▲
by
codebolt
11mo ago
For many, Lua is primarily known as the Roblox language. Pretty impressive that it's the language of use in a game (/set of games) with 380 million monthly active players - currently the most popular in the world.
44.
▲
HSBC announces successful use of quantum computers for bond trading
(hsbc.com)
3 points
by
codebolt
1y ago
|
3 comments
45.
▲
by
codebolt
1y ago
In certain situations I'd argue it's a calculated risk worth taking. Let's say I'm tasked with adding a much-needed feature to an older legacy application that is built using frameworks and libraries I'm not familia
46.
▲
by
codebolt
1y ago
Just subscribing to OpenAI, Anthropic and Google on YouTube is pretty helpful. They post demos of all major new feature releases that are good to skim through to get a sense of where the frontier is moving (just take all claims about capabi
47.
▲
by
codebolt
1y ago
You are simply deluding yourself if you still refuse to accept that LLMs are capable of some level of reasoning.
48.
▲
by
codebolt
1y ago
The crucial point is that we simply do not know (yet) if there is an inherent limitation in the reasoning capabilities of LLMs, and if so whether we are currently near to pushing up against them. It seems clear that American firms are still
49.
▲
by
codebolt
1y ago
The crucial point is that we simply do not know yet if there is an inherent limitation in the reasoning capabilities of LLMs, and if so whether we are currently near to pushing up against them. It seems clear that American firms are still g
50.
▲
by
codebolt
1y ago
Whatever the true stats for mistakes or blunders are now, remember that this is the worst its ever going to be. And there is no clear ceiling in sight that would prevent it from quickly getting better and better, especially given the curren
51.
▲
by
codebolt
1y ago
Oh yes, all those parameters are absolutely a pain to work with. But it can still be good to have an understanding of what options are abstracted away by fopen etc. Trying to write an app only using <Windows.h> can be a good learning
52.
▲
by
codebolt
1y ago
> You'll also find that the Win32 API has a lot of replacements for what's in the C standard library. If you really want to try and get the executable size down, see if you can write your app using only <Windows.h> and no
53.
▲
by
codebolt
1y ago
Maybe I've been chatting with them so much I'm starting to sound like one myself.
54.
▲
by
codebolt
1y ago
This model also seems to do a decent job with Angular. When I was using ChatGPT it was mostly stuck in pre-16 land, and struggled with signals etc, but this model seems to correctly suggest use of the latest features by default.
55.
▲
by
codebolt
1y ago
On a side note, I'm excited to see more an more ambitious side projects like these as LLMs empower hobbyists to do more in less time than was ever possible before.
56.
▲
by
codebolt
1y ago
If you can get them to approve GitHub Copilot Business then Gemini Pro 2.5 and many others are available there. They have guarantees that they don't share/store prompts or code and the parent company is Microsoft. If you can argue
57.
▲
by
codebolt
1y ago
I've found they do a decent job searching for bugs now as well. Just yesterday I had a bug report on a component/page I wasn't familiar with in our Angular app. I simply described the issue as well as I could to Claude and as
58.
▲
by
codebolt
2y ago
And with this increase in productivity, your boss needs fewer of you to do the work that would previously require a larger team.
59.
▲
by
codebolt
2y ago
Tether collapse is still the big one.
60.
▲
by
codebolt
2y ago
Currently starting my first project integrating with Azure OpenAI using the new MS C# AI framework. I'm guessing that having experience actually building systems that integrate with LLMs could be a good career move over the next decade
More ›