Sounds as if you're using the older fcitx rather than fcitx5. (I think FreeBSD only has mozc with fcitx, and with fcitx5 you have to use anthy)
To quote my own page https://srobb.net/jpninpt.html about FreeBSD and fcitx (as opposed to fcitx5
Original article here.
Consider this when replying.
FreeBSD, The FreeBSD Foundation, and The FreeBSD Forums are not associated with the content of this article.
No idea what you are doing with vm and X11, but:
In the server side, where you have the display:
1) you must run Xorg with the flag "-listen tcp"
2) You must type something like: xhost +
On the client side, where start x clients, you must give...
It's backslash with me always. I mostly notice what happens. If things stop working suddenly, that's a typo in 1 of the last files.
You could use the locate-db to scan all files with shell code and check the first line,
You're supposed to copy/paste these to a prompt, the # of root's prompt kind of adds a layer of protection, as it's interpreted by the shell as a remark. It prevents accidentally copy/pasting something utterly destructive as root.
Think it's...
You're supposed to copy/paste these to a prompt, the # of root's prompt kind of adds a layer of protection, as it's interpreted by the shell as a remark. It prevents accidentally copy/pasting something utterly destructive as root.
Think it's...
Yes, I know they are prompts, but when you are copying and pasting them they are a pain.
I just noticed a little icon that copies the code to your clipboard. Is that a recent addition?
This problem is update and upgrade related and this post should have been in another forum.
In the update from FreeBSD 12 to 14 there were (new?) xorg.conf files in default search path in /usr/local/share/X11/xorg.conf when there were old...
Indeed. In embedded, the freestanding C++ standard is quite common. Things like Zephyr let you drag in small subsets of STL as seen fit.
The STL gets so much wrong in terms of safety that at work we tend to avoid it for lots of things. Actually...
I think I have found the problem.
Yes, I had changed the RESOLV_CONF in poudriere.conf.
I am running, local_unbound and had long ago copied the original resolv.conf to resolv.conf.without.unbound. For some reason I cannot remember, I preferred...
I open the editor and remove the characters in the lines. Very slowly and calmly, as a meditation exercise.
Of course, I could also use sed, but anyone can do that.
In fact most of the std is useless and prohibited in embedded. The C++ standard library is awful mess. C stdlib gets flak for unsafe functions and undefined behaviour but that's just because people don't understand what type of shit C++ std is...
Many posts provide examples of sample code for which I am very grateful, but one thing I often find myself doing is removing '#' from the start of the line when copying lines into some shell script.
How do others deal with removing this...
Nice :-) What a great tutorial!
You might also want to check out here:
View: https://www.youtube.com/watch?v=EAcaQiq14yw
It includes configuration of X, and also configuration of LAN.
Since this video, I ported 86Box to FreeBSD so that you can...
Is the situation like this from the boot or did it happen on the fly?
My brainstorming questions:
Any chance there is process of fw being upgraded that locked the whole disk? Any other processes running on the system that might indicate...
Perhaps too complicated for today's AI, but it is also pattern matching, the phrase "code documentation system" is a pattern, otherwise it would not exist, and new means apply chaos to find something else than the "c++ code documentation systems"...
Then that nonsense starts to evolve and converges into meaning. I am curios what AI would come up with If I asked it to create a new c++ code documentation system.
Perhaps most of the time humans are processing patterns, from the very beginning of their life.
These LLM have something called "temperature", if it is 0, it is deterministic, selects as next word the one with highest assigned probability, as...
Perhaps most of the time humans are processing patterns, from the very beginning of their life.
These LLM have something called "temperature", if it is 0, it is deterministic, selects as next word the one with highest assigned probability, as...
Maybe I should start banning some folks. You either follow the directions of the mods/admins or you're going to find yourself on the receiving end of the ban hammer. Is that clear enough for you?
If AI ever truly reaches genuine creativity, the world will become a fundamentally different place. That moment wouldn’t just be another technological milestone it would be an evolutionary event. Creativity is effectively the threshold of...
Not supported here.
https://forums.freebsd.org/threads/ghostbsd-pfsense-truenas-and-all-other-freebsd-derivatives.7290/
(Moved to "Other Window managers", don't really have a proper section for this. "Installing and upgrading" certainly didn't...
Indeed, and that speaks against your principle of writing documentation before coding.
Better short comments in the code.
And my idea was to leave the final documentation to AI using code and comments.
But someone said it is bad troff code...
Because in American culture we don't get offended by others who are smarter, it's not a thing that happens here it would be seen as very strange, people would even think you have something wrong with you. So my natural assumption was that must be...
When did I insult anymore? Because of this?
How about I spell it aout to you because clearly your reading comprehension is shit.
Meaning "people get offended when they meet someone more intelligent than them." that most be a european thing...
I disagree in my culture nothing I said was out of line or even odd. It would be like me getting upset at you for expressing things you find odd in your culture.
Nope just pointing out cultural differences. In the United States saying "Fag" in public would likely get you killed. In fact, I felt uncomfortable writing it.
You are adding geography, a parameter that has no influence in the phenomenon. AI would have probably not done it.
Perhaps the reason is that you expend too much time at work with top engineers and do not have contact with normal people.
I was reference the fact that the person from Europe said...
And I said
Because In the United states if you get upset the toaster made better toast than you people are going to think something is wrong with you!! But of course the Europeans...
It is normal human behavior. Stupidity is normal. Psychologically it is projection. If these people feel stupid because they see some people being more intelligent than them, then they do not acknowledge the cause of this bad feeling in them, in...
There are a number of guides online that show one how to create DOS bootable USB floppy disks, but these all follow the same theme:
Obtain preformatted floppy image.
Write image to USB stick.
The problem with that is that you're stuck with...
Credits
These two sites were indispensable when creating the above:
http://www.ata-atapi.com/hiwdos.html
http://homepage.ntlworld.com/jonathan.deboynepollard/FGA/bios-parameter-block.html
When you create a jail with poudriere, it copies the host's /etc/resolv.conf. Looks like you may have created those jails when your host's /etc/resolv.conf was a bit dodgy. You can set an alternative file it should copy to the jails (at creation)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.