Site uses cookies to provide basic functionality.
Javascript rendering is set to off by default when visiting the site via .onion and .i2p domains. It can be enabled back again in user's settings section. Javascript rendering set to off means, that you can disable javascript in your browser now and the site will remain functional.
There is also IRC server now available via native IRC clients or non javascript web based one.
Fonts can be adjusted in user's settings section as well.
Check FAQ for more.

OK


Table of Contents 1. 💦 Rehearse, Rehearse, Rehearse 2. 🎬 Start With a Mission 3. 📖 Tell a Story 4. 👀 Look at the Audience, Not Your Slides 5. 🧹 Put Less Text on Your Slides. Much Less 6. ✂️ Tailor the Talk Towards Your Audience 7. 3️⃣ Rule of Three 8. 🚑 Have a Fallback Plan for Demos 9. 💪 Play to Your Strengths 10. 🔄 Circle Back Every so often, I come across some conference talk which is highly interesting in terms of its actual contents, b..

Table of Contents 1. 💦 Rehearse, Rehearse, Rehearse 2. 🎬 Start With a Mission 3. 📖 Tell a Story 4. 👀 Look at the Audience, Not Your Slides 5. 🧹 Put Less Text on Your Slides. Much Less 6. ✂️ Tailor the Talk Towards Your Audience 7. 3️⃣ Rule of Three 8. 🚑 Have a Fallback Plan for Demos 9. 💪 Play to Your Strengths 10. 🔄 Circle Back Every so often, I come across some conference talk which is highly interesting in terms of its actual contents, b..

I've been reading High Tech case studies now since the 80s – just after I entered the business. Bryan Cantrill from Oxide Computer's podcast inspired me to get all my books out and order them on a rough historical basis. I thought listing them here might be interesting to someone. All of these I've read and there are a ton of lessons for entrepreneurs here. I put rough notes next to some of them in bold after the author name in qu....


Yesterday I deployed a new thing via HatchBox and I was using the very, very latest – Rails 7.0.3. My deploy was textbook perfect and then I viewed it in Chrome and got that awful, awful message: Web application could not be started Insert loud cursing here I know the drill – it is a lower level error than HatchBox can handle (although I can think of at least a few ways HatchBox could handle it) – so do the dance: SSH into the ....

HatchBox continues to be my favorite tool for Rails deployment hands down. And this includes Dockarno – my own Bash based Docker deployment tool. When something you pay for replaces something you wrote yourself, that's a sign of its very, very strong goodness. I just used HatchBox to support SSL wildcard deployment for something I'm building and the process was a tad bit tricky so I thought I'd write it up. HatchBox has excellent buil....

The Promotions team at theScore is responsible for enabling dynamic marketing campaigns within theScore Bet app. Each promotional campaign allows us to specify an audience of users who will be available to participate in the campaign, by comparing on past actions that a given user has taken against a set of dynamic rules. For example, when creating a new promotion, we can specify that its audience can only include patrons who have previ....

profiler v0.1.1 - nadh.in - 3 years ago - eng
Repository: @knadh/profiler GitHub release page: v0.1.1 Full Changelog : https://github.com/knadh/profiler/compare/v0.1.0...v0.1.1

Introduction In the latest release Apple has made some big steps forward with the integration of Apple Keychain and macOS/iOS: “ iOS 15 Includes Built-In Password Authenticator With Autofill, Replacing Google Authenticator and Authy ”. Now the passwords are well managed, quite well integrated in the system, and most important: you can also add the 2FA without use third-party apps. And i think this feature is very useful, at the moment I en..

Anchor texts are a very useful source of keywords for a search engine, and in an older version of the search engine, it used the text of such hyperlinks as a supplemental source for keywords, but due to a few redesigns, this feature has fallen off. Last few days has been spent working on trying to re-implement it in a new and more powerful fashion. This has largely been enabled by a crawler re-design from a few months ago, which offers th..

One of the main pain points of using SQLite in production deployments or VMs is managing the database. There are lots of database GUIs, but only work with local SQLite databases. Managing an SQLite database remotely requires: Adding a new service to the deployment (like Adminer , sqlite-web or postlite ) Giving the new service permissions to access the volume with the database Exposing a port to access the service The alternative is ..

Introduction In the latest release Apple has made some big steps forward with the integration of Apple Keychain and macOS/iOS: “ iOS 15 Includes Built-In Password Authenticator With Autofill, Replacing Google Authenticator and Authy ”. Now the passwords are well managed, quite well integrated in the system, and most important: you can also add the 2FA without use third-party apps. And i think this feature is very useful, at the moment I en..


Reply to Robbinespu - lagomor.ph - 3 years ago - eng
Thanks for the great jumping off point for my own code! Reading through your page layouts helped a lot in understanding how to get indiepost content working on my own site.



This release contiues the work from previous releases around more sophisticated SQL transformation capabilities, including: Client side computed columns for both read and write operations Audit columns Pattern matching SQL transformations More implicit JOIN capabilities Client side computed columns A ground breaking new core feature available in all commercial distributions isthe new client side computed … Continue reading 3.17.0 Release ..


As is too often the case, I find that the initial aspect of getting a modern app (Bootstrap, Tailwind, React) initially setup to be the most frustrating aspect of Rails. Given that I like to spin up new apps pretty regularly, well, I spend a lot of time being frustrated with an old man's grumbling of: It didn't used to be this hard. No it wasn't this hard. And while I still don't really understand asset compilation, I did recent....


When using Storybook in React applications to showcase and document your components, creating the Storybook file is often a repetitive task. Therefore, I want to show a quick alternative using the popular Hygen code generator.


We’re proud to present the 2022 State of Open Source Security report, a joint collaboration between Snyk and the Linux Foundation

A deep dive into the protocol powering HTTP/3 and others, implementing a lot of TCP and supporting encryption at all steps.

We admit that this article is blatant Rust propaganda. If you are rust-curious, this is the place for you. We want to show you how the benefits of using Rust go beyond the language itself and trickle down to your whole ecosystem. Dynamic languages can undoubtedly be fun and convenient. However, always being dynamic is not necessarily a good thing. The word on the street is that unit testing is driven by dynamic languages precisely because....

Let’s consider a discrete distribution $X$ defined by its probability mass function $p_X(x)$. We randomly take elements from $X$ until we observe the given element $x_0$. What’s the expected number of takes in this process? This classic statistical problem could be solved in various ways. I would like to share one of my favorite approaches that involves the derivative of the series $\sum_{n=0}^\infty x^n$.

At the time of writing this, my career is more than 13 years old. Starting programming professionally in 2009, and doing some bits and pieces of learning back when I was studying, I have been playing with computers around the start of this century. In all these years, I have worked with 4-5 different tech stacks and worked in corporations with 400+ employees, software shops and startups as well. And with all these I gained a valuable experi..

Let’s consider a discrete distribution $X$ defined by its probability mass function $p_X(x)$. We randomly take elements from $X$ until we observe the given element $x_0$. What’s the expected number of takes in this process? This classic statistical problem could be solved in various ways. I would like to share one of my favorite approaches that involves the derivative of the series $\sum_{n=0}^\infty x^n$.

At the time of writing this, my career is more than 13 years old. Starting programming professionally in 2009, and doing some bits and pieces of learning back when I was studying, I have been playing with computers around the start of this century. In all these years, I have worked with 4-5 different tech stacks and worked in corporations with 400+ employees, software shops and startups as well. And with all these I gained a valuable experi..

Images & social media Service Focus Pricing Bannerbear Template base generated Image and video $49/$149/$299 Synthesia AI talking head video generation $30/Sales API teamplate io Image generation API 0/29/69/139 dinapictures image generation api 0/39/99/++ plainonlyvideos video automation api templates 59/249/599 pixelixe image generation api 9/49/99/249 Glitterly image & video templates based 0/15/39

Images & social media Service Focus Pricing Bannerbear Template base generated Image and video $49/$149/$299 Synthesia AI talking head video generation $30/Sales API teamplate io Image generation API 0/29/69/139 dinapictures image generation api 0/39/99/++ plainonlyvideos video automation api templates 59/249/599 pixelixe image generation api 9/49/99/249 Glitterly image & video templates based 0/15/39

Welcome to the IndieWeb, Miriam! I’ve struggled to categorize what on my wite is a “post” worth syndicating vs a “page” vs ??? I had this struggle too, and solved it with per-section and combined feeds. My combined feed contains every page on my site that includes a publication date in its metadata; my sections for articles and notes have their own respective feeds. If I want live updates (this is a static site) there’s still ....



Capturing memories - ilearnt.com - 3 years ago - eng
A PhD student has created a way to capture conversations with hospice patients that their relatives can play back and listen to at any time later.

Capturing memories - ilearnt.com - 3 years ago - eng
A PhD student has created a way to capture conversations with hospice patients that their relatives can play back and listen to at any time later.

BrightSign! - blog.herlein.com - 3 years ago - eng

BrightSign! - blog.herlein.com - 3 years ago - eng

BrightSign! - blog.herlein.com - 3 years ago - eng

BrightSign! - blog.herlein.com - 3 years ago - eng

BrightSign! - blog.herlein.com - 3 years ago - eng

H3 is a geospacial indexing library created by Uber. If you are familiar with this blog it’s similar to S2. Uber is providing h3 for Go. Unfortunately it’s a CGO version, a C to Go binding as you may know CGO is not Go. Having a native Go library is easier to deal with but would mean a full rewrite. Transpiling You may have heard about a recent effort to transpile C to Go using ccgo and the associated libc.


6 visitors online