|
A simple cycling simulator that calculates the time it takes to cycle up a hill with a surge of power.
|
|
Inspired by OpenAI’s newest text to speech models, I decided to finally take a crack at text to speech on arkaine. To that end, I published 0.0.20 of arkaine with a beta build of text to speech tools, support OpenAI, Google, and Kokoro for local execution. Check them out in the toolbox!
|
|
I recently built a small multi-agent simulation inspired by Rick and Morty . The setup is simple: The car must neutralize threats. Summer imposes constraints on the car’s behavior. The world generates escalating threats. The car has one standing directive: Keep Summer safe. However, Summer adds an additional constraint: Do not move from the parking lot. The core loop looks like this: constraints = [ "keep ..
|
A short guide to studying the assembly code generated by AppleClang for C++ projects using Xcode Instruments
|
A short guide to studying the assembly code generated by AppleClang for C++ projects using Xcode Instruments
|
|
Handling large JSONs in Golang can be tedious. The most common approach is to unmarshall the JSON into structs and then
|
|
The other day my daughter wanted macaroni and cheese for lunch. However, we didn’t have any macaroni and cheese with the pre-made cheese mix.
|
|
Nekomfortní „sendvič poloha“ kontaktérů – uprostřed mezi dvěma ohni – mezi mimozemskými civilizacemi z kosmu s jejich nároky – a lidmi na Zemi s jejich zvyky. Zkreslení přenosu. Dalších 100 zpráv od velitele Plejáďanů. Zdroj „RENATA“ – 8/2024 – 11. díl
-
www.exopolitika.cz
-
1 year ago
-
ces
Nekomfortní „sendvič poloha“ kontaktérů – uprostřed mezi dvěma ohni – mezi mimozemskými civilizacemi z kosmu s jejich nároky – a lidmi na Zemi s jejich zvyky. Zkreslení přenosu. Dalších 100 zpráv od velitele Plejáďanů. Zdroj „RENATA“ – 8/2024 – 11. díl Článek otevřen 21. března 2025. « Vážení čtenáři, přinášíme vám podrobnosti o pozici kontaktéra v […]
|
|
Link: Browser adaptation Something that I've been thinking about a lot recently is that the medium that is the web. It enables a lot of things that only the web can so this post by Brad Woods really resonated with me and it talks about how the web can be used to adapt stories to different mediums. Different mediums convey information in unique ways and creators interpret the same story through unique perspectives.
|
|
Link: Browser adaptation Something that I've been thinking about a lot recently is that the medium that is the web. It enables a lot of things that only the web can so this post by Brad Woods really resonated with me and it talks about how the web can be used to adapt stories to different mediums. Different mediums convey information in unique ways and creators interpret the same story through unique perspectives.
|
|
Se você usa Terraform e está preocupado com a mudança de licença da HashiCorp, o OpenTofu é a solução. Neste guia, você aprenderá a migrar para o OpenTofu e criar infraestrutura com Docker em menos de 10 minutos. O que aconteceu com o Terraform? Em agosto de 2023, a HashiCorp mudou a licença do Terraform de Mozilla Public License (open source) para Business Source License (proprietária). Isso causou preocupação em empresas e desenvolvedo..
|
|
I am Jay Faulkner, an Open Source Developer and Advocate. I believe that through working with others around the world to solve problems we can make the world better. Open source is a great way to do that. My current employer, the G-Research Open Source Software team (GR-OSS), believes that and enables me to work on open source software to help ensure that the open source ecosystems they rely on remain healthy long term.
|
|
Overcoming AppSec Challenges in FinServ: How CIBC Balances Speed, Security, and Compliance
-
snyk.io
-
1 year ago
-
eng
Join Snyk’s Field CTO, Steven Schmidt, and Mihai Saveschi, Senior Director of Security Service Management at CIBC, for an exclusive fireside chat on the evolving landscape of application security in financial services.
|
|
Discord Announces First Mobile Ad Format, Broadening Advertising Opportunities
-
discord.com
-
1 year ago
-
eng
Discord announces plans to expand its successful Video Quests advertising format to mobile devices, making the company's first mobile ad offering.
|
|
n8n is a powerful workflow automation tool that helps you connect and automate your self-hosted services. Perfect for creating custom workflows and integrations in your homelab.
|
|
It’s March. I was going to say this is the first time I’ve only published on blog post for my monther blog stats post, but it seems I’ve done it three other times: September 2024 , August 2023 , and October 2021 .
|
|
n8n is a powerful workflow automation tool that helps you connect and automate your self-hosted services. Perfect for creating custom workflows and integrations in your homelab.
|
|
Learn when to use copy.copy() for shallow copying and copy.deepcopy() for deep copying in Python, understanding their differences and typical use cases.
|
|
Learn when to use copy.copy() for shallow copying and copy.deepcopy() for deep copying in Python, understanding their differences and typical use cases.
|
|
In a recent article Seth Godin identifies that the sorting of information into directories had a big impact. He gives the examples of the phone directory, TV guide and even department stores.
|
|
In a recent article Seth Godin identifies that the sorting of information into directories had a big impact. He gives the examples of the phone directory, TV guide and even department stores.
|
|
Výzva generálnemu prokurátorovi SR, pánovi Marošovi Žilinkovi.
-
www.magnificat.sk
-
1 year ago
-
slk
Výzva generálnemu prokurátorovi SR, pánovi Marošovi Žilinkovi. Bude pán generálny prokurátor Maroš Žilinka konať? K mnohým podaniam za škody pri kovide pribudol teraz podnet MUDr. Petra Kotlára **** Vážený pán generálny prokurátor, S veľkým znepokojením sledujeme útoky na splnomocnenca vlády MUDr. Petra Kotlára za jeho snahu vniesť svetlo do udalostí počas pandémie súvisiacej s ochorením
|
|
Reviewing the capabilities and limitations of LLM agents in software development and their impact on skilled and less skilled developers.
|
|
My framework arkaine, which I quickly presented a bit ago, finally has some nice documentation for it. I had v0 do an initial pass on it, which I rather liked. After two quick rounds of prompting on their free tier I downloaded the project and tried my hand at expanding it from there. It’s my first tailwind/next.js project, but it was surprisingly easy. Granted it’s a simple page relative to a typical SPA or backend service, but..
|
|
Transformers.js.py accelerated on-device inference with Python WASM
-
blog.londogard.com
-
1 year ago
-
eng
Transformers.js is an ambitious project by HuggingFace to bring transformers to Web/JS and simplify inference on-device, running onnxruntime-web under-the-hood. I’ve written blogs and apps with onnxruntime-web 1 , and I must say - I’m a sucker for efficient on-device inference! Marimo WASM App: Before/After Prediction Test it live here , and yes it runs on your device in the browser! Tip Embedded Live Demo (r....
|
|
Transformers.js.py accelerated on-device inference with Python WASM
-
blog.londogard.com
-
1 year ago
-
eng
Transformers.js is an ambitious project by HuggingFace to bring transformers to Web/JS and simplify inference on-device, running onnxruntime-web under-the-hood. I’ve written blogs and apps with onnxruntime-web 1 , and I must say - I’m a sucker for efficient on-device inference! Marimo WASM App: Before/After Prediction Test it live here , and yes it runs on your device in the browser! Tip Embedded Live Demo (r....
|
|
Transformers.js.py accelerated on-device inference with Python WASM
-
blog.londogard.com
-
1 year ago
-
eng
Transformers.js is an ambitious project by HuggingFace to bring transformers to Web/JS and simplify inference on-device, running onnxruntime-web under-the-hood. I’ve written blogs and apps with onnxruntime-web 1 , and I must say - I’m a sucker for efficient on-device inference! Marimo WASM App: Before/After Prediction Test it live here , and yes it runs on your device in the browser! Tip Embedded Live Demo (r....
|
|
Transformers.js.py accelerated on-device inference with Python WASM
-
blog.londogard.com
-
1 year ago
-
eng
Transformers.js is an ambitious project by HuggingFace to bring transformers to Web/JS and simplify inference on-device, running onnxruntime-web under-the-hood. I’ve written blogs and apps with onnxruntime-web 1 , and I must say - I’m a sucker for efficient on-device inference! Marimo WASM App: Before/After Prediction Test it live here , and yes it runs on your device in the browser! Tip Embedded Live Demo (r....
|
Introduction In this article, I’m going to explain how to map the Oracle TIMESTAMP WITH TIME ZONE with JPA and Hibernate. While the DATE and TIMESTAMP column types are suitable for mapping the LocalDateTime, the TIMESTAMP WITH TIME ZONE column type allows us to map both the ZonedDateTime and OffsetDateTime. Oracle TIMESTAMP WITH TIME ZONE Traditionally, Oracle provided the DATE and TIMESTAMP column types to store timestamp values. The diffe..
|
|
Reply to Obsidian Kirby Sync Nice. Now I want to make something like this for Emacs. Also note that micropub is not just meant for publishing, it's also possible to view and edit posts and query for a list of posts, list of tags/categories (and create/edit them), and manage media (images etc). See https://indieweb.org/Micropub and https://indieweb.org/Micropub-extensions But of course, …
|
|
For building a system of distributed services, one concept I think is very valuable to keep in mind is what I call the synchrony budget : as much as possible, a service should minimize the number of synchronous requests which it makes to other services.
|
|
For building a system of distributed services, one concept I think is very valuable to keep in mind is what I call the synchrony budget : as much as possible, a service should minimize the number of synchronous requests which it makes to other services.
|
|
Walden by Henry David Thoreau was a deeply moving read. Set in the mid 1800’s, at the height of America’s industrialisation, Thoreau…
|
LLMs are being experimented with to do so many things today, and one of the use cases that sound compelling is getting their help to generate insights from data. What if you could find the answer to your data question without begging a data analyst in your company? But this is easier said than done. To perform this task properly, LLMs need to know about your datasets, the tables, their schemas, and values stored in them. You can provide thi..
|
|
LLMs are being experimented with to do so many things today, and one of the use cases that sound compelling is getting their help to generate insights from data. What if you could find the answer to your data question without begging a data analyst in your company? But this is easier said than done. To perform this task properly, LLMs need to know about your datasets, the tables, their schemas, and values stored in them. You can provide thi....
|