Indexed Types for a Statically Safe WebAssembly [pdf]
Download PDF
Show HN: I made an app to use local AI as daily driver
Talk to AI offline without complicated setup. Chat with local LLM privately. No subscription. Talk to local LLM, no technical knowledge required. Multimodal chat with images. Import ChatGPT history, and continue chats with local AI. Blazingly fast full text search. Customize AI personality. Customize Appearance. Use your own GGUF model.
JEP 467: Markdown Documentation Comments

Summary Enable JavaDoc documentation comments to be written in Markdown rather than solely in a mixture of HTML and JavaDoc @-tags. Goals Make API documentation comments easier to write and easier to read in source form by introducing the ability to use Markdown syntax in documentation comments, alongside HTML elements and JavaDoc tags. Do not […]
Testcontainers

GenericContainer redis = new GenericContainer(“redis:5.0.3-alpine”) .withExposedPorts(6379); container, err := testcontainers.GenericContainer(ctx, testcontainers.GenericContainerRequest{ ContainerRequest: testcontainers.ContainerRequest{ Image: “redis:5.0.3-alpine”, ExposedPorts: []string{“6379/tcp”}, WaitingFor: wait.ForLog(“Ready to accept connections”), }, Started: true, }) RedisContainer redisContainer = new RedisBuilder().Build(); await redisContainer.StartAsync(); const redis = await new GenericContainer(“redis:5.0.3-alpine”) .withExposedPorts(6379) .withWaitStrategy(Wait.forLogMessage(“Ready to accept connections”)) .start(); redis = ( DockerContainer(“redis:5.0.3-alpine”) .with_exposed_ports(6379) ) redis.start() wait_for_logs(redis, “Ready to […]
Dealing with surprising human emotions: desk moves (2017)
Originally posted Dec 22, 2017 • More resources on communication & team dynamics Dealing with surprising human emotions is one of the most challenging aspects of being a manager. Generally, when someone appears triggered, or angry, or some other strong emotion that’s surprising, it’s likely that their amygdala has been hijacked, which I’ve written about […]
U.S. Launches Antitrust Investigation of UnitedHealth

Updated Feb. 27, 2024 4:13 pm ET Listen (1 min) The Justice Department has launched an antitrust investigation into UnitedHealth, owner of the biggest U.S. health insurer, a leading manager of drug benefits and a sprawling network of doctor groups. The investigators have in recent weeks been interviewing healthcare-industry representatives in sectors where UnitedHealth competes, […]
Nintendo is suing the creators of Switch emulator Yuzu

Nintendo of America is suing the creators behind the Nintendo Switch emulator Yuzu, claiming their tech facilitates piracy. New documents filed Monday, February 26 reveal that videogame giant Nintendo is taking action against the creators of the popular emulator tool Yuzu. The copyright infringement filing, from Nintendo of America, states that the Yuzu tool (from […]
Does this 8088 code in the Leisure Suit Larry 2 game do anything?

4 Answers
All you need is Wide Events, not “Metrics, Logs and Traces”

This quote from Charity Majors is probably the best summary of the current state of observability in the tech industry – a total, mass confusion. Everyone is confused. What is a trace? What is a span? Is log line a span? Do I need traces if I have logs? Why I need traces if I […]
SuperTux

{{ message }} This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. You can’t perform that action at this time.