HN user

wingmanjd

594 karma

Minimalist lifestyle with lots of technology added.

Posts18
Comments174
View on HN
www.tablesgenerator.com 1mo ago

Markdown Tables Generator – Tablesgenerator.com

wingmanjd
4pts1
github.com 2mo ago

Modulejail: Shrink a Linux kernel-module attack surface by blacklisting modules

wingmanjd
1pts0
github.com 4mo ago

NexusMods (game modding application for Linux) code repo is now read-only

wingmanjd
1pts1
saltproject.io 1y ago

Salt Project rapidly migrates package repository to packages.broadcom.com

wingmanjd
2pts2
github.com 1y ago

Show HN: Migration Tool from WordPress to GravCMS

wingmanjd
4pts0
www.nintendolife.com 1y ago

All Humble Games Staff Reportedly Laid Off as Publisher Announces Restructuring

wingmanjd
2pts0
www.gamingonlinux.com 2y ago

Descent 3 has been made open source

wingmanjd
2pts0
github.com 2y ago

HFS Web File Server

wingmanjd
2pts0
www.fcc.gov 3y ago

FCC Issues Warnings for Allowing Illegal Radio Broadcasts

wingmanjd
2pts0
input.djr.com 3y ago

Input: Fonts for Code

wingmanjd
2pts0
getgrav.org 3y ago

Grav – A Modern Flat-File CMS Using PHP and Markdown

wingmanjd
2pts0
www.youtube.com 3y ago

Object Should've Been Impossible to Make [video]

wingmanjd
2pts1
www.alexbilz.com 3y ago

A Forensic Gold Mine: Forensic Analysis of the Microsoft Teams Desktop Client

wingmanjd
1pts0
libraryofbabel.info 3y ago

Library of Babel

wingmanjd
1pts0
confluence.atlassian.com 4y ago

July 20, 2022: Atlassian Security Advisory

wingmanjd
5pts0
news.ycombinator.com 4y ago

Show HN: Jira to Gitlab Issue Migration Tool

wingmanjd
26pts8
github.com 4y ago

GitHub – Pimox/Pimox7: Proxmox V7 for Raspberry Pi

wingmanjd
4pts0
tuxphones.com 4y ago

You can now live-boot PostmarketOS on Android phones

wingmanjd
7pts0

At $DAYJOB, we use the Telmate terraform proxmox provider, too. Upgrades over the years have had a few papercuts (mainly when values are shifted around), but it has overall been an immense timesaver. A terraform repo contains the 2 colocation datacenter proxmox environments plus a local lab edition of the same builds (locallab uses containers vs full VM's on the "real" hardware so that I can run almost all of the configuration on my laptop). Saltstack gets deployed during the buildouts, which picks up the OS/ application configuration after the OS is deployed.

No agentic stuff on our stack, as our security posture can't afford that currently.

As for the load-balancing, I think the later versions have supported targeting proxmox clusters vs a single node, and the newest Proxmox can do resource auto-balancing. That might get you what you need

L'Affaire Siloxane 1 month ago

This is the first time hearing the term "kilobucks". I love it (and am stealing it for future conversations).

Mine was on a similar game, GORILLA.BAS. I would edit the banana code for a much bigger explosion. Lots of fun back in computer class!

Was the utility called slomo? I recall having to do something like `slomo sopwith.exe` to bring the processing loop back down into human ranges of reaction times.

We run Proxmox VMs that are running Hashicorp's Nomad orchestration at $DAYJOB. The Nomad clients are then turning around and running the docker containers (Proxmox -> Nomad VM -> Docker). For us it's easier to manage and segregate duties on the initial metal this way.

Monosketch 5 months ago

We used QBasic, but I don't recall what version (maybe 4.5?). Codepage 437 looks similar to what I recall seeing, though.

Monosketch 5 months ago

Doesn't it have those characters via extended ASCII? I seem to recall making boxes with characters back in my BASIC class.

There is a single row of apps that can be favorited on the bottom row of the screen for quick access. There is also a search bar that searches across apps, some direct app actions (like Firefox: New Tab), contacts, and some settings. The search bar might be able to pass the query to the default browser, but

There is not another "desktop" that can be swiped to right and left. Widgets can be added, if desired.

KISS is probably my favorite "app" on Android. I don't need to remember where an icon is located, just a few taps (sometimes even just one) of its name in the search bar and it'll show up immediately. It's amazingly fast and does just what I need it to.

From their repo, it looks like OpenAI Whisper?

Language support

FUTO Voice Input is currently based on the OpenAI Whisper model, and could theoretically support all of the languages that OpenAI Whisper supports. However, in practice, the smaller models tend to not perform too good with languages that had fewer training hours. To avoid presenting something worse than nothing, only languages with more than 1,000 training hours are included as options in the UI:

<List of supported languages>

Language support and accuracy may expand in the future with better optimization and fine-tuned models. Feedback is welcomed about language-related issues or general language accuracy.