Viewing profile — Cieric
Cieric
HN member- Joined
- Fri, Jul 19, 2019, 11:38 AM UTC
- HN karma
- 509
- Public activity
- 192 items
- HN profile
- View on Hacker News ↗
About Cieric
Socials: - github.com/ookami125
Interests: Gaming, Open Source, Programming
---
Email: TylerLGPeterson@gmail.com
Discord: cieric
Kind of do a little bit of everything, but like staying low level if possible.
Recent public activity
-
comment
Comment #49218545
Oh yeah, I do think it's the shielding. I was just kind of surprised by it since I've never bought a cable that's done that.
-
comment
Comment #49204377
They also crackle out of the package, or at least the 5 I got did. Kind of sound like the thin glow sticks a bit.
-
comment
Comment #49037345
I feel like it's good to note since I missed it. This post is from Feb 13, 2023. He has up to 8 posts on this at this point which don't appear to be linked to from this post. I thi…
-
comment
Comment #49010726
Just in case anyone else decides to write along like the article suggests. I chose to use the live.lean-lang.org link, but it seems to default to a newer version of lean where the …
-
comment
Comment #48910686
Yes, thanks for saying it more concisely/clearly than I did. Just cause I understand something doesn't mean I'm good at explaining it.
-
comment
Comment #48910311
As someone who is in the rendering space for work. Having a higher framerate does help, but in a weird way. Basically the start of the frame rendering is what mostly dictates where…
-
comment
Comment #48867540
Being fully stopped at a stop light isn't putting my or anyone else's life in danger. If I have a phone in my hand the car is not moving. I also finished the comment before the lig…
-
comment
Comment #48861054
Let me know if you want to hear anything specific about it. It kind of works, so it's not something I recommend doing if it can be avoided, but as Roxxik pointed out there is much …
-
comment
Comment #48861037
On the technical details of mmap I agree (at least while single threaded which is how I believe I'm running it), but making it async does sound like an interesting method for speed…
-
comment
Comment #48854204
Yeah I'll see what I can transfer over from my llama.cpp work. As before I'm not too experienced with llm work, but I have a lot of experiments I'm trying out. So I'll make a PR if…
-
comment
Comment #48852772
I was actually just working on the same thing as this, but I went down the route of mmapping the entire model into memory to avoid the extra ram usage. I also had Claude implement …
-
comment
Comment #48452526
I think I can understand that reasoning. I do have a tendency to explore, especially at the start since it gives me a view of what the site can already do, cause I wouldn't want to…
-
comment
Comment #48452258
Seems interesting an I'll take more of a peek after work, but one thing that stood out to me is the only way back to the home page after navigating to a repo is the back button. Go…
-
comment
Comment #48399666
I can't say I know how they actually did it, but taking a look at the trailer I can point out that it looks like the spaces are confined and your character is on rails. I'm mainly …
-
comment
Comment #48036971
I actually do this whenever I add a youtube channel, but some shorts still sneak through. Just as a warning to whoever tries it themselves.
-
comment
Comment #48012389
All good, and agreed the fork author is in the wrong here. I just like keeping the facts straight since that can inform better arguments and discussions.
-
comment
Comment #48012308
An example give by donho is "SomeProject : a macOS port of Notepad++" so it seems like the name can be used which will make it appear in searches. It just has to be clearly somethi…
-
comment
Comment #48010343
The only place I see that is from a user "LiEnby" not "aletik", and none of aletik's existing messages are edited. All replies I see with the message are also to LiEnby. I don't ag…
-
comment
Comment #47155571
Neither did I, feel free to email me or message me on discord and I can try to download the video and send it to you.
-
comment
Comment #47133797
Here is a video that I actually just watched recently on that exact thing. https://youtu.be/jfLAaGtNc7U
-
comment
Comment #47129837
I've been interested in doing something similar in the past, but I could really never solve issues like domain squatting and stopping individuals from claiming every name possible.…
-
comment
Comment #47084116
As someone from the US I would suggest viewing both as adversarial. I don't really trust my own government, but if I was born abroad I would trust them even less.
-
comment
Comment #47062148
He's avoiding LLVM which is a compiler framework. Not LLMs as has been stated a few times in the comments already.
-
comment
Comment #47052802
I don't have a lot of faith there, but that's mainly due to my experience being correcting peoples assumption that all gpus waves are 32 lanes. I might be biased there specifically…
-
comment
Comment #47052508
Now that I could agree with, the only place where hiccups have started to occur are with wave intrinsics where you can share data between thread in a wave without halting execution…