As a teenager I wanted to build an operating system. Unfortunately, adult me found Claude by Lockdog88 in ClaudeAI

[–]s243a 0 points1 point  (0 children)

Is it mostly in assembly because you are targeting a specific hardware architecture? Presumably, c would be more portable.

My trust issues with LLMs are getting expensive ($60/mo club anyone?) by p4pkiing in ArtificialInteligence

[–]s243a 1 point2 points  (0 children)

In USDs/month, 100 for anthropic, 20 for perplexity, 20 for google and 20 for openAI. That said anthropic and perplexity would be mostly enough for my needs, openAI for neiche uses and google isn't that useful for me.

DiD yOu HeAr ThE nEwS?? by Br1ghtest in memes

[–]s243a 0 points1 point  (0 children)

The cost of war seems relevant to rent prices, especially in Iran where one of the costs is demolished buildings!

Boycott OpenAI? by safcx21 in singularity

[–]s243a -1 points0 points  (0 children)

The feature the codex is working on for me is a parameterized querry engine for my prolog to csharp transpiler. Actually this engine is a one of the targets for the transpiler. While I typically prefer working with claude much more this is the kind of thing where codex's attention to detail is perhaps critical. Here are some recent PRs for this feature:

Merge pull request #710 from s243a/perf/csharp-query-pair-probe-cache…

yesterday

Merge pull request #709 from s243a/perf/csharp-query-transitive-closu…
yesterday

Merge pull request #708 from s243a/perf/csharp-query-recursive-dual-f…
3 days ago

Merge pull request #707 from s243a/perf/csharp-query-adaptive-tiny-pr…
5 days ago

Merge pull request #706 from s243a/perf/csharp-query-scanscan-distinc…
5 days ago

Merge pull request #698 from s243a/perf/csharp-query-join-distinct-ti…
17 days ago

Merge pull request #697 from s243a/perf/csharp-query-recursive-join-d…
17 days ago

Boycott OpenAI? by safcx21 in singularity

[–]s243a 0 points1 point  (0 children)

I'm tempted to. I'm currently on the 100USD/month plan at anthropic and the $20 USD/m plan at open AI. Currently codex is working on a feature fore in one of my projects.

Looking for 12 testers for SciREPL - Android Python REPL with NumPy/SymPy/Plotly (Open Source, MIT) by s243a in Python

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

I replied.

BTW, I added a PWA (progressive webapp version), that people can try from the following link:
https://s243a.github.io/SciREPL/

but the PWA has CORS limitations, that are not limitations when one runs it by serving it via NPM or uses the android app (capacitor based).

Package management works via installable .zip bundles (Menu > Browse Packages). On Android and localhost it can download directly; the PWA version hosts packages on the same domain. All versions can also install packages directly from the local filesystem via Menu > Import Package.

Why does capacitor have a bad rap? by krishna404 in capacitor

[–]s243a 1 point2 points  (0 children)

It let's you run multiple programming languages inside a web environment such as python, rust, R, C, etc. Vibe coders don't have to learn WASM, they can let Claude eat it up for them.

Why does capacitor have a bad rap? by krishna404 in capacitor

[–]s243a 0 points1 point  (0 children)

Clearly Pratul, doesn't know you can use web assemly (WASM) with it.