HackerTrans
TopNewTrendsCommentsPastAskShowJobs

donaldihunter

560 karmajoined 12 ปีที่แล้ว

comments

donaldihunter
·11 ชั่วโมงที่ผ่านมา·discuss
Yeah, Adobe's annual paid monthly plan that auto-renews and locks you in is pure evil.
donaldihunter
·11 ชั่วโมงที่ผ่านมา·discuss
This is the most recent version I have found:

https://svs.gsfc.nasa.gov/5190/
donaldihunter
·19 วันที่ผ่านมา·discuss
Yes, I think the best avenue for exploration in this space would be to start with literate programming tools like Jupyter notebooks or Observable.

https://new.observablehq.com/@observablehq/notebooks-2-0-sys...
donaldihunter
·19 วันที่ผ่านมา·discuss
Visual languages often fail when it comes to concurrent development where the state of the art is textual diff and merge. The IBM Rational suite attempted visual model diff/merge but I recall it being unworkable in practice.

Modern collaborative visual tools like Miro sidestep the concurrent development problem by being live multiplayer and by essentially having no version management at all.

Most visual BPM tools that I'm aware of try to mix flowchart style programming with e.g. Javascript on activity nodes, but they fail provide any developer-time syntax checking or completion. They also tend to serialise to XML which is unworkable in practice for diff/merge of the visual logic.

In a previous job we developed an in-house flowchart based language that embedded Javascript. We put the effort into writing a first-class Eclipse plugin that had syntax checking and completion across all graphical and Javascript constructs. It even had interactive debugging that interleaved graphical and textual single-stepping. We never solved the diff/merge problem in a satisfactory way.
donaldihunter
·2 เดือนที่ผ่านมา·discuss
There's also https://www.inceptionlabs.ai - it's not confusing at all.
donaldihunter
·4 เดือนที่ผ่านมา·discuss
Ditto for nexus
donaldihunter
·4 เดือนที่ผ่านมา·discuss
You'll be looking for https://code.tvl.fyi/about/tools/emacs-pkgs/reka
donaldihunter
·6 เดือนที่ผ่านมา·discuss
Yes, the TEE is CPU + H100 GPU.
donaldihunter
·8 เดือนที่ผ่านมา·discuss
Much as I love org-mode tables, I'd say the only axis where an org table is more feature rich is the formula support. Visidata is an amazing multitool for exploring tabular data that supports many data sources. From an ergonomic perspective, visidata wins.
donaldihunter
·8 เดือนที่ผ่านมา·discuss
People say that as if the Nvidia experience is better. Nvidia also has a horrible developer experience.
donaldihunter
·9 เดือนที่ผ่านมา·discuss
Let's not be overly reductive, Claude Code is a TUI with a CLI for all input including slash commands.
donaldihunter
·9 เดือนที่ผ่านมา·discuss
Geekworm make cheaper KVM hardware built around the Raspberry Pi. I have a KVM-A8 which mounts in a card slot.

https://geekworm.com/collections/pikvm
donaldihunter
·9 เดือนที่ผ่านมา·discuss
Oh, that's interesting. Linux kernel hacking is the area where I have the best chance of contributing something. If I can get my m3 max bootstrapped to a blinking cursor then I'd be very happy to participate in kernel work.
donaldihunter
·9 เดือนที่ผ่านมา·discuss
I don't think ZK proofs help to establish trust in a photo's authenticity at all. C2PA is a well thought out solution to this problem.

https://spec.c2pa.org/specifications/specifications/2.2/spec...

> The C2PA information comprises a series of statements that cover areas such as asset creation, edit actions, capture device details, bindings to content and many other subjects. These statements, called assertions, make up the provenance of a given asset and represent a series of trust signals that can be used by a human to improve their view of trustworthiness concerning the asset. Assertions are wrapped up with additional information into a digitally signed entity called a claim.
donaldihunter
·9 เดือนที่ผ่านมา·discuss
Likewise, cognitive decline isn't what's happening here since that would require cognition. At best it is a simulation of cognitive decline.
donaldihunter
·9 เดือนที่ผ่านมา·discuss
There are plenty of great TUIs out there: https://terminaltrove.com/explore/
donaldihunter
·10 เดือนที่ผ่านมา·discuss
I have been using Emacs for 35 years and I am still learning along the way. It has been the one constant across Solaris, Linux, Windows and macOS for all that time.
donaldihunter
·10 เดือนที่ผ่านมา·discuss
Definitely a YMMV kind of vibe. Ignore all the opinionated takes and find your own personal opinionated path.
donaldihunter
·11 เดือนที่ผ่านมา·discuss
> I'm curious what emacs users are doing these days.

Using Emacs for pretty much everything. Org (w/ babel) for most of my notes, blogs, presentations and todo lists. Magit for everything git. Gnus for keeping up with the linux kernel mailing list firehose. LSPs for C, Python, Go, Rust. Tide for typescript. I use aider and aidermacs for my AI pair programming. Haven't tried Claude Code yet but it's on my todo list because everyone raves about it. I even use mastodon.el, and Circe for IRC.

I use macOS native emacs built from source, currently 31.0.50. The largest project I work with is the Linux kernel which I edit remotely using Magit and LSP over TRAMP.
donaldihunter
·4 ปีที่แล้ว·discuss
I was running Wireguard exactly as you describe, but I'm now using Tailscale because convenience.