Viewing profile — pumanoir
pumanoir
HN member- Joined
- Sun, Nov 19, 2017, 4:48 PM UTC
- HN karma
- 159
- Public activity
- 83 items
- HN profile
- View on Hacker News ↗
About pumanoir
No profile information was provided.
Recent public activity
-
comment
Comment #49238330
can you share ane example of one of your prompts? I have tried to convert some text into the socratic method and haven't succeeded yet.
-
comment
Comment #48476778
There's app that allows you to do something quite similar in real time: https://apps.apple.com/us/app/quikanimate/id6467067883
-
comment
Comment #48129558
Mark Cuban has a neat startup to appeal health insurance denials www.getclaimable.com/
-
comment
Comment #47443898
The example.py file says "it will run blazing fast on any GPU. But this example will run on CPU." I couldn't locate how to run it on a GPU anywhere in the repo.
-
comment
Comment #45601654
For office I'd recommend Softmaker's FreeOffice or Pro 2024. They've worked great in my linux and macs
-
comment
Comment #45544039
Excellent, thanks! Just took a look at "TCP/IP Illustrated: Volume 1" and was exactly what I was looking for. Any book along those lines that is compressed/water down (just to get …
-
comment
Comment #45542890
Where can i learn to do this kind of things? Any book(s) that'd teach this kind of stuff?
-
comment
Comment #45367534
thanks. it'd be great to have a quick tutorial on doing so. this is close to my dream of creating Frankenstein apps with the web platform instead of graal :) https://www.graalvm.or…
-
comment
Comment #45367449
How would i use numpy from javascript using this?
-
comment
Comment #45295349
If we want to stay in the older license? Do we just do `npm i tldraw@3` and work from there?
-
comment
Comment #45068079
Why is Anthropic hiring developers? Amodei said that AI will be generating all the code by the end of the year.
-
comment
Comment #42066404
(Honest question) Can you share how to use Dutch-US treaty to basically hire oneself?
-
comment
Comment #42055685
The scammers in question use stolen US citizens' identities. Same thing happens in Europe to a lesser degree.
-
comment
Comment #41734441
I've had great success to convert math pics to latex using qwen2-vl
-
comment
Comment #39552307
which books will teach how to build your own computer algebra system? (I've only heard PAIP does)
-
comment
Comment #37919807
I skimmed (ctrl-f) the paper and didn't see a comparison against gpt-4. Anybody knows how they'd compare?
-
comment
Comment #36168661
Depends on the model and GPU. Here is an example of almost 2x on a 3060 for StableDiffusion: https://www.youtube.com/watch?v=_6BsUijOWoM
-
comment
Comment #36116711
Optimization by gradient descent is used to do the learning in deep learning. For example, diff eqs are used to create optimizers that improve upon the classic 'adam' say, such as …
-
comment
Comment #36092334
Thanks!
-
comment
Comment #36072293
Are there examples to use it for SGD using this? Like "Here is a tutorial on how to do a nanoGPT using DiffEqGPU.jl"?
-
comment
Comment #36072215
That quote sounds like it could be explained by Dan Kahneman as a symptom of 'ego depletion'
-
comment
Comment #36072109
I read and watched almost all the modules and for me it as it is, perfectly accomplishes the intention of the course as stated by the op. Your suggestion may work for other intents…
-
comment
Comment #36053155
I've seen the same in many google pages (which I think is illegal under GDPR).Anyways, I use ublock origin to get rid of that.
-
comment
Comment #35903986
This is great! Pattern matching (+tuples, records) is going to make conditional rendering, conditional styles and state management even nicer in Flutter. Thank you Dart team. BTW, …
-
comment
Comment #35696031
A great option but there is wonnx which seems to be more complete and mature. And the bonus is that it's implemented in Rust (if you are into it). https://github.com/webonnx/wonnx