HN user

mcdermott

88 karma
Posts29
Comments66
View on HN
robert-mcdermott.medium.com 6d ago

Phlox-GW – A new open-source LLM gateway with free enterprise features

mcdermott
2pts0
robert-mcdermott.github.io 9d ago

Show HN: Phlox-GW – Open-source LLM gateway without the enterprise paywall

mcdermott
2pts0
robert-mcdermott.github.io 1mo ago

Phlox: A full-featured AI platform you own

mcdermott
6pts0
github.com 1mo ago

Show HN: Phlox – Open-source self-hosted agentic web chat

mcdermott
2pts1
github.com 2mo ago

Proteoscope: A 3D interactive visualization tool for protein structures

mcdermott
2pts0
github.com 2mo ago

Arietta: A framework for creating local AI voice assistants w. knowledge, tools

mcdermott
1pts1
isc.sans.edu 5mo ago

AI-Powered Knowledge Graphs for Cyber Threat Analysis

mcdermott
2pts0
robert-mcdermott.medium.com 6mo ago

OCR Isn't Good Enough: From Medical Faxes to Structured Data

mcdermott
2pts0
robert-mcdermott.medium.com 8mo ago

Nvidia's DGX Spark: Mini AI Supercomputer Overview and Review

mcdermott
1pts1
github.com 9mo ago

API-inspector: utility to capture and inspect HTTP API requests and webhooks

mcdermott
2pts0
github.com 11mo ago

Doc2MD: An LLM powered document to Markdown conversion utility

mcdermott
4pts0
robert-mcdermott.medium.com 1y ago

Performance vs. Practicality: A Comparison of VLLM and Ollama

mcdermott
2pts1
robert-mcdermott.github.io 1y ago

DOGE Canceled Grants, Contracts and Leases Tacking Dashboard

mcdermott
4pts0
robert-mcdermott.medium.com 1y ago

From Unstructured Text to Interactive Knowledge Graphs Using LLMs

mcdermott
4pts1
github.com 1y ago

UVE: Conda Style Python Environment Manager for UV

mcdermott
1pts3
robert-mcdermott.medium.com 1y ago

EyerisAI: Intelligent Visual Event Detection and Response System

mcdermott
1pts1
robert-mcdermott.medium.com 1y ago

DeepSeek's Inner Monologue Redefines What We Expect from Language Models

mcdermott
2pts1
robert-mcdermott.medium.com 1y ago

From Likes to Language Models: Culture in the Age of Algorithmic Civilization

mcdermott
1pts0
robert-mcdermott.medium.com 1y ago

Large Scale Batch Processing with Ollama

mcdermott
2pts0
robert-mcdermott.medium.com 1y ago

Elevating the Human-Computer Interface Through Mechanical Keyboards

mcdermott
1pts0
robert-mcdermott.medium.com 1y ago

Technology Governance with Architecture Principles

mcdermott
1pts0
robert-mcdermott.medium.com 1y ago

Centralizing Multiple AI Services with LiteLLM Proxy

mcdermott
3pts0
www.slideshare.net 2y ago

Introduction to Multimodal LLMs with LLaVA

mcdermott
2pts0
github.com 2y ago

Exploring Image Classification with Multimodal LLMs

mcdermott
2pts1
github.com 2y ago

Word Embedding Visualization Tool

mcdermott
3pts1
github.com 2y ago

Show HN: Client-Server authentication system based on Rolling Keyless Entry

mcdermott
2pts1
blog.workday.com 2y ago

Widespread Workday outage caused by power failures

mcdermott
2pts2
forums.ivanti.com 2y ago

Cherwell ticketing system is being discontinued by Ivanti after acquisition

mcdermott
1pts0
robert-mcdermott.gitlab.io 7y ago

Speeding up Python with Nim

mcdermott
27pts5
Iroh 1.0 1 month ago

"If the implementation is hard to explain, it's a bad idea." --Zen of Python

Update: The very first Playbook I tried (unsloth) didn’t work . There was a bad URL and some package version and dependency issues. I figured out how to get it working and completed the playbook, then submitted a PR that fixes the playbook instructions for others. The PR has not been merge as I write this, so if you run into a problem with the Unsloth playbook, see: PR #14: https://github.com/NVIDIA/dgx-spark-playbooks/pull/14

When raw performance matters, vLLM wins, but Ollama often wins on everything else.

My benchmarks showed vLLM delivering up to 3.2x the requests-per-second of Ollama on identical hardware, with noticeably lower latency at high concurrency.

If you're not looking for the ultimate performance on the latest GPU hardware, then Ollama is still hard to beat. It installs in minutes, runs on laptops, supports CPU fallback, and provides a curated model hub plus on-the-fly model switching. If your typical load is a handful of concurrent users, batch jobs that can wait an extra second, or local exploration during development, Ollama’s “good-enough” performance is exactly that, good enough.

Ollama is the reliable daily driver that gets almost everyone where they need to go; vLLM is the tuned engine you unleash when the freeway opens up and you really need to fly.

My company has blocked all access to any Anaconda websites from our managed laptops/systems, so I can't access that URL. The Anaconda block was the event that triggered the migration to UV. I'm loving UV, so no interest in using anything from the Anaconda ecosystem again, I just wanted the conda-style centralized environment management as an option, which resulted in the creation of this (UVE).

While I appreciate UV for its clean, per-project virtual environments, it's still convenient at times to have long-lived, general-purpose conda style environments that you can activate from anywhere that aren't tied to an organized project, for general purpose hacking. Since I’ve completely switched from conda to UV, I created this companion utility to replicate conda-like workflows when needed—giving me the best of both worlds.

Author here. This is a simple project I worked on over the long President’s Day weekend. I wanted to create an AI-driven camera and event detection system to use for personal home security purposes, but this concept could be improved to work in any situation where you want to watch and log or alert on some type of event. It’s simplistic at this point, but can be expanded beyond just logging, audible voice notifications and email alerts, to possibly include triggering web-hooks, calling APIs or run commands.

Given that LLMs are adept at handling a variety of traditional NLP tasks like sentiment analysis, named entity recognition, and text classification, it’s interesting to consider whether multimodal (language and vision) LLMs could supplant traditional image classification methods as well. I worked on this project over the long weekend to explore that question and have documented the effort and my findings at the link provided. I'm not a scientist, I just like learning, so don't laugh too hard if this is bogus.

Embedding-plot is a command line utility that can visualize word embeddings using dimensionality reduction techniques (PCA or t-SNE) and clustering in a scatter plot.

They lost primary power, then their backup power systems failed. They should have designed for HA across two availability zones... or at least periodically tested their backup power systems. Somebody has some tough questions to answer.

I've always been puzzled how in movies on TV in the USA, they'll air brush nipples, cleavage and butt cracks away... in the same scene that someone is being gruesomely murdered with blood spurting and entrails hanging out. It makes no sense that nudity is too dangerous for children to see, but desensitizing them to violence and gore is OK.

Installing packages, creating a manifest of dependancies, managing virtual environments, packaging, checking/formatting code, etc... should be built into the Python toolchain (the python binary itself). Needing to chose a bunch of third party tools to make it work... makes Python, well... un-pythonic.

This is just the beginning and will be fate of more countries that can't break the spell and return to focusing on the unique fundamentals of their national interests.

My gateway drug was the Inherent Vice movie, after that I started with the Crying of Lot 49 and workes my way through his oeuvre. That's when I realized what literature was for and started reading like a madman ever since. Ony Marcel Proust perhaps bests Pynchon.

The funny thing is that Pynchon's working title for what became Gravity's Rainbow was "Mindless Pleasures" but the publisher made him change the name :)

I think what you read is the key here. Mindless reading of text messages, news headlines and social media posts is very different cognitively than reading actual literature, something like Thomas Pynchon's Gravity's Rainbow.

Terminated 4 years ago

Try Rumble. No censorship, it's the whole reason it exists.

I really like nim and have used it to create dependency free cli tools for colleagues at work to use, and for crawling, data slice/dice reporting uses that would be too slow for Python.

But had to stop using it last year when all the binaries it generated where being detected by CrowdStrike as a Trojan. The binaries would dissapear on execution and I'd be contacted by the security office. I uploaded a program to totalvirus and a few other AV systems also detected it as a trojan. At that point I stopped using it and switched to Go. Has that situation been fixed yet?