Live data from Hacker News

Viewing profile — lisperforlife

lisperforlife

HN member
Joined
Thu, Jan 08, 2009, 12:03 AM UTC
HN karma
404
Public activity
96 items

About lisperforlife

A hacker of sorts.

Recent public activity

  1. comment
    Comment #49230746

    I call this the bluebox problem. Back when I worked for SAP there used to be this control called the bluebox control that embedded a browser (shdocvw) into a C++/MFC app. Almost ev…

  2. comment
    Comment #48886612

    I am making it easy to embed coding mode AI agents into SaaS applications. We have a WinterTC compatible custom JS runtime that lets the agents write code to accomplish tasks and a…

  3. comment
    Comment #48465308

    My guess is that it is a massive model similar to GPT 4.5 and $10/$50 pricing is for its output will discourage people from using it. I also read safety = nerfed.

  4. comment
    Comment #48362575

    ``` Location: Eastern Canada Remote: Yes Willing to relocate: Yes to Toronto / GTA. Technologies: Rust, Go, Systems Design, Kuberenetes, vLLM, Inference APIs, Agentic systems, RAG,…

  5. comment
    Comment #47978800

    This is really cool. PG has zlib compression on TOAST objects so this should still be okay even if you are not storing pack files. I am curious with your choice of hand-rolling pkt…

  6. comment
    Comment #47978371

    Location: Canada Remote: Yes (East coast timing) Willing to relocate: No Technologies: Rust, Go, Python, Typescript/React, Postgres, K8S, LLM APIs Résumé/CV: https://vagmi.ca/resum…

  7. story
  8. comment
    Comment #47784165

    Exactly this! Classic open source bait and switch.

  9. comment
    Comment #46532300

    Recently the v8 rust library changed it from mutable handle scopes to pinned scopes. A fairly simple change that I even put in my CLAUDE.md file. But it still generates methods wit…

  10. comment
    Comment #45762577

    The 5ms write latency and 1ms write latency sounds like they are using S3 to store and retrieve data with some local cache. My guess is a S3 based block storage exposed as a networ…

  11. comment
    Comment #45615090

    I think you can get much farther with dedicated servers. I run a couple of nodes on Hetzner. The performance you get from a dedicated machine even if it is a 3 year old machine tha…

  12. comment
    Comment #44831208

    I don't think models are fundamentally getting better. What is happening is that we are increasing the training set, so when users use it, they are essentially testing on the train…

  13. comment
    Comment #44231589

    You can use libkrun to pretty much do the same thing.

  14. comment
    Comment #40609589

    Why is this not the top comment? FAIR published their C3MLeon paper about decoder-only autoregressive models that work with both text and image tokens. I believe GPT-4o's vocabular…

  15. comment
    Comment #40591246

    I am curious about models like encodec or soundstream. They are essentially meant to be codecs informed by the music they are meant to compress to achieve insane compression ratios…

  16. comment
    Comment #32990381

    I had written about it a few months back. https://blog.tarkalabs.com/what-does-a-cto-do-67c26d34ae7a As I see it, CTOs are responsible for - Making Build/Buy decisions - Hiring - S…

  17. comment
    Comment #32735040

    I tend to use foreign keys everywhere. The only time that I would skip it is when I do not need to cascade deletes. These are mostly metadata tables that will be archived on a peri…

  18. story
  19. comment
    Comment #29712343

    This is awesome. Brings back so many memories as a kid. Thank you. This is built with phaser. I am not very good at this game but if you need to recover life mid game, you can use …

  20. comment
    Comment #29395017

    We built an entire system using RLS and functions. Postgraphile is frankly amazing. You can also extend the schema using Typescript or SQL.

  21. comment
    Comment #28322906

    This. I moved to Canada from India and was appalled at the mobile internet infrastructure here. It is a ripoff.

  22. comment
    Comment #26227009

    This. It took me a long time to understand this. I was so focused on the volatility that I failed to look at the larger trend. It clicked for me only a couple of months back.

  23. comment
    Comment #25219657

    This. The most underrated comment. :-)

  24. comment
    Comment #25007957

    There is also JMESPath that implements a proper spec. https://gatling.io/2019/07/31/introducing-jmespath-support/

  25. comment
    Comment #21224189

    Caire ( https://github.com/esimov/caire ) uses seam carving as well. It uses pigo for face detection as well to ensure that it does not resize around the face.