Working on finishing a single binary init system in Rust. Other then that I’m exploring youtube APIs so I can make some modifications to a distributed scraper I wrote. Planning to help an archiver try and scrape all meta-data off youtube.
Finishing up an infra move at work, putting the final touches on an HTTP server I wrote to be my personal homepages backend, and starting work on implementing my own ethereum virtual machine im rust.
Why? Admittedly they should check and change the default config. But having no auth by default is a terrible design decision just to keep backward compatibility.
Why? Because using etcd in the first place is probably a dumb decision, and if you (for some bizarre reason) actually need it, then anyone who calls themselves a “sys admin” should be prudent enough to not install software that exposes all of your most private and important credentials to the Internet. And if you do install such software, you should most definitely be aware of it and configure it properly — before it takes down everything.
If you’re not competent enough to do that, you have no business being a system administrator, you are a security threat to anyone who hires you.
ledger format. I still need to copy & paste tables from PDF files though on occasion. /sighunsafe.At $work, I did lots of stuff too. A big part of this year was spent adding access control to our system. I’m also working on a collaborative graph editing system (think Google Docs but for knowledge graphs) which has a ton of interesting problems in it.
Oooh, I’d love to hear more about this data retrieval library. What formats do you intend to support? Been looking for something more lightweight then lucenne.
Hmmm. I don’t know what you mean by that. It has its own format, just like Lucene has its own format. It isn’t going to support Lucene’s format is that’s what you mean.
The idea it’s to provide a library for creating and querying a single IR index. In Lucene terms, this is at the level of a single segment. It uses fsts for the term index, uses skip lists for the postings and all that. It is mostly just a prototype at this point. I’m struggling with what the API should look like. For example, you invariably need to talk about multiple segments for merging, even though I was trying to avoid that (merging needs knowledge of the format on disk to be fast). This in turn means making assumptions about identifiers. So it is a bit of a knot at the moment.
Currently working on writing a quick character generator for Cryptomancer in rust followed by releasing a more genericized crate for anyone who wants to do quick character generation for their trpg of choice. Otherwise it’s just setting up monitoring and backup scripts at work.
Continuing on with my automated penetration testing kit. Golang has been a god send for easily parallelizing connections and threads. Working on adding the fun stuff which will including worm like capability to spread among a network after gaining a foothold.
I use dokuwiki myself for long term storage, and google keep while mobile. Have a script set up to query google keep and add the content to my dokuwiki instance every night.
I tend towards archiving, sorting and catalouging all my data. So I have full site rips of several science fiction blogs as well as textfiles.com, Bruce Scheiner’s blog, and quite a few others. Along with:
UC Berkely’s online Video lectures All of C3 All of Blackhat All of Defcon Several TB of full tv series Several thousand movies Twenty thousand plus books Full archives of byte, mondo, 2600 magazine, etc. And much, much more.
Admirable dedication.
I have to add that I hate when there are online video courses I bought that I cannot easily download, like from Thinkific. I know I can watch it anytime I want, but what if the site will go down, or the creator closes his account with all the courses she or he was selling? I don’t like it (just like I don’t like subscription model in software, because if I buy something, I want to have it accessible perpetually and obviously offline too).
I know it’s to prevent piracy, but typical thing with anti-piracy protections is that they make lives of users harder, while pirates will somehow grab the content anyway if they’ll be really willing to do it.
Just mundane work stuff, finishing up containerizing a few coin daemon’s for usage with our mining pool software and setting up rancher-nfs to use as a remote volume store for various client versions of their coins individual blockchain. Other then that I’m hashing out what instructions to include in my VMs instruction set, trying to find the nice cross section between minimal and featureful.
Plasma Mobile (and Hildon, because I’m an N900 nostalgist) is IMHO essential from turning this from just a toy that engineers play with to something that could affect change by allowing you do daily drive these old phones. (Unfortunately, I have concerns with that - mobile hardware wasn’t on the same plateau desktop computing is.)
I’m one of the two maintainers for the N900 on pmOS, and you can bet that I’ll be working on polishing Hildon (and hopefully Plasma Mobile) on this sucker once we nail down some of the more fundamental functionality (e.g. telephony)!
I’ll seriously consider flashing the N900 and giving it another go, Unfortunately, the N900 is somewhat crippled by only having 256 MB RAM, (despite having 32 GB of flash - in 2009!) and I think there’s not a whole lot of ecosystem going on for Hildon nowadays. (Plasma Mobile is small, but will likely grow.)
Don’t quote me on this, but I think I have heard in the pmOS chat that Plasma Mobile will work on devices with 256MB of ram. One of the original Plasma Mobile demos was done on the N900 a few years back.
On a side note, I ran XFCE on mine with pmOS and another user had Sway going on Wayland. Mainly “just because we can”, though none of us are using those environments at the moment since most of our time is dedicated to further development of pmOS.
Hildon is just X11 though, so any of the qt/qml/gtk stuff being built for other environments can work there :)
Yeah, the RAM limits on the N900 are the only reason it’s not still my daily device, since web pages have mostly grown to require at least 1GB RAM to load :P
Totally understand. Anything to do with the modem on this thing is still under active debug/development!
I’m very excited for a Hildon revival! I got my current device (Blackberry Q10) in part because the UI felt enough like Hildon to be familiar.
I have a Q5, but I’m unimpressed with BB10 as an OS. The UI feels only like a shallow clone of Maemo - it lacks the nuance that made it click to me. The Android runtime is also flaky and the ecosystem dead.
Silver linings though: It has a great Exchange client!
I wanted a Pandora when they were new, but I kinda lost my enthusiasm for GNU/Linux along the way. (I still kinda want one anyways, though.) The thing with the Pyra is that it’s more like a laptop or even the pre-N900 NITs - a WiFi based tiny “MID” or gaming thing. Cellular might be possible on Pyra now, but the form factor seems clumsy for a phone replacement.
They can still be had on ebay, bought mine from the US retailer about… 5 hears back. Probably gonna grab the Pyra when it drops, if only as a nice backup terminal and media device.
Well, I suppose it depends what you use a “phone” for. If you primarily make voice calls, it’s probably not for you (though with a bluetooth headset maybe even for that form factor matters less?)
For me, I’m mostly texting (well, XMPPing, really), some surfing, some ssh’ing
Been working on learning more of Golang after my refresher on C. Been working on a minimal iftop clone, and have also started preliminary work on implementing a ssh client. Planning to start porting my minimal C compiler clone to Go as welll after my ssh client is done. So much to do, so many rfc’s to read.
Aye, it’s a shame it was shut down. Haven’t seen a nexus for discovering and enjoying new and obscure artists like it for years. Although I’m sad to see it go, I’m excited to see what site shall take it’s place. Especially secure in the fact that a large amount of the original content released on the site is saved and planned to be reuploaded elsewhere.
Soulseek has about the same amount of music as What.cd (and more) but there’s no quality control. You may be able to find album X but not album X in FLAC.
Finishing up a meta data scraper for YT videos in an archival team up with archive team. Putting some finishing touches on my init system, and getting set up at my new job.