HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dom111

no profile record

Submissions

Environmental effects of large-scale solar development on desert (2024)

nature.com
1 points·by dom111·năm ngoái·1 comments

Vehicle speed compliance statistics for Great Britain: 2022

gov.uk
2 points·by dom111·3 năm trước·0 comments

The forest knows: the Amazon village with a message for the world, a photo essay

theguardian.com
2 points·by dom111·3 năm trước·0 comments

Evidence that the Neanderthals were the first seafarers?

thearchaeologist.org
74 points·by dom111·3 năm trước·40 comments

comments

dom111
·3 tháng trước·discuss
I always wondered if the "radiation hardening" approaches of the challenges like this https://codegolf.stackexchange.com/questions/57257/radiation... (see the tag for more https://codegolf.stackexchange.com/questions/tagged/radiatio...) would be of any practical use... I assume not, as the problem is on too many levels, but still, seems at least tangentially relevant!
dom111
·năm ngoái·discuss
I had this article show up for me today and thought it was interesting: https://glassalmanac.com/china-confirms-covering-deserts-wit... so shared (what I believe is) the paper cited within.

Apologies if this is a repost, a quick search didn't yield anything relevant.
dom111
·2 năm trước·discuss
Exactly the tools that inspired me:

https://github.com/dom111/gut
dom111
·2 năm trước·discuss
I think most of the stuff I make falls into this category...

My favourites are probably these two:

- a tool I made called gif-to-ansi (https://dom111.github.io/gif-to-ansi/) which converts an animated GIF to a stream of ANSI escapes in a shell script. I made this because I wanted to loop a GIF image in terminal when I mistyped a command to train me to do better typing.

- a 26 "language" polyglot (https://codegolf.stackexchange.com/q/209669/9365) where each starts with a different letter of the alphabet and prints out the alphabet less it's starting char (e.g. Bash prints out ACDEF...). This was just a puzzle that nerd sniped me, I really enjoyed it though and even got to learn a little APL for it, as well as brush up on shells. I highly recommend using sites like this if you want to explore a languages depths, I used it to learn Perl for a previous job and still play around in Perl today!
dom111
·3 năm trước·discuss
https://archive.is/9iRSL
dom111
·3 năm trước·discuss
Relevant: Build a working game of Tetris in Conway's Game of Life: https://codegolf.stackexchange.com/q/11880/9365

You may already have been aware but sharing in case others aren't!
dom111
·4 năm trước·discuss
Years ago, on an old (~2000/2001, AMD K series maybe?) system, I was doing some patches for a friend of mine and noticed there was an update for his BIOS. Went through the normal process of backing up to a floppy (luckily, I didn't always do this on my own upgrades before this point!), began the flash process and it all appeared to work fine. Rebooted and the machine didn't come up at all. Blank screen, nothing. I totally panicked. He came to check in and I must've been profusely sweating by this point and we chatted it through, but I noticed, on reboot, the floppy drive gave a tiny click, not like the normal exaggerated one it would do when normally booting. I had a glimmer of hope that it might still read a boot record from the disk, which it did. When the floppy stopped grinding, I carefully typed in the commands (even though there was no output to screen), I knew were on the disk (after running back home to build a bootable disk with a flasher and the BIOS dump) managed to restore the BIOS back to running perfectly with the old version!

Was absolutely terrifying, but very rewarding to get back a machine that we were both sure was bricked!
dom111
·4 năm trước·discuss
I always took it to be because he didn't feel like he'd done anything wrong either, so he was acting out how he experienced it. When he "returns" from his trip his dinner is waiting, perhaps (because of where the story takes place) this is also reconciled after the effect?

I do love the artwork and so do my children!
dom111
·4 năm trước·discuss
archive.org mirror: https://web.archive.org/web/20221014021506/https://www.sledg...
dom111
·4 năm trước·discuss
> DOOM ported to emoji

Makes me think of Fontemon:

https://www.coderelay.io/fontemon.html#player

https://github.com/mmulet/code-relay/blob/main/markdown/HowI...

Perhaps combining this COLRv1 spec and the prior art it's doable today!

https://github.com/mmulet/font-game-engine
dom111
·4 năm trước·discuss
Oh I'm an idiot, my first cURL had a browser user agent so I got HTML then never cURLed it again without the code!
dom111
·4 năm trước·discuss
Not working for me :( Only get:

  Sorry, game OZQTYAJL not found or long expired!
Tried a couple of browsers but always get the same code...
dom111
·4 năm trước·discuss
Similar to most other posters, I have a dotfiles repo, most of it isn't particularly novel, but I have a light wrapper around `git` that after a successful clone, will add custom identity information to `.git/config` so when I commit, I won't inadvertently use my work author string vs my personal author string:

https://github.com/dom111/dotfiles/blob/master/bin/git

which when combined with files like:

    $cat ~/.gitidentities/github.com 
    
    [user]
            name = dom111
            email = [email protected]
means I don't accidentally leak email addresses etc

Also, not entirely related, but I wrote a small tool to add some animated GIFs to scripts: https://dom111.github.io/gif-to-ansi/
dom111
·5 năm trước·discuss
Ahh, I thought it did both, but that must be misremembering. A quick search indeed confirms there doesn't appear to be a way to do it... Apologies!
dom111
·5 năm trước·discuss
I might be misremembering but isn't there a key combo ([Fn] + [Ctrl] + [F7] or something?) that enabled control selection and shows the underlines. I haven't used Mac OS for a while so I might be wrong!

Edit: I'm impressed I even remembered that! https://support.apple.com/en-gb/HT204434#fullkeyboard