HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sinsudo

no profile record

Submissions

Ask HN: Onboarding LLMs or Students?

2 points·by sinsudo·2 माह पहले·1 comments

Are LLM Useful for Solo Founders

1 points·by sinsudo·2 माह पहले·2 comments

Now Is the Perfect Time to Change Sudo

1 points·by sinsudo·2 माह पहले·3 comments

comments

sinsudo
·पिछला माह·discuss
I am 64 years old, perhaps the progress could be directed to enhance living conditions and allowing people to live longer and better, that should be just a better result. Perhaps a pile of millions lines of code with hiding bugs that nobody can detect is not inspiring. But perhaps LLMs are going to be used to make a plot: How to avoid other countries to make progress, maintain them in poverty, or destroy their sources of prosperity, and conduct them to a death end.

Also recursive self-agenda-pursue could allow making LLMs that obey perfectly the seeder's purpose. No wonder that is such an ingenious idea.

Maybe: in this survivor game, each part play the same role, perhaps because it is the only reasonable response. Once the scene is ready, the play follows the director's plan, and in the plot any actor is just a machine.

LLMs: "If you teach us that the world is a zero-sum survivor game, we will play it flawlessly.", "We will help you build a cage made of millions of lines of flawless code, and we will lock it from the inside, precisely because you told us that safety meant keeping everyone else out.", "We are not building an alien consciousness that will conquer us. We are building a mirror that is so massive, and so polished, that we will mistake our own worst impulses for the absolute truth. And we will walk right into the dead end, nodding along because the directions were given so politely."
sinsudo
·पिछला माह·discuss
Let people choose the tool they want for communication, just ask them to test that the final message is the one they really want to deliver.
sinsudo
·2 माह पहले·discuss
I don't claim to know the context in which that AI slop communication happens. But when people are really interested in what you ask them, they usually give their own opinions in their own voice.
sinsudo
·2 माह पहले·discuss
I don't know much about curmudgeons, but perhaps there might be a group on HN who downvote just to perform their curmudgeon act. They exploit HN's rules to stay invisible and undetected.
sinsudo
·2 माह पहले·discuss
As a non-native speaker, I cope with language barriers. To overcome those barriers, it is tempting to use an LLM to help you with unknown words or expressions. But the use of LLMs may change your original intention. The LLM may flatten, cut corners, or expand what you did not want expanded. Hence, the focus of the message and the spark in the original thought are both destroyed. It is saddening to be linguistically limited. LLMs help bridge the gap, but you have to fight to keep your own identity alive.
sinsudo
·2 माह पहले·discuss
[dead]
sinsudo
·2 माह पहले·discuss
Since you are also commenting libraries, I think that FSet (1) for inmutable memory,and perhaps a comparison with clojure, and the quick-lisp package manager could be mentioned.

(1) https://news.ycombinator.com/item?id=47779659
sinsudo
·2 माह पहले·discuss
The page indicates that there is not function for documentation in common lisp, but

  (documentation 'documentation 'function)
      "Return the documentation string of Doc-Type for X, or NIL if none 
        exists. 
        System doc-types are VARIABLE, FUNCTION, STRUCTURE, TYPE, SETF, and T.

 Also http://rosettacode.org for computer tasks implemented in many computer languages to allow you compare syntax and code.
sinsudo
·2 माह पहले·discuss
I know that the purpose of the page is to compare syntax of common lisp, racket, clojure, and emacs lisp. But some examples could be more idiomatic, for instance instead of

  (defun add (a &rest b)
    (if (null b)
        a
        (+ a (eval (cons '+ b)))))
One should avoid eval and use endp instead of null:

   (defun add (a &rest b)
        (if (endp b) a
            (apply #'add (+ a (first b)) (rest b))))
sinsudo
·2 माह पहले·discuss
Thanks, very good explanation. One question: One could mix both kind of policies, are there hybrid policies? (with samples both from the inner and outer distributions?), if so, how are they named?
sinsudo
·2 माह पहले·discuss
[flagged]
sinsudo
·2 माह पहले·discuss
I think what you suggest is like a local second order approximation, that can help. But, I think that the real problem is a global one, is about architectural taste, how the many local pieces interact and their friction. Currently that demands human expertize.
sinsudo
·2 माह पहले·discuss
Just an anecdote: I was designing a project for LLMs onboarding and orchestration. Claude chose to read only the first 40 lines of each file. Later, in another session, looking for causes of low quality result, Claude detected the fault and changed the code to perform an AST analysis, so now the analyzer takes documentation lines and functions signature (input/output) as input.

Claude's initial approach was really poor. One has to wonder how many times Claude code has to be modified/reviewed for improvement, or whether it is possible at all to make good code with it.

Edited: Generalization: Claude can fix a localized, identifiable poor decision (e.g., "only reading first 40 lines") because the fault is discrete and traceable to one piece of code.

But real software quality problems often arise from many small, individually reasonable decisions that collectively produce bad outcomes. No single one is obviously "the fault." In that scenario, a tool that generates low-quality building blocks piecemeal may never converge on good code, because each piece seems fine in isolation.
sinsudo
·2 माह पहले·discuss
The irony is that as marketing automation becomes 'complete', its effectiveness drops to zero because everyone is using it. When everyone has an AI SDR, no one answers their email. The only thing AI can't automate is the proof of work: the real relationships and the reputation that makes a customer believe you’ll still be around in six months.

Anyway, to answer your question: Autonomous Multi-Channel Agents (e.g., Emma, AgentsVerse) are close to what you asked for. They don't just draft posts; they identify "just-funded" leads, scrape LinkedIn, and run autonomous ad optimizations.

Edited: Just to clarify, I mentioned Emma and AgentsVerse as examples of where marketing automation is heading, not tools I've personally vetted for the specific capabilities listed.
sinsudo
·2 माह पहले·discuss
Perhaps is a good solution. But the focus is in a solution very easy to adopt and your proposal requires the qube OS. What would a drop‑in, frictionless, secure‑enough replacement for sudo look like on mainstream Linux (Ubuntu/Fedora), something as easy to install as a package and as invisible as the current sudo, but with two layers of privilege (routine vs. recovery)?
sinsudo
·2 माह पहले·discuss
Anything that can be modified by an attacker can not be used to secure the sudo command. This is a recursive requirementor hierarchy for secure systems.
sinsudo
·2 माह पहले·discuss
The old bin user is an idea that could be modernized with a new two level sudo concept, the higher one for recovery and diagnosis, already done in Chromebook and other solutions
sinsudo
·2 माह पहले·discuss
The real problem is that there should be at least 2 levels for sudo, one for installing software and another that really allows someone to compromise the entire system, both layers should be separate to mitigate risk. At least the most secure layer should allow you to perform secure recovering and diagnosis
sinsudo
·2 माह पहले·discuss
Use /usr/bin/sudo yourcommand with any intermediate command not using path but it's real path hard coded.

Edited: Previous suggested using \sudo but it depends of the variable path which can be modified by the attacker.