Viewing profile — kbsletten
kbsletten
HN member- Joined
- Wed, Aug 07, 2013, 11:15 PM UTC
- HN karma
- 414
- Public activity
- 106 items
- HN profile
- View on Hacker News ↗
About kbsletten
No profile information was provided.
Recent public activity
-
comment
Comment #22617130
I read that as "elegant" not "made better". It's possible that people could read it either way.
-
comment
Comment #21791371
What if they share the link on social? All the new traffic would seem to be non-unique.
-
comment
Comment #21433902
I was astounded how much better I was than my classmates at coding, testing, debugging, etc. I attribute all of it to the 25 hours a week I spent at work.
-
comment
Comment #21408307
I'm not really sure this is 100% true. I recently got a fight confirmation email and immediately started getting "things to see in LOCATION" push notifications from Google maps. I'…
-
comment
Comment #21270567
Nobody is adapted to asynchronous communication, it's always going to make you less productive. The key is that your immediate request is forcing someone else to put down their thi…
-
comment
Comment #20874697
Basically a linear array is packed tightly, so trying to put something in the middle, well first you have to move what's already there. Because it's packed tight, you end up having…
-
comment
Comment #20675380
In my opinion, the main reason to have `async` is because it doesn't require knowledge of generators. I've worked with developers who thought that `async`/`await` was too much trou…
-
comment
Comment #20606103
Did you see that this is a command line app (like VI, or EMACS)? Those libraries look like they're used for GUIs. Do you know if they can be used for the terminal?
-
comment
Comment #20597530
From the article: > In recent years, study after study has found that living in neighborhoods with abundant green space is linked to positive health outcomes. But it specifically c…
-
comment
Comment #20313638
From the article, it wasn't a XOR, the "key" was that there was a bit sequence when interpreted as Morse code said something like "copyright ATARI". So, reasonably easy to show it …
-
comment
Comment #20031677
In C#, your tasks are submitted to the ambient task scheduler. In ASP.NET, this is (I believe) the main thread pool that handles requests. The only time I've ever had to care where…
-
comment
Comment #19693055
My 2 year old is learning road safety and how to walk on the side of the street, but she's still safer when I'm with her because as an adult, I can understand things like getting h…
-
comment
Comment #19550808
Yeah, Getty is selling photos that are public domain. Photos in the public domain are already free to use, though some people might pay to have peace of mind that they didn't take …
-
comment
Comment #19535734
To be fair, getValueOrDefault is strictly more powerful than defaultdict because you can vary the initial value by the key.
-
comment
Comment #19529430
I have a dream that rural work will become more popular. I live in a city where all the local kids go to the oil fields or get out of Dodge, but I've heard a lot of comments from f…
-
comment
Comment #19202799
Minor bug, but it looks like all your call-to-actions on the features page are too large. (FF on Pixel 1)
-
comment
Comment #19125043
This reply made me even more confused. According to my naive understanding of floating point there are 53 bits for the mantessa (sp?) so in my head, you would specify a exponent of…
-
comment
Comment #19124570
So, am I correct that this would give you effectively 52 random bits instead of the maximum 53? Is the problem that the 53rd bit would mean there are possibly invalid values you'd …
-
comment
Comment #19008538
So, I'm the author and I'm aware there are smarter people than me working on things like this, but my question is mostly whether there's a threshold where things can be useful. As …
-
comment
Comment #19004288
That's generally not how things go. I don't know the details of this exact thing, but generally there will be two "very yes" responses, a "kinda yes", a "kinda no", and to "very no…
- story
-
comment
Comment #18998277
Well, given that Rust and C# also have these features I think the likelihood that the patent is upheld is unlikely. I guess they could threaten you with it since lawyers are expens…
- story
-
comment
Comment #18939720
I read it as the author almost never uses the uninitialized data and when they do need a zeroed array it's simple to do so why pay the cost to initialize the elements when you're a…
-
comment
Comment #18894617
I love the passive aggressive stab at Sutter. "Modern Healthcare decided to see how long it would take to present the data in a more consumer-friendly format. It took less than two…