Published on: 2025-06-05 06:13:46
Description Web browser extension (Firefox, Vivaldi, Chrome, Opera, Edge) to redirect URLs based on regex or wildcard patterns. Tribute In loving memory of Einar Egilsson, who gave us Redirector and selflessly nurtured it for many years. We miss you Einar, and will always remember your kindness and generosity. Download Links Examples Example URL: https://en.m.wikipedia.org/ Include pattern: ^(https?://)([a-z0-9-]*\.)m(?:obile)?\.(.*) Redirect to: $1$2$3 Pattern type: Regular Expression
Keywords: com duckduckgo example https pattern
Find related items on AmazonPublished on: 2025-06-07 21:23:12
YAD - (Yet Another Dialog) is a simple tool for developing Graphical User Interfaces. It will integrate with bash. Type yad --help-all in a terminal to see all command line help. Unfortunately this help does not provide enough information on how to use yad to it’s full potential. This is why i wrote this guide. Most of the information is gathered from YAD help and YAD man page and some examples i have found on internet. The guide is splited in several pages so it should be easier to find wh
Keywords: examples help icon salix yad
Find related items on AmazonPublished on: 2025-06-10 21:07:23
Google is celebrating 10 years of Google Photos with the launch of a redesigned editor. The redesign adds new AI features, Reimagine and Auto Frame, which were previously only available on Pixel devices, bringing the tools into the hands of more users. The Reimagine feature uses generative AI to transform objects and backgrounds in photos with text prompts. For example, you could ask to replace a gloomy sky in one of your photos with “clear blue skies.” The Auto Frame feature suggests differen
Keywords: ai example google new photos
Find related items on AmazonPublished on: 2025-06-14 02:50:04
Let's look at a real example The following is a simple TodoMVC app built with LiveStore showing how to model your events, state and reactively query the database. See more examples on GitHub
Keywords: app built database events example
Find related items on AmazonPublished on: 2025-06-19 21:20:04
After faithfully serving Americans since 1787, the penny is on its way to retirement. The United States Treasury announced it won’t place any more orders for penny blanks. That means once current supplies run out, new pennies will not be introduced into circulation. The Washington Post reported that the Treasury placed its final order for blanks this month with expectations that it will run out by early 2026. You can keep spending pennies as normal after that. But at some point, businesses will
Keywords: example pennies penny treasury year
Find related items on AmazonPublished on: 2025-06-25 12:29:45
short20s.mp4 JavaFactory JavaFactory is a tool that uses LLMs to automatically generate repetitive Java code. It produces results that are more predictable and stable than those of traditional AI code generators. JavaFactory operates based on two core components: Pattern Definition: Define each unit of work in natural language (e.g., test generation, implementation generation, etc.) Annotation-Based Reference Collection: Explicitly specify the required classes using annotations. Once define
Keywords: classes code example pattern prompt
Find related items on AmazonPublished on: 2025-07-11 21:05:37
fui fui, standing for framebuffer user interface, is a C library for interacting with the framebuffer in a tty context. It writes directly to the framebuffer device, using a system of layers for drawing. Some stuff that it does: Draws pixel values to an arbitrary number of layers, which are then composited together and rendered to the framebuffer. Primitive drawing functions for lines, rectangles, and circles. Text rendering using a bitmap font. Event handling for keyboard and mouse input (
Keywords: examples framebuffer fui library using
Find related items on AmazonPublished on: 2025-07-12 18:05:10
Just yesterday I tried to find examples of good high information density UIs... and seems to be an impossible task. Search engines are full to the brim with vague articles repeating each other's talking points, and exception being this blog post by Matthew Ström: https://matthewstrom.com/writing/ui-density/ Image search is no better, with largely irrelevant results. In the age when everything is spaced out and zoned out gray on gray, what are your go-to examples of UIs that pack a lot of info
Keywords: density examples gray search uis
Find related items on AmazonPublished on: 2025-07-13 09:05:10
Just yesterday I tried to find examples of good high information density UIs... and seems to be an impossible task. Search engines are full to the brim with vague articles repeating each other's talking points, and exception being this blog post by Matthew Ström: https://matthewstrom.com/writing/ui-density/ Image search is no better, with largely irrelevant results. In the age when everything is spaced out and zoned out gray on gray, what are your go-to examples of UIs that pack a lot of info
Keywords: density examples gray search uis
Find related items on AmazonPublished on: 2025-07-14 12:44:11
Proposal Details I propose the addition of a new GOOS target, such as GOOS=none , to allow Go runtime execution under specific application defined exit functions, rather than arbitrary OS syscalls, enabling freestanding execution without direct OS support. This is currently implemented in the GOOS=tamago project, but for reasons laid out in the Proposal Background section it is proposed for upstream inclusion. Go applications built with GOOS=none would run on bare metal, without any underlyin
Keywords: example goos linkname runtime tamago
Find related items on AmazonPublished on: 2025-07-17 05:03:43
Feedsmith Robust and fast JavaScript parser and generator for RSS, Atom, JSON Feed, and RDF feeds, with support for popular namespaces and OPML files. It provides both universal and format-specific parsers that maintain the original feed structure while offering helpful normalization. Feedsmith maintains the original feed structure in a clean, object-oriented format. It intelligently normalizes legacy elements, providing you with complete access to all feed data without compromising simplicity
Keywords: 00 example feed rss title
Find related items on AmazonPublished on: 2025-07-18 23:29:59
DotnetSnes Allows using .net languages to create real working SNES roms! How Does It Work? This works by providing a .net library that abstracts functions and globals used in creating SNES games. Once a project using the DotnetSnes.Core library is compiled, the resulting DLL is transpiled to C using the Dotnet To C transpiler (dntc). The game's C code is then compiled against the PvSnesLib SDK toolchain to create a working rom. Due to the limitations of the SNES, it is not always possible to
Keywords: dotnetsnes example likemario project rom
Find related items on AmazonPublished on: 2025-07-31 18:12:15
HTTP Feeds Asynchronous event streaming and data replication with plain HTTP APIs. HTTP feeds is a minimal specification for polling events over HTTP: An HTTP feed provides a HTTP GET endpoint that returns a chronological sequence (!) of events serialized in CloudEvents event format in batched responses using the media type application/cloudevents-batch+json and respects the lastEventId query parameter to scroll through further items query parameter to scroll through further items to sup
Keywords: event example feed feeds http
Find related items on AmazonPublished on: 2025-08-06 00:37:54
Self-contained Lucene examples This repository contains some examples of Apache Lucene features with verbose explanations as code comments written in Markdown. The goal is to provide code samples that can be used a few ways: Read the source code. The comments should make what's going on pretty clear. Open a code sample in your IDE and step through it with a debugger. Follow along with the comments as you go. Make changes to the code and see what happens. (Some examples include suggested chang
Keywords: code example examples file lucene
Find related items on AmazonPublished on: 2025-08-09 00:33:21
"content": "tell me the weather in london in metric units" Python SDK You can use the included Python SDK to interact with the Agents pip install rowboat See SDK Docs for details. Here is a quick example:
Keywords: agents content example python sdk
Find related items on AmazonPublished on: 2025-08-12 08:41:29
Consider this falsify property test that tries to verify the (obviously false) property that all elements of all lists of up to 10 binary digits are the same (we will explain the details below; hopefully the intent is clear): prop_list :: Property () () = do prop_list n <- gen $ Gen.integral $ Range.between ( 0 , 10 ) genGen.integralRange.between ( <- gen $ replicateM n $ Gen.int $ Range.between ( 0 , 1 ) xsgenreplicateM nGen.intRange.between ( $ P.pairwise P.eq .$ ( "xs" , xs) assertP.pairwise
Keywords: example gen generator list shrinking
Find related items on AmazonPublished on: 2025-08-19 14:22:59
Unsure Calculator Loading... Calculate with numbers you’re not sure about Hi, I'm Filip, and I'd like to introduce to you an early version of an uncertainty calculator. Statistics are scary, but they don't need to be. If you allow me to simplify, the field of statistics is just saying: I'm not certain about these numbers, but I would still like to reason about them. Turns out we're unsure about a lot in our lives, but we can't just throw our arms in the air and say, well, I'm not a statistic
Keywords: 10 calculator example number uncertain
Find related items on AmazonPublished on: 2025-08-23 16:21:48
I've been called a masochist at times, and it's probably true. About 9 months ago I had an idea that the Nim language is able to get pretty wide hardware/OS support for "free" by compiling the language to C, and then letting standard C compilers take it from there. I theorized that the same could be done for .net, allowing .net code to be run on platforms without having to build native runtimes, interpretors, or AOT for each one individually. Fast forward a bit and I have a my dntc (Dotnet to C
Keywords: dotnetsnes example mario pvsneslib snes
Find related items on AmazonPublished on: 2025-08-23 08:00:12
Code is data and data is code. Years ago, I had a brief affair with Lisp and there I picked up this meme. Today, I believe there are also benefits in separating code and data. Glimpses of this debate come up whenever people discuss the syntax for yet another configuration schema. There are 5 levels of power for configuration languages. If you design a new schema, be aware of all of them. Level 1: String in a File The file system is a key-value store. The Linux kernel does it with procfs and s
Keywords: configuration example file level like
Find related items on AmazonPublished on: 2025-08-23 13:00:12
Code is data and data is code. Years ago, I had a brief affair with Lisp and there I picked up this meme. Today, I believe there are also benefits in separating code and data. Glimpses of this debate come up whenever people discuss the syntax for yet another configuration schema. There are 5 levels of power for configuration languages. If you design a new schema, be aware of all of them. Level 1: String in a File The file system is a key-value store. The Linux kernel does it with procfs and s
Keywords: configuration example file level like
Find related items on AmazonPublished on: 2025-08-21 21:35:17
For my game The Big Forest I want to have creatures that are both procedurally generated and animated, which, as expected, is quite a research challenge. As mentioned in my 2024 retrospective, I spent the last six months of 2024 working on this — three months on procedural model generation and three months on procedural animation. My work on the creatures actually started earlier though. According to my commit history, I started in 2021 after shipping Eye of the Temple for PCVR, though my work
Keywords: animation creatures example parameters procedural
Find related items on AmazonPublished on: 2025-10-01 06:52:23
What Can We Learn about Engineering and Innovation from Half a Century of the Game of Life Cellular Automaton? Metaengineering and Laws of Innovation Things are invented. Things are discovered. And somehow there’s an arc of progress that’s formed. But are there what amount to “laws of innovation” that govern that arc of progress? There are some exponential and other laws that purport to at least measure overall quantitative aspects of progress (number of transistors on a chip; number of paper
Keywords: example game life period structures
Find related items on AmazonPublished on: 2025-10-02 17:52:23
What Can We Learn about Engineering and Innovation from Half a Century of the Game of Life Cellular Automaton? Metaengineering and Laws of Innovation Things are invented. Things are discovered. And somehow there’s an arc of progress that’s formed. But are there what amount to “laws of innovation” that govern that arc of progress? There are some exponential and other laws that purport to at least measure overall quantitative aspects of progress (number of transistors on a chip; number of paper
Keywords: example game life period structures
Find related items on AmazonPublished on: 2025-10-06 11:48:29
Onscreen Text Imitation Fansubbers use complex methods and algorithms to replicate the style of onscreen texts in their subtitles, so as to make the result look genuine for the viewer. These are not really subtitles, they’re titles, but I’ll be calling them “subtitles” from here on, since they are part of the subtitle file. In the first example, the word “transform” is a subtitle in both instances. Here’s an image of what the original looks like: And here’s a video of how it looks subtitled
Keywords: example fansubber original subtitle subtitles
Find related items on AmazonPublished on: 2025-10-30 05:48:57
Example: Creates end to end tests and iterates off of gradle runs
Keywords: creates end example gradle iterates
Find related items on AmazonPublished on: 2025-11-03 03:47:52
I primarily run Linux, for work and for gaming. Unfortunately, some competitive games refuse to work on Linux or in virtual machines. This post explores installing and booting Windows 11 on physical hardware with a disk exported from a NAS. My primary operating system is Linux: I have it installed on my laptop and desktop. Thanks to the amazing work of the WINE, CodeWeavers, and Valve developers, it’s also where I do PC gaming. I can spin up Windows in a virtual machine for the rare times I nee
Keywords: boot example ipxe iscsi windows
Find related items on AmazonPublished on: 2025-11-05 20:00:00
The automated logic behind many financial decisions — for example, decisions that determine whether a client is approved for a credit line — is hard-coded. Often, it’s not easily changed. If a head of credit at a bank wanted to adjust the bank’s lending criteria, for example, they’d likely have to raise a ticket with IT. Entrepreneurs Maximilian Eber and Maik Taro Wehmeyer, who met while studying at Harvard, ran up against the limitations of financial decisioning logic while at QuantCo, a compa
Keywords: bank company example taktile wehmeyer
Find related items on AmazonPublished on: 2025-11-07 00:05:49
mdq: jq for Markdown What is mdq? mdq aims to do for Markdown what jq does for JSON: provide an easy way to zero in on specific parts of a document. For example, GitHub PRs are Markdown documents, and some organizations have specific templates with checklists for all reviewers to complete. Enforcing these often requires ugly regexes that are a pain to write and worse to debug. Instead, you can (for example) ask mdq for all uncompleted tasks: mdq ' - [ ] ' mdq is available under the Apache 2
Keywords: example github mdq release text
Find related items on AmazonGo K’awiil is a project by nerdhub.co that curates technology news from a variety of trusted sources. We built this site because, although news aggregation is incredibly useful, many platforms are cluttered with intrusive ads and heavy JavaScript that can make mobile browsing a hassle. By hand-selecting our favorite tech news outlets, we’ve created a cleaner, more mobile-friendly experience.
Your privacy is important to us. Go K’awiil does not use analytics tools such as Facebook Pixel or Google Analytics. The only tracking occurs through affiliate links to amazon.com, which are tagged with our Amazon affiliate code, helping us earn a small commission.
We are not currently offering ad space. However, if you’re interested in advertising with us, please get in touch at [email protected] and we’ll be happy to review your submission.