https://claude.ai/share/7859cbe1-1350-4341-bb40-6aa241d6a1fe
This is an example of a session shared by Simon Willison in one of his recent blog posts if that helps?
HN user
https://claude.ai/share/7859cbe1-1350-4341-bb40-6aa241d6a1fe
This is an example of a session shared by Simon Willison in one of his recent blog posts if that helps?
I think for someone who hasn’t experienced this it would be helpful to see a real world example whether it’s a Claude session or illustrated in some other way. Can anyone share?
I’ve done that - moved out of a mold infested house into a brand new house and kept some but not all belongings. Can you elaborate on risks? What do I need to watch out for?
What would be a good strategy to prevent companies from cottoning on to this and gaming the system? They could for example change packaging on production runs for a product that’s undergoing laboratory.love funding campaign.
I might be generalising but in some countries (UK) it's common to not rinse soap/washing up liquid off dishes after washing them by hand. Being hypochondriac I was always curious about health aspects of this and feared something similar to what's described in the article.
VS's windowing system is better than Rider's. I often use VS with a layout which takes up two full screens (editor on one and Tests Explorer/Solution Explorer/Output Window/Find window etc on the other). I haven't yet found a way to replicate this in Rider.
Out of interest - who are the senior leaders you’re referring to?
If you’re interested in machine learning I can recommend Christopher Olah’s blog: https://colah.github.io/
Tether is 80% of trading volume lol.
This statement might need a reference to back it up.
N.B. Oxford have since published[0] a peer-reviewed study of phase 3 trial in The Lancet.
[0] https://www.thelancet.com/journals/lancet/article/PIIS0140-6...
Same position here. Pro is compelling because I own an old iPad mini that's due an upgrade and I wonder if Pro would provide that for me. But for size I like my current SE gen 1.
If I am a Robinhood customer who is investing for the long term instead of day trading - should I care?
They just need to be put into boiling water for a few minutes to kill sars-cov-2 at 100%.
I was looking for information on (high) heat killing viruses such as sars-cov-2. Are you able to point to a reliable source on this?
Do you know if the other countries you mentioned have equivalent documents to the one you linked for Belgium?
Unlike in C# pattern matching in F# is exhaustive. I’m guessing this is what was meant by “better”.
This is mentioned elsewhere in the comments at least some of the code for climateprediction.net appears to be on GitHub: https://github.com/CPDN-git.
“13 Minutes to the Moon” by the BBC World Service.
Any chance you have an example of this pattern you can point to? Also, would the use of Span<T> make it possible to do this without unsafe code?
One of the harder things with English pronunciation I found was to be able to correctly vocalise "warm" and "worm", "crap" and "crepe" and similar. Think a resource like this would have helped.
binding system that's full of footguns
Please elaborate?
Seealso: IntelliCode for Visual Studio.
At the other end of the spectrum are the “cowboys” who are productive by writing sloppy code with bad architecture and are either oblivious of or just ignore the huge pile of technical debt they pass along to the people who get to maintain their code.
Ousterhout uses the term "tactical tornado"s, which I quite like (source: https://twitter.com/johofer/status/1035442341199446017 apologies I don't have a better source handy).
I'd be keen to see a simple example of this pattern in Lisp (or another language). Does anybody have a good link?
I have a 2008 MB (first of the unibody models) and it would be OK if not for hardware no longer being supported by the newer versions of macOS. This means I am unable to install .NET Core 2.0 or some of the newer Node versions which is a shame.
I often have the need to have multiple instances of Visual Studio open simultaneously. I’ve been looking to get an Alienware Area 51M with i9 9900K and 32GB RAM. If this MB Pro comes with similar specs I may have a dilemma on my hands.
There is Mechanic (https://github.com/fsprojects/Mechanic), an OSS project that's meant to take away some of the pain, though I don't have any experience using it and I'm not aware of how useful it is in practice.
it would fit in the 3x annual income rule for housing affordability
Could you please expand on this rule? Where did it come from? Feels like impossibility in some countries.
I've heard similar things about Scala, though I haven't had a chance to confirm this for myself yet. Not 100% sure if this supports your hypothesis or not given that Scala is multiparadigm?
My default VS layout is to have two full screens: editor on the left screen where I often have a source file and its tests open side by side and on the right screen - the source tree, the test runner, the output window, team explorer etc.
This can work well if you are in an environment like the Google Summer of Code program. It's much harder to do this if you don't have a mentor or two who would be able to spot your mistakes and guide you in the right direction. For many engineers out there they would not have the same set up. Someday I would love to help out somebody with something ambitious but I feel like I need to learn a ton before I am in that position.