gphoto-pull!! I've been downloading NN x 50G zips every two months like a caveman. Assuming I'm backing up in "Original", this manages to retrieve byte-identical backups?
HN user
s3graham
blog: https://scot.tg
https://www.linkedin.com/in/s3graham
https://twitter.com/h4kr
I'm guessing you mean dwarf, but I started on a pdb library that I'd planned to use along-side qbe eventually. (The code currently lives in a jitting-C compiler https://scot.tg/2023/05/02/debugging-with-pdbs/ that uses dynasm directly though.)
IR (https://github.com/dstogov/ir) is worth a look in this vein too.
I personally went with QBE for my hobby project because of C-interop, but at least in my tests, I found IR much faster and better codegen than MIR. Neither of MIR or IR are friendly/easy though.
Drew and team are pretty clear about being philosophically against that idea: https://harelang.org/documentation/faq.html#will-hare-suppor...
Quentin took pity on me and let me upstream amd64_win with my lengthy variable names and including chatty comments. :)
SysV and Win x64 differ enough that the Windows code is mostly unrelated to/detached from the other backends, so it doesn't feel (too) awful for it to have its own idiosyncratic style.
(2017)
Unless there's been some new announcement that I don't obviously see here?
creatinine != creatine
We are of course still spinning, so I'm not overly confident we haven't just glanced off a guardrail on the way to the ditch (to belabour your analogy).
Super cool!
I'm not sure if they did a writeup for m8trix (a predecessor) but I tried dissecting it around when it came out (2014): https://scot.tg/2014/05/31/amazing-code-density/
I used to be more of a fetishist, and still use cmd on Windows. My modding contribution from long ago: https://github.com/sgraham/cmdEx
Oof, that scraped up frying pan in #5 should have a trigger warning.
It's also pretty challenging since they're not OS-level windows any more.
It's the same problem as video ad blockers and YouTube: the ads/sponsorships have just become embedded in the main stream so they're much more difficult to obviously delineate from the actual video.
I appreciate your point, but Python was invented in .nl which wouldn't be G7 strictly speaking.
FWIW, Sean and Alan's contribution to puzzle designs:
ref: https://mastodon.gamedev.place/@nothings/115704420859870435 and: https://mastodon.gamedev.place/@draknek/115704125102372454
And that Sonos is terrible to its users.
I had a houseful of overpriced speakers, some only 3 years old when they decided they were too old to support in their rewritten app, or some lazy crap like that.
For GP; I use some cheapo (sub $50) "100W mini amps" from Amazon. They seem fine to me.
I started playing a couple weeks ago (and got my Mum and one of her friends playing too).
I enjoy it, but I find the clues seem a bit too easy, and honestly I'm normally terrible at crosswords. Take that for what you will, totally understandable if you're aiming at "cozy/relaxing".
I appreciate the polish of the UI compared to a lot of the other janky word games out there anyway.
He rambles for "the humour bit" for a while, but I think the thrust of it is in the last two sections https://www.wheresyoured.at/nvidia-isnt-enron-so-what-is-it/... : Nvidia's valuation is dependent on an enormous amount of debt around the industry being funnelled to them, there doesn't seem to be a way to profit on this debt, so something is going to have to give.
Seriously, there's even that "Download" button but it goes to some weird janky browser-local storage instead of just giving me a damn file.
(I don't think they'd realistically get more paying customers, but I would appreciate it anyway.)
:(
https://jamanetwork.com/journals/jama/fullarticle/2817406 seems like a good review.
I don't know much about credit card validation, but I have the impression that the zipcode is just one more correlation that tells them you're more likely to be the real owner of the card.
If the 3 numbers I type match the 3 digits of the owner's postal code, it's probably a reasonable signal that I'm the owner (even without the letters).
I used to use that one too, but you're supposed to put the 3 numerical digits of your postal code followed by 00. (I have no idea how you're supposed to know that though.)
simdjson is another project to look at for ideas.
I found it quite tricky to apply its ideas to the more general syntax for a programming language, but with a bunch of hacking and few subtle changes to the language itself, the performance difference over one-character-at-a-time was quite substantial (about 6-10x).
As you surely know if you're quoting the standard, it depends on which standard!
That looks like the game-version of nand2tetris which I enjoyed doing a while back too (as another suggestion).
Please let me know when you're ready/able to ship another batch.
In other news, apparently hgh used to be extracted from cadavers.
Creatine too.
I'm trying this strategy at the moment. https://www.shesabeast.co/the-diy-dumbphone-method/
The main things I needed to remove are the web browser and email client to make it ~ a dumbphone. I don't find myself wasting time staring at maps, or a weather app, or a calorie tracker, or camera/photos so I don't feel there's any reason to forgo those. (YMMV of course!)
I think the reasons have probably changed over time, but my recollection is mostly to have a stable Windows-style driver API so that kernel and drivers can be maintained separately. Making such an API on top of Linux was prototyped, but was unsuccessful.
(Historically, that's one big reason that there's lots of Android phones that get a fork of whatever release was current some months before they shipped, and never get substantial updates.)