top | item 36356922

Ask HN: What are you working on this weekend?

19 points| lagniappe | 2 years ago | reply

28 comments

order
[+] josefcub|2 years ago|reply
I'm going to buck trends and get my hands dirty -- The oil needs changed and the O2 sensor needs replaced on an old (1992) Ford Ranger pickup truck I recently acquired. Bought it for a song, and it's definitely not a looker but it's still going strong (especially after the small age-related repairs I'm doing).
[+] lagniappe|2 years ago|reply
>Bought it for a song

>it's definitely not a looker

>but it's still going strong

Unintentional hit! Rangers are solid. Is that one a 4 cyl?

[+] milkytron|2 years ago|reply
Not working. Camping in a national park Friday night, spending the day there on Saturday and running a half marathon on Sunday, and chores/errands around the house on Monday to relax.
[+] Ajunne|2 years ago|reply
Absolutely nothing, it's weekend.
[+] mikewarot|2 years ago|reply
BitGrid - it's an old idea, that has haunted me since the 1980s. This latest incarnation is in Lazarus/FPC, and up on github.[1]

I was prodded into action when a friend showed me the BitGrid page on the Esolang Wiki[2] I was blown away that someone had figured out how to do the Game of Life in a bitgrid... more than I've done myself.

I can simulate a 1024x1024 grid at 15 Hz clock rate, which should be plenty fast to do some interesting things. The emulation works, I have a tiny little test program that allows me to me reasonably sure of that (it's just shuffling bits around, nothing complex). I have ZERO support software for it... need to write some things, like a console, cycle counter, method for I/O, etc.

It's like finding yourself with a new IMSAI in the 1970s, with no I/O, or anything... just RAM, CPU, Toggle Switches, and BlinkenLights.

One day, I hope to have an Exaflop computer based on BitGrid chips. I wrote a big chunk of a DARPA grant proposal for it about a decade ago.

[1] https://github.com/mikewarot/Bitgrid

[2] https://esolangs.org/wiki/Bitgrid

[+] asicsp|2 years ago|reply
Continue working on new version of my GNU sed ebook. I started this year with the goal of revising all my ebooks - this is the third one. I'm also adding TUI apps for interactive exercises, already done for this book.
[+] netule|2 years ago|reply
Let me know if you want a beta reader with no exposure to sed. I’ve always wanted to learn the tool, but never got around to it.
[+] MrDresden|2 years ago|reply
I'm writing a funding proposal destined to apply to a national tech innovation fund for a SasS I am building.

This is an interesting exercise for someone who has always been in engineering IC roles (but still had to 'sell' his ideas to teams and stakeholders). Thankfully my partner is an academic, and is used to writing funding proposals, so I get good tips from her.

[+] somuchjob|2 years ago|reply
I got a bluetooth gizmo this week and tried to tie it into home assistant. Sensor values come in, but the battery level does not. The phone app shows battery level, so I know it's being sent. I'm looking forward to tinkering with wireshark some more and seeing if I can figure out how to get that battery level over BLE/GATT.
[+] baremetal|2 years ago|reply
I will be restoring my newly purchased antique tractor. And framing an addition to the barn so I have somewhere to park it.
[+] TheBozzCL|2 years ago|reply
Figuring out why my GlusterFS mounts randomly fail with “transport endpoint not connected”. Easy to mitigate with a script to umount and then mount again, but I wish I didn’t have to do that at all.

I’m also working on my guitar - got a new tremolo tailpiece for a Les Paul and I’m waiting for a roller bridge to go along with it.

[+] MgB2|2 years ago|reply
I'm working on a small program that continually monitors a region of the screen and OCRs and translates the text on screen if there are changes.

I want to use it improve my Italian skills by playing games with Italian subtitles and automatically having a translation on the second screen for reference.

[+] wonderingyogi|2 years ago|reply
For the last three weeks I have been studying. I am in my final week of studying. Then I will take a few weeks break to do nothing.
[+] HappySweeney|2 years ago|reply
The compiler for my reactive candygrammar. I have to work on the syntax a bit I think as there are way too many => all over the place.
[+] netule|2 years ago|reply
Working on some ideas for a visual novel and the companion technology to easily create branching narrative structures.