VasilyS's Avatar

VasilyS

@denkruum.ch

24
Followers
57
Following
24
Posts
17.11.2024
Joined
Posts Following

Latest posts by VasilyS @denkruum.ch

Great article - thanks for sharing.

I was having similar thoughts. Devs are so used to (even love) adapting their tools (e.g. vim/IDEs, shells, themes, snippets, etc, etc) that many just double down on LLMs.

It's unavoidable but, in this case, is rather sad.

24.06.2025 16:52 👍 1 🔁 0 💬 0 📌 0
TLA+ Video Course

Actully studying TLA+ using lectures by one and only Leslie Lamport is a lot if fun!

The classics of CS just have that special something!

lamport.azurewebsites.net/video/videos...

21.06.2025 18:03 👍 0 🔁 0 💬 0 📌 0

Very nice research direction!

But why is it even reasonable to assume that LLMs can "learn" an algorithm? Not just in the sense of "context" that results from an algorithm's description (or samples of its application), but as a methodology?

20.06.2025 19:13 👍 1 🔁 0 💬 1 📌 0

I don't know - it all feels scummy to me. A bit of searching around doesn't reveal an reputable source.

Cybernews, who supposedly found it, is a typical "ads driven portal", IMHO.

They talk about their research team, but otherwise have no factual blog posts, etc. that confirm its existence.

20.06.2025 15:37 👍 0 🔁 0 💬 1 📌 0

Sounds really interesting!

Dumb question, if I may.

Is the idea of "anonymity",when issuer and redeemer are the same entity, to enable "oracle" like verifications? I.e. one gets a credential, presents it to a 3rd party and that 3rd party then check the cred's validity with the issuer?

25.02.2025 12:24 👍 0 🔁 0 💬 1 📌 0

Rust does make NIF integration API usage both easier and robust. So it's a win.

Another aspect of "safeness", IMHO, is the amount of underlying C/C++ code.

In BEAM it's quite significant. It's well tested, but still, things can go wrong...

29.01.2025 20:10 👍 1 🔁 0 💬 1 📌 0

Nice talk. However, I really don't agree with their assessment of and positioning of Rust.

Yes, one can easily use unsafe scope, but it's really an exception and doesn't integrate easily with the rest of the code.

I'm actually developing something now using both Elixir and Rust.

29.01.2025 20:10 👍 2 🔁 0 💬 1 📌 0

Important topic!

18.12.2024 19:18 👍 1 🔁 0 💬 0 📌 0

That's neat! I didn't realize that flox was nix based.

So you are competing with e.g. devenv?

18.12.2024 19:11 👍 0 🔁 0 💬 0 📌 0

The analyst's note must have written with the help of an LLM :)

18.12.2024 13:51 👍 0 🔁 0 💬 0 📌 0

042?

09.12.2024 14:12 👍 0 🔁 0 💬 1 📌 0

any tips?

04.12.2024 20:58 👍 1 🔁 0 💬 1 📌 0
Preview
The Winds of Change Death, reflection, and shortening lifespans

"If you wait until the last possible NIST-approved date before you retire algorithms, then you’re a cryptographic jackass."

#CRYTOGRAHY

chasingcyber.com/p/the-winds-...

30.11.2024 18:18 👍 0 🔁 0 💬 0 📌 0

Perhaps new approach is needed, where config settings of terminals, displays managers, etc allow easy composition?
Not a flat file, but logical, reusable blocks? Maybe that can lead to standardization across components (apps) that do similar things?

30.11.2024 13:03 👍 1 🔁 0 💬 0 📌 0

It's joy to deploy/define servers with NixOs.
And it's a pain, IMHO, to define a personal workstation.
The former is an utility - easy to define what it does.
The latter is (usually) an evolution. Iterations on Desktop settings are not natural with a declarative config.
🧵

30.11.2024 13:03 👍 2 🔁 0 💬 1 📌 0

The "Einstellungseffekt" makes it hard though to anticipate/recognize "easy" solutions to the orchestration challenges.
I'm wondering, whether it's possible to build a full featured solution on top, which'll be a lot simpler than K8S in the end.

30.11.2024 12:51 👍 1 🔁 0 💬 1 📌 0

Thanks for highlighting this talk! The idea is really powerful and, in hindsight, quite natural in the NixOs world.
It kind of goes in the direction of fly.io - deploying and orchestrating micro VMs vs containers.

30.11.2024 12:51 👍 0 🔁 0 💬 1 📌 0

OMG, finally!

29.11.2024 20:28 👍 1 🔁 0 💬 0 📌 0
Preview
GitHub - VasiliyS/kerilex Contribute to VasiliyS/kerilex development by creating an account on GitHub.

Especially considering that I was explaining the inner workings of KERI/ACDC :)

If anyone is curious here's the repo github.com/vasiliys/ker...

29.11.2024 16:57 👍 0 🔁 0 💬 0 📌 0

Elixir's Livebook is life saver when it comes to demoing and explaining technical concepts. I had to do two technical deep-dives today for a mixed audience and it wouldn't have worked without it!

#ElixirLang

29.11.2024 16:57 👍 8 🔁 0 💬 1 📌 0

I thought I was fully comfortable with Vim, until I discovered that by default 'backspace' setting is empty. Meaning that all of a sudden your backspace key goes weird in insert mode.
Frustrating when editing generated 'configuration.nix'. 'set backspace=indent,eol,start' and all is good again :)

24.11.2024 13:55 👍 0 🔁 0 💬 0 📌 0
Preview
How Bluesky Was Influenced by Scuttlebutt, a P2P Protocol Bluesky's CTO was an early developer on Scuttlebutt, a P2P protocol that aimed to help us escape the rat race of mainstream social media.

One of the unsung heroes of Bluesky’s success is @dominictarr.bsky.social, whose Scuttlebutt protocol was an inspiration for @pfrazee.com (the first dev to join Dominic in 2014). Some of those P2P learnings from Scuttlebutt eventually made their way to Bluesky. thenewstack.io/how-bluesky-...

21.11.2024 19:38 👍 20 🔁 5 💬 3 📌 0
Confidential OCR | optical character recognition commandline Convert images to text without uploading confidential data to a third party

Apparently, it's quite easy to use a local ML model to do an OCR confidentially!

www.johndcook.com/blog/2024/11...

22.11.2024 12:08 👍 0 🔁 0 💬 0 📌 0
Migrating PDS Account with `goat` | bryan newbold Account migration is an important feature of atproto, and has been possible in the live network since February of this year, but is still a bit scary and developer-oriented. As part of documenting th...

Fairly exciting to try a social network that is really using a DID method.

I'm looking forward to try and test the theory behind AT Protocol to see if I can move to a self hosted PDS. I plan to follow the whtwnd.com/bnewbold.net... by @bnewbold.net, just need to set-up a VPS first.

17.11.2024 17:11 👍 2 🔁 0 💬 0 📌 0
Preview
Next steps with Bluesky - hosting your own data and more on the API Chris McLeod is a software developer with over 20 years of experience. Sometimes he writes about it.

I made an update recently that covers accounting for users with a self-hosted PDS. Still very high level and basic: chrismcleod.dev/blog/next-st...

17.11.2024 11:27 👍 4 🔁 1 💬 0 📌 0

the correct handle is @christophera.bsky.social :)

17.11.2024 16:39 👍 0 🔁 0 💬 0 📌 0