Viewing profile — reklawnos
reklawnos
HN member- Joined
- Thu, Mar 19, 2015, 5:11 AM UTC
- HN karma
- 153
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About reklawnos
No profile information was provided.
Recent public activity
- story
- story
- story
- story
-
comment
Comment #16952614
To be clear, that bug originally tracked the implementation of the Audio Work er API, which went through many iterations that eventually led to the current Audio Worklet spec.
- story
-
comment
Comment #13058197
As others have mentioned, Rust allows you to write a safe wrapper around unsafe code. In this case, all of the functions implemented in buffer.rs are safe, even if their contents a…
-
comment
Comment #11921311
Just because a particular approach can be characterized as waterfall-esque doesn't mean it's necessarily bad, just as a agile approach isn't necessarily good. Part of what makes ch…
-
comment
Comment #10684775
> If your company were to pay you the same amount as they profit off of you [...] That's not quite what he's saying. From the post: > You can never say a price is high or low witho…
- story
- story
-
comment
Comment #10302038
I don't think this is really aimed at people who "take them for longer camping/ski/road trips," though. For a while now, SUVs, like the Audi Q5 and the BMW X5 that the Model X is t…
-
comment
Comment #10254329
At the same time, apparently less than 3000 people developed the Tesla Model S [1], and less than a thousand developed the Tesla Roadster [2]. That might not be an entirely fair co…
-
comment
Comment #9469034
I know many Korean speakers use "ㅋㅋㅋㅋㅋ" to express laughter. The "ㅋ" symbol has a sort of "kih" or "kuh" sound, so it's meant to represent a snickering "KihKihKihKihKih!"
- comment
-
comment
Comment #9355998
Well, Rust by Example already exists: http://rustbyexample.com/ Which has a bunch of examples that utilize most of Rust's features and are runnable/editable in the browser. And the…