Skip to content
  • Greetings!

    World freebsd openbsd bsd unix retrocomputing
    1
    0 Votes
    1 Posts
    0 Views
    lex0de@mastodon.bsd.cafeL
    Greetings!About me and this account:I've had many names over the years but I've decided on lex0de for this incarnation.I got into computers properly with the Commodore Amiga, classic Macs, MS-DOS, and Windows 3.11. While I was still at primary school I was going to college night classes doing Turbo Pascal, messing around QBASIC and accessing the internet, abusing their printers with UNIX and security manuals.That turned into a lifelong interest in Unix, operating systems, low-level programming and understanding how computers actually work. I started using FreeBSD around 1999/2000, then OpenBSD not long afterwards.I was a member of CyberArmy.com, stayed through the CyberArmy.net years as senior stafg until it eventually collapsed, spent time around the demoscene, and was involved with RiSCiSO & a few other groups during my reverse engineering days.These days I'm still happiest poking at old and new hardware, BSD, retro Unix, DOS, obscure operating systems, OS dev, C, Pascal, Zig, electronics, and anything else that involves getting closer to the machine rather than further away from it.Away from computers I'm an amateur radio operator, and have a longterm interest in RF, electronics, and building things. I'm also interested in linguistics and languages.Personal footnote:I have ADHD, ASD, BPD, and a collection of personality disorder diagnoses. It can make me intense, obsessive about subjects I'm interested in, occasionally socially awkward, and prone to disappearing down rabbit holes for ridiculous amounts of time (or just disappearing!). It also means my communication can sometimes be odd or direct. None of that is intended as an excuse for being an arse, just useful context for how my brain tends to operate - don't want anyone thinking I'm purposely being off with them #FreeBSD #OpenBSD #BSD #Unix #RetroComputing #Demoscene #AmateurRadio #Electronics #Programming #Linguistics
  • # Fixing a Sun Type 7 Keyboard

    World openbsd retrocomputing unix solaris sun
    1
    0 Votes
    1 Posts
    0 Views
    rqm@littleone.littlefedi.socialR
    Fixing a Sun Type 7 Keyboard Recently, not quite sure why, I decided to start looking for a Sun keyboard. Originally I was on the hunt for a keyboard that would have vim bindings printed on the keycaps, but as I was browsing around, I stumbled on a great deal on eBay -- fraction of the price, but there was no USB cable. That's a relatively easy fix, so I got one. The keyboard arrived in good shape, and apart from the insane amount of fluff in it and the faded / yellowed plastic of the keyboard it was in decent shape. Yes, the cable was cut. But it was easily accessible: two screws on the bottom and further three underneath the top keyboard cover. Once undoing the two longer screws on the bottom I popped off the top keyboard cover; this is held on with tabs and if you work your way around the left, bottom, and right side, it hinges at the top. I decided the first job would be cleaning. I used a soft brush to get rid of the debris under the keys after opening (but not fully disassembling) the keyboard, and then took cotton wool balls dipped in rubbing alcohol to the surface to clean. This took a while but it worked OK. Next was connecting up the USB cable. On the PCB the USB connector is probably some kind of a standard SMD connector, with standard USB cables coming off it: black, white, green, red. These are GND, D-, D+, 5V, usually. There is a fifth ground cable going to the USB cable, which is the "shield ground". I disconnected the USB connector to the PCB and chopped up a USB connector. My initial plan was to use a USBC female to USBA 3.0 male connector's USBC end. But USB3.0 has, I think, 8 pins rather than 4, and while it should be possible to only hook up the 4 "standard" USB lines, I did not have much success with this. Otherwise the soldering job was fine, although with these thin cables, rather than stripping them, I took to melting back just enough of the cable sleeve on each to expose a workable amount of wire. Just apply some hot solder on the tip of the soldering iron and it works well. Second attempt involved cannibalising an old MiniUSB cable I really had no use for anymore. This has the "correct" amount of wires and this time it worked! I was delighted. OpenBSD recognised it really well as a Sun Type 7 USB keyboard: uhidev1 at uhub1 port 4 configuration 1 interface 0 "Fujitsu Component Sun USB Keyboard" rev 2.00/1.05 addr 4 Then I fired up xev to see whether the most exciting bits, the extra "Stop" and "Again" keys do something. And they do! xev reports the following mappings by default: Left hand extra column of keys: -Help: DEAD. Stop: keycode 145 (keysym 0xff69, Cancel) Again: keycode 146 (keysym 0xff66, Redo) Props: keycode 147 (keysym 0x1005ff70, SunProps) Undo: keycode 148 (keysym 0xff65, Undo) Front: keycode 149 (keysym 0x1005ff71, SunFront) Copy: keycode 150 (keysym 0x1008ff2f, XF86Sleep) * Open: keycode 151 (keysym 0x1005ff73, SunOpen) Paste: keycode 152 (keysym 0x1005ff74, SunPaste) Find: keycode 153 (keysym 0x1008ff17, XF86AudioNext) * Cut: keycode 154 (keysym 0x1005ff75, SunCut) Top right hand extra row of keys (above numpad): keycode 160 (keysym 0x1008ff12, XF86AudioMute) keycode 174 (keysym 0x1008ff11, XF86AudioLowerVolume) keycode 176 (keysym 0x1008ff13, XF86AudioRaiseVolume) keycode 222 (keysym 0x1008ff2a, XF86PowerOff) Bottom row: Compose: Menu So as you can see, it mostly works okay. There are two funky key mappings by default, "Copy" doesn't copy but wants to put the computer to sleep; "Find" wants to skip to the next playing song. But these should be remappable. The "Paste" and "Cut" keys do what one expects them to under X11, this is really really neat. I really like not having to press "Ctrl-Shift-V" for "paste" but ... "Paste". The Compose key will be remapped as a Compose key I think, this is doable with xmodmap and .XCompose I think. I want to dig into whether, similar to SunPaste, there ought to be a SunCopy key that I could map to Copy. For "Front" I want to set up a custom macro; for 9+Front I want to launch drawterm. Pity that "Help" doesn't do anything. It simply doesn't register as a keystroke. But you can't have it all -- besides, I haven't come up with anything funny to map it to. #unix #OpenBSD #sun #solaris #retrocomputing
  • 0 Votes
    1 Posts
    0 Views
    kaixin@snac.bsd.cafeK
    I did not even realize but now my #FreeBSD has been running 15.1-RELEASE-p2, it simply upgrade from 15.1-RELEASE-p1 during regular pkg upg runs. I guess that it something impressive achieved by the new pkgbase tool. It feels like running a rolling-release #Linux distro now.#BSD #Unix #RunBSD #pkg
  • 0 Votes
    12 Posts
    0 Views
    alfonsosiciliano@mastodon.bsd.cafeA
    @mcepl Thank you for your interest.I usually keep an eye on online marketplaces like eBay, looking for opportunities in the €100 to €300 price range. Most of the listings come from resellers who acquire/get used Braille displays from associations or schools that replace their older devices with newer ones. So, while the displays are used, they are generally still fully functional.Most of the good deals I've found are in the United States. Ideally, though, I'd like to find something in Europe to avoid customs duties and the high shipping costs.
  • Here comes another #linkdump on me #blog

    World linkdump blog foss luanti unix
    1
    0 Votes
    1 Posts
    0 Views
    farooqkz@mastodon.bsd.cafeF
    Here comes another #linkdump on me #blog Fun #foss mini games based on #Luanti Various interesting blog posts including posts about #UNIX #BSD and #Linux And some interesting #opensource software projectshttps://far.chickenkiller.com/misc/linkdump3/#blogging #smallweb #smolweb #indieweb #weblog #linkdumps #links
  • 0 Votes
    14 Posts
    0 Views
    nixcraft@mastodon.socialN
    @grahamperrin Will look into it. thanks!
  • 1 Votes
    1 Posts
    115 Views
    grahamperrinG
    https://posixcafe.org/blogs/2024/01/05/0/ @moody@hj.9fs.net I recently had a discussion with a friend of mine about some talking points that Jonathan Blow made regarding the "UNIX Philosophy" during his interview on Oxide's On The Metal podcast. I'll place an excerpt of the provided transcript here. … … There is this idea that to be UNIX means you have multiple tiny programs talking to each other over pipes, and some even take it further to implicate that this communication must be plain text. This classification is a deep misunderstanding of the ideas put forward by UNIX, and yet is a position I see many of my peers share. … Also: https://mastodon.bsd.cafe/@jutty/113028308196028999 @jutty@tilde.zone https://lobste.rs/s/dysrh2 Misconceptions about the UNIX Philosophy – Jacob Moody, Posixcafe : r/unix
  • 4 Votes
    9 Posts
    307 Views
    rozenglass@fedi.dreamscape.linkR
    @ratfactor@mastodon.art @r1w1s1@snac.bsd.cafe ah, oops, thanks for the correction, and thanks for sharing anyway