HackerLangs
TopNewTrendsCommentsPastAskShowJobs

rsyring

1,957 karmajoined 10 anni fa
keybase proof: [ my public key: https://keybase.io/randysyring; my proof: https://keybase.io/randysyring/sigs/o62LIbXLLJnsPvGLSV5A9hcVhOB9pnjZPnnDN3KuCIE ]

Submissions

Pi (Rust): High-performance AI coding agent CLI written in Rust

github.com
1 points·by rsyring·4 giorni fa·0 comments

aube: A New Dawn for Node Installs (from mise author)

aube.en.dev
6 points·by rsyring·3 mesi fa·1 comments

Agent sandboxing tools that mount projects R/W have gaping exploits

3 points·by rsyring·4 mesi fa·0 comments

Given AI, should I still consider becoming a computer programmer? Yes, and...

htmx.org
5 points·by rsyring·4 mesi fa·0 comments

Generative and Agentic AI Shift Concern from Technical Debt to Cognitive Debt

margaretstorey.com
1 points·by rsyring·5 mesi fa·1 comments

How AI reflects the hidden truths of your software pipeline

thenewstack.io
1 points·by rsyring·5 mesi fa·0 comments

How Generative & Agentic AI Shift Concern from Technical Debt to Cognitive Debt

margaretstorey.com
2 points·by rsyring·5 mesi fa·0 comments

Ask HN: How do you run LLM Agents safely?

6 points·by rsyring·9 mesi fa·1 comments

I've Been at NPR for 25 Years. Here’s How We Lost America’s Trust. (2024)

thefp.com
5 points·by rsyring·9 mesi fa·7 comments

Testing is better than data structures and algorithms

nedbatchelder.com
188 points·by rsyring·10 mesi fa·176 comments

comments

rsyring
·13 ore fa·discuss
For a lot of programming tasks, HAVING to think about memory is a disservice.

That's part of the reason why Python, go, Ruby, etc. are so popular.

There is no one right answer, it's very dependent on what's being built and where the ROI for the programming effort comes from.
rsyring
·5 giorni fa·discuss
Because it's security related, the trust needed to consider using it is just higher.

Trust at two levels: who are you? What HFT firm do you run? How do we know you are actually this HFT leader? What are you doing in the HFT firm that lends credibility to build a project like this? I.e. if you lead the sales team, and have no software dev background, it doesn't increase trust in this project. If you built all the software for the HFT firm, that matters.

Since it's security related, we want there to be signals in the project that we can trust it to not start sending all our data to some bad actor state or org.

Then there is trust at the code level... Does it work? Will it continue to work?

You built it in two weeks because, for the last four years, you were busy with other things. If you get busy again, will the project lag for the next four years?

You don't owe us any of these answers. It's OSS, engage at whatever level you want. But, understand that when you publish your efforts to a place like HN, we are going to find and mention the things that make us uncomfortable.

That said, it's a good sign that people are pushing back. It is a cool project and fits a real need. So if you can increase the trust signals in the project, I think you will get more users... If you really want them. More users means more critique. :)

I hope you do make an effort to increase the trust signals and keep working on the project because I'd like to use it.
rsyring
·5 giorni fa·discuss
Thanks for taking the time to reply.
rsyring
·6 giorni fa·discuss
Interesting project but can't find anything useful about the author's background on GitHub.

Commit history shows the project is a couple weeks old and the commit velocity only seems possible with heavy LLM involvement. Not unexpected but worth noting.

The repo's CLAUDE.md is huge which conflicts with published best practices around agent instructions and makes me wonder how much experience the author has using LLMs.

All that said, I'd like to use something like this for my personal devices since my personal and work Tailscale networks still can't run at the same time. But there aren't enough trust signals for me for this project yet.
rsyring
·7 giorni fa·discuss
What if I have multiple devices and some aren't currently online. Will they catch up when they do come back online?
rsyring
·8 giorni fa·discuss
I don't claim to understand the business or politics between RedHat and Ubuntu.

I do know many projects with way less resources seem to be able to support Ubuntu and other popular distros just fine. Often through PPAs or their own apt repos (like Docker, PostgreSQL, or Incus).

If RedHat doesn't choose to, so be it. But IMO, they can't really compete with Docker when getting a recent release on the most popular distros is such a major cluster F.
rsyring
·8 giorni fa·discuss
My point is that it's not good enough to compete in this space.

Look at the distros that Docker supports. That kind of support is what users expect. When Podman just leaves it up to the distros to support, it's understandable. But, yes, it's not enough.
rsyring
·8 giorni fa·discuss
I run Ubuntu 24.04 on my laptop and servers. The Podman version is 4.9.3.

It may be incompressible to you, but I'm not alone in thinking it's a problem:

https://github.com/podman-container-tools/podman/issues/2707...
rsyring
·8 giorni fa·discuss
Agreed. But, IMO, it looks like amateur hour when you compare their stance to the distro support Docker provides.
rsyring
·8 giorni fa·discuss
As long as they refuse to support installing on Ubuntu (and other popular distros), without relying on the distro repos which are always out of date, they will continue to lose to Docker.

Any serious project in this space supports as many distros as possible.

It's OSS, so I'm not complaining per se, I have no right to. They owe me nothing.

But this one issue has kept me from seriously considering Podman for years. They don't care about my use case and I therefore don't care to use their project.

When getting the latest version looks like this[1], who is really going to consider this for serious production uses?

1: https://github.com/podman-container-tools/podman/discussions...
rsyring
·9 giorni fa·discuss
The site is in Chinese (?) and there is no obvious way to switch to English on mobile?
rsyring
·11 giorni fa·discuss
bcp link is dead
rsyring
·14 giorni fa·discuss
Only EU currently
rsyring
·14 giorni fa·discuss
If you are interested in Gossamer, you may also be interested in Lis, which is Rust flavored and compiles to go: https://github.com/ivov/lisette

From their readme:

  Safe and expressive:

    - Hindley-Milner type system
    - Algebraic data types, pattern matching
    - Expression-oriented, immutable by default
    - Rust-like syntax plus |> operator and try blocks
    - Go-style interfaces, channels, goroutines

  Quietly practical:

    - Interop with Go ecosystem (WIP)
    - Linter, formatter, 250+ diagnostics
    - Fast incremental compiler, readable Go
    - LSP for VSCode, Neovim, Zed, Helix, GoLand
rsyring
·20 giorni fa·discuss
I accidentally posted this top level, but intended it to be a reply to your post: https://news.ycombinator.com/item?id=48620008
rsyring
·20 giorni fa·discuss
I'm somewhat hesitant to post this publicly but I'm empathetic with where you are at and maybe it will be helpful to you or others so here goes:

I’ve been chasing a similar symptom cluster: low-grade depression, anhedonia, "burnout", fatigue, poor sleep, stress intolerance, low motivation / executive function, loss of positive emotions including the ability to be "attracted" to things or feel affectionate, and low libido.

For years, I thought this was a mental/emotional health issue. But nothing I did seemed to impact it, including less stress and a sabbatical, and I finally started to wonder if it was more physiological than psychological. My symptoms were psychological (ish) but I started to wonder if there were underlying biological causes that amounted to more than "not handling life well, not trying hard enough, etc."

I eventually ran into a functional medicine practitioner who, for the first time ever, described a process that can happen in our bodies that fit my symptoms to a T. I don't have a good summary of it to post but, essentially, inflammation can cause the brain to become chronically fatigued (in the sense of not having the energy it needs), which can lead to hormone problems, which then recursively cause additional brain health issues. I'm doing a poor job describing it but, when it's described to me, it fit what I experienced almost exactly.

FWIW, it was incredibly liberating when I finally had a reason to think maybe this whole thing was something happening to me instead of being caused by me. A hormone specialist described it as: complex hormonal dysfunction secondary to chronic stress and inflammation.

A functional medicine workup found a mix of hormone-utilization issues, thyroid conversion issues, low-ish usable testosterone despite decent total testosterone, low iron availability despite elevated ferritin, and some inflammation markers. I also have a couple genetic variants that may matter in this context: MTHFR and APOE 3/4.

Mold/mycotoxin exposure is another possible contributor in my case. I’m not convinced it’s “the answer,” but testing suggested past exposure and possible ochratoxin involvement, so it’s now part of the differential rather than something I’d dismiss.

Some non-standard labs that they have started looking at in my case: free+total T, SHBG, estradiol, pregnenolone/DHEA-S, free T3/free T4/reverse T3, iron/TIBC/ferritin/transferrin saturation, B12/folate/homocysteine, inflammatory markers, and mold/home-environment testing if the history fits.

At a recent visit with my provider, she mentioned that just the low free T, thyroid, and iron would be enough to knock someone down and feel terrible. And I have other things going on besides that.

I work with Ashley Giles from Origin Medical in Georgetown, Indiana (USA). I believe she can work with people who aren't local. What I appreciate most about Ashley is that she's willing to look at the whole pattern — endocrine, nutrition, inflammation, sleep, stress physiology, and environment together. And she really knows her stuff.

I'm about 10 months into treatment and expect this to be a 2-3 year process to get back to normal. I'm better than I was...I'm at least mostly functional now on a day to day basis. But a lot of my symptoms are still present in one degree or another. So, no magic bullets here.

If anyone wants to discuss: [email protected]
rsyring
·mese scorso·discuss
I guess they could run the titles through a (flash) LLM to catch ones were keyword detection won't cut it.

Have to love the irony. :)
rsyring
·mese scorso·discuss
I'd like something like this but using firecracker VMs. Basically, a self hosted exe.dev.

Anyone building or using a project like this?
rsyring
·mese scorso·discuss
Android Firefox: there is no background image.
rsyring
·mese scorso·discuss
We are a software dev/consulting company. We have a lot of client repos and a lot of different internal teams. It's a real and significant problem for us and we are a pretty small org.

I've done consulting with bigger orgs (Fortune 500) and the more systems they have the harder it is to find things. It's a problem for them too.

So..in short, yes it's a real problem.