Search results

  1. Jose

    Introduce yourself, tell us who you are and why you chose FreeBSD

    Is there a thread somewhere else in the Forums? Sure seems like there should be.
  2. Jose

    C Actually portable executables

    https://github.com/jart/cosmopolitan
  3. Jose

    ssh tunnel bind to interface

    I think I'm doing exactly what you're trying to do. I use RemoteForward in an ssh_config file and autossh like gpw928 suggests. On host internal.example.com, I have a /usr/home/me/.ssh/config like this: Host external Hostname external.example.com IdentityFile ~/.ssh/nopw20231022...
  4. Jose

    is "vi" worth learning in 2022?

    Usenet! Too lazy to search for it.
  5. Jose

    The List (aka "la lista")

    View: https://www.youtube.com/watch?v=LRxaXmXvjnU
  6. Jose

    Solved Helping set compose key on XFCE

    Necroposting because Google search results brought me here. It looks like what you were looking for was compose:menu. You can get all the possible values for the compose key by running grep compose /usr/local/share/X11/xkb/rules/xorg.lst.
  7. Jose

    Why is urxvtd(1) suid root?

    I just started using urxvtd and noticed that if I add it to my .xinitrc it spawns two processes, one as my user and another as root. Anyone know why? Seems like an unnecessary security risk.
  8. Jose

    What is the future of FreeBSD?

    :) I linked that 'cause it has the eye candy. There's plenty of source in other sub-projects: https://github.com/gershwin-desktop
  9. Jose

    What is the future of FreeBSD?

    I think you mean it needs root to build. All desktops need root to install.
  10. Jose

    What is the future of FreeBSD?

    Maybe here? https://forums.freebsd.org/threads/gershwin-desktop-environments.101213/
  11. Jose

    What is the future of FreeBSD?

    Well, proprietary user interfaces have been steadily enshitificated for about a decade now. I think this is because UI peaked around 2009, but product managers and UI designers still gotta make a living. They've been pushing net-negative changes ever since. This is why I'm really interested in...
  12. Jose

    AI finds thousands of zero-day exploits... including in FreeBSD.

    That's an interesting observation.
  13. Jose

    Solved I think that I have met my match

    I worked with a guy who took a picture off the wall to build a computer on. He was in a hurry.
  14. Jose

    AI finds thousands of zero-day exploits... including in FreeBSD.

    Why do you think this response is reminiscent of Eliza?
  15. Jose

    AI finds thousands of zero-day exploits... including in FreeBSD.

    How does it make YOU feel?
  16. Jose

    What is the future of FreeBSD?

    BSD is dying!
  17. Jose

    Solved xterm, tabs, new windows

    I plan to mess with urxvtd/urxvtc inside tabbed Real Soon Now.
  18. Jose

    AI finds thousands of zero-day exploits... including in FreeBSD.

    And I've watched hundreds of millions of dollars wasted by people who abused data and inference to agree with their confirmation bias. If there's one thing AI does well is confirm your biases.
  19. Jose

    Solved xterm, tabs, new windows

    I tried tabbed urxvt -embed like the man page recommends and it worked out quite nicely.
  20. Jose

    Solved xterm, tabs, new windows

    Tabbed has a port. I just tried it, and I think it looks a lot better than the native urxvt support for tabs. Try urxvt -pe tabbed if you want to try the latter.
Back
Top