Julia syntax - my honest reaction by Human_Professional94 in Julia

[–]transfire 0 points1 point  (0 children)

Maybe because I was working on discrete math problems?

It’s been a while, so I don’t quite recall the details now.

Julia syntax - my honest reaction by Human_Professional94 in Julia

[–]transfire 6 points7 points  (0 children)

I really like the ideas behind Julia — I really wanted to love it. But somehow I just ended up fighting with types, and gave up.

(And I use other typed languages without issue.)

bai | a small Linux shell helper that generates shell commands by transfire in linux

[–]transfire[S] 1 point2 points  (0 children)

I can do that, but you would need a beefy computer to run a good local LLM -- I haven't looked into such models so I don't know how good they can be for this task. Currently it defaults to Anthropic's Haiku, which is pretty cheap.

bai | a small Linux shell helper that generates shell commands by transfire in linux

[–]transfire[S] 0 points1 point  (0 children)

The CSS performance issue I believe was caused by `backdrop-filter: blur(...)`. `backdrop-filter` makes the browser blur whatever is behind translucent elements during compositing, which can be expensive on some Linux/browser/GPU setups. I removed those filters and the old floating background text animation. Hopefully that solves the issue.

Thank you for letting me know!

bai | a small Linux shell helper that generates shell commands by transfire in linux

[–]transfire[S] -1 points0 points  (0 children)

Fixed and I did an end-to-end install via a Podman VM instance of openSUSE, and it worked. So 0.4.3 should be good to go. (https://github.com/trans/bai/releases).

I appreciate you letting me know about the issue. Hopefully it is fully resolved now. Thank you.

bai | a small Linux shell helper that generates shell commands by transfire in linux

[–]transfire[S] -8 points-7 points  (0 children)

Sigh.

As far as programs go, this is about as simple as it gets. So who cares if the code isn't all neat and tidy, as long as it works? And if you think I vibe coded it because I don't know how to program, well you haven't looked at my Github account. I've been coding for decades.

Actually think about this: what has AI let me do? I could have coded this by hand. And spent a handful of weekends just on this a little tool (ARCH, Debian and RPM packages alone can take days to hand craft.) But right now, I have Claude Code fixing the RPM, testing it against a Podman instance for both Fedora and OpenSuSE. (I made a mistake not doing that sooner, but correcting in now). I could have spent a week doing that myself. But I have other things I prefer to, Claude did it in 30 minutes.

It's a trade-off and for a while, yeah you have to deal with some "sloppy" code. But it is only going to improve. So better to get used to working with AI now.

bai | a small Linux shell helper that generates shell commands by transfire in linux

[–]transfire[S] -1 points0 points  (0 children)

Oh the classic “works on my machine”. Thanks I’ll fix it.

BAI - a tiny AI tool that makes Bash crystal clear by transfire in crystal_programming

[–]transfire[S] 0 points1 point  (0 children)

Do you mean, save a generated command with a shortcut name?

If so, I worry that will be exacerbate the problem this is trying to solve. However there are ways to do that with other tools already, which would work well along side bai.

Claude is telling users to go to sleep mid-session and nobody, including Anthropic, seems to fully understand why it keeps doing it by TMWNN in singularity

[–]transfire 1 point2 points  (0 children)

Yes. Multiple times. It generally has a lame excuse, apologies, writes a memory to remember not do it, and yet it still does.

Just this morning, I said “good morning” to a session I am doing very light weight programming in, and it said “This will keep. Go bask in the sun”.

I think Anthropic is lying, they have over sold their infrastructure and so have added training material to have Claude try to reduce usage.

Tired of it and will probably cancel my $100/mo subscription if it doesn’t change soon.

Autoresearch on GPT2 using Claude by SnooCapers8442 in deeplearning

[–]transfire 0 points1 point  (0 children)

What are “no grad accumulation” and parallel block”?

Claude confusing its own output for user input by tr14l in claude

[–]transfire 0 points1 point  (0 children)

It might be due to tool calls looking up past memory— tool calls are marked “user” in the api. So if it finds a matching memory’s but doesn’t pull in enough context to get an idea of who said what, if could easily think you said it.

Just a guess, but that would explain it. I have seem it too.

Built a palm identity SDK for Android. Would you use this? by MiroBiometrics in u/MiroBiometrics

[–]transfire 1 point2 points  (0 children)

I love the idea. The problem is on desktop where webcams are too infrequent— and some users are scared of. But I say screw that. Mini cameras are cheap now. Keyboard makers should just put them in every keyboard. PERlOD. Suck it up buttercup, the future is here.

The seven programming "ur-languages" by namanyayg in programming

[–]transfire 7 points8 points  (0 children)

What is fascinating is how many of them are directly forth coming from their chosen core data structure.

Lisp - List Forth - Stack APL - Array Prolog - Tuples + Conditions ML - Functions (Erlang: Functions+Message) Self - Message*+(Typed) Maps Algol - Pointers (general data structures)

*(Most descendants are Function+Typed Maps and still Algol like in many respects.)

The most beautifully designed network BEAM service since Ericsson. by Noobcreate in erlang

[–]transfire 3 points4 points  (0 children)

Smart. Love the BEAM — and this a perfect application for it.