Viewing profile — tristanc
tristanc
HN member- Joined
- Thu, Dec 31, 2020, 9:45 PM UTC
- HN karma
- 161
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About tristanc
No profile information was provided.
Recent public activity
-
comment
Comment #46713907
They mention specifically fixing this in 2.1.14: https://github.com/anthropics/claude-code/blob/main/CHANGELO... > Fixed a regression where the context window blocking limit was ca…
-
comment
Comment #46340013
This is one of the greatest news I've ever heard for the digital preservation community. Just so many projects over the years could have used resources like this. Thank you for con…
-
comment
Comment #42805197
I'll bite, the article mentions: > To calculate the wind speed on WASP-127b, the team tracked how fast molecules in the planet's atmosphere moved using the 'Very Large Telescope' (…
-
comment
Comment #42299061
Location: Washington D.C. and metro area Remote: Preferred Willing to relocate: no Technologies: C++, Linux, Python, Rust, ML (PyTorch), 3D graphics programming (shaders, data proc…
-
comment
Comment #39900404
Location: Washington D.C. and metro area Remote: Preferred Willing to relocate: yes Technologies: C++, Linux, Python, 3D graphics programming (shaders, data processing, rendering, …
-
comment
Comment #38712266
Hi atdrummond! I'm sorry I missed your earlier thread I had no idea you were doing and was a little stumped but I think you are an amazing person for doing this. I'm writing becaus…
-
comment
Comment #38703232
Use any model trained on the AudioSet dataset. There is one called EfficientAT i think that I use regularly and is pretty reliable
-
comment
Comment #37813266
AFAIK, there is only support for AV1 decoding in the latest Snapdragon 8 Gen 2 and Apple's A17 Pro. No mobile SoC supports AV1 encoding (so far).
-
comment
Comment #36959807
Location: Washington D.C. and metro area Remote: yes or on-site Technologies: C++, Linux, Python, 3D graphics programming (shaders, data processing, rendering, …), Multimedia (FFMP…
-
comment
Comment #36714600
Woah, is this suggesting that the cumulative human-years experienced by current living US population will add up to the age of the entire universe? Mind-boggled again!
-
comment
Comment #36714516
Interesting, I attempted to do the same as you but stopped just shy of BPM matching. However I did get sound similarity working using an audio tagging neural net [1]. I chopped off…
- story
-
comment
Comment #35786342
In a similar situation as you, I’ve been having lots of luck using phind.com . They advertise as “the AI search engine built for developers” and its interface is a blend of google …
-
comment
Comment #33640310
An entire thread about apple rankings and no mention of Adam’s apples? https://adamapples.blogspot.com/
-
comment
Comment #33256713
I’ve been having tons of fun messing around using the depth sensor data from a Kinect for Xbox to create procedural visuals. It’s been growing and growing to the point of now havin…
-
comment
Comment #32120786
For what it’s worth I followed this [1] tutorial about a month ago to jailbreak my 5th gen kindle paperwhite and was able to get a root shell and install and run python3. There is …
-
comment
Comment #32052191
I’m pretty sure this just means it’s rated as appropriate for ages 9 and up. Had never noticed the ambiguity though...
-
comment
Comment #31502225
Very neat project. With the new PinePhone case enabling LoRa communication as well, it seems like a lot of interesting possibilities are opening up.
-
comment
Comment #31117811
The PNG format already allows grayscale 16bits / channel images. I regularly use this when rendering out depth maps from blender and ffmpeg seems to handle reading from these PNGs …
-
comment
Comment #30267284
Just a note for those of you who may be in a similar situation. YMMV. If you have a couple of very large folders (even 1 TB or more) you care about holding onto from your unlimited…
-
comment
Comment #30191781
Could somebody please explain to me how TicketMaster on the iOS App Store manages to supposedly have 1.8M(?!) reviews averaging 4.8 stars when all of the written reviews I’ve scrol…
-
comment
Comment #29325028
You might be looking for ProjectM [1]. Reimplements WinAmp’s Milkdrop visualizer plugin to run standalone on practically every modern platform. [1] https://github.com/projectM-visu…
-
comment
Comment #29249237
Does adding a header-only (C++) http server to projectM’s visualizer [0] count? I added a very basic http server to switch presets from any basic web browser (including a kindle pa…
-
comment
Comment #28983118
Not directly related to this project but in a similar spirit. Recently, while exploring france’s national geography department (Institut de Géographie Nationale [1]) website, I cam…
-
comment
Comment #28980562
This is a fantastic idea! I forked [1] projectM a while back to work on a few modifications such as screen and audio recording (by saving raw framebuffers) and being able to select…