javbit
No user record in our sample, but javbit has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but javbit has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
> These filters ruin the retro pixel art look by making things blurry, making larger pixels, introducing a screen door, and more. I think there's an argument that pixel art was designed for CRT displays and thus…
I daily drive bith RDE/GNUguix (personal) and NixOS (with home manager) (work). Both work really well for my needs. Pros for guix: - guile scheme - better documentation - free software first - strictness means things…
It's not a free software license as it restricts freedom zero, the ability to use it for any purpose. https://www.gnu.org/philosophy/free-sw.html#four-freedoms It's interesting because I'm sure no free software author…
You could probably use Shamir Secret Sharing so you'd need to have k out of n parts to recover the information. Downside is that this complicates what is supposed to be simple. edit: I see other commenters shared this…
If the display of the code is removed from its representation, I think the same could be done for comments. Comments could be kept as part of the AST and rendered how you like. E.g. (+ 1 2) ; Add two numbers. Would…
Yeah, I realized after I wrote my initial comment. Sometimes tangential thoughts just hijack your mind :D
I tried an SSRI for a month, after the first week I was getting into more arguments for no reasons. Usually I'll have some (at least vague) lucidity as to why I'm upset, but at that time I didn't and it made me feel…
I think I read somewhere that Aboriginal Australians have oral tradition that mentions rain forests covering much of the continent. I wonder if these are the same (edit: perhaps remnants of, since the fossils are dated…
We learnt some non-standard in a logic class (as a capstone application of FOL and model theory). Perhaps there’s a perceived notion that to understand infinitesimals and such you need a logic background, but logic…
It should be called something like appendixgun then because you don't use it but it still has a chance of causing needless suffering and pain.
You could detect if stdout is a terminal and then decide for fanciness or machine readability. I think this, along with flags for manually setting rich features, would provide the best of both worlds.
I got bit by this when scheduling an interview. It's interesting because it's not that much harder to say America/Chicago (or just Chicago) but it's just by default I tend to say CST, CDT, etc. Started using UTC offsets…
Would withFADR' :: (FragileAndDangerousResource #-> IO ()) -> IO () be a better type? My reasoning is if I use the linear identity function lid :: forall a. a #-> a in the following withFADR lid I should be able to…
I've had these symptoms my whole life (and still do), so it makes me wonder if already having chronic visual disturbances can play a role in developing or "preventing " [1] HPPD. [1] If you already have the symptoms can…
Could this, however, be used to create random bit streams for use in one time pads? I'd imagine it could solve the problem of sharing the large keys beforehand since you could generate it on the fly.