Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
anditherobot
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
anditherobot
2mo ago
AI can generate what a company makes. Can it generate what a company is? Producing artifacts: media, code, documents, the visible output has clearly gotten easier. But the other things, like knowing what's worth building in the first p
2.
▲
by
anditherobot
4mo ago
Microsoft’s biggest dev move would be to make one clear “default” stack for each app type: one for web, one for desktop, one for mobile. They already have strong tools. Just way too many paths They should make the recommended stack obvious
3.
▲
How to make LLM native User Interfaces - Post LLM Workflow
(youtube.com)
1 points
by
anditherobot
7mo ago
|
1 comments
4.
▲
by
anditherobot
7mo ago
I am experimenting with the post LLM Daily Workflow
5.
▲
by
anditherobot
8mo ago
Vibe coding sits on an axis from smart autocomplete to one-shotting a $1B SaaS. Traditional software engineering was about holding the system in your head and translating it into syntax, fighting tooling and architecture decisions along the
6.
▲
by
anditherobot
8mo ago
Fair challenge to the idea. But what i am saying is that every line of boilerplate, every import statement, every configuration file consumes precious tokens. The more code, the more surface area the LLM needs to cover before understanding
7.
▲
by
anditherobot
8mo ago
We're overlooking a critical metric in AI-assisted development: Token and Context Window to Utility Ratio . AI coding tools are burning massive token budgets on boilerplate thousands of tokens just to render simple interfaces. Conside
8.
▲
by
anditherobot
8mo ago
From punch cards to assembly, to C, to modern languages and web frameworks, each generation raised the abstraction. Agentic frameworks are the next one.
9.
▲
by
anditherobot
8mo ago
With Visual Studio and Copilot I like the fact that runs a comment and then can read the output back and then automatically continues based on the error message let's say there's a compilation error or a failed test case, It reads
10.
▲
by
anditherobot
11mo ago
Have you tried Scoped context packages? Basically for each task, I create a .md file that includes relevant file paths, the purpose of the task, key dependencies, a clear plan of action, and a test strategy. It’s like a mini local design do
11.
▲
by
anditherobot
1y ago
Does this mean a developer doesn't have to install nginx or iis ?
12.
▲
Ask HN: What Does Your Self-Hosted LLM Stack Look Like in 2025?
21 points
by
anditherobot
1y ago
|
7 comments
13.
▲
by
anditherobot
2y ago
That's a very cool accomplishment. What language did you use to write the code? I also have another question, did you witness the transition from punched cards to terminals?
14.
▲
Ask HN: What is your local LLM setup?
10 points
by
anditherobot
2y ago
|
7 comments
15.
▲
by
anditherobot
2y ago
How did people differentiate between 1 and L, 5 and S, 0 and O? ex: 1055 & LOSS ( one zero five five & loss)
16.
▲
by
anditherobot
2y ago
Can this potentially support : - Image Input to 3D model Output - 3D model(format) as Input Question: What is the current state of the art commercially available product in that niche?
17.
▲
by
anditherobot
2y ago
Once upon a time, we crammed HTML, CSS, and JavaScript into single PHP files—easy and straightforward. But then, someone said, "Separate presentation from logic!" So we did. Then someone said, "Sending HTML is old news; let&#
18.
▲
by
anditherobot
2y ago
What is the recommended way to deploy it without Heroku?
19.
▲
by
anditherobot
3y ago
In a statically typed language and explicit type definitions. int age = will never have string "December". But in python both: age = 42 and age = "December" are possible.
20.
▲
by
anditherobot
3y ago
I could be a new architecture. A processor has different cores, Computers may have several hard-drives, 4 sticks of ram. Each component can run in parallel.for example, if a long video processing task is underway and your text generation c
21.
▲
by
anditherobot
3y ago
Good point. And when you talk about a few years away this made me think about the ENIAC. A modern household typically consumes far less electricity than ENIAC. Now our smartphones are 1000 times more powerful than the ENIAC and use less pow
22.
▲
by
anditherobot
3y ago
Really! I always imagine a system: Composed of 5 specialized computers. One for each category: audio, text, video, image. One analyzer to coordinate everything. This would be my API that I could access with mobile devices. Here's a sc
23.
▲
by
anditherobot
3y ago
How far are we from having a consumer box that can run "AI"? A computer like device that can "generate text", "generate audio", "generate video" and also "train".
24.
▲
How to Implement Multiple File Uploads with Django Forms, Models, and Validation
(youtube.com)
3 points
by
anditherobot
3y ago
|
0 comments
25.
▲
by
anditherobot
3y ago
Because PHP is bad or because you personally don't like PHP?
26.
▲
by
anditherobot
3y ago
I really want wired old-fashioned headphones to come back
27.
▲
by
anditherobot
3y ago
A very very sharp tool.
28.
▲
by
anditherobot
3y ago
ChatGpt, I haven't heard of it much. I must be living under a rock
29.
▲
by
anditherobot
3y ago
On HN a boring framework or tool often means: There's nothing else to add, it does the job like it's supposed to - so, it's no longer fashionable. But The documentation is solid, plenty of content online to get training.
30.
▲
by
anditherobot
3y ago
Configure a PHP environment on your windows, mac or linux machine Create index.php and put your content. Link Jquery and Bootstrap/Bulma/Skeleton css framework Start with the basics stuff and slowly increment, until you have a wo
More ›