Viewing profile — sansseriff
sansseriff
HN member- Joined
- Sat, Feb 19, 2022, 1:49 AM UTC
- HN karma
- 162
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About sansseriff
No profile information was provided.
Recent public activity
-
comment
Comment #48737138
It sure is! But ironically, because of the intention behind the obfuscation. Not the fact that AI was used in a research paper. I have no issues with AI use in science. If claude c…
-
comment
Comment #48273500
It has applications outside of machine learning too! I used symmetric Kullback–Leibler divergence for a project with photon number resolving single photon detectors during my PhD. …
-
comment
Comment #46372427
Glad to see there's a REV 3 in progress that would support ethernet. That's the one thing that would make me go out of my way to build one of these.
-
comment
Comment #46280718
When I read "The honest truth: ...", the AI-generated alarm bells go off in my head. Whether the article is human written or not.
-
comment
Comment #46186127
We have centuries of experience in managing potentially compromised 'agents' to create successful societies. Except the agents were human, and I'm referring to debates, tribunals, …
-
comment
Comment #46183677
I don’t see why this would be the case with proper tool calling and context management. If you tell a model with blank context ‘you are an extremely rigorous reviewer searching for…
-
comment
Comment #46175690
I admit it has dystopian elements. It’s worth deciding what specifically is scary though. The potential fallibility or mistakes of the models? Check back in a few months. The fact …
-
comment
Comment #46175019
Seriously. More people need to wake up to this. Older generations can keep arguing over display formats if they want. Meanwhile younger undergrad and grad students are getting more…
-
comment
Comment #46007816
I remember 15 years ago when I was in highschool I really wanted to learn how to program 8 bit microcontrollers without Arduino. And everybody looked at me like I was crazy. There …
-
comment
Comment #45658740
There's a great value proposition for a company like Private Internet Access or NordVPN to create an AI browser extension or full-on browser. Anonymize requests and provide various…
-
comment
Comment #45658614
I haven't used LLM chrome plugins because I couldn't trust that they weren't collecting more information about my browsing than I'd like. The same concern exists for this, though n…
-
comment
Comment #44997970
If you're passionate about it, then go for it! Though be aware that several others have tried similar things: - https://www.befreed.ai/knowledge-visualizer - https://kodisc.com/ - …
-
comment
Comment #44997632
I remember listening to a podcast where Grant Sanderson basically said the opposite. He tried generating manim code with LLMs and found the results unimpressive. Probably just goes…
-
comment
Comment #44617580
There's a weird insecurity I've noticed cropping up. I want to design the codebase 'my way'. I want to decide on the fundamental data structures. But there's this worry that my pre…
-
comment
Comment #44494479
I wonder if there's a way to do diffusion within some sort of schema-defined or type constrained space. A lot of people these days are asking for structured output from LLMs so tha…
-
comment
Comment #44279060
Cameras capture linear brightness data, proportional to the number of photons that hit each pixel. Human eyes (film cameras too) basically process the logarithm of brightness data.…
-
comment
Comment #44279007
An excellent video. I've admired Yedlin's past work in debunking the need for film cameras over digital when you're going after a 'film look' I wish he shared his code though. Part…
-
comment
Comment #44220655
I find it funny that the AI 2027 thing got a non-vanishing fraction of Hackernews folk to wonder if humans would be fully eradicated from Earth in 5 years (I was influenced too!) A…
-
comment
Comment #43999538
Curious to her other people's opinion of this. I arrived at a similar conclusion after making web apps for research control software in my PhD. I went through a Yjs tutorial and lo…
-
comment
Comment #43964664
It would be great to semantically search through literature with embeddings. At least one person I know if is trying to generate a vector database of all arxiv papers. The big prob…
-
comment
Comment #43528522
I think about the reviewer problem. An AI can write 3000 lines in less than a minute. But it might take me an hour to understand the architecture it's decided on. There's a couple …
-
comment
Comment #43005573
It will be interesting to see in what fields it's worth the effort to curate you're data to a high enough standard that you get all the benefits of the ai agent. I'm currently work…
-
comment
Comment #43005433
Yep, it's funny how one of the key factors that limits LLM usage is just the typing speed of users. I agree that the amount of bespoke UI that needs to exist probably won't stagnat…
-
comment
Comment #42701418
If anyone has trouble focusing on personal projects at home, I've found Focusmate (www.focusmate.com) to be very handy. You hop on a scheduled google-meets style video call with so…
-
comment
Comment #41890232
Svelte 5 has been very nice to work with over the past few months. Yes, runes require you to think more carefully about lifecycles and updates. And you may end up writing a little …