Viewing profile — theOGognf
theOGognf
HN member- Joined
- Wed, Jul 05, 2023, 11:00 PM UTC
- HN karma
- 68
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About theOGognf
No profile information was provided.
Recent public activity
-
comment
Comment #46054259
I feel like both this comment and the parent comment highlight how RL has been going through a cycle of misunderstanding recently from another one of its popularity booms due to be…
-
comment
Comment #45446130
I really enjoyed it. Very Hitchhiker’s Guide -like. It’s been a while since I’ve read something like that. Thanks for sharing
-
comment
Comment #45431811
I used to follow advancements in RL pretty closely since 2016; it’s cool to see how far methodologies and algorithms have come to be able to do complex tasks completely offline. Dr…
- story
-
comment
Comment #45424314
I didn’t see this before, but I work at a non-profit, government hospital system. So increasing profits, although probably a good answer most of the time, is probably not as applic…
-
comment
Comment #45421731
Along the same lines of missing good junior engineers at work, we occasionally interview stellar engineers that’ve inflated their resume a bit to get an interview, but we end up re…
-
comment
Comment #45374556
Not sure about other hospital systems, but the one I work at is developing CV systems to help fill workforce gaps in places where there isn’t as many trained professionals or even …
-
comment
Comment #45374370
No, that is the norm. Radiologists speak with their colleagues the most, and patients rarely
-
comment
Comment #45374140
This article is pretty good. My current work is transitioning CV models in a large, local hospital system to a more unified deployment system, and much of the content aligns with c…
-
comment
Comment #45218131
It’s ironic that HN threads, arguably one of the forums where the majority of users should understand a tech company and its tech, about Palantir always devolve into some weird spe…
-
comment
Comment #44718026
I’ve used Diesel for a bit now but haven’t had issues wrangling the type system. Can you give an example of an issue you’ve encountered?
-
comment
Comment #44592591
Is it common to see Metaflow used alongside MLflow if a team wants to track experiment data?
-
comment
Comment #44367752
Along with burning tokens, how MCP servers are ran and managed is resource wasteful. Running a whole Docker container just to have some model call a single API? Want to call a smal…
-
comment
Comment #44224047
That is true too
-
comment
Comment #44224040
Right, this is only power usage. Factoring in labor and all that would make it more expensive for sure. However, it’s not like it’s a complex system to maintain. We use a popular i…
-
comment
Comment #44223944
Some anecdotal data, but we recently estimated the cost of running a LLM at $WORK by looking at power usage over a bursty period of requests from our internal users and it was on t…
-
comment
Comment #44213109
I was wondering this myself and made a tool-calling endpoint with OpenAPI to see if it worked well. Turns out it does: https://github.com/theOGognf/toi
-
story
Show HN: An extensible personal assistant server
This project is less about the personal assistant and AI part, and more about integrating a bunch of interesting Rust crates together to get something that's easily extensible. Tur…
-
comment
Comment #43741975
It’s funny seeing this blog post again. This is actually a reference I used to make a poker game as a state machine last year: https://github.com/theOGognf/private_poker It made th…
-
comment
Comment #43608308
This looks like an article about the recent Nature publication. Was confused at first because DreamerV3 is a couple of years old now
-
comment
Comment #43263120
Hey Justin. First time coming across one of these postings. I saw a role that matched up to what I do now and applied (Sr MLE).
-
comment
Comment #42777023
By hitting it sufficiently hard
-
comment
Comment #42177572
They do this in subsets of aerodynamics for optimizing the tradeoff between simulation speed and fidelity in cases where there will be a lot of runs with the same geometry but diff…
-
comment
Comment #41591302
Ive come to like coding in Rust a lot more than any other language Ive tried. It is really nice having a ton of tooling out of the box that helps the development experience (format…
-
story
Show HN: Poker over SSH
I've been interested in making a TUI application and learning Rust for a while now. Since some friends and family started playing poker, I found it a good opportunity to make my "l…