Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
never_inline
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
197 ms
·
271.
▲
by
never_inline
1y ago
Given ollama has a openai compatible API[0], quick searching in repo returns this https://github.com/alvinunreal/tmuxai/issues/6#issuecomment-... 1: https://ollama.com/blog/openai-compati
272.
▲
by
never_inline
1y ago
There was also coteditor, which is based on swift ui.
273.
▲
by
never_inline
1y ago
I wouldn't use LLM for serious refactors. It's actually the common "recipes" using popular libraries where LLM is most useful for me now.
274.
▲
by
never_inline
1y ago
1. You literally can't build something like Android studio emulator on the web. 2. Even if it's thinkable in last 4-5 years due to raising Popularity of web IDE, Android studio was built before that and they chose the IntelliJ pla
275.
▲
by
never_inline
1y ago
Amazon has such design, no?
276.
▲
by
never_inline
1y ago
> Using ChatGPT doesn't dumb down your students. Not knowing how it works and where to use it does. LLMs can't produce intellectual rigour. They get fine details wrong every time. So indeed using ChatGPT for doing your reasonin
277.
▲
by
never_inline
1y ago
> What did you get from it? Beside the obvious "deep work", its the ability to be bored, and shut down time. > I read it, but like most self-help books - I felt like it could've been 1/4 the size. The book could&#x
278.
▲
by
never_inline
1y ago
Deep work by cal newport.
279.
▲
by
never_inline
1y ago
A. Implement guardrails (like already done against prompt injection). Invariant blog post mentions this: > Conclusion: Agents require extensive, highly-contextual guardrailing and security solutions > As one of our core missions at In
280.
▲
by
never_inline
1y ago
Because it's not an encryption problem. It's a "you can override instructions from other servers" problem.
281.
▲
by
never_inline
1y ago
This still does not seem to fix the OP vulnerability? All tool call specs will be at same privilege level.
282.
▲
by
never_inline
1y ago
IIRC it work when you disable Js
283.
▲
by
never_inline
1y ago
My complaints with Deep Research LLMs is they don't go deeper than 2 pages of SERPs. I want them to dig down obscure stuff, not list cursorily relevant peripheral directions. they just seem to do breadth first than depth first search.
284.
▲
by
never_inline
1y ago
JQ is the most feature-rich of the bunch. It's defacto standard and I usually just default to it because it offers so much - assignment, various builtins such as base64 encoding. The disadvantage is that it's not easily embeddable
285.
▲
by
never_inline
1y ago
I have used it when using scraping some data from web pages using scrapy framework. It's reliable way to extract something from web pages compared to regex.
286.
▲
by
never_inline
1y ago
Doesn't include:component still require all your shell script to be written inside YAML? or is there a way to move the logic to a, for instance, .sh file and call it from YAML?
287.
▲
by
never_inline
1y ago
I'd say write a Python CLI (or any language you're comfortable with) which does all the actions (setup, deploy), download it and use it in the CI (or install on the runner images if you control them). That way you can use same wor
288.
▲
by
never_inline
1y ago
Python with click and PyYAML can go a long way - then you can build it as a CLI application and use the same from CI. In a java shop, picocli + graalvm probably. I wouldn't like Go for this purpose (against the conventional wisdom - be
289.
▲
Jumping to VSCode Debugger from IPython
(mahesh-hegde.github.io)
2 points
by
never_inline
1y ago
|
0 comments
290.
▲
by
never_inline
2y ago
Many people here install ublock for elders and / or children and leave it. Now they might become target of ads that download malware.
291.
▲
by
never_inline
2y ago
Hyperbolic space indeed.
292.
▲
by
never_inline
2y ago
This is definitely AI, repetitive and reads in style of a marketing copy / sensational report.
293.
▲
by
never_inline
2y ago
You can do that in every ORM including the infamous hibernate.
294.
▲
by
never_inline
2y ago
The question is about systems programming.
295.
▲
by
never_inline
2y ago
I use the following commands frequently * pull * push * checkout / switch * commit (ofcourse) * merge But I will end up needing * log / log --stat * stash * diff * show / show --stat * blame * revert * cherry-pick * reset * g
296.
▲
by
never_inline
2y ago
Most graduates in this country needs to be trained from scratch for any serious programming work, due to how horrible the education system is. So it's not worth for the startups.
297.
▲
by
never_inline
2y ago
I concur, I have seen videos of "Honda Unicorn 160 2025" motorcycle models which looked too much like high-end cruiser motorcycles then realized it was AI generated.
298.
▲
by
never_inline
2y ago
> So is calling abort(). (Which is the Unix way to do what you described. But in gui applications and servers, you will need to catch and report the error in some intermediate boundary, not exit the application. That's where go fall
299.
▲
by
never_inline
2y ago
> heavyweight ecosystem Try micronaut once. It does DI and even ORM mapping (with micronaut data jdbc) at compile time and avoids most reflection.
300.
▲
by
never_inline
2y ago
Can someone dumb it down for me how the new runtime.AddCleanup is different from much-disliked finalizers in java?
More ›