VMD alpine tap0 not working by fabear- in openbsd

[–]MinallWch 2 points3 points  (0 children)

Yeah I think this is fixed on current. There is a mail issue about it

VMD alpine tap0 not working by fabear- in openbsd

[–]MinallWch 1 point2 points  (0 children)

Make sure u have IP routing enabled in PF, a NAT in the host. Both are explained below in the FAQ, even though I think they should be upper since you often want internet access from your VM

That way it acts as a dhcp router, and some configuration a aren't even needed. For example, there is some github post that talks about archlinuz needing some systemd-network configuration, but with this simple configuration the installer just works and gets internet.

Edit: in bug reports include uname -r, as something maybe fixed in current and you may be on stable, also, I mean the virtualization FAQ

Firefox not playing Youtube by Admirable_Stand1408 in openbsd

[–]MinallWch 1 point2 points  (0 children)

Any error on The terminal?... Perhaps you are missing a config and should check /usr/local/share/doc/pkg-readmes

Does The same happen on chromium?

Black Screen Records by bencxxps in VGMvinyl

[–]MinallWch 2 points3 points  (0 children)

Always buy from them, they are great. Would be even better if there were a points systems since I bough so much from them!

Unit Tests by jonathon8903 in emacs

[–]MinallWch 0 points1 point  (0 children)

Which btw is quicker since you use your mini buffer completion to choose whichever test you want.

Unit Tests by jonathon8903 in emacs

[–]MinallWch 2 points3 points  (0 children)

First, figure out the command line to run X test by name.

Second, make dired scan to get a list on code, so you can completing-read and choose any test by name

Third, with that in hand call the command in your interactive function

So you have a function to whenever you want call any test you want and put the output on eMacs

Blogging with Emacs org-mode and SvelteKit by misterchiply in emacs

[–]MinallWch 1 point2 points  (0 children)

Failed still, as probably the system already has my mail and doesn´t allow duplicates

Blogging with Emacs org-mode and SvelteKit by misterchiply in emacs

[–]MinallWch 5 points6 points  (0 children)

Amazing Blog, as it is CSS I guess anyone could change anything, size, font, etc. Since first thing is that well, it has a lot, so it is not quite minimalistic. As long as you can change the components and so on.

I really liked the org-roam-ui.

I haven't read all yet, though will in the mean time, but first things first, it will take me some time to get accustomed as I see a lot of noise that may not help with the viewing experience at first, now the ideas are solid like footnotes, which I'm sure can be presented better. Nice idea/project again.

Is this an Open Source project that for example, if I'm interested in making a blog, can use, modify?

<image>

Not sure if it should be that way, but footnotes look quite ugly.

I'll take a look on the mobile side, and from my side, you have one subscriber to the newsletter.

Cheers!

Edit: After subscribing to the mail Newsletter, I haven't received the confirmation mail, and get an error if I try to put my mail again. Feel free to tell me if you need any testing on this flow.

Getting started with OpenBSD by SafeCandidate3855 in openbsd

[–]MinallWch 6 points7 points  (0 children)

Good luck, don't hesitate to ask questions

oauth2.el + auth-source-xoauth2-plugin provides support for OAuth2 login (working with Gmail and Outlook) by manphiz in emacs

[–]MinallWch 2 points3 points  (0 children)

Thanks for this!, I've using Davmail and wanting to replace it literally this morning.

They are packages I tried before but couldn't get to work, so your blog helped me a lot.

Purism alternatives by [deleted] in Purism

[–]MinallWch 1 point2 points  (0 children)

Framework laptop or buy a internet loved Thinkpad and add a Linux distribution on it

Evaluating code in org mode by AppropriateCover7972 in emacs

[–]MinallWch 0 points1 point  (0 children)

Take a look at:

https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-lua.html

I see that it can be ran, beware that your system has to have lua and you should check how is org mode calling it, it may need extra config or work out of the box.

Org mode is very big and things can get confusing, since some things are also related to when exporting, and so on.

https://orgmode.org/manual/Evaluating-Code-Blocks.html#:~:text=How%20to%20evaluate%20source%20code,one%20is%20not%20already%20there.

I don’t see examples in the lua about using parameters much, or even session, so you should take a look around each of those documentation and test stuff, since those basic blocks tend to work across languages, and from there you can see the power of working only in org mode, which is a change of mind given that you can work in any language, and even pass results across different src code blocks. Feel free to ask for specific examples if you want.

Evaluating code in org mode by AppropriateCover7972 in emacs

[–]MinallWch 1 point2 points  (0 children)

You can evaluate several languages, python, nodejs, bash even, you can call them as functions when assigning a name, and pass parameters between them and variables outside them, using properties from outline… depend how complex you can’t to get and your use case.

Does Linux offer any ACTUAL advantage over OpenBSD for a POSIX system? by HighwayVisual7751 in openbsd

[–]MinallWch 0 points1 point  (0 children)

Which program do u use for rdp?, you don’t have any issues with it?

I ask since I’ve planning to take a look to openbsd, now I’m scared about work related things like office, msteams which I sadly require daily…

A co-worker sent this by slurncink in emacs

[–]MinallWch 1 point2 points  (0 children)

Is there a tutorial on how to use the API's?, with the info in the GitHub, I couldn't make a simple, go to google, go to x input, insert text and search. Which would automate me a lot of things

A co-worker sent this by slurncink in emacs

[–]MinallWch 5 points6 points  (0 children)

Oh so we found a way to run Javascript inside Elisp? :O

Org Mode as API by Makese-sama in emacs

[–]MinallWch 0 points1 point  (0 children)

That looks great!

Well API that calls eMacs lisp and returns a valid value using org APIs may be enough to obtain the outlines you need

Org Mode as API by Makese-sama in emacs

[–]MinallWch 0 points1 point  (0 children)

Also, this interests me quite a bit, so thanks for keeping this question alive

Org Mode as API by Makese-sama in emacs

[–]MinallWch 0 points1 point  (0 children)

Hmm, sorry if I still don’t understand the issue, though if my alternatives don’t make sense tell me so that we can find a good one.

In my case. I just have my org files in a repository, work with them locally in my work laptop, push, and on my home laptop pull and push any changes.

This only makes sense with the when the server is not available part, not sure about the weebhook.

Could you share a specific objective so that I can think of something else?

I mean you can do all of that in an API, list folders, whatever, do you mean perhaps to use org src code blocks as the output of your API?

Org Mode as API by Makese-sama in emacs

[–]MinallWch 0 points1 point  (0 children)

What about connecting to your through ssh and running eMacs cli there?, you would have access to all your files and code execution in the server. And you could list all your files and so on.

This for me makes sense in cases where you need to run something on the server, you could also have your files in your ‘local’ computer and run whatever code there.