Viewing profile — jkbbwr
jkbbwr
HN member- Joined
- Sat, Apr 18, 2015, 2:25 PM UTC
- HN karma
- 134
- Public activity
- 42 items
- HN profile
- View on Hacker News ↗
About jkbbwr
Recent public activity
-
comment
Comment #48558200
We focus on the evils of social media but never the positives and there ARE positives. Also society giving up the keys to privacy is not a solution here, the think of the children …
-
comment
Comment #47536536
Are you talking about Imane Khelif? The woman who was born a woman, competed her whole life as a woman and is still last time I checked, a woman?
-
comment
Comment #44618592
This has to be a massive conflict of interest right?
-
comment
Comment #43137498
Unless I am making a mistake here, you still can't extract keys of an opened enclave. You can just run operations against those keys.
-
comment
Comment #42833754
Everyone keeps making the context windows bigger, which is nice. But what about output? I want to generate a few thousand lines of code, anyone got any tips?
-
comment
Comment #41274561
[flagged]
-
comment
Comment #40963711
They are better, but they still sound slightly unnatural to me, the pauses are in the wrong places, or not long enough. It takes me out of focusing on the actual words
-
comment
Comment #40963660
Honestly? The quality of the output is as expected, I wondered how it would manage something like Shakespeare which depends so heavily on iambic pentameter, instead AI does what it…
-
comment
Comment #40689288
I really wish python would stop being the go-to language for GPU orchestration or machine learning, having worked with it again recently for some proof of concepts its been a massi…
-
comment
Comment #38261685
Having worked with C/C++ projects. Managing dependencies is downright painful. About the best option we found was to treat everything as build from source and then git submodule ou…
-
comment
Comment #37916927
Not in the slightest, we have an even more strict version of this bill currently being drafted for enforcement. It's already law here.
-
comment
Comment #35800947
You only ever find tutorials on writing type checkers in things like haskell or similar. It is often like that owl joke in art. "Step one draw a circle, step two draw some triangle…
-
comment
Comment #35776790
I wish I could find some examples in Kotlin or Rust or Python. Something non-functional
-
comment
Comment #34820049
So a problem I noticed, is you pass mutable state to the actor. What happens if the actor mutates the state then fails? Do you just dirty the state and throw it away or do you retr…
-
comment
Comment #34818796
I still think the design in the beam world is as close as we can get to perfect actors. Its very very elegant in how you can easily resume crashed actors, upgrade them, migrate the…
-
comment
Comment #34708703
You could potentially hit your codebase with CBMC using model assertions. Its basically what you already know in the TLA+ world but targeted against C++ code.
-
comment
Comment #31809575
Without interface types to unify passing strings around or more complex handles to resources. WASM is going to be rough on the serverside. I still have not found a consistent way t…
-
comment
Comment #29980185
The only problem is the public is fucking stupid.
-
comment
Comment #28471699
Im surprised we haven't bit the bullet and just jumped to unikernels and OS as a library yet. It removes a whole layer we just don't need.
-
comment
Comment #27972022
Meson is okay, it solved a few problems for us on our deployment but the creator has a few hard decisions and style choices that don't really gel well with other projects. We are t…
-
comment
Comment #27785391
Python sucks for functional programming. Mutability, references and hidden objects everywhere. If you want a real dynamic language functional programming experience, you would be f…
-
comment
Comment #27646687
You do realise that the US is literally rolling out wide spread facial recognition software as we speak, NK doesn't hold the monopoly on being an authoratarian hellhole.
-
comment
Comment #26856294
Care to provide some evidence to back up your claim or are you just on the red scare train.
-
comment
Comment #26582454
Reminds me of my favourite book series, the laundry files. One of the more scary characters refuses to own a computer. Because Van Eck Phreaking.
-
comment
Comment #25622902
To be fair, if your save mechanism is just a straight memory dump with no checksums and validation. You have bigger issues.