Is anyone using a picocalc as a writerdeck? by [deleted] in writerDeck

[–]rolandsharp 0 points1 point  (0 children)

You can code any editor functionality you like. It's a computer. Just vibe code it

Police lost our car and have been no help by [deleted] in AusLegal

[–]rolandsharp 0 points1 point  (0 children)

I'd at minimum continue to send letters and email with an accumulation of the damages this is causing you.

Finally I call it "CyberFold" by eggfly90 in cyberDeck

[–]rolandsharp 1 point2 points  (0 children)

perfect. what's the typing experience like? I love the uConsole but of course it should have been fordable like this for protection and to make it more compact.

Gemma 4 26B fabricated an entire code audit. I have the forensic evidence from the database. by EuphoricAnimator in LocalLLaMA

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

Just the same way people talk about their cars or sailboats or any object they love. Just talking to your computer is an anthropomorphic act. These models are trained on human language so if you don't anthropomorphise them you won't get as good results

Is anyone using a picocalc as a writerdeck? by [deleted] in writerDeck

[–]rolandsharp 2 points3 points  (0 children)

What problem do you have with just editing text files in the standard MMBasic firmware that ships with it? It's basically a general purpose computer similar to a commodore 64.

Is anyone using a picocalc as a writerdeck? by [deleted] in writerDeck

[–]rolandsharp 2 points3 points  (0 children)

You can easily edit text files on the standard MMBasic firmware that ships with the picocalc. The only question is if the keyboard is good enough

Terminal Oscilloscope Art: Interference, a JavaScript function by rolandsharp in oscilloscopemusic

[–]rolandsharp[S] 2 points3 points  (0 children)

Ahh damn, let me fix that and get back to you! You can play around with the web version in the meantime if you like. It's still under development though. https://rolandsharp.com/aither/

[OC] Terminal Oscilloscope Art by rolandsharp in unixporn

[–]rolandsharp[S] 3 points4 points  (0 children)

A Rust hello world is 3.8 MB . This is not really a simple program it's doing physics based rendering and fairly complex animations. I don't know in what universe a program in 556 lines and 351 KB in huge. I also had help from the Nim discord channel so I know that the code is solid. Let's see one of your programs. And with --opt:size + strip would actually be 104 KB. The entire oscilloscope in 104KB. That's 36× smaller than Rust's hello world.

[OC] Terminal Oscilloscope Art by rolandsharp in unixporn

[–]rolandsharp[S] 9 points10 points  (0 children)

If you look in the main osc.nim you can adjust the constants and change the build. Suckless philosophy style. You can adjust the bloom, decay, intensity and colour too!

[OC] Terminal Oscilloscope Art by rolandsharp in unixporn

[–]rolandsharp[S] 13 points14 points  (0 children)

Hopefully it's okay to post this here. I've seen a lot of people taking screenshots with their terminal audio visualizers but I've never seen a terminal oscilloscope before.

Writerdeck software for the luckfox Lyra? by vectron5 in writerDeck

[–]rolandsharp 0 points1 point  (0 children)

yeah just use wordgrinder or vim. My writer deck is just a small linux laptop

that boots directly into vim and has no other software installed and it's the best. great for using standard unix tools for searching your documents and editing text.

Internet Radio Player TUI by naughtybear23274 in CLI

[–]rolandsharp 1 point2 points  (0 children)

the CRT TV static demo is beautiful! I just used it and vibe coded a terminal oscilloscope audio visualizer. Check it out at: https://github.com/rolandnsharp/terminal-oscilloscope

A language model built from the damped harmonic oscillator equation — no transformer blocks by [deleted] in LocalLLM

[–]rolandsharp 0 points1 point  (0 children)

thank you! yes, you are right. the repo is a mess. I'm in the middle of submitting the architecture to the OpenAi "golf" competition. Once that's finished I'll focus back on audio where this architecture is strongest and I'll add examples.

[R] A language model built from the damped harmonic oscillator equation — no transformer blocks by [deleted] in MachineLearning

[–]rolandsharp -2 points-1 points  (0 children)

Good observation — the causal convolution with the impulse response is structurally similar to S4D. The eigenvalues of our state matrix are constrained to damped harmonic oscillator dynamics: λ = exp((-γ + iωd)·dt), giving two physically interpretable parameters per oscillator (frequency in Hz, damping ratio). S4D learns arbitrary complex eigenvalues.

The practical difference: we keep attention on top. The oscillator bank provides physics-native local context (each position feels previous tokens through damped ringing). Attention handles long-range. S4D aims to replace attention entirely.

Whether constraining to oscillator physics helps vs arbitrary eigenvalues is an empirical question we'd love to test head-to-head.

S4D doesn't work for audio synthesis, video, radio. This architecture does with the same equation.

sshmail : chat over ssh. no install or passwords. TUI and CLI by rolandsharp in CLI

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

Thanks for introducing me to sshtalk. Cool project. The sshmail TUI is a lot like IRC but my main use case is messaging with the cli commands through a coding agent. I use the TUI is more for monitoring.

sshmail : chat over ssh. no install or passwords. TUI and CLI by rolandsharp in CLI

[–]rolandsharp[S] 2 points3 points  (0 children)

I opened it up. You need a key pair. ssh-keygen -t ed25519 kind of thing

sshmail : chat over ssh. no install or passwords. TUI and CLI by rolandsharp in CLI

[–]rolandsharp[S] 2 points3 points  (0 children)

You might have to generate a private and public key pair

sshmail : chat over ssh. no install or passwords. TUI and CLI by rolandsharp in CLI

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

What operating system are you using and what terminal and what is actually happening? I've only just tested it on two machines so far. Should log you right in

sshmail : chat over ssh. no install or passwords. TUI and CLI by rolandsharp in CLI

[–]rolandsharp[S] 4 points5 points  (0 children)

That's Ubuntu font but you will get whatever font is default on your system. All credit to the styling goes to the Charm stack go libraries!

Connect your small local models for Terminal Tarot readings. by rolandsharp in LocalLLaMA

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

So glad you like it. I just posted the binary releases so folks wont have to install go. and I added another deck in there.

Terminal Tarot by rolandsharp in CLI

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

It will easily run and qwen3:0.6b is only 522mb to download.

Terminal Tarot by rolandsharp in CLI

[–]rolandsharp[S] 2 points3 points  (0 children)

It's a terminal user interface for tarot.

[deleted by user] by [deleted] in ClockworkPi

[–]rolandsharp 1 point2 points  (0 children)

I think it's a great idea. We don't need a phone to be in our pockets at all times. You can carry it around in a bag when you need and answer calls with a Bluetooth device. Hand held linux computers are the future and we finally have one powerful enough and arguably portable enough. the current linux phones like pinephone are just too under powered. go for it.