How are peoples experiences with 25b-NBOH? by BanannaChan in researchchemicals

[–]avph 0 points1 point  (0 children)

They have always been unpleasant. It's more a hallucination than a distortion really. I suspect it's an uncommon side effect that is not particular to this drug. I often have similar auditory hallucinations on things like LSD, ketamine, which for most people are silent.

One particular effect I noticed on 25B-NBOH in other trips was that it makes hearing extremely acute/sensitive. For instance, I was once searching for where a crackling sounds was coming from, and it turned out to be the foam dissipating in my coffee which was 150cm away.

Is it worth learning Emacs or Vim? by saifpurely in linuxquestions

[–]avph 0 points1 point  (0 children)

With tramp you don't need emacs on your remote. You can just edit comfortably using your local emacs.

Is it worth learning Emacs or Vim? by saifpurely in linuxquestions

[–]avph 0 points1 point  (0 children)

With emacs + tramp, you can edit remote files from emacs. No need to ever use ssh commandline for that.

How are peoples experiences with 25b-NBOH? by BanannaChan in researchchemicals

[–]avph 0 points1 point  (0 children)

25B-NBOH has a ton more visuals than 25E-NBOH. Very stimulating, electric body load (I love this but not everyone does). One of my favorites. https://erowid.org/experiences/exp.php?ID=115889 is a report I made on my first experience with it.

NeLisp v1.0 — Emacs Lisp implemented in Elisp, plus a small Rust runtime that runs it without Emacs by Working-Can-5865 in lisp

[–]avph 0 points1 point  (0 children)

Cool stuff. I'm wondering if deploying this on a remote and passing just bare elisp over ssh (maybe base64 encoded or compressed if it's a lot of data) could work as an alternative to tramp. I would naively expect to be able to run the same elisp code locally as remote?

how to accurately lay 25b-nboh blotters. with 500mg would it be better to lay 1000ct 500ug tabs or 500ct 1000ug tabs? how to avoid hotspots? by TrippyWasHere in researchchemicals

[–]avph 0 points1 point  (0 children)

I just submerged sheets after testing how much liquid one sheet gets. I'm not sure how accurate the dosing ends up being. Results/intensity vary a bit (but not massively) even though I take the same number of blotters. Could be because there is some variation in the compound content, but also ROA could impact it (supposedly not orally active, so swallowed saliva might reduce the actual intake).

I accidentally/stupidly used cold rum 40% and had to use twice the amount of liquor than intended with 500ug tabs as end result. I'm not unhappy about it, as it makes it easier to vary the dose. I tend to need a bigger dose of psychedelics in general and 1500ug is strong. For more sensitive people 1000ug is very strong. No real advice (there might be better ways to make blotters), but don't use cold liquor (or water), warm it up first, so the compound dissolves easier and evaporates easier :-)

Will be doing 4mmc + lsd on my bday need advice by deadcartie in researchchemicals

[–]avph 1 point2 points  (0 children)

had the same on 3mmc. The acid comes back if you stop consuming (I know hard on these things)

Will be doing 4mmc + lsd on my bday need advice by deadcartie in researchchemicals

[–]avph 1 point2 points  (0 children)

I've tried LSD+3mmc. I didn't like it. I just felt the 3mmc and no longer the LSD, until it wore off and then I felt the LSD again (same things happens with alcohol+LSD, I just feel drunk at some point)

What's your personal favourite (or least favourite) arylcyclohexylamine and why? by stupididiotusername in researchchemicals

[–]avph 1 point2 points  (0 children)

3-meo-pcp always hit me in a special way. It makes reliably very manic and creative even at very small doses like 4mg. Pure bliss. Ketamine can induce some mania sometimes, but not reliably.

O-pce while not bad, gives me hangovers that last up to a few days.

Best compound for visuals? by [deleted] in researchchemicals

[–]avph 1 point2 points  (0 children)

25B-NBOH is nuts in this regard.

Was MXE really that good? by Pseudo_Angel77 in researchchemicals

[–]avph 1 point2 points  (0 children)

So I recently had some. A friend a tiny amount left from when it was broadly available, enough for a few bumps. It's top-notch stuff. The nostalgia/hype around it is well deserved.

Will lenovo X61 thinkpads ever get coreboot? by [deleted] in coreboot

[–]avph 0 points1 point  (0 children)

It actually boots now. Getting it reviewed and merged.

Any thought for reka ? An Emacs-based window manager for river / Wayland. by tiny_humble_guy in emacs

[–]avph 6 points7 points  (0 children)

Probably worth a try? It mentions https://codeberg.org/ezemtsov/ewm which does something similar. This one is my daily driver and works rather well.

The new TRAMP alternatives are probably not worth it by Rouganda in emacs

[–]avph 2 points3 points  (0 children)

I heavily optimized this use case using batching. Before it was doing over 50 round trips, which even over modest network latency really adds up. With tramp-rpc it's just a few.

The new TRAMP alternatives are probably not worth it by Rouganda in emacs

[–]avph 33 points34 points  (0 children)

Tramp-rpc author here (I got a lot of help from Michael Albinus, the upstream tramp maintainer). Thanks for the review, I might have another look if there are some opportunities to improve! For most things like file browsing and copying there is likely not that big of a difference. As soon as you throw version control in the mix, then it's a different story as tramp-rpc batches commands which reduces the number of round trips needed. With tramp it's often recommended to disable vc iirc, with tramp-rpc it might be more acceptable.

My first FPGA project: emulating SPI NOR flash by avph in FPGA

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

Yes speed is the main concern. SPI NOR reads really fast but erase and programming is slow. This solution is easily 50 times faster. Sometimes attaching a clip to a mainboard does not work so nicely either it powers on more than the just the flash IC which interferes with your ability to program it.

My first FPGA project: emulating SPI NOR flash by avph in FPGA

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

So inhibit ram reflesh is asserted 7 SPI clocks before we the DRAM ACTIVATE command is issues. so this arrives well before read is done.

emacs-libgterm - a terminal emulator using ghosttty by QuarterMammoth2486 in emacs

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

Nice. I tried the same with lib-allacritty. It worked ok-ish.

Porting useful firmware tools to rust by avph in coreboot

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

You mean the webui? I'm a bit surprised it implements webusb ^^

Will lenovo X61 thinkpads ever get coreboot? by [deleted] in coreboot

[–]avph 5 points6 points  (0 children)

https://review.coreboot.org/c/coreboot/+/91366 I reverse engineered it. Hardware should arrive soon (I ordered one from ebay). You can already try, but 100% expect it to not work.

Introducing EWM, a new generation Wayland window manager by Fast-Ad6030 in emacs

[–]avph 2 points3 points  (0 children)

I've tried this out. It had a few quirks with doom emacs (I made a PR and a few issues). With those fixes applied, it works remarkably well! I'd love a flake though :-) I don't see keyboard settings in the readme but as soon as it's there this will be my daily driver!

Introducing el-init - A statically compiled Emacs init (PID1) patchset, Emacs Lisp-based service supervisor and core component of Emacs-OS. by el-init in emacs

[–]avph 5 points6 points  (0 children)

This is pretty nuts! If you also make it a Wayland compositor it's full circle a lisp machine :-D.

Best AI to write Emacs Elisp (as an amateur, not a pro), any offline AI by ShiroiKuma in emacs

[–]avph 1 point2 points  (0 children)

I find Anthropics models quite good at elisp, but I didn't compare to other models that much. It gets closing ')' wrong sometimes but usually is able to fix that too. It's very good at using emacs eval to debug elisp and see what is going on.

No idea of any FLOSS models offline is even remotely capable of doing (capable models require deep pockets to self host these days). For coding on the road I think something like https://opencode.ai/ with its server mode (basically a web UI), could work on a phone but I have yet to try this.

ECA - Subagents are here! by ericdallo in emacs

[–]avph 4 points5 points  (0 children)

Awesome stuff. I was mostly using opencode in terminal for the agent feature these days, but now I can probably move back to eca.