In the vast majority of cases, AI systems are all remote workers (to the extent they can currently be considered workers).
16.06.2025 22:46 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0@nusentry.org.bsky.social
I like to run, play around with programming languages and other computing tech, read biology and math, as well as lots of popular nerdery (like Tolkien). All in fairly small doses though. Ithaca, NY resident and frequent visitor to Kentucky.
In the vast majority of cases, AI systems are all remote workers (to the extent they can currently be considered workers).
16.06.2025 22:46 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0University accreditation in the US: the new Twitter Blue?
04.06.2025 22:58 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0OK, first pass at a tiling window manager for OSX is a thing ๐
This is me updating Penrose to remove the X11-isms and then implementing a backend for OSX that lets you drop in pretty much all of the existing functionality.
#rust #rustlang #osx
github.com/sminez/penro...
github.com/sminez/penrosx
The default runner script wasn't really useable, so I modified it to be this: gist.github.com/bbarker/ab6a...
However, it still has this issue: error: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'GOOGLE_SDK_NODE_LOGGING')
Any @deno.land users have suggestions?
Not much experience with @deno.land , but I thought I'd try to install @anthropic.com 's claude-code with it
deno install --global \
--allow-read \
--allow-net \
--node-modules-dir=auto \
--allow-scripts \
-n claude-code \
npm:@anthropic-ai/claude-code@0.2.29
I call it the carotosome
27.02.2025 23:12 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0I had a similar issue yesterday with a totally normal reply to a friend.
14.02.2025 09:49 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0I created a #nix flake for @nikl.me 's excellent game template project using the #rustlang #bevyengine :
github.com/NiklasEi/bev...
I've tested on NixOS, Pop!_OS (Linux) and MacOS (Intel).
For those interested in such things, more testing and feedback would be most welcome.
Interesting - if I start from a bad state, enter the bash interactive shell to get into a good state, and launch tmux, I do get the problematic behavior again, as you described:
25.01.2025 15:33 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0I built a gorgeous slide deck this week using typst and now I will not go back!
typst.app
It is just `typst` in nixpkgs, btw.
Any other #nixos users noticing odd behavior with dev shells in 24.11? nusentry.org/posts/intera...
24.01.2025 13:32 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0I believe virt-manager uses vnc
24.01.2025 11:34 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0www.theverge.com/2025/1/22/24...
Strange world
What are we looking at?
07.01.2025 22:57 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Yeah I'm sympathetic to that perspective and I think it depends a bit on the person, a bit on the program, and what they want to do. Teaching C to most middle schoolers for instance, is probably not idea. Undergrads in a CS course, or even in high school, I'd lean more towards C (personally).
06.01.2025 03:16 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0I think I agree with everything you said if you take out the word "first". Otherwise I'm not convinced. Should a first programming language, for *CS* students, necessarily be the *best* language (by some metric for best).
Put another way here: youtube.com/shorts/RYNrf...
As someone who absolutely wouldn't want to program in C, I think it's a great first language for CS. You learn a bit about the computer itself, as well as programming, and eventually, why you don't want to use C.
06.01.2025 02:19 โ ๐ 3 ๐ 0 ๐ฌ 1 ๐ 0Picking a non binary, grey scale solution also tends to require more communication in a team, etc.
22.12.2024 13:03 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0In software development, the hard decisions almost never seem to be this or that, but how much of this and how much of that.
22.12.2024 13:01 โ ๐ 3 ๐ 0 ๐ฌ 1 ๐ 0Is this an open source game by any chance? (No judgement, just curious, as it seems like the style of game I would like; still kinda regret missing Ultima Online)
21.12.2024 18:57 โ ๐ 2 ๐ 0 ๐ฌ 2 ๐ 0(here I'm using Unison lambda functions as syntactic sugar for introducing lamba calculus abstractions)
21.12.2024 15:01 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0I really should write a post about writing a lambda calculus in @unison-lang.org ; it has been quite fun to add syntactic sugar:
{{
tru = ฮปt. ฮปf. t;
}}
untyped.tru : '{LCtx untyped.Binding, Exception} untyped.Term
untyped.tru = do
ฮป "t" (tt -> ฮป "f" (ff -> mkVar tt))
This has oddly been my experience using Google Voice in the browser lately.
20.12.2024 07:33 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0I like Scala, especially Scala 3; use it at work. I like Rust too, but it helps if you're interested in low level or computational efficiency. Because you're going to pay for it. That said, Rust has an amazing build system (cargo).
15.12.2024 01:54 โ ๐ 4 ๐ 1 ๐ฌ 0 ๐ 0Sorry for the typo in your name, Mitchell! (Rosen, not Wrosen - ๐คฆโโ๏ธ)
13.12.2024 14:10 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0And on that note I have a small @unison-lang.org library where I've started to put `@html` utilities: share.unison-lang.org/@bbarker/htm...
It isn't properly documented yet; I'll hopefully write a small post about it; posting in case you are looking for a home for your odd html utility function.
Thanks to Mitchell Wrosen @unison-lang.org for showing how to move code between projects (why have a utils namespace when you can have a utils library?)
github.com/unisonweb/un...
Today I found a powerful tool for working with JSON in the terminal! ๐
๐ jnv: Interactive JSON viewer and jq filter editor.
๐ Supports filter auto-completions, hint messages & more!
๐ฆ Written in Rust!
โญ GitHub: github.com/ynqa/jnv
#rustlang #json #terminal #jq #commandline #interactive #tool
I wrote what might be a good follow-up blog post to this a few months back: nusentry.org/posts/concis...
12.12.2024 12:53 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0My condolences on having to work on light mode :-)
Seriously though, great work, I need to find my way out of the terminal at some point and try it.