HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cahaya

33 karmajoined 7 yıl önce

Submissions

[untitled]

1 points·by cahaya·11 gün önce·0 comments

Rampart: 14.7MB model for privacy by redacting personal information

ndstudio.gov
7 points·by cahaya·11 gün önce·1 comments

comments

cahaya
·evvelsi gün·discuss
Nice, @grok how does it compare to Cloudflare that also provides a REST endpoint for structured markdown data and screenshots?
cahaya
·3 gün önce·discuss
When GPT-Live in Codex, so i can walk the dog while shipping?
cahaya
·8 gün önce·discuss
I'm not disagreeing with the article, but I think you are right that if you use AI in the right setting it can do much more than the average ChatGP that outputs Linkedin like crap:

interdisciplinary teams/person + SOTA AI + Right context (customer/ internal pain points, access to the code, focussed Hackathon) = amazing cool things.
cahaya
·11 gün önce·discuss
From X: Today, we are releasing Rampart: a 14.7MB machine learning model designed to protect citizens’ privacy by redacting personal information directly in your browser before it gets sent to any server.
cahaya
·25 gün önce·discuss
Asking for feedback:

Sorry for hijacking the convo, but you (with local models) are my target audience in terms of hardware.

Is anybody willing to test my new app https://document.bot? It is like Cursor IDE but custom harness for knowledge work (PDF's, MS Office files etc).

You can connect your existing offline LLM models through LMStudio, Ollama, or app managed LLM models (Qwen3.5, Gemma 4, etc)

Might have to make a new Ask HN post for this, but again, you are users with good hardware setups.
cahaya
·30 gün önce·discuss
Same. Solving it by moving complex and sensitive data to an offline desktop app https://document.bot that support offline (self hosted) AI models (and optionally EU/ US AI providers). However, it doesn't integrate yet with shared (org) drives.
cahaya
·4 ay önce·discuss
Building Cursor IDE, but for knowledge workers. Domain will go live soon on https://document.bot
cahaya
·5 ay önce·discuss
Hoping OpenAI/ Codex will launch this soon too.
cahaya
·5 ay önce·discuss
Nice. Curious about 5.3-codex-high results
cahaya
·5 ay önce·discuss


  Codex app-server is the interface Codex uses to power rich clients (for example, the Codex VS Code extension). Use it when you want a deep integration inside your own product.
It mentions 'Inside your own product', but not sure if that means also your own commercial application.
cahaya
·5 ay önce·discuss
Same question here. A while ago I read rumors OpenAI might build a "Login with OpenAI" (comparable to login with Apple, Facebook, Google) so people can also use their existing sub in commercial apps. Hope it's true.
cahaya
·7 ay önce·discuss
looks nice!
cahaya
·9 ay önce·discuss
Lot's of OCR/ LLM's (Even Gemini Pro 2.5) still struggle converting complex tables to markdown or HTML: Tables with multiple headers and merged cells that get mixed up, multiple columns with tick boxes get mixed up, multi page tables that are not understood correctly. Also Llamaindex fails miserably on those things.

Curious to hear which OCR/ LLM excels with these specific issues? Example complex table: https://cdn.aviation.bot/complex-tables.zip

I can only parse this table correctly by first parsing the table headers manually into HTML as example output. However, it still mixes up tick boxes. Full table examples: https://www.easa.europa.eu/en/icao-compliance-checklist
cahaya
·10 ay önce·discuss
Got 32GB so was hoping I could use ollm to offload it to my SSD. Slower but making it possible to run bigger models (in emergencies)
cahaya
·10 ay önce·discuss
Nice. Seems like i cannot run this on my Apple silicon M chips right?
cahaya
·10 ay önce·discuss
Nice, but can somebody tell me if this performs better than my simple Postgres MCP using npx? My current setup uses the LLM to search through my local Postgres in multiple steps. I guess this Pgmcp is doing multiple steps in the background and returns the final result to the LLM calling the MCP tool?

Codex: ``` [mcp_servers.postgresMCP] command = "npx" args = ["-y", "@modelcontextprotocol/server-postgres", "postgresql://user:password@localhost:5432/db"] ```

Cursor: ``` "postgresMCP": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-postgres", "postgresql://user:password@localhost:5432/db" ] }, ```

With my setup i can easily switch between LLM's
cahaya
·10 ay önce·discuss
Are there any existing scripts/ tools to use these evolutionary algorithms also at home with e.g. Codex/GPT-5 / Claude Code?
cahaya
·10 ay önce·discuss
Is it me or is the link only opening as JSON?

{ "@context": [ "https://www.w3.org/ns/activitystreams", { "Hashtag": "as:Hashtag", "sensitive": "as:sensitive", "dcterms": "http://purl.org/dc/terms/" } ], "id": "https://neurofrontiers.blog/?p=11319", "type": "Note", "attachment": [ { "type": "Image", "url": "https://i0.wp.com/neurofrontiers.blog/wp-content/uploads/202...", "mediaType": "image/jpeg", "name": "A cartoon depicting a traffic jam of identical black cars, each driven by a brain. Thick clouds of exhaust rise and gather above the stalled vehicles." } ], "attributedTo": "https://neurofrontiers.blog/author/neuronerdb/", "audience": "https://neurofrontiers.blog/?author=0", "content": "<h2>How does air pollution
cahaya
·10 ay önce·discuss
I tried adding Context7 Documentation MCP and got this

URL:https://mcp.context7.com/mcp Safety Scan: Passed

This MCP server can't be used by ChatGPT to search information because it doesn't implement our specification: search action not found https://platform.openai.com/docs/mcp#create-an-mcp-server