Viewing profile — slunk
slunk
HN member- Joined
- Sat, Mar 20, 2010, 2:59 AM UTC
- HN karma
- 80
- Public activity
- 39 items
- HN profile
- View on Hacker News ↗
About slunk
No profile information was provided.
Recent public activity
-
comment
Comment #28223307
> That's the main reason why CSV absolutely sucks too [...] Is it? I think you're absolutely right that naive points of view like the one you're responding to will lead to avoidabl…
-
comment
Comment #28127557
> It has nothing to do with what the model is being used for. I may be misunderstanding this passage of the article, but I thought the author was claiming that machine learning (sp…
-
comment
Comment #28127500
I was hoping there would be discussion of this point higher up in the thread, because I had essentially the same reaction as you while reading this passage. I'm no expert of machin…
-
comment
Comment #28115234
I was also struggling to convey this point. I think you've hit the nail on the head.
-
comment
Comment #28115071
You've gotten a couple responses making arguments that the atoms required for a language like lisp are fundamentally simpler than eval in Perl and that makes the difference... Fwiw…
-
comment
Comment #28013429
It's one thing if you have a source of revenue so justify your S3 costs. My interpretation of the parent commentator's concern is that this person has opened up a multi gigabyte S3…
-
comment
Comment #27777393
I don't think using an IDE to catch lots of stupid simple mistakes is bad. It's how I prefer to work. > It looks really strange to me to observe other developers constantly compili…
-
comment
Comment #27773988
> So in a sense I am not strictly practicing my approach Developing in an IDE that compiles almost continuously is about as far from the development philosophy you're advocating fo…
-
comment
Comment #24276032
Ah, my mistake. Thanks for the correction.
-
comment
Comment #24275827
One can't help but wonder what kind of a person would tweet their "apology" for unintentionally defacing the entirety of Scots Wikipedia in more broken Scots. Seems... Insensitive,…
-
comment
Comment #21974066
Thanks for clarifying that for me!
-
comment
Comment #21974008
Yup, fair enough.
-
comment
Comment #21973911
Without knowing enough about Rust to speak authoritatively... u8 can represent larger integers than i8 (no sign bit). Surely it's not completely safe.
-
comment
Comment #20387464
Lots of good suggestions in here. One I haven't seen mentioned yet is NileRed for those interested in chemistry ( https://www.youtube.com/channel/UCFhXFikryT4aFcLkLw2LBLA ).
- comment
-
comment
Comment #11257127
Personally, I'm impressed by how the image dimensions were mapped to the image, not the fact that it can be done at all. There are plenty of boring and simple ways to map dimension…
-
comment
Comment #10087937
I stopped reading a few paragraphs in when all the author had managed to convey was how great they are. I also find it strange that someone so competent who wants to remain anonymo…
- comment
-
comment
Comment #9482830
"Hellman's doesn't resemble the real stuff" That's a little exaggerated, don't you think? I'm no mayonnaise expert, but those lists of ingredients look pretty similar to me.
- comment
-
comment
Comment #8646259
Are you suggesting that ruby's design is more broken than PHP's?
-
comment
Comment #8281723
Although I agree with others that the video leaves a bit to be desired, I thought I understood the point well enough and was looking forward to trying it out... Then I attempted to…
-
comment
Comment #7447634
Even if this system worked flawlessly as intended, doesn't it disincentivize getting to 1000+ karma? Unless I'm misunderstanding, your most active users don't seem to get any benef…
-
comment
Comment #7051330
Fyi, bash also has vi-mode (set -o vi).
-
comment
Comment #6934954
"dispatching out to functions to handle each opcode carries unnecessary overhead in what should be the tightest loop in the project" How about inline functions or macros?