Language:
switch to room list switch to menu My folders
Go to page: First ... 6 7 8 9 [10] 11 12 13
[#] Mon Sep 11 2017 09:42:37 EDT from IGnatius T Foobar

[Reply] [ReplyQuoted] [Headers] [Print]

I remembered it being "Session" instead of "Standard" but you are actually correct.

[#] Mon Oct 02 2017 12:10:22 EDT from kc5tja

[Reply] [ReplyQuoted] [Headers] [Print]

Two entries today: Kestrel-2DX has a working machine language monitor of sorts (more like a super-primitive boot loader at this point). You can load from SD card, *or*, enter raw hex values into memory and save your work for later.
It'll put Windows out of its misery!

In an unrelated yet equally interesting curiosity for me, I've finally started writing my own programming language in the Modula-2 syntax family. What makes this language significant for me is it's the first time I've ever gotten procedure calls actually "working". (Native code is not yet produced, but it's intermediate form is optimized for native code production through a fairly trivial process.)
Why? Because it's a fun challenge. And, maybe, I can replace my use of C with this language to help write the BIOS firmware. (Currently using C, and while C itself is OK to use, the support tooling for it is buggy, clunky, and just plain hard to use correctly.)

[#] Mon Oct 02 2017 12:12:39 EDT from kc5tja

[Reply] [ReplyQuoted] [Headers] [Print]

(though, considering the constraints I'm running up against in the FPGA, I might have to rewrite the BIOS firmware in raw assembly.)

[#] Thu Nov 02 2017 10:36:37 EDT from IGnatius T Foobar

[Reply] [ReplyQuoted] [Headers] [Print]


My small achievement (or perhaps small accident) of the day

I had a pen that I kind of liked, but I didn't like the inscription on it (it's from MADD, and having lost a family member to a drunk driver in the past I know that MADD is comprised of wacktivists, not advocates) so I wanted to remove it.

I attempted to remove the inscription using acetone. The acetone did remove the inscription, but it also began disintegrating the entire body of the pen.
I let it sit for a minute until the plastic stopped rubbing off on my fingers when I handled it. Unfortunately the inside was still gooey, and when I attempted to reassemble the pen it fell apart, complete with gooey strings resembling Rice Krispie Treats.

Must track down the pen that Aahz gave me at my high school graduation party (which took place some 20+ years after I finished high school). Haven't seen it since we moved house three years ago. It was my favorite and it's gotta be around here somewhere.

[#] Thu Nov 02 2017 12:19:39 EDT from wizard of aahz

[Reply] [ReplyQuoted] [Headers] [Print]

Hah.. As I was reading this I was wondering if you were going to try the pen I gave you under acetone to see if it would go gooey too. <GRIN>

Glad that you found it useful.

[#] Thu Nov 02 2017 12:52:20 EDT from IGnatius T Foobar

[Reply] [ReplyQuoted] [Headers] [Print]

I also tried using the same acetone to remove the crappy silkscreened message on a faux vinyl folder I have here.  It started dissolving  the faux vinyl instead.

I'm thinking maybe I should rethink my relationship with acetone.

Also it seems that "Ace Tone" would be a good stage name for a glam rock guitarist.



[#] Mon Nov 06 2017 10:56:13 EST from fleeb

[Reply] [ReplyQuoted] [Headers] [Print]


Hmm... instead of removing, you could perhaps layer something over the offending script?

[#] Mon Nov 06 2017 10:58:04 EST from fleeb

[Reply] [ReplyQuoted] [Headers] [Print]


My small achievement involves using Rails to pull data, stuff it into an R environment, and get pretty PNG files to show in the pages served by Rails, so I can make nifty graphs to satisfy all the scary statistical requirements of the sorts of people who get a woody from such things.

I personally don't care about the data itself, just looking at pretty graphs.
I could fill these things with noise and be happy.

[#] Mon Dec 11 2017 09:45:23 EST from IGnatius T Foobar

[Reply] [ReplyQuoted] [Headers] [Print]

Heh. The data itself is unimportant as long as the graph is compelling. You could be a statistician. :)

[#] Tue Dec 12 2017 11:47:22 EST from fleeb

[Reply] [ReplyQuoted] [Headers] [Print]


Making more graphs. Stopped using Rails to fetch the data, once I learned R can pull it from the db directly (which runs faster).

*cues Frank Zappa*

I'm a graphin' fool...

[#] Tue Feb 27 2018 12:52:43 EST from IGnatius T Foobar

[Reply] [ReplyQuoted] [Headers] [Print]

Got kicked off Twitter again. This account lasted close to two months, which may be a record for me.

[#] Sun Mar 04 2018 06:29:49 EST from arabella

[Reply] [ReplyQuoted] [Headers] [Print]

I like the idea that I know someone who has been booted from Twitter, not once, but multiple times.



[#] Mon Mar 05 2018 09:28:05 EST from pandora

[Reply] [ReplyQuoted] [Headers] [Print]

Took the bus to work, and didn't miss my transfer. (though I did miss my first bus because I was trying to figure out payment options since I forgot to get a bus pass from work)

[#] Mon Mar 12 2018 00:13:34 EDT from kc5tja

[Reply] [ReplyQuoted] [Headers] [Print]

Finished the Kestrel-2DX.

[#] Tue Mar 13 2018 09:36:32 EDT from fleeb <>

[Reply] [ReplyQuoted] [Headers] [Print]


Serious gratz!

[#] Tue Apr 10 2018 11:14:26 EDT from kc5tja

[Reply] [ReplyQuoted] [Headers] [Print]

Replaced Ubuntu Linux on my laptop with Void Linux. I have to get used to such a simple Linux environment again; it reminds me of Slackware in many ways, except that it has actual package management. And, unlike Debian's otherwise excellent DPKG system, XBPS is lightning fast. It's like combining the benefits of using DPKG with the raw speed of using RPM (which are just ever so slightly more intelligent than raw CPIO archives anyway). Overall, an excellent user experience. So far, at least.

The only problem I'm having is Firefox has zero audio output, due to what appears to be security-related issues. For some reason, it's not able to raise PulseAudio, nor to fork any subprocesses to deal with audio. I'm bamboozled as to why. Meanwhile, the shell beep is DEAFENINGLY LOUD, and no amount of AlsaMixer settings seems to be able to reduce it. So I know audio works, kinda; it's just a "simple matter" of wiring all this shit together. After years of using Ubuntu, I've lost my hackery skills, so I'll need to relearn this stuff. :(

[#] Thu May 03 2018 10:17:01 EDT from IGnatius T Foobar

[Reply] [ReplyQuoted] [Headers] [Print]

I like the idea that I know someone who has been booted from Twitter,
not once, but multiple times.

I've gone two months without getting kicked off now. I must not be trying hard enough.

[#] Wed Jun 13 2018 14:04:32 EDT from kc5tja

[Reply] [ReplyQuoted] [Headers] [Print]

I've written the first FPGA core for what will eventually become the Kestrel-3 homebrew computer.

[#] Thu Jun 14 2018 07:39:38 EDT from fleeb <>

[Reply] [ReplyQuoted] [Headers] [Print]


Neato!

[#] Mon Jul 02 2018 11:01:00 EDT from IGnatius T Foobar

[Reply] [ReplyQuoted] [Headers] [Print]

I am fascinated by this project and hope to build one someday.

Go to page: First ... 6 7 8 9 [10] 11 12 13