yjgyhj
No user record in our sample, but yjgyhj 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 yjgyhj has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
You're not wrong. Notice how I mentioned my favourite model "sucks less" than the other one. What ever company sells an e-ink smartphone with a fantastic camera and up-to-date Android will get my money for ever.
When attending school for music a few years ago, my house mate had started playing violin after having binged TwoSet Violin on YT. Sad to see them go - they inspired many. (I never watched a video though, as I had 40…
Thanks for sharing! I too have looked at the Palma, but without it also being a phone, I can't go for it, because I'd have to carry it and a LCD-screen phone. Colour e-ink works by having a colour filter over the…
I want to recommend getting an e-ink smartphone. I've tried the Hisense A5 and the Bigme Hibreak, and software-wise, found the Bigme Hibreak to suck a little less, as I could not access the Google Play store on the…
How about I rob your store Thursday and you mine Friday?
Is there a DRM-free way to watch this?
That is indeed totally crazy. I wish I had some way to verify your story, as I as a reader can't know who sits behind the keyboard on the other side.
This is what I have done as well. I think it was Bruce Schneier who brought up the idea of digital feudalism. I want to own my data, and that is incompatible with the business of Netflix and Spotify. Very sad about it,…
After being Clojure-only for a long time, I decided to write the front end to my last project in Elm, just to see what the fuzz was about. While I miss code-is-data very much, there is no turning back from the type…
So owning and sharing child porn should be OK in the eyes of the law? It's simply not an easy question to give an easy answer to.
Infix is only easy to read if you're only used to it. Not inherently better - I'd say opposite even. Also, I don't want to live without Paredit (or Smartparens)
Disagree that it's readable. The parens are great - they show exactly where a function call starts and where it ends. The program is a tree!
One thing me and my teammate did in our last Clojure gig was to not shorten namespaces (with the `:as` keyword). Instead of in this example write `[cognician.chat.dom :as dom]` just write `cognician.chat.dom`. Then when…
For this reason I went out to buy a Intel NUC and am now running NixOS on there. Developing on that machine, with a Clojure nRepl connected via SSH. Works great, especially since my service can now be running and…
I do so because my Clojure app I'm writing also depends on other programs from 3rd party vendors (open source stuff). I'm too old to spend time setting shit up on every develop machine, server etc. If I can just write…
> How is it taking up 100 GB? A couple of blockchains. As said, it's the data of my app, not Clojure or Docker.
I have been working on a Clojure (so JVM) program that I run in Docker for Mac. It requires some data on disk, which is about 100GB. Since my laptop has a pathetic 250GB SSD I got an external drive for this. All well.…
>Tipping culture also introduces uncertainty into pricing, and means that nicer people pay more and jerks get to pay less, for the same service. Why is someone a jerk for not tipping? I pay for service provided - give…
Why do operating systems allow users to run any executable? For programmers it's important to be able to - but when you're not coding, running any executable is not required. It should be that all programs are in…
Does this work the same way as Monero?
I enjoyed the story, and got it! The one part I miss to be able to claim understanding of zero-knowledge protocols is anchoring the story to what one uses (modern) ZKPs for. Hoping to read that connection here in the HN…
Having not heard of Angie's List before I decided to check their website out. If anyone working on that is reading HN, you might find it interesting that I didn't understand at all what the website was for until reading…
That the repl is in your editor, and you can hit ctrl-c ctrl-e to evaluate anything on the fly.
I've used TypeScript, Flow and Elm for making front-end apps. My favourite of the three is by far Elm, even if that was a bit harder to get into (as it's a new language and I didn't know before how to do side-effect…