HN user

jakearmitage

1,261 karma
Posts132
Comments282
View on HN
pewscience.com 2y ago

Effectiveness of 3D printed purposely induced porosity on 5.56

jakearmitage
2pts0
github.com 2y ago

Tabulator: Interactive Data Grid for JavaScript (No React, No Vue)

jakearmitage
2pts0
github.com 2y ago

DuckDuckGo Tracker Radar Detector

jakearmitage
1pts0
wickedengine.net 2y ago

Dynamic Vertex Formats

jakearmitage
1pts0
github.com 2y ago

DX12/Vulkan Doom 3 port with Blender maps

jakearmitage
2pts0
www.slipseer.com 2y ago

Quake Brutalist Jam II

jakearmitage
385pts107
topher.io 2y ago

Counting crowds: HyperLogLog in simple terms

jakearmitage
3pts0
www.redditinc.com 2y ago

View Counting at Reddit (2017)

jakearmitage
1pts0
www.youtube.com 2y ago

Doom 3 BFG ported to DX12 and Vulkan using Nvidia's API [video]

jakearmitage
3pts0
zandronum.com 3y ago

Doom Zandronum 3.2-alpha-230709-191 released

jakearmitage
2pts0
github.com 3y ago

Doom as a Windows XP/Vista/7 kernel driver

jakearmitage
1pts0
github.com 3y ago

Q-Zandronum: A modern netcode implementation for Doom Multiplayer

jakearmitage
2pts0
federicoponzi.github.io 3y ago

Horust: Supervisor / init system written in Rust

jakearmitage
1pts0
github.com 3y ago

Supervisord in Rust

jakearmitage
2pts0
parry.rs 3y ago

Parry: 2D and 3D collision-detection library for the Rust programming language

jakearmitage
27pts0
github.com 3y ago

FreeTAK: Open-source server for connecting TAK clients

jakearmitage
2pts0
clover.moe 3y ago

Maverick Model 3D 1.3.14 released

jakearmitage
1pts0
github.com 3y ago

QWPython: QuakeWorld dedicated server with game logic translated to Python

jakearmitage
3pts0
github.com 3y ago

Qodot: Design Godot Levels in Radiant, WorldCraft, Valve Hammer Editor

jakearmitage
2pts0
www.youtube.com 3y ago

Ironwail 0.7 released: High-performance Vulkan QuakeSpasm fork

jakearmitage
1pts0
github.com 3y ago

RBDOOM3-BFG 1.5.0 released: replaces OpenGL with DX12 and Vulkan using NVRHI API

jakearmitage
2pts0
github.com 3y ago

Rbdoom3, open source fork of Doom 3 BFG, ported to DX 12 and Vulkan via NVRHI

jakearmitage
3pts0
news.ycombinator.com 3y ago

Ask HN: Who's looking for a co-founder CTO?

jakearmitage
1pts2
www.gamedev.net 3y ago

U3D: Creating the Future for Urho3D

jakearmitage
1pts0
news.ycombinator.com 3y ago

Ask HN: Self-hosted/open-source ChatGPT alternative? Like Stable Diffusion

jakearmitage
72pts22
learn.temporal.io 3y ago

Temporal.io: Framework for async business process definitions

jakearmitage
2pts0
twitter.com 3y ago

Id Software signs up with Slug and C4 engine author Eric Lengyel

jakearmitage
3pts0
mishacooba.blogspot.com 3y ago

Tokarev vs. Simonov: The Struggle to Be Stalin's Darling Designer

jakearmitage
1pts0
fabiensanglard.net 3y ago

Review of Doom 3 BFG Source Code – id Tech 4 with merges from Rage's engine

jakearmitage
2pts0
github.com 3y ago

Tabler: Free and open source dashboard HTML/CSS framework

jakearmitage
541pts87

Neat. Linux port incoming!

Thank you for this, kevin42. So many great games around the 2000s. If Tim Sweeney could open UE1, a lot of games could benefit from it like Quake being open sourced did.

consider the cost of maintaining an OSS ClickHouse cluster I mean... it is pretty straightforward. 40~60 line Terraform, Ansible with templates for the proper configs that get exported from Terraform so you can write the IPs so they can see each other, and you are done.

What else could you possibly need? Backing up is built into it with S3 support: https://clickhouse.com/docs/en/operations/backup#configuring...

Upgrades are a breeze: https://clickhouse.com/docs/en/operations/update

People insist that OMG MAINTENANCE I NEED TO PAY THOUSANDS FOR MANAGED is better, when in reality, it is not.

Re2c 2 years ago

It sucks that re2c simply can't parse indentation-based formats like YAML or Python. Had to resort to nom to be able to do it.

How can I use this? For example: if I have a picture of my wife, how can I apply one of these styles to her picture? I've downloaded InvokeAI and it runs, but I can't get it to just apply a style to an existing picture.

I wanted to give her a birthday present and her picture using the style of her favorite artist in a frame would be amazing.

Nakatomi Space 3 years ago

Ah, Die Hard. The perfect Christmas movie and the reason behind one of my most fun posessions: An HK SP5 with A3 retractable stock.

There's just something special to these C/C++ implementations of AI stuff. They feel so clean and straightforward and make the entire field of AI feel tangible and learnable.

Is that because Python's ecosystem is so messy?