I mean; this is the normal mode of operation for GitHub at this point.
HN user
supakeen
[ my public key: https://keybase.io/supakeen; my proof: https://keybase.io/supakeen/sigs/IsFLyTRA8whLz-sHl6VHanQoVEyqbHMEj4RytebucBI ]
It would probably be a good idea to verify some of the ideas you're posting; some of them are oversimplified (or wrong) :)
Ah yea then I misunderstood. That's right you can't easily switch out the cells for protected cells yourself :(
Sure, that means the idea of using unprotected cells was already there when the holders were selected :)
Thanks, fixed!
Thanks, I've written that one down in my notes as well it definitely fits the superstitions because it sounds like it should work well.
Yea, it's not super clear but that's indeed what I meant to say :)
The activation of the virtualenv is unnecessary (one can execute pip/python directly from it), and the configuring of your local pyenv interpreter is also unnecessary, it can create a virtual environment with one directly:
pyenv virtualenv python3.12 .venv
.venv/bin/python -m pip install pandas
.venv/bin/python
Not quite one command, but a bit more streamlined; I guess.Betteridge's law applies:
Any headline that ends in a question mark can be answered by the word no."
No, it looks different from this.
Cool idea. I would be interested in knowing the concentration you achieve and flow rates (LPM/CFH). This wouldn't work in my workshop as we don't treat our equipment nicely enough and we don't have sparkies to tend to it.
Roberts, 38, now only gets fast food "as a rare treat".
I feel that that is it should be? When I was young it was important enough to mention at the monday class circle if your grandparents had taken you to visit the Golden Arches and everyone would be very jealous.
I've often thought about why the default implementation of many randoms around programming languages is to use LSFRs, MTs, and other fast RNGs in the 2020s.
It seems to be better to err on the side of 'people dont know if they want a PRNG or a CSPRNG' and switch the default to the latter with an explicit choice for the former for people that know what they need :)
Really the only web interface I consider putting on my machines is this one as it uses the normal system as available instead of doing everything custom.
Yes, Nim macros can fiddle with the AST: https://nim-lang.org/docs/macros.html
You can also see another (I think) neat example in `npeg`: https://github.com/zevv/npeg?tab=readme-ov-file#quickstart
A longer read on the design and delivery process of a super fast hardware project for a large hacker camp :)
We use 'e': latines, etc.
It sadly seems that information on the outage is slow and far in between, stuck on an update once every 8 or so hours apparently with a bunch of VMs sadly still being unreachable and unresponsive in the management console :(
This doesn't remove the object from the DOM after the animation is over, which the example on the website does. You'll need to add something that removes the element after the transition is over which would be a bunch more code (the eventlistener for transitionend) :)
Perfect, all except markAndSweep/go, thank you!
Congrats, Nim is really becoming more and more mature as time goes on and showing new features like these are great though they do come off a bit as "a not done language"?
What is the plan for ARC/ORC stability and possible default? Are we looking at 1.6 or later (1.8?). Will the GCs (since ARC isn't really a GC) be deprecated at that time?
What is unwieldy about hex strings? If you'd want to solve this perhaps a prefix would be easier?
Thermos bottle for keeping drinks cold or warm.
Which country is that?
It's a few things, drop is the word for licorice and lol is the word for fun. It's also one letter off 'droplul' which would be a swear word for asshole, literally: licorice dick.
This looks like a neat tool, I'll be trying it out next week at work :)
I was unaware of that and it seems people have fixed the title for me. Thanks!
There really isn't more information about this than the above so we don't know.
Here's a few Dutch sources at the bottom you can throw through a translation service: "nearly all windows computers were hacked", "we dont know if this was criminal and if the perpetrator(s) demand money".
Noteworthy quote "We are researching if the attackers could access that. Our expectation is that this is very difficult." on the storage of scientific data.
https://nos.nl/artikel/2316120-cyberaanval-op-computers-van-... https://www.1limburg.nl/groot-cyberhack-bij-um-criminele-aan...
Nothing like -R, but attaching tmux lets you swap the client between different sessions with `<your prefix> L` for last, `s` for an interactive list or `(`, `)` for next/previous, and some others I forget.
If you want to list sessions before attaching then there's `tmux ls` :)