Happy new year 2016 lobsters!
I think most people are on their way back from holidays, all set to join office from today. Welcome.
So what are you going to work on this week? Feel free to ask for help or advice or just talk about whatever you’re up to.
Happy new year all! Thanks to user pushcx for inviting me near the end of last year. I hope to be a part of this community, contribute a little, and not be in the way in 2016. Besides getting back in the swing of things work-wise after almost a week off, this week I will…
Welcome! :)
Work:
Personal:
How’s the crypto going?
I’m reading Applied Cryptography, which has been sitting on my shelf for years now. Unfortunately, haven’t gotten very far yet. Something about kids always getting in the way, or something. :)
Anything security-related by Schneier is an excellent read. He really knows his stuff.
Are you subscribed to Crypto-Gram, by any chance?
I subscribe to his RSS feed, though, to be quite honest, I’m so behind in RSS, email, and any other reading that I might as well say, “no, I’m not subscribed to anything.”
I tried screwing around with OpenBSD. Of the BSD flavors I’ve played with it’s frankly my favorite. Never did fix my networking issues with it though.
I had trouble getting networking setup correctly in a qemu VM with Debian as the host a while back. In 2004, on an old pentium 133 Toshiba Satelite, and a PCMCIA wireless card, everything “just worked.”
This weekend, I borked my Dell sputnik, since there seems to be a bug in the BIOS, which doesn’t allow a drive to boot (even in “legacy” mode) without an EFI/GPT partition. The same drive/install worked fine in another machine, and after some fdisking, the Dell boots that harddrive. My wireless card is Intel, and there is some binary firmware available, which I’ve yet to try, but feel confident in.
OpenBSD apparently, can now boot with EFI, so, I’ll let you know if I get the network device working. :)
Ooh, goodie! Where can I find documentation on this?
Ha!
Unfortunately, I’ve found none. I have, however, found a few tutorials as to how to get it working, though I haven’t had a chance to try it: https://blog.jasper.la/openbsd-uefi-bootloader-howto/
Well, I somehow screwed myself again by not having an EFI / GPT partition and rebooting. Not sure how I managed to reboot without one (I thought I was being careful), but I did. I have to rip apart 2 computers to swap drives such that I can boot the Dell again.
I did notice, however, that install58.fs doesn’t have an fdisk on it that accepts a -b argument, so the tutorial I linked to on jasper.la doesn’t actually work. However, I noticed that it suggests using miniroot58.fs instead, which I didn’t do, so that could be my issue…
I’ve been playing around with Libreboot firmware on a refurbished Thinkpad X200, but unfortunately it’s only able to boot Linux at the moment.
If I were to use Coreboot instead of Libreboot, it may be possible to chainload Coreboot -> SeaBIOS -> OpenBSD, but I got stuck trying to find the “VGA Option ROM” which SeaBIOS needs in order to talk to my GMA45 graphics chip.
In contrast, Libreboot+Linux have a free graphics driver implementation and don’t need the proprietary VGA Option ROM.
I’m confident OpenBSD would run with no problems if I simply restored the original firmware, but I’m not ready to give up just yet. I will be watching OpenBSD’s new EFI support closely.
I did setup freeDOS and attempt to flash my BIOS to the latest, hoping that they fixed the “there’s no GPT/EFI partition and I care, even in legacy mode”, but this was a failed experiment as the .EXE couldn’t extract itself.
I need to do more investigation there, but I think the way to fix it is to run it from within Windows (ugh), which I don’t currently have a way to install. This will be my last Dell laptop.
Edit: Also, there’s no way in hell, unfortunately that any of the open BIOS will work on this machine, which would give me a chance in hell. I’ve ordered an mSATA to USB enclosure so I can easily fdisk and such.
This sounds like tons of fun. Happy new year, mate!
Over the holiday, I finally started Doing The Work necessary to get Hython closer to done on the rewrite branch.
The object system has been bootstrapped for awhile, but I added functions to easily invoke methods from Haskell, along with create new objects. The list/dict classes are now built out of Python code, and call into Haskell via a primitive system. I’ve added hooks for a bunch of the magic
__whatever__methods that Python uses (such as__str__()and__len__()); doing so has made most of the builtin functions remarkably impure (as denoted by theMonadInterpreterconstraint).For fun, I added destructuring in yesterday, and can now write:
d.items()returns a list of tuples, theforloop callsiteron that list, which calls__next__()on the iterator, and finally assigns the tuple members tokandvrespectively.Work started well, having to spend about half an hour ripping the house apart to find where I’d hidden the work laptop before Christmas. Happily I’d left myself a bunch of notes about what state different things were in before I finished, so that was a great post-holiday present to myself. Good job, 2015 Caius.
Outside of work, fitness training is back and going better than ever. Got a couple of turbo trainer sessions that are pretty effective (feeling them far more the day after than just a normal ride.) And as bloody boring as it is, it’s easier than donning all the clothes to go cycle in the rain.
Also trying to figure out iOS configuration profiles as both kids now have iPad minis I’d like to lock down somewhat, without having to fiddle around with Settings.ipa every time I want to change a setting. Tempting to just stick OS X Server somewhere for the MDM server it makes available (plus Software Update/App Store cache), as I can’t find a working open source version. Sorely tempted to start hacking on one instead though, we shall see.
My current job tends to be boring, so I’ll limit the answer to my free time activities.
I’ll be working on my IRC client, which is a never-ending story (but isn’t all software like that?) I’ve just finished moving DNS resolution to its own thread so that it doesn’t freeze when the network is down. Now I’ll probably work on extending the Lua API so that I can write myself a last.fm plugin to retrieve the currently playing song when I want to share it.
Is your IRC client written in Lua, too? Or is that just for scripting?
Just for scripting, client is written in C. Originally I didn’t even want it but then I got bored once and made an initial design for the mapping, which I’ve eventually managed to actually implement.
work: mostly documentation and dependency updates. yay.
personal: exercism.io Elixir problems. It’s hard since my brain seems unwilling to stop thinking in Ruby.
Oh! I missed that they had other languages available. Thanks for the reminder, will have to give them a go. (Also in the same boat trying to get my head out of ruby mode and into elixir mode.)
Work: Besides my main $PROJECT, continuing work on open-sourcing our office plan layout app.
Personal:
Work-in-office: - Feeling refreshed after 2 weeks off, and ready to tackle any challenge with a more centered and professional attitude. - No idea.
Work-as-consultant: - I disconnected pretty much completely during the holidays, so I didn’t get around setting up my site yet. I have to do it this week.
Work-as-personal-therapy: - I want to toy around with an idea I had about a database; I want to write out objects directly on the fs. The DB would behave like a KV store, mostly, but would also keep track of items and periodically (idk, maybe, seems like an okay-ish idea) persist them for you. I’d see this more as a generic application cache for apps that have everything in memory. - I wanna try my shot at writing a UNIX-styled mail client that reads Maildir-formatted mailboxes, more as an educational project than an actual thing that people would use but ya. Still. - I’m not certain I actually want to do any of those two things because they seem like an immense useless time sink and I should instead be learning about maths, algorithms, and data structures, where I seem to be lacking. This also seems like a useless time sink because somehow, I’ve yet to professionally see stuff that use any of those three things, and this makes me sad.
Lesse here, not blocked on anything ;-)
Back to work for me and I’ll be diving into a bit of Rust, Swift and Haskell this week I think. Rust and Haskell will be mostly getting into with Swift the only thing that I’ve got an actual idea for on OSX.
Personal:
https://github.com/steveno/balistica
Work:
Work: Looks like I will be getting into a small web programming project for the first time in a couple years. Hope I can use SuaveIO and Websharper and/or Freya
Personal: Pretty near completion of F# VerbalExpressions project I started 2 days ago. I took it a step further and made all the VerbExs composable, the lack of which has annoyed me with Regexs in F#. Hope to have it published next weekend.
Looks at OPS Kanban board: a long list of more or less mundane tasks that just needs doing.
Outside work I’m looking at houses to buy and toying with creating an app using duct, which seems to bring together a lot of best practice techniques for Clojure app development.
Also, cursing at my new Apple TV. Setup was a dream, but usability is poor because our internet is so slow that streaming is impossible. A 5-hour wait before watching a film is annoying, but expected for the first download. (I could try standard definition, but who wants pixelation?) However the Apple TV seems to delete films after watching, which completely fails at my son’s use-case: watch Wall-E over, and over, and over, again. It wants to re-download for every re-watch, which does not make for a quiet household when The Boy wants to watch Wall-E NOW. (He’s been used to watching it about 10 times a week for the last few months. He’s 4.) Current work-around: download the film on a hitherto unused laptop and stream the film from it via the Apple TV. It works, but more cumbersome than should be necessary. I don’t understand why the Apple TV deletes stuff before it runs out of storage :-(
I’m also finding the Apple TV very slow. This could be due to loading everything over our excruciatingly slow network too, I guess, but I don’t see why it can’t cache things a little for the list of our purchased movies for example. I really want to like it, but it’s a bit hard right now. Currently debating whether to attempt to send it back or suck it up and keep it as we are planning to move soon-ish and will hopefully have better internet there.
Defective by design. :-(
I am going to be heading back up to school for the upcoming semester Wednesday, So I am going to pack up tomorrow. Otherwise, I am going to do a little refactoring of a ruby gem I created a few weeks ago (cosi-temp), and redesigning a startpage that contains relevant links to sites I go to often.
Work:
Personal: