Viewing profile — _vya7
_vya7
HN member- Joined
- Sat, Jun 25, 2011, 4:14 PM UTC
- HN karma
- 2,337
- Public activity
- 1,518 items
- HN profile
- View on Hacker News ↗
About _vya7
No profile information was provided.
Recent public activity
-
comment
Comment #44506009
Tay all over again.
-
comment
Comment #44505985
Ha, anyone remember Microsoft's Tay?
-
comment
Comment #44505970
That kind of makes sense for a lowest common denominator. Then what is it good for? Just simple apps?
-
comment
Comment #44359946
I remember using pip and venv back in like 2009. Last time I checked, maybe 5 or 10 years ago, the recommendation of the community was generally to just use Docker instead of all t…
-
comment
Comment #14008400
Really cool! May have to borrow this some day.
-
comment
Comment #14008396
Or when you want to do logging. That's the part I was working at.
-
comment
Comment #14008152
Your solution doesn't short-circuit when any of the calls fail. It relies on (error) throwing some kind of exception to interrupt control flow and prevent the following lines from …
-
comment
Comment #14006796
For the nested if-let mess, I'd probably do something like this: (let-every [x (foo) err "foo failed" y (bar x) err (format "bar %s failed" x) z (goo x y) err (format "goo %s %s fa…
-
comment
Comment #14006627
Yeah it's a very real form of lock-in, nothing else really compares to Emacs + Paredit + Cider for productivity. And Emacs isn't great. But when I did Clojure full time for 5 years…
-
comment
Comment #14006470
After spending 50 months with Clojure, I can safely say it's my favorite server-side programming language (with Datomic as my favorite database), and the tooling (CIDER + Paredit +…
-
comment
Comment #14006182
Then what about ChromeOS? Do you think they're trying to build a "full-fledged" OS for the modern era, with safety and security in mind, but not as lightweight as ChromeOS?
-
comment
Comment #14006165
The memory mapping model is really interesting, since it moves a lot of that out of the kernel and into user-space, but it seems like it has more disadvantages than advantages. Wha…
-
comment
Comment #13981108
This is pretty terrifying. So many "arbitrary code execution with root privileges" exploits! They may be fixed, but how many more are still only known to malicious third parties? A…
-
comment
Comment #13879396
One of my favorite skills & challenges is do things as efficiency as possible, and using Electron for an app like this just strikes me as super-duper wasteful, especially for an ap…
-
comment
Comment #13871318
Meh. I'd rather just continue scaling back my time spent here. It's becoming a more and more worthless site every day.
-
comment
Comment #13870219
Yep done that. That's when they basically said nope too bad so sad.
-
comment
Comment #13870136
It's not just joke. It's the fact that it way too closely resembled the writing style of big-city newspaper articles, trying to "subtly" play on double-meaning words. It's just so …
-
comment
Comment #13870118
They never ever adjust the position or color of any comment. They used to, until the day the mods labeled my account a "troll" account a few years ago. Now my posting is rate-limit…
-
comment
Comment #13869938
Man it's times like this that I wish the mods didn't turn my votes into shadow-votes (a la shadow-ban) and that my votes actually worked.
-
comment
Comment #13861941
Yep. 99% of programmers use an actual computer to type their code into, rather than typing on an iPad or other touch screen. And 95% of programming still requires manipulating text…
-
comment
Comment #13859116
> 100 years from now, it's highly unlikely that the screen-and-keyboard model of data ingestion will be regarded as anything but a historically important link in data evolution, ca…
-
comment
Comment #13834695
But then what would the Haskell of tomorrow look like?
-
comment
Comment #13831754
Language is inherently complex, there's no way to solve this in any "cleaner" way than what we already came up with. Unfortunately the best way forward is to build up what we alrea…
-
comment
Comment #13824284
Are MD5 hashes that predictable that you can just make a few adjustments to a binary until it's the one you want?
-
comment
Comment #13820464
Dunno why you're downvoted, you have a totally valid point. Trying to shoe-horn a hacker-friendly OS into a layman-friendly desktop/laptop experience is going to be painful. Extrem…