HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kvz

no profile record

Submissions

Show HN: Transloadit MCP Server and Agent Skills – Media Pipelines for AI

transloadit.com
1 points·by kvz·4 bulan yang lalu·0 comments

Facebook will take down our app because we don't install antivirus on macOS

twitter.com
7 points·by kvz·tahun lalu·6 comments

[untitled]

1 points·by kvz·2 tahun yang lalu·0 comments

[untitled]

1 points·by kvz·2 tahun yang lalu·0 comments

[untitled]

1 points·by kvz·3 tahun yang lalu·0 comments

comments

kvz
·tahun lalu·discuss
The actual requirement is not: a centralized console where macOS antivirus updates are pushed to all user devices.

We take security very seriously but this is not the way.
kvz
·tahun lalu·discuss
We do run that on our Linux servers. For macbooks, ClamAV makes very little sense. Besides, they mandate we centrally manage that, too.
kvz
·tahun lalu·discuss
The full story didn't fit in the title.

They want evidence of the antivirus updates for our macbooks being centrally managed by some tool (quote-unquote: WSUS). I get this is how some enterprises operate, but for our small shop we're talking a handful of macbooks that have access to even anything. And even so the people who operate those are contractually obligated to run a very tight ship (encrypted disks, auto updates (which includes XProtect, apple's native antivirus so to speak), 2FA on all services, etc), tunnelling on unprotected wifi, etc.

We sent evidence of all of this. But they really want centrally managed antivirus for our macbooks.
kvz
·2 tahun yang lalu·discuss
This looks really nice but it’s good to point out that this project can use the Ollama HTTP API or any other API, but does not run models itself. So not a replacement to Ollama, but rather to the Ollama npm. Perhaps that was obvious because the post is about that, but I briefly thought this could run models too.
kvz
·3 tahun yang lalu·discuss
A respectable person offering nuance can be shattering if you identify as pro- or anti something.

I wish we had an easier time talking about ideas with a little more detachment.
kvz
·3 tahun yang lalu·discuss
antirez thank you for talking some sense. I’ve seen skilled devs discard LLMs entirely based on seeing one (too many) hallucinations, then proclaiming they are inferior and throwing the baby away with the bathwater. There is still plenty of use to be had from them even if they are imperfect.
kvz
·3 tahun yang lalu·discuss
Like LogicBlox received so much community love? I’m a Nix user and their paying $9k/mo for this never amounted to me learning their name. Could say a lot about me but could also say a lot about how appealing it will be to sponsor this.

Could be changed tho, Nix leadership should brainstorm how to make this an attractive thing to sponsor. Feature name prominently on site, conferences, social media, even CLI(?).
kvz
·3 tahun yang lalu·discuss
It’s not, but then I also don’t have a word yet for what I’ve been up to all day yesterday :)
kvz
·4 tahun yang lalu·discuss
Transloadit | REMOTE | JavaScript/TypeScript Developer | Freelance

React, Hooks, Node.js, TypeScript, SWR. Are these right up your alley? Transloadit is hiring a developer to work on our website (mostly front-end work, some back-end tinkering may not be ruled out). Remote, freelance, 32h+/week, $50/h. You'll be part of a highly skilled team and have plenty opportunity to work on our open source projects as well (uppy.io, tus.io). We're thin on process and management, it's mostly github issues & slack. That may not work for all, but well for some, so worth mentioning. We have an open, friendly & curious culture.

If you are interested please DM a tweet-sized motivation and any relevant links to @kvz
kvz
·6 tahun yang lalu·discuss
Interested
kvz
·6 tahun yang lalu·discuss
Downloading has been resumable since HTTP/1.1 but people uploading content have a less reliable experience. Worse: typically upstream bandwidth is much lower so they are exposed longer to unreliable connections.

Trying to fix uploading through tus.io (low level protocol) and uppy.io (user interface). Both open source and free to add to any project.